Hacker News new | ask | show | jobs
by randmeerkat 1974 days ago
I have to ask, what compelled you to use Gentoo as your daily driver? I haven’t touched Gentoo in many years, but it was not something I would ever consider as a desktop distribution based off that experience. Has something changed?
1 comments

To be honest, not really.

Where I work we run Gentoo on all our servers because we have many changes across the Linux stack and deal with custom, internal hardware. We have build profiles for various system configurations that are entirely reproducible on a binary level. It made sense since we have many similar or identical systems globally and need access to the latest kernel versions.

I installed it on all my personal systems to force myself to learn how to use it. I ran Arch on everything previously. Then I went and did something stupid - I fell in love with Gentoo's package management system. As someone who writes a lot of code on my own time as well, I found Gentoo's package manager (portage) to be the least headache inducing of all the ones I'd used (deb, rpm, PKGBUILD). This is my own subjective opinion obviously.