What is gentoo?
A Hannah Montana Linux wannabe.
Is that Techmoan?
I might pay to watch Techmoan install Gentoo. (I am a big fan. Loved his dashcam reviews.)
Yes (his name is Matt, BTW).
Fun fact: he has no sense of smell/taste.
That’s perfect for british food. He won the lottery there…
My god. The bets you could win with people.
“Okay, so I’m going to eat this - what was in it again? Durian, sardines, kimchee, and muenster cheese salad? Let’s add some onion for crunch and I’m in.”
How to install gentoo in only 3 weeks
oh lol. so I installed Gentoo in 2007 or so on an AMD K6. I set the architecture to 686. Cause it’s a K6 right?
build failed after a day of compiling. tried again and the build failed again. finally I read the docs and there’s an innocuous like saying all K6s are 586.
What a waste. switched to Debian after some 3y of Gentoo. switched to arch after 10y of Debian. been on arch 6y now…
A K6 is just a fast Pentium I, it’s not a Pentium II equivalent.
“I use arch, btw” classic
in my defense, Gentoo was harder to install than arch…
To be expected, difficulty of Arch installation was always overblown, and Gentoo doesn’t have an installer either, but you need to handle stage tarballs while in Arch, you just used pacman
I installed Gentoo 2004.3 under the watchful eye of a Gentoo developer. (Gentoo did come in handy because I was using amd64 Opterons before most binary distributions had 64-bit packages.) It also took me about 3 years to get tired of rebuilding
world
“continuously”. I similarly switch to Debian on 2007-11 and I’m writing this from that installation, just migrated across several generations of hardware.honestly I loved Debian stable. unfortunately I got new hardware, and Debian stable didn’t support it. I hacked by on a combination of testing and backports for a bit. but it finally got too much and I made the switch…
Yeah, I run a mixed (unsupported) system from time to time for hw support, but testing requires a lot for admin time than stable does, so I can certainly see that moving to something more malleable than stable. Arguably that’s what I’m doing while my system is mixed, since it’s not (supported) Debian.
Sorry, everytime I see the gentoo logo, I see this:
Who’s that pokemon!?!
From Subnautica?
… Subnautica has pokemon?
Ah fuck, I’ve read your comment so now the Nintendo lawyers are knocking on my door
Sorry what?
Can’t hear you.
Too busy playing Brawl on my Steam Deck.
That’s an optimistic timeframe if you want to use kde and firefox.
Gentoo has had an official binary repo for a little while now. Makes installing desktops and browsers pretty painless if you don’t need to tweak the default use flags. Just be sure nothing requires qtwebengine and you’re good to go (or mask it to prevent it being pulled in).
Why does this image have a picture of Techmoan on it? I’m sure he’d love to know he’s become a meme posterboy
Aha I did a double take for the same reason. Not just techmoan but a really old photo of him too.
Love him but Tech Tangents would be more appropriate here lol. That dude loves wasting time.
The beauty is that you never fully install the Gentoo you want. It’s about the journey and the friends we make along the way, not the destination.
How does one install friends (i want to compile them first)
ollama.
I’ve got a local llm model running on my steam deck just to see if it could do it.
It can!
… It is polite, but also somewhat limited… but at least it is honest about its limitations, I have not gotten it to hallucinate anything insane yet.
Anyway yeah I think there are just docker images for ollama, you can install a friend (kind of) today!
Oh man, Silly tavern with kobold is way better. I’ve been using the Omega models and boy oh boy I’ve never had more friends! Or such well fleshed out ones either!
… if you are saying that silly tavern is some kind of local llm thing, i will have to look into that, I’ve not heard of that haha!
Silly tavern is a local fronted, can be used with api models from the internet as well. Highly modular, similar to character ai, but fully local. Would suggest messing with the themes if you know how theming works, its a tab bit dated in design, still amazing though.
Huh, good to know! tyty
No problem, I collect self hosted ai stuff, so of you ever want to know what’s available, I might be able to help so hit me up!
Friends are a bloatware.
Firends
Reminder: you can say shit on the Internet.
Shit, you can‽
emerge
from your parents’ basement(challenge level: impossible)
Or it is about the friends you loose after you have successfully installed Gentoo and now maintaining it.
Fun aside: I used Gentoo for more than a decade (15 years?, idk). Since I am back on Debian stable, I don’t feel like I am missing out on stuff I want to try, because I don’t have to wait or solve useflag issues anymore. I still think, Gentoo is a solid distro, but I have other hobbies, too. If it were my sole job to maintain a Gentoo system I would do it. But I don’t want to deal with it anymore in my spare time.
I have Gentoo, it just works, compiling is pretty quick
I’m confused. I also have many hobbies. That’s what compile time is for–big compiles are started just before bed time. Gentoo stays out of your way and gives you more freedom. I concede that I may just be lucky at not having any useflag issues in many years. But I also learned a lot from the first few I stumbled into. It’s this quality of learning I can’t find in any other distro.
I love all non-windows OS tho
Don’t forget about the anger and rage you develop too.
“Yes, but after you do, it’ll be blazing fast in the twenty minutes before you’ll have to recompile due to software updates.”
“So, you’re saying that it would have been really efficient if all my eight cores weren’t constantly pegged building software?”
“…Uh, yes.”
“And that optimizing software for the native architecture could have enabled power savings, if those machines weren’t all burning oceans of kilowatt hours building the same software over and over again redundantly?”
“Ah…”
Blazing fast, as in, a full 1 to 3% faster than a generic build.
I wonder what CPU performance you would need so that it is compiling all the time given: average package release rate and average compile time of the most commonly installed ones.
Well, it’d be highly contingent on what set of packages one has installed, but it’s an interesting question.
Some non-Gentoo distros ship CPU-optimized builds anyway, so even that is quite questionable.
I did Gentoo in my 20s when all I could afford was garbage computers. I enjoyed the experience — whether it did or not, it made me feel like I was getting the most out of whatever I had, and I learned SO much about Linux.
Agreed. I blew up. Multiple Gentoo installs, but by the time I stopped using it, I could recover from any of my mistakes. I still miss portage but I actually use my linux machines now instead them being the project themselves :p. I’m a boring Debian boy now…
I run my Gentoo like a Debian by now. All stable (except Firefox) and conservative compiler flags.
Binary packages also look kinda interesting.
Sometimes I want to tinker and I unmask some packages.
Run a Gentoo Prefix maybe? You get portage and can install customized packages like one does, without risking the system.
Interesting. Why not use systemd-nspawn? From what I understand, the kernel is shared anyway.
I don’t think a Gentoo Prefix is anything but an environment directly on the host, it’s not containerized in any way. For me its for a system where the package manager is a bit outdated or I need to patch it, then installing with portage by a Gentoo Prefix helps me do that.
I wanted to try Gentoo to learn more about Linux and compiling.
But that fucking distro just works, and compiling is so automatic I’m done in one command!
I feel betrayed, but also very satisfied by the distro.
Fuck binary blobs.
Sadly, it’s Systemd or Openrc only.
Edit: though there was a s6 custom repo i think, last i looked?
Damn, I’m not sure I have the stamina for 3 weeks of that.
I don’t know why you got downvoted. This project has been my default go to for installing Gentoo for a while now.
I’m guessing this guy is still performing the demonstration tutorial that he started in 1999
I can do an evening