465
The Bloat!!1! (slrpnk.net)
all 49 comments
sorted by: hot top controversial new old
[-] Lembot_0006@programming.dev 57 points 3 months ago

Bloatness is just an excuse to avoid all the problems of installing a new program in Gentoo.

[-] ekZepp@lemmy.world 13 points 3 months ago

Please, tell me they don't have to compile everything.

[-] surewhynotlem@lemmy.world 48 points 3 months ago* (last edited 3 months ago)

They don't have to. They GET to.

[-] Dotcom@lemmy.ml 18 points 3 months ago

Compiling Firefox on my old ThinkPad took 9 hours

[-] bdonvr@thelemmy.club 9 points 3 months ago

That's kind of the point of Gentoo. Though it's not as hard as it sounds, the package manager (emerge) pretty much does it for you. It just might take a while.

[-] poinck@lemmy.world 6 points 3 months ago

Please don't be angry with me, but the package manager is called portage; emerge is just one commandline tool to interact with it.

[-] bdonvr@thelemmy.club 6 points 3 months ago

No problem, tried Gentoo like once over 5 years ago. It was cool and fun but not a daily driver for me.

[-] mkwt@lemmy.world 5 points 3 months ago

Gentoo has optional binary packages now.

[-] ragas@lemmy.ml 1 points 3 months ago

We don't. We can decide between binary packages and compiling.

[-] Deebster@infosec.pub 4 points 3 months ago

Hang on, what? You're talking about the extra time (and electricity), or do you think it's in any way difficult/error prone?

[-] Lembot_0006@programming.dev 1 points 3 months ago

I'm talking about laziness. And that stuff you named too.

[-] Deebster@infosec.pub 2 points 3 months ago

I'm so confused. Gentoo users are too lazy to run sudo emerge thing?

[-] red_tomato@lemmy.world 32 points 3 months ago

Anything that isnโ€™t the bootloader is just bloat

[-] Peptoshotz@lemmy.world 27 points 3 months ago

Obsidian in this context is as fictional as vibranium.

[-] captainlezbian@lemmy.world 40 points 3 months ago

Yeah obsidian is 5-5.5 on the moh's scale. It's softer than quartz. What makes it special is how sharp it can get, not how hard it is. Also, it's just really cool

[-] iatenine@piefed.social 19 points 3 months ago

Tbf one of these things is fictional: Gentoo users

[-] notthebees@reddthat.com 8 points 3 months ago* (last edited 3 months ago)

Funnily enough, the one irl Linux user I've met used Gentoo. I originally assumed they used arch.

[-] ArsonButCute@lemmy.dbzer0.com 8 points 3 months ago

I tried Gentoo once, I just straight up do not have time for that. It's fine, honestly nice even, but the waiting omg. Maybe I was doing things wrong but I don't have all day to sit around eating for things to compile

[-] msage@programming.dev 1 points 3 months ago

You can set up number of compile threads and keep working while updating.

[-] ArsonButCute@lemmy.dbzer0.com 1 points 3 months ago

I install lots of new tools which I generally need right this second, updating is a non-issue I do that overnight.

[-] msage@programming.dev 1 points 3 months ago

Then appimages/flatpak?

[-] poinck@lemmy.world 5 points 3 months ago

I was a passioned Gentoo user for many years and I also only met 1 other IRL Gentoo user. Ok, there were more once at a Linux conference where a bunch of Gentoo users had a desk showing off Gentoo compiling @system for a BSD system.

Even the binary repository was not enough for me to not go back to Debian after ~10 years Gentoo usage. It was a fun hobby and a great learning experience.

[-] boonhet@sopuli.xyz 6 points 3 months ago

Former Gentoo user here. The thing I have in common with the other former Gentoo users I know IRL (a whopping 2 of them) is that none of us have the time for it anymore.

So if I ever find myself having too much free time, you bet your ass I'll reinstall Gentoo.

[-] Illecors@lemmy.cafe 5 points 3 months ago

I'm a living proof you're the opposite of right ๐Ÿ˜

[-] msage@programming.dev 3 points 3 months ago

Oh hell naw.

I am a proud and vocal Gentoo user.

And you won't make me to back to binary packages. Fuck them.

USE flags are the best thing ever, reminding us why software should be Open.

Gentoo 4ever.

[-] minamoog@lemmy.world 2 points 3 months ago

portage is just the best package manager

[-] ObsidianZed@lemmy.world 13 points 3 months ago

Who says obsidian is hard?

[-] FreshLight@sh.itjust.works 12 points 3 months ago

Minecraft kids who don't know Mohs scale

[-] boredsquirrel@slrpnk.net 1 points 3 months ago

The meme template lol

Also this dude (the video is very useless and expected)

[-] eru@mouse.chitanda.moe 8 points 3 months ago

i was expecting a dumb joke like 'my d*ck' or something but agreed

[-] MidsizedSedan@lemmy.world 8 points 3 months ago

I remember having a Gentoo install, seeing the wiki for how to install steam, and just dual booted with Bazzite.

I'll try again another time

[-] kureta@lemmy.ml 1 points 3 months ago

Does flatpak steam have some problems? I don't use it so I don't know.

[-] msage@programming.dev 1 points 3 months ago

Had 0 issues with Steam on Gentoo.

[-] lauha@lemmy.world 4 points 3 months ago

I've never had high end machines but I don't remember installing being a chore on Gentoo even 20 years ago. Just

emerge openoffice

And let it do its thing in the background

[-] Sentry64 4 points 3 months ago

How hard is it to install gentoo anyway, and how would someone install anything on it. I've literally never used gentoo and the only distros i've used are linux mint, debian, fedora (not my cup of tea), arch (archinstall) and EndeavourOS (current) so i'm curious about the world of gentoo

[-] boonhet@sopuli.xyz 8 points 3 months ago

Installing Gentoo itself isn't really any more difficult than Arch. Though I hear Arch has some easy way to install nowadays. It's kinda like installing Arch the old fashioned way.

At the end of the day if you follow the official installation guide, you'll be fine. If you miss a step, you get to learn valuable troubleshooting skills.

Installing anything is as easy as sudo emerge firefox, waiting for an hour for some obscure part in the compile process to fail, giing up, and doing sudo emerge firefox-bin. But tbh outside of browsers, most things compile fine unless you have esoteric optimization flags in your compiler config (-ffast-math breaks AV stuff for an example).

Ah and at some point you'll go "Hmm this six core CPU isn't enough, I need to upgrade to 16" because most of your packages will be compiled from scratch. And every update also compiles the same packages again (the ones that need to be updated, not all packages. Unless you specify that).

So why do it? It's fun, great learning experience and you can customize how your software is compiled (specify your CPU microarchitecture for compiler optimizations, use unsafe optimization flags if you want, use the USE flags to straight up leave functionality you don't need out of software). Also bragging rights.

[-] kureta@lemmy.ml 1 points 3 months ago

Can we speed up the process using ccache?

[-] boonhet@sopuli.xyz 2 points 3 months ago
[-] herrvogel@lemmy.world 3 points 3 months ago

Couple days ago my Arch (btw) tried to update gcc by building from source. I started the update, went and made myself dinner, ate it, cleaned up the dishes, and it was still building when I returned to my PC. How do people live with Gentoo I will never understand.

[-] Shanmugha@lemmy.world 3 points 3 months ago

Heh. I wish my work were closer to hardware level, so that playing with compilation actually made some sense. If there is a kind soul here, please do tell me: does Gentoo look like it will still be around in some 10-15 years? I would hate to be too late to hop on the bus

[-] msage@programming.dev 3 points 3 months ago
[-] Shanmugha@lemmy.world 2 points 3 months ago

Yay! :) Thank you โค๏ธ

[-] msage@programming.dev 2 points 3 months ago

If you ever need any help, don't hesitate to DM.

Though Gentoo is not as hard as people think.

[-] krull_krull@lemmy.dbzer0.com 2 points 3 months ago* (last edited 3 months ago)

Diamond = easily shatter

Obsidian = fragile

Vibranium = fiction

Really?

[-] w3ird_sloth@lemmy.world 1 points 3 months ago

Lol dumbass. Everyone knows unobtanium is the strongest.

[-] mudkip@lemdro.id 2 points 2 months ago

Or NixOS. I just opt for a VM these days.

[-] boredsquirrel@slrpnk.net 1 points 2 months ago

nix-shell -p packagename

And then add to config if you wanna keep it

[-] mudkip@lemdro.id 1 points 2 months ago

Sometimes I need to install obscure software that needs to be packaged manually. But in most cases I just use a VM for those

this post was submitted on 23 Jan 2026
465 points (100.0% liked)

linuxmemes

31180 readers
1198 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. ๐Ÿ‡ฌ๐Ÿ‡ง Language/ัะทั‹ะบ/Sprache
  • This is primarily an English-speaking community. ๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฆ๐Ÿ‡บ๐Ÿ‡บ๐Ÿ‡ธ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • ย 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS