std::string
kiwifarms.net
- Joined
- May 17, 2018
Yes. Also cheaper than RHEL.Wait, SUSE is still in business?
The big issue is that most third-party vendors officially support Ubuntu and RHEL and that's it.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes. Also cheaper than RHEL.Wait, SUSE is still in business?
I find that a not insignificant number of those that only "support"Ubuntu or RHEL only support Ubuntu 16 or 18 or some stupid obsolete version like that.Yes. Also cheaper than RHEL.
The big issue is that most third-party vendors officially support Ubuntu and RHEL and that's it.
He can't, he'd get canceled if he went off like an episode of Hell's Kitchen or Gunny like he used to. Just think of the hilarity.Linus lis probably looking forward to tearing them apart for poor code
I see you haven't been following the politics thread. Ever since Trump got shot everyone has been backing off DEI as fast as they could.He can't, he'd get canceled if he went off like an episode of Hell's Kitchen or Gunny like he used to. Just think of the hilarity.
"WELL CODER AHMED, ARE YOU FROM PAKISTAN?"
"No India ser"
*Gut punch*
"HOLY SHIT, I DIDN'T KNOW COWFUCKERS COULD STACK BUFFER OVERFLOWS THAT HIGH! FROM NOW ON YOU'RE CODER DURKA, AND THE EVERY TIME YOU SAY 'YES' TO BULLSHIT ME I WILL FUCK YOU UP SO HARD YOU WILL BE SCREAMING 'ALLAHU AKBAR' WHEN YOU TAKE AN EXPLOSIVE SHIT ON THE TOILET INSTEAD OF THE FLOOR THAT NIGHT!"
Yes but Linus got hooked by a glow remember? I think it was his daughter being the insane retard but she could still destroy him with abuse allegations.I see you haven't been following the politics thread. Ever since Trump got shot everyone has been backing off DEI as fast as they could.
Nothing for him to complain about. The NVIDIA driver will still be a binary blob, the only component they’re open sourcing is the shim/interface the kernel uses.Linus lis probably looking forward to tearing them apart for poor code
At some point I'm gonna install gentoo just to be able to say i did it.I believe in you Terabax. You'll get this thing running. I'll take the over presuming that it's the "the machine runs" aspect of the bet.
>He fell for the Gentoo memeI got 11 kernel panics in the middle of building this gentoo kernel. What do you guys put the over/under on if this machine will start?
It was immune to the xz vulnerability, which revealed that precompiled packages may not always match the source code.>He fell for the Gentoo meme
Daily reminder that Gentoo is a meme distro. Don't let anyone tell you otherwise.
that was less about DEI but redhat/TPTB trying to get the kernel under a different leadership so they can pozz it up. same way they sponsored all the poettering-shit.Yes but Linus got hooked by a glow remember? I think it was his daughter being the insane retard but she could still destroy him with abuse allegations.
>2003>He fell for the Gentoo meme
Daily reminder that Gentoo is a meme distro. Don't let anyone tell you otherwise.
Chromium, and its spinoff qtwebengine, being the sole exception. This thing takes literally ten times longer to compile than Firefox, I don't understand it.Build times on a reasonably modern system are neglible.
The only reason Linus was allowed to come back is because they forced him to go through a struggle session. We will never see him do a middle finger to another corporation like Nvidia again.He can't, he'd get canceled if he went off like an episode of Hell's Kitchen or Gunny like he used to. Just think of the hilarity.
That's not true. The DEI jobs are over but the ideological stuff that comes with DEI is here to stay and it's going to get worse.I see you haven't been following the politics thread. Ever since Trump got shot everyone has been backing off DEI as fast as they could.
haha portage go brrrr>He fell for the Gentoo meme
Daily reminder that Gentoo is a meme distro. Don't let anyone tell you otherwise.
You can make software in a way that deals with horrifying C++ compilation times for large projects. Google didn't.Chromium, and its spinoff qtwebengine, being the sole exception. This thing takes literally ten times longer to compile than Firefox, I don't understand it.
Not only does Gentoo offer binary packages for the big stuff. But a lot of other packages are now available, if you have matching USE flags you'll probably pull over half or more binary packages if you have them enabled. This drops install and update time tremendously.If you don't want to build everything yourself, gentoo also offers binary packages for some of the huge ones, e.g. libreoffice and firefox
Bravo, sir. This man gets it. Glad you got out of the Gentoo plantation.I switched to alpine after ~15 years of gentoo. I like alpine because the binaries and their build defaults are incredibly sane. I don't have pulseaudio, (I just use ALSA directly) and I use mdev and busybox init. I don't even have most of the common GNU tools. The package manager did not fight these choices, at all. Didn't even need to exclude/ignore/rewrite anything. Gentoo forces more shit on you you have to work around if you don't want it. (e.g. user account packages) I don't even have their kernel package installed and it is not a problem. This is the last linux distro I will use, if I will have to switch again for some reason, next one is gonna be a BSD. Will buy fitting hardware if necessary.
I also installed fvwm2 the other day and dusted off my old config. I still like ratpoison more but it is very comfy and I felt like tinkering/switching things up a little. Interesting thing I learned - (because I started it first without picom and then thought about removing picom altogether because it feels like kind of a mess) the X modesetting driver has apparently no tearfree implementation (although it exists) and the (obsolete) intel on is kinda broken if you don't set DRI to 2. This all used to work at one point and actually feels like someone went in and broke it. AMDGPU seems to work fine though. I hope Xenocara takes up more of the slack. I didn't want to be a complete ignoramus and also looked at current Wayland developments, but yeah. No.
(EDIT: Oh also if you are bored, try audacious. It can be set to look/work like classic winamp and it can even load the old winamp skins while being a modern linux program.)
Yes, this was my guess of what the problem is. Looking back at my /var/log/emerge.log it never used to be this bad, so it's definitely something they could fix. Maybe C++20 modules will solve the problem eventually (You can make software in a way that deals with horrifying C++ compilation times for large projects. Google didn't.
If you build it with Ninja and have it log file opens you'll see what's going on. Processing and compiling headers changes other headers so they have to now be reprocessed and recompiled and then they change other headers and