2026-02-14 19:32:13
#Klutshnik v0.4.1 is out.
Klutshnik is a Key Mgmnt Service 4 data-at-rest. Keys r stored in a threshold setup& r never reconstructed only used in operations that hide their values. These keys r cheaply&securely updatable without reencrypting the encrypted data, providing forward-secrecy&post-compromise security. Klutshnik servers can use TLS, USB or BLE.
The RPi that runs #yulbbs crashed and wouldn't reconnect early on Thursday (overnight).
This morning I managed to get it running again by playing Apollo 13 and moving devices between USB busses and gently pushing the power supply/consumption until it would init everything safely.
Really bummed that I missed the CF-18s/F-16s escorting the passenger jets on Thursday, though.
I am guessing no one here can confirm or deny this #java #JVM crash-on-keystore-decrypt which, if true, is a VERY SERIOUS BUG that could not be trusted in a production environment, and then has gone unfixed for decades? That does not seem very likely, does it?
As it is, keytool says there is nothing wrong with my keystore or its password, and watching the process launch I see after the init, it sits, idle, a few seconds later its Time value in top only increments the millisecs, and within a minute, it is gone, voom, not a trace in any logs as to why.
I do, truly, LOATH this technology. It is so fucking fragile; a life-sentence for the sr developers and sysadmins in production systems (that's why they often don't get holidays)
The worst thing about moving is the end of it. Our stuff will be arriving Monday; we moved into the Cave today. So, how about that relentless distrohopping of the last 2 weeks? That's gotta stop now 😩 CachyOS, Zena, Zirconium, Origami, Arch proper, Garuda: it's been a pleasure! I'll manage to squeeze one final one in and then it's back to the proper init systems 😝
#archlabs
ok i got my init back and hopefully also updated apt while i was over there. this better work :P
Hey #fedihelp :)
I'm tinkering with #nextcloud in my #homelab a bit.
Just tried to get AppAPI running with Docker Socket Proxy.
I can register the daemon but the test d…
Details on the California #wealthTax proposal:
https://lao.ca.gov/BallotAnalysis/Initiative/2025-024
It's a one-time 5% wealth tax but can be spread over 5 ye…
Dear adventurous Go users who are playing with SIMD in 1.26 pre-release. Coding your feature checks like this:
```
func init() {
useAVX512 = archsimd.X86.AVX512()
}
```
will yield not-best code, because the compiler is looking for guards that check archsimd.X86.AVX512() in order to (whenever there is a choice) enable the AVX512 versions of operations, e.g., mask registers versus bit masks, that sort of thing. (512-bit vectors will also force AVX512).
<…