8️⃣ Here's the 8th post highlighting key new features of the upcoming v257 release of systemd.
A longer time ago systemd introduced JSON based user records as an extension of classic UNIX `struct passwd`. These records can be provided via Varlink IPC or via drop-in files. The much richer set of account settings is documented here:
Had fun in at #OSSSummit in Tokyo yesterday demonstrating a TPM interposer attack obtaining the systemd cryptenroll boot keys
And also explaining how the new Linux Kernel TPM patches can help defeat this
For those who asked, my python3 interposer designed to steal the keys is here:
https://git.kernel.org/pub/scm/linux/kernel/git/jejb/tpm2-interposer.git/
Adding uchar.h to picolibc today. Instead of providing useful conversions between UTF-8, UTF-16 and UTF-32, all C23 provides is conversions between those and the awful "multibyte" representations. I can understand why they'd *also* want to connect UTF encodings to the legacy C APIs, but the most important thing we need is a way to validate UTF-8 input which has some pretty tricky corner cases involving missing bytes, overlong encodings, and surrogates. https://github.com/picolibc/picolibc/pull/861
Hi folks, I've just posted an edited version of one of the presentations I gave remotely at Microwave Update 2024 Vancouver. It's about some of the techniques I've been experimenting with for manufacturing antennas and feeds now I have a tame 5000-pound killer robot in my workshop, otherwise known as a SYIL X5 CNC mill.
https://youtu.be/ZDQyhEpxXmA
#radio #cnc #machining #microwave #mmWave
I visited ESA’s antenna laboratory so now you get new wallpapers (for free even!)
PROGRAMMING TIP
avoid repeating the same 4 lines of code twice by writing 270 lines of beautiful, abstract, generic code