this post was submitted on 30 Dec 2023
10 points (91.7% liked)

Linux

7941 readers
85 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] ichbinjasokreativ 1 points 9 months ago (2 children)

This could be great for people on old hardware, because it reduces installation times drastically. But old computers also benefit the most from custom, highly optimized compilation, so I don't really see the point of this move.

[–] [email protected] 2 points 9 months ago

Not compiling everything, just a few pieces of software you want with different flags.

Always thought that the point of Gentoo is customization, not optimization. Hence "gen" in the name.

My laptop is not old, but this makes using Gentoo theoretically possible for me - installing stuff will be faster.

[–] [email protected] 1 points 9 months ago

I see it as just another option. There are some packages that are annoying to compile (and don't yield much performance gain from doing so) that can now just be pulled from the binary cache. The old way was to have specific -bin packages, but that is a bit arbitrary and presumably this is a bit more scalable.