Luigi (with Linux Mint logo) and Mario (Ubuntu logo) come in
Mother: It’s-a the Ubuntu Bros!
Linux Mint (Luigi): Mama why-a you never remember my name?
Mother: I’m-a sorry Green Ubuntu
Luigi (with Linux Mint logo) and Mario (Ubuntu logo) come in
Mother: It’s-a the Ubuntu Bros!
Linux Mint (Luigi): Mama why-a you never remember my name?
Mother: I’m-a sorry Green Ubuntu
I never used Gentoo. Was it really that bad lol
I briefly experimented with it ages ago. And I mean ages ago, like 20+ years ago. Maybe it’s changed somewhat since then, but my understanding is that Gentoo doesn’t provide binary packages. Everything gets compiled from source using exactly the options you want and compiled exactly for your hardware. That’s great and all but it has two big downsides:
Compiling your own kernel was often useful or even necessary back in the day. I think it was the only package I regularly compiled for myself back then, and I think I was on red hat
The bit about the small forge forging a forge is skewering the Gentoo concept of toolchain bootstrapping.
Problem: how can you claim to have compiled the entire system on your own local machine if you need a compiler to compile a compiler? Where do you get that compiler from?
Solution: Use an external compiler to compile a compiler. Then use that compiler that you just compiled to compile itself again. Then use that second compiler to recompile the rest of the system.
It’s compilers all the way down.