this post was submitted on 26 Dec 2024
100 points (98.1% liked)

Unixporn

15538 readers
79 users here now

Unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make themers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshots
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW
  7. No Racism or use of racist terms

founded 5 years ago
MODERATORS
 

I finally installed gentoo with xfce!!

you are viewing a single comment's thread
view the rest of the comments
[–] 1984@lemmy.today 8 points 1 day ago (2 children)

Gentoo is fun but I wish it had actual advantages in speed also. Something to make it worth compiling all that stuff.

[–] m4m4m4m4@lemmy.world 4 points 1 day ago (1 children)

I mean, it can be faster than your average distro on some scenarios. Mostly if you know your way in kernel config.

Though most of its real advantages are in the form of a lean system completely tailored to your needs.

It seems to me most of that Gentoo FUD comes from people that never even tried to install it or gave up because apparently reading a wiki is too hard for them.

[–] MonkderVierte@lemmy.ml 1 points 23 hours ago* (last edited 23 hours ago)

Yeah, tools often have compiler-flags. For example, support for other software you have or don't want to have. It's the more simple alternative to autodetection during compile, like mpv does. For example, X11 vs. Wayland.

[–] zagaberoo@beehaw.org 5 points 1 day ago

Binary speed is really the least reason to do it. Whether it's worth it or not is up to the individual, but there are a lot of little reasons Gentoo is uniquely powerful.

Benefits specific to compiling:

  • fine-grained control of features and dependencies with USE flags
  • very easy package maintenance (writing ebuilds)
    • much simpler to add your own custom local packages when you need them
    • less workload on the gentoo team which is good for repository health and breadth
  • control of compile flags (yes speed, but more practically hardening for secure systems)
  • the same gentoo is available on way more platforms and architectures than any binary distro