Check out the `--shutter` option for `libcamera-vid`, it allows you to tweak the camera's exposure time which might help with the screen refresh banding. `--shutter 60` sets the exposure time to 60ms, which might be a good starting point.
EDIT: Ah, actually the unit is microseconds, so `60000` would be 60ms
> These SVG images were created by modifying the images of Pixabay.
And indeed, the images seem to be taken from pixabay (e.g. [0], [1]), however the pixabay license is NOT CC0, and specifically forbids redistribution [2]:
> Don't redistribute or sell Pixabay content on other stock or wallpaper platforms.
Or even find the /etc/shadow contents in the hexeditor and empty the root password field. Searching for "root:" usually gets you to the right place.
Most *nix systems are happy if you pad the left over bytes with newlines, so there's no need to mess with the filesystem metadata or anything like that. :D
I'd never heard of this documentary, so I took a look. I assume you meant "The Bit Player"? ( https://www.imdb.com/title/tt5015534/ ).
It looks interesting, and it's on Amazon prime video so I'll give it a watch. Thanks!
This means you can verify the APK on the f-droid store matches what's in github by building it yourself and comparing the signatures.
And if you want to do this, f-droid has an automated way: https://f-droid.org/en/docs/Verification_Server/ Of course, you still have to trust the verification server source code, but that runs locally on your hardware and is auditable.
Rust has a lot of good IDE options these days: https://areweideyet.com/
They decided to focus on the "Rust Language Server", which many IDEs use, rather than on one specific IDE.
That list counts vim and emacs as IDEs, and also includes in the list sublime text and vscode.
In the end the only minimum working product IDEs they list (no debugging, no IDE) are vscode, eclipse, visual studio, and intelij.
AFAIK Eclipse does not support rust. At best there's a plugin that adds some support, but last time I've checked it failed to work on my setup. That doesn't leave many viable options on the table.
So there's lots of focus on having a good alternative to C/C++