this post was submitted on 15 Jul 2025
20 points (100.0% liked)
Guix
447 readers
6 users here now
Guix is an advanced distribution of the GNU operating system developed by the GNU Project
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There's also the fully reproducible build starting from a 357 byte seed file (cpu-specific) + guile library, to generate a full blown fully reproducible OS
https://guix.gnu.org/en/blog/2023/the-full-source-bootstrap-building-from-source-all-the-way-down/
Huh. Not only is that pretty neat from a nerdy "they did what?" perspective, having a fully reproducible OS setup is definitely very useful in many contexts. No surprise that the first blog post of that series references the classic Thompson Reflections on Trusting Trust paper about his cc backdoor
Yeah, that trusting trust paper really opened my eyes on how compiler development works through a series of hacks