this post was submitted on 06 Aug 2023
81 points (88.6% liked)

Asklemmy

42520 readers
859 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 11 months ago (6 children)

I've been a Gentoo user since it first came out. I always liked the idea of buildings my entire system around my actual use case. For example I didn't own a printer so it made absolutely no sense why I'd ever install CUPS and have that service running. If you install a Debian, Ubuntu or Fedora based distro installing Firefox required CUPS. WTF?!? How does wanting to browse the Internet require printer services installed?

Turns out there is a lot of unnecessary apps installed on your system because all the binary distro aim for maximum support. I am not generic so why install for a generic user?

[โ€“] [email protected] 5 points 11 months ago (3 children)

Why compile while I can let someone else do it for me? (Just to see it from the other side :))

[โ€“] [email protected] 4 points 11 months ago* (last edited 11 months ago) (2 children)

Who compiles the binary in the configuration I want? What distro extract all the options out and allows me to install X11 apps without CUPS or alsa or dbus or anything else my system doesn't actually need? The point of Gentoo is to set a single config file to say "whenever you do a ./configure make sure you disable X features, enable Y features, and uses my specific compiler tunings to target a specific use case or build."

For example I never default building apps with guis. I'd rather be able to SSH in and use everything that way if possible. I then select the very few applications that actually get their GUI interface or configuration tools built. Can't do that on binary distro.

[โ€“] [email protected] 1 points 11 months ago (1 children)

Nobody obviously. The closest you would get it probably Arch, with a lot of optional dependencies. And you are not wrong at all, if gentoo works for you. I just wonder if that all that compiletime is ever won back.

[โ€“] [email protected] 2 points 11 months ago

Yeah I ran Arch for a little while and it was ok. Felt like it was in-between a binary and a complete source based system but lacked the configurability that makes source base work.

As for getting time back, I setup my system to build stuff at night for upgrades, most apps took a few minutes to build as it's rare for me to not already have the vast majority of libraries already on my machine. The only things that took a long time was browsers and LibreOffice. Both of which I built when I was sleeping.

Additionally I ran lxc on my system for situations where I had to have something now. Spin up a Debian build and install it. In the background I'd still build a Gentoo clean version and dump the Debian image once it was done.

load more comments (2 replies)