>>3686>Look at GNU Guix for source based things or as overlay/packagesource to your main os.Compiling from source is default but you can also switch to using a binary repo (they call it "substitutes"). There is also a "challenge" command which will build a package from source and compare it to binaries to check if repos are legit which is pretty cool.
What worries me about Guix is the sheer complexity of it all.
>Gentoo is a nice idea but packaging masochism and understaffed.The two main advantages of Gentoo is that by compiling everything from source you can
1) avoid bloat by cutting out software features you don't want (e.g. firefox without pulseaudio)
2) add extra security at compile time (e.g. stack cookies)
Compiling everything takes time though and can easily outweigh the advantages for most people.
>>3687>It requires that you run a docker container with a premade modified ubuntu image that it spits out the same binary except signature.To be fair that is just the state of software in 2019. Nobody knows how to write and deploy code anymore without depending on 20,000 libraries and dumping their whole dev environment into a container.