-
Looking at the mess Rust has created with its handling of mutability, and also the confusion l-values and r-values cause in C/C++ I think a simpler model is needed for mutability. I also think that mu…
keean updated
4 years ago
-
1) the parameter in reset(SessionConfig config) in AVRecorder.java isn't used inside
2) In a brief test I did reset doesn't seem to start the preview in GLCameraView again after stopping recording. I…
-
📢 **This feature has a dedicated working group**, please direct comments and concerns to [the working group's repo](https://github.com/rust-lang/wg-allocators).
The remainder of this post is no lo…
-
Prior discussion:
https://github.com/keean/zenscript/issues/14#issuecomment-308722477
https://github.com/keean/zenscript/issues/33#issuecomment-362720879
https://github.com/keean/zenscript/is…
-
When doing a backup on my Galaxy Nexus, TWRP 2.7.0.0 will exclude anything in /data/media because it puts its backup in /data/media/TWRP (or /data/media/0/TWRP).
But /data/media typically contains a …
-
Updated: 2023-02-26
July 2022
Comfast CF-953AX - chipset: mt7921au (single-state) (BT 5.2)
http://en.comfast.com.cn/index.php?m=content&c=index&a=show&catid=13&id=182
July 2022
Comfast CF- 95…
-
**Dasharo version**
v0.9.0
**Dasharo variant**
Workstation
**Affected component(s) or functionality**
Shutdown
**Brief summary**
Sometimes shutdown will reboot the system.
I'm usin…
-
Re.: commit f1d7bdaa5a85cbba913495deb8f22c29ef0bca3e
It seems `math.ceil(x)` and `math.floor(x)` returns the same value for a given `x`
```py
>>> import math
>>> math.ceil(0.1) == math.floor(0…
-
This long issue write-up is dedicated to the memory of my wonderful friend, Chris Brumme, who would write lengthy head-spinningly technically dense blog posts while (for example) becalmed in dentist's…
-
Changes in a Gnuplot `load`ed file only show up if the `.asciidoctor/diagram` cache gets deleted. To reproduce, create two files, `test.adoc`
```
= TEST
[gnuplot]
....
load "test.gp"
plot '-'
…