Hacker News new | ask | show | jobs
by hyperion2010 4085 days ago
Soon to be 10 year gentoo user. I've toyed with various update frequencies, and have found that multiple weekly updates is a good way to stay sane. That said, there are those time where you just have to help an emerge see itself through.

I originally came to learn, but I've stayed for the USE flags. The number of times I have needed or wanted some feature on a package in arch (which I use for my linux vms) and have had to dig through the documentation and set up a compile environment for a package for an hour is absurd when I realize that all this is solved in 30 seconds by setting the right USE flag on gentoo.

Gentoo also has the best/most up to date python support of any distro I have found.

2 comments

>had to dig through the documentation and set up a compile environment

Make sure to check the AUR first, I've found that 90% of the time, someone else also needed that feature, and built a package for it in the AUR. For example nginx: https://aur.archlinux.org/packages/?O=0&C=0&SeB=nd&K=nginx&o...

Also I've found PKGBUILDs very simple to tweak if you need something extra. If you do start using the AUR, I recommend getting yaourt and letting it take care of that for you. I rarely use pacman directly, as yaourt takes the same flags and works for the arch repos as well as the AUR, plus it allows you to search for packages by omitting -S.

Personally I'm not a huge fan of Gentoo, I used it on my desktop years ago and ended up breaking things weekly when portage got cranky. Currently I manage a few thousand gentoo servers, and find it tedious and frustrating at the best of times. Clients refuse to upgrade for too long, so upgrades generally mean a reinstall. And as customizable as it is, if you wanna do something outside portage, everything will inevitably break.

Good to hear from such a long term user! I can't really see my enjoyment for the system waning any time soon; feel pretty at home with Gentoo. I hear that a lot about staying for the USE flags, and it's becoming a similar story for me.

I'll keep that in mind about the update frequency.