The black does have a purpleish tinge on my panels, but the other colours don't. Overall it's pretty low contrast and saturation, and unable to reproduce cyan or fuchsia even with blending through any kind of blending,…
The similar project I'm working on is looking like it'll get about a year of battery life with a typical 18650, the 5.65" version of the display and run off an ESP (refreshed once a day).
Best solution I've found is installing the v4.3 .debs from Debian bookworm. Only caveat is you need to do some of the dependencies manually as well.
The counterintuitive trick I've used for my 5900X is to increase the minimum fan speed up to around 60% or so. It makes the base volume very slightly higher, but avoids it constantly ramping up and down through the 50%…
There are some real steals if you dig deep enough. Case in point the Xiaomi 4A GbE: * $30 (not missing a zero) * OpenWRT support * 128MB RAM * 3 gigabit ethernet ports * 802.11ac Wi-Fi Sure it's not going to compare to…
pip-compile [0] is the best tool I've found for streamlining dependency resolution, but it may not provide any benefit for one-shot installs. [0] https://github.com/jazzband/pip-tools
The most efficient workflow I've found for pip so far is something along the lines of: pip-compile # resolve and pin the dependency tree grep '==' requirements-pinned.txt | xargs -n1 pip wheel # build every wheel in…
> A secure-but-readable password generator I love pronounceable passwords, but there's research indicating that such generators typically produce lower than expected entropy. Do you mind sharing what algorithm you use?
https://edpe.nz Made this for (and have not touched it since) my last job search. Design-wise I'd like to dial back the animation and minimalism a bit, and bump the contrast. Also have been thinking about adding more…
The black does have a purpleish tinge on my panels, but the other colours don't. Overall it's pretty low contrast and saturation, and unable to reproduce cyan or fuchsia even with blending through any kind of blending,…
The similar project I'm working on is looking like it'll get about a year of battery life with a typical 18650, the 5.65" version of the display and run off an ESP (refreshed once a day).
Best solution I've found is installing the v4.3 .debs from Debian bookworm. Only caveat is you need to do some of the dependencies manually as well.
The counterintuitive trick I've used for my 5900X is to increase the minimum fan speed up to around 60% or so. It makes the base volume very slightly higher, but avoids it constantly ramping up and down through the 50%…
There are some real steals if you dig deep enough. Case in point the Xiaomi 4A GbE: * $30 (not missing a zero) * OpenWRT support * 128MB RAM * 3 gigabit ethernet ports * 802.11ac Wi-Fi Sure it's not going to compare to…
pip-compile [0] is the best tool I've found for streamlining dependency resolution, but it may not provide any benefit for one-shot installs. [0] https://github.com/jazzband/pip-tools
The most efficient workflow I've found for pip so far is something along the lines of: pip-compile # resolve and pin the dependency tree grep '==' requirements-pinned.txt | xargs -n1 pip wheel # build every wheel in…
> A secure-but-readable password generator I love pronounceable passwords, but there's research indicating that such generators typically produce lower than expected entropy. Do you mind sharing what algorithm you use?
https://edpe.nz Made this for (and have not touched it since) my last job search. Design-wise I'd like to dial back the animation and minimalism a bit, and bump the contrast. Also have been thinking about adding more…