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
[–] tetris11@lemmy.ml 2 points 2 days ago (1 children)

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/

[–] jaennaet@sopuli.xyz 2 points 1 day ago (1 children)

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

[–] tetris11@lemmy.ml 1 points 1 day ago

Yeah, that trusting trust paper really opened my eyes on how compiler development works through a series of hacks