I’ve installed gentoo but there seems like there’s so many sacrifices. I love that it’s all open source, but I really don’t mind closed source software now and then, because after all I would be using it to play closed source games. The biggest compromise I’ve observed is the very long build times. I have a lukewarm cpu(i3 10100) and it’s powerful enough for good gaming but the build times are still like 10x minimum for some software. All this to say, is using gentoo really worth it? I love the idea behind it, and if I was doing criminal activity I’d definitely use it, but is there some absolute upside to it or is it a really good OS for privacy that sacrifices in usability?
afaik, the “main gimmick” of gentoo is to have a distro that is 100% optimized for your PC. That aside, I don’t see a point installing it unless your PC is centuries old and really need the extra speed boost.
i figured that the opposite is true:
https://gcc.gnu.org/onlinedocs/gcc/x86-Options.htmlcompare
‘core2’
Intel Core 2 CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3, SSSE3, CX16, SAHF and FXSR instruction set support.vs:
'graniterapids-d’
Intel graniterapids D CPU with 64-bit extensions, MOVBE, MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, POPCNT, CX16, SAHF, FXSR, AVX, XSAVE, PCLMUL, FSGSBASE, RDRND, F16C, AVX2, BMI, BMI2, LZCNT, FMA, MOVBE, HLE, RDSEED, ADCX, PREFETCHW, AES, CLFLUSHOPT, XSAVEC, XSAVES, SGX, AVX512F, AVX512VL, AVX512BW, AVX512DQ, AVX512CD, PKU, AVX512VBMI, AVX512IFMA, SHA, AVX512VNNI, GFNI, VAES, AVX512VBMI2, VPCLMULQDQ, AVX512BITALG, RDPID, AVX512VPOPCNTDQ, PCONFIG, WBNOINVD, CLWB, MOVDIRI, MOVDIR64B, ENQCMD, CLDEMOTE, PTWRITE, WAITPKG, SERIALIZE, TSXLDTRK, UINTR, AMX-BF16, AMX-TILE, AMX-INT8, AVX-VNNI, AVX512FP16, AVX512BF16, AMX-FP16, PREFETCHI and AMX-COMPLEX instruction set support
https://www.funtoo.org/Welcome
instead of Gentoo.
No, but it is fun too use 🙃
If you want fastness, consider using void linux instead
I laughed at the word ‘fastness’, but then realised it’s a lot safer than offering ‘speed’ on the internet lol
If you are looking for a good OS for privacy I would recommend Qubes OS, it completely blows away pretty much everything else besides tails. Gentoo is not exactly the most private of operating systems apart from the usual linux privacy.
deleted by creator
I had a great time using Qubes. It made me learn about the Xen hypervisor and CoW filesystems.
However, if OP complains about build times being too long on their CPU, I’m not sure they will get Qubes running smoothly on the same hardware. I’m especially worried about every VM besides dom0 being software rendered.
Seconding the qubes recommendation but tails is fantastic as well and can be isolated to a usb drive
Just use binary packages, you don’t need to build everything. Maybe Gentoo is not for your use case
that depends. are you now or have you ever been a femboy?
or is it a really good OS for privacy that sacrifices in usability?
Privacy and usability are inversely correlated. Anyone who tells you otherwise either has a relatively weak definition of “privacy” or a relatively exotic definition of “usable”. If you’re at the point of installing an OS like Gentoo just for its privacy benefits alone, I’d say you’re already the latter case, even from the perspective of most fellow Linux users.
Of course, that doesn’t necessarily imply very un-private software is always very usable, or that highly privacy-respecting tools with good UX don’t exist. Just that most highly UX-polished software tends to have poor privacy, and most privacy-focused software expects the user to do a lot of hoop-jumping to make up for all the systems and workflows the user can’t utilize due to having some dealbreaking non-privacy-respecting component to them.
I used to use it 20 years ago. It’s not worth it.
In fact, benchmarks showed it was ultimately slower than some other distro’s at the time (and far less productive).
I used it because I thought I’d optimise it specifically for my system. Turns out, there are more important factors than recompiling for your CPU
Gentoo is for burning cpu time, not much more.
Gentoo is more about the fun of building a Linux distro that is perfectly tailored to your hardware and personal preferences. Sometimes you’ll see a performance increase of 0.01%, sometimes 25%+. Just depends on a lot of different things.
The build times are really only a consideration on first or second install of the OS. And even with your first install, you’ll probably want to start with the pre-built options, and then gradually move away from that to compiling more and more of your own system.
There are a couple apps like Firefox that also have pre-compiled binaries available for Gentoo, so no waiting there. Of course, there’s also Flatpak for desktop-based apps.
Otherwise, you just compile what you want, when you want. And you can tell Portage how much in terms of cores/threads/resources it gets to use when compiling, so that it can just run in the background while you’re doing your normal thing (or scheduled for when You’re not using your machine).
Portage is also a phenomenal package manager, and can track and satisfy all dependencies for you as-needed. You can also specify what elements of your system to keep on stable, vs testing, etc. It’s not like Slackware.
Gentoo is what was used to build ChromeOS, along with many other distros. It’s as complex/simple, secure/insecure, private/un-private, latest-and-greatest/LTS as you tell it to be. You can choose to update things continuously in the background, or just once a week overnight, or on any other schedule that you want.
You’ll probably learn some new things in the course of installing it, but follow the handbook to the letter, avail yourself of the community, and be patient to start with. It works for me, and I like it, but there are plenty of excellent pre-cooked distros that are also great. I’m just a tinkerer by nature, and enjoy getting increasingly more out of my machines over time.
The package manager portage is simply the most flexible one I have ever used, especially with the new binary repositories; it beats deb and dnf/rpm by far in my opinion.
Ommiting features of installed software with the help of useflags can make it more stable and secure.
I think it is “criminal” not wanting to use Gentoo as a daily driver. But this is just me and my opinion doing only honest stuff with it. (:
Gentoo is good for learning. It’s not really a privacy or security-focused distribution per se. It promotes you being comfortable with the command line, configuration files, networking, unix-ie things, and of course compiling programs. If you’re tired of the compiling there is basically no downside to switching to Arch as a “one step up” distribution.