Guys, I’m a Linux user, too, but can we stop having these fake arguments, please?
Many such cases
I never met anyone in real life who said the stuff shown in this meme. The handful of comments here are few and far between.
Spent two weeks debloating
The folks who care enough to debloat are either already on Linux or would spend maybe 1-2h to make a few fixes, before they get something they are okay with.
Just install Linux
For those who stick with Windows, it’s often more than “just switching”. They may need certain software, they may not be tech-savvy, they may be insecure about whether they could handle the occasional hiccup on a system that is completely new to them. All valid reasons for hesitation, and “just switch” is about as helpful as “just cheer up”.
Because learning Linux would take time.
I’ve used Linux for 15 years now, and I’m still constantly learning new things. Linux is so much more usable now than it ever was, and I also think more people should switch. But suggesting that you “learn Linux” in two weeks’ time is just silly and dishonest IMO.
I wish we as a community could stop with this sense of superiority and actually acknowledge people’s humane struggles to help them make the move.
I wish we as a community could stop with this sense of superiority
Not possible in a Linux community. They have only three jokes:
-
Fuck windows
-
I’m so smart for using the superior software stack (and everybody is an idiot for not switching)
-
and my personal favorite: constantly trying to trick people into using FOSS software by telling everybody they’re as good even in cases where they’re clearly not (bro please use GIMP it’s actually really good bro as soon as you understand its archaic 1998 user interface it’s just as good as photoshop bro please)
I just wish Linux memes were more about Linux than they are about Windows.
and my personal favorite: constantly trying to trick people into using FOSS software by telling everybody they’re as good even in cases where they’re clearly not (bro please use GIMP it’s actually really good bro as soon as you understand its archaic 1998 user interface it’s just as good as photoshop bro please)
This. So this.
But coming from a position of nativity, it’s even almost understandable. For someone with a software development background, Linux is easily on-par with Windows and for many stacks even a lot better. There are a few cool pieces of software that don’t exist under Linux (e.g. Sourcetree) but there are decent replacements that are maybe a little bit less convenient.
So if you are a software developer and a very light user of stuff like Office, graphics/audio/video editing and similar stuff, you might actually believe that the FOSS alternatives in these areas are also decently good enough.
I mean, for me GIMP and LibreOffice are totally good enough, because I do next to nothing with these tools, and for the one children’s birthday party per year that I make, GIMP and LibreOffice are totally enough.
The actual hubris here is to think that my noob-level experience with these tools allows me to judge whether these tools are good enough for professional use.
-
I hear you. I have 3 machines: my main rig, a light laptop and a server. The main rig is on Windows 10 LTSC and the server is on Linux (goes without saying).
When I bought the laptop I decided to use it only with Linux as a way to squeeze it’s resources but also as a way to figure it how realistic it would be to use Linux exclusively. After starting on Mint and hopping to Arch I ended up on Debian and I’m quite satisfied with it. But I also realized it would never work on my main rig. Lots of stuff and software would just not work the same way. Would it be usable, yes. But it would be mostly workarounds instead of the perfect setup I have built.
Linux will definitely get there. It’s improving fast. But telling people that don’t know better to just switch only to find out half of what they did will now have to be done with workarounds and hassles is dishonest and does not help Linux at all. When Linux is perfect those people will already be burned and resist it needlessly.
I spent 1-2 hours debloating Windows and it turns out Windows update doesn’t work unless you turn back on the Windows firewall service.
I forgot how I disabled it in the first place, so I gave up and installed Linux
Why the hell would you even want to disable the firewall?
Do you like insecure devices? Do you also never update? Are you also still on Windows XP or something?
Why the hell would you even want to disable the firewall?
I’m behind a firewall on my router, why the hell do I want to enable it?
To protect you from infected devices on your network.
Like your mom’s phone full of bloatware and suspicious apps that connects to your wifi.
I don’t have infected devices on my network because I don’t run Windows and I don’t live with my mom
To be fair power users tend to be terrible with social skills. But you are right that this is essentially just linux users bragging that they learned something difficult. Power users also tend to be awful teachers so that might be part of the frustration on both sides.
I never understand this mindset because a person who is technically skilled like this is exactly the kind of person who wouldn’t struggle with Linux.
They’re already the kind of person who would be an excellent Linux user. I can only imagine that, for whatever reason, they’ve grown emotionally attached and are simply too stubborn to consider anything else.
My favorite is the pcmr type that says Linux is to hard, but their comment history recommends registry edits to keep edge from becoming the default browser or something stupid.
I didn’t know I’m already a computer pro by following a couple of idiot-proof steps I found by googling.
How do you think we all learned linux?
There is no such thing as idiot-proof steps to tamper the registry. Most of those registry keys are not documented, and it’s very hard to be completely sure about what you are touching.
If you need a debloated experience, install LTSC.
I mean, .reg files are pretty idiot-proof, but can also contain something malicious if you don’t read them.
Unironically, yes. That’s not nearly as common sense as you may think. There’s no such thing as idiot-proof steps. To some you may very well be a pro from that alone.
I never said editing registry files is “common sense”, but in the grand scheme of things it’s very simple and, yes, quite idiot-proof (go here and here, create file this and that, set value to 1). That may count as pro to some but I’m pretty sure it’s not enough to actually work with Linux (which one of my family members uses so I see it in practice).
Besides, considering this comment
Most of those registry keys are not documented, and it’s very hard to be completely sure about what you are touching.
Maybe it’s precisely the fact that I’m brazenly tinkering with registry files that renders me not-as-pro as some might think.
The not-as-common-sense part was referring to knowing how to look stuff up online, I think. Many people just kinda… Don’t.
I’m using Linux professionally since ~15 years and my private PCs are on Linux since ~5 years.
Registry hacks are still much, much easier than what you sometimes have to do on Linux.
The main reason is variability. There are at most 2-3 different versions of Windows in support at a time, with about a billion users between these 2-3 versions. That means, you will easily find a detailed fix for your problem that will work just fine. You can blindly paste it into the registry, and it will do what you expect.
Linux on the other hand has 2-5 supported versions per distro, and each distro tends to have between a handful and a dozen flavours, so the chance of some random guide on the internet actually applying to your setup is much, much lower. If you use Ubuntu 24.04, chances are quite high to find something, but even with Fedora you are often stuck having to translate solutions to your distro. Sometimes it’s as simple as searching through your package manager to figure out how that package is named for your distro, but at other times it means you have to compile stuff from scratch, or the solution might look like it would apply to your setup but it just doesn’t work.
The registry is a nice centralized place with one set of rules how it works and how you interact with it.
Linux on the other hand has thousands of config files strewn over hundreds of directories, written in dozens of config file languages, and some configs aren’t actually even done via config files (or shouldn’t be done via them) but instead use random config tools instead.
Registry is easy mode.
Because nobody actually spends 2 weeks debloating and using Linux desktop isn’t easier. This community exaggerates the difficulty of windows while minimizing Linus desktop issues.
This meme is basically a late night infomercial.
I set up a stupid simple smb server on a raspberry pi.
My other linux devices could see and use it out of the box. iOS could see and use it out of the box. tvOS could see and use it out of the box. I am willing to bet actual money that android would be able to see and use it out of the box.
Windows couldn’t. Due to some ass policy I had to google for hours and try out 3 different solutions, all of them requiring registry edits, to make it work. Because for “security” MS disallows connecting to a smb server if, essentially, the smb server isn’t hosted on windows (that was the gist of it IIRC).
Yes, using windows is harder than using linux. Way harder.
Tossing out SMB as if normal people use that shit 🤣. You folks just don’t get it. Most people don’t even want to deal with installing Plex from a double click. They open the Web browser and that’s 85% of the usage.
I build HA services in AWS all day. I understand how peaceful Linux is. You are missing the point entirely.
No I’m not, I am providing this data point because it’s the most recent I have. Every time I have to use windows, everything is more difficult.
The one good thing I can say about it is that it handles gpu driver crashes more gracefully in my experience. That’s about it.
The only reason most windows users put up with it is that most don’t even know of alternatives. Maybe they know of mac.
You mean the SMB protocol from 1980?
Let me guess, you were using SMBv1 instead of SMBv2 or v3? Which are both enabled by default on Windows 11.
Geez, almost like older protocols require better security.
I though you guys hated Windows because it was so insecure?
Nope, completely wrong assumptions on your part
Then it seems something was wrong with your Windows.
Because Windows has always supported SMB. Just not the out-of-date protocols.
You need to reread my message. I never claimed windows does not support smb out of the box. I am claiming that windows 11 will not out of the box allow connections to a properly configured smb (v3, in my case) server because they disable guest login because “security” even though the guest account configured on the server can’t access anything outside of the configured folder.
Yes, windows is harder to use than linux, because their tools do not conform to the protocols they claim to support. Among other things that make it harder to use.
using Linux desktop isn’t easier than using windows
(X) Doubt
Year of the e Linux desktop!
The only reason Linux desktop has a fighting chance is valve is putting in billions to fix the mistakes of people like you.
You’re right, I borked my Windows install debloating it and gave up after 1 week only
You still took a whole week to debloat Windows?
Better stick to simpler OSes that don’t allow you breaking it entirely then. Like MacOS or ChromeOS.
I use NixOS, FWIW
This is my friend. Had a Steam Deck and couldn’t figure out Steam OS so they installed Windows on it instead. He’s very tech literate but somehow can’t grasp Linux. On the other hand, I’ve transitioned fine to Linux Mint.
The problem is that the people lacking those technical skills are struggling with Windows, too, but got brain-washed into believing that this is how it’s supposed to be. And they are somehow also the ones defending Windows bullshit the loudest because else they would need to acknowledge being wrong.
That person is not technically skilled since it took them 2 weeks to debloat, what shouldn’t take more than a few hours.
Look, if it takes you 2 days to debloat windows, linux is gonna take a real fucking while to learn right.
2 days? He said 2 weeks haha
oh fuck that’s even worse.
The average Winblows user doesn’t even know how to lock the screen without using their mouse or touchpad. Don’t give me that “It’s hard for people” bullshit. Most people can barely handle recognizing icons, which are the same regardless of OS.
Well he’s cooked and proob chopped as well
Debloating windows is not a one-time adventure, it’s what you’re subscribing to do every now and then.
source: am recovering windoholic.
OneNote re-installing and re-adding itself to my startup after I absolutely turned it into swiss cheese was my final nail in the coffin.
Windows now lives in an image file that I can boot into using Linux as a thin client to start up a Windows VM for the occasional time I need to do some heavy Excel work. Absolute trashware.
I am one of those people.
I’m sorry but I can’t dedicate the time. Last time I tried to install it for someone else I went down a 5h rabbit hole of finding a driver for a scanner, and I was at the point where I had custom pkg repositories and needed to fix pkg dependency conflicts myself and I don’t have the OS knowledge to do all this, and I didn’t have time because I had to travel back again.
When I tried installing it for myself, I was missing critical software for a variety of things. For example, there’s no good DAW on Linux, and even if there was, lots of VST plugins are only Linux compatible. Things like Adobe Premiere Pro and Adobe After Effects have no solid alternative to this day for Linux and hence I’m struggling to replace them. Blender is on Linux (obv) but for example render engines usually only come with software for windows.
And then there’s a bunch of things where I’m not sure how compatible they are even if they were to run on Linux. Office uses proprietary file format constraints to lock down their ecosystem. Sucks, but everyone uses it, so I’m stuck. Unreal Engine, lots games, my audio interface, drivers for obscure small devices I need? I just don’t know and I have to dedicate time to researching all of it.
I hope you can see why someone like me has a very hard time just switching over. Yes I can just pull the plug and do it, but I will get no work done for a solid 2 weeks and even after that I will be heavily constrained.
And this all on top of the fact that I regularly set up Linux VMs for specific things which break way too often on regular use. Which also does not spark joy.
I hope you can understand why I’m fine debloating windows with Chris Titus for half an hour and then just enjoying 4 years on it without worrying about all of that is easier.
And believe me, I bought a notebook and will try to go CachyOS x KDE Plasma on that, but it will be an experiment and I have lots of doubt that this can replace my setup.
no good daw
Ardour!
What about my vst plugins though? That’s what’s holding me back. Native Instruments, addictive drums 2 and not wanting to touch gimp/Inkscape.
I have yet to encounter a VST that doesn’t work at minimum with yabridge. I gotta admit though, since I switched (ca. 3 years ago now) I find myself using Linux native tools much more that the VSTs I used to depend on so much. I use airwindows (full Linux compatibility) much more on the VST front, and find myself replacing many windows VSTs with pure data or supercollider…
Some cool Linux tools I’ve discovered and are now dominating my workflow:
- Reaper (https://www.reaper.fm/), also super common in professional studios.
- airwindows (https://www.airwindows.com/), genuinely amazing and FREE!
- Pure Data L2Ork & Max (https://l2ork.music.vt.edu/main/make-your-own-l2ork/software/), literally infinite possibilities.
- Supercollidor (https://supercollider.github.io/), you can never have too much Supercollidor…
- Orca Sequencer (https://100r.co/site/orca.html), basically my default sequencer now.
- old-school tracker (my fav: https://schismtracker.org/)
- and much, much more!
Also audio management (routing, etc) is sooooo nice and faaaast with jack in Linux. Literally a dream. If anything, I think my experience has significantly improved since switching to Linux vis-a-vis audio production.
Thank you 🙌
VSTs work with wine. I use Neural DSP amps with Ardour through pipewire. yabridge is the goat.
Thank you. I’ll add it to my research
And Reaper and Bitwig!
The potential pain with setups is a reason I like to point people at vendors like Slimbook, Tuxedo Computers or System76. Avoids a lot of possible problems for those who can afford it.
there’s no good DAW on Linux
Now that’s not true though. Bitwig Studio and Reaper f.e. support all the common plugins APIs and are excellent professional DAWs. And then of course you also got Ardour if you prefer FOSS.
Things like Adobe Premiere Pro and Adobe After Effects have no solid alternative to this day for Linux
I’m not perfectly familiar with Adobe products, but I’m very positive that DaVinci Resolve, Lightworks (literally used by Hollywood), Blender and Natron offer all the functionality those two do. And most likely with less crashes, as far as I heard about Premiere Pro. 🙃
Office uses proprietary file format constraints to lock down their ecosystem.
Didn’t hear about issues with Office Suites in more than a decade. Microsoft famously manipulated their docs to hamper third-party apps in implementing docx support, that’s quite a time ago though.
Unreal Engine, lots games, my audio interface, drivers for obscure small devices I need? I just don’t know and I have to dedicate time to researching all of it.
Yeah, hardware is always a thing especially during a switch. Once you made it of course you can pick new gear that’s known to be supported on Linux by their company. At least with Unreal Engine it’s known to work, and Games by now basically always do except for those with the most vile Anti-Cheat.
I bought a notebook and will try to go CachyOS x KDE Plasma on that
May I suggest to use a more general-use, Ubuntu-based distro? Those often offer way better hardware support for more devices out of the box. That’s one reason they’re called bloated, but damn is it comfy sometimes.
Didn’t hear about issues with Office Suites in more than a decade. Microsoft famously manipulated their docs to hamper third-party apps in implementing docx support, that’s quite a time ago though.
This is still a thing. Open up MS Office docs in LibreOffice, and more often than not formatting will be messed up.
Ok for personal use, unacceptable for professional use.
Does the same happen in ONLYOFFICE or Collabora? The documents I sometimes interact with might be too “basic” to notice problems. The worst issue I had was LibreOffice Draw freaking out over a PDF, which arguably it wasn’t made for anyway.
Sucks if they still keep protecting their monopoly through software / document manipulation.
Usage has little to do with office. It’s the identity controls, easy compliance, built in MDM, SharePoint/OneDrive, etc. Office is the add-on. Identity, RBAC, SAML, laptop fleet deployment out of the box.
RBAC and SAML aren’t windows things. Its also only “ootb” in the same way Linux and macos are, you set it up, and it works. And I’d probably argue the apple MDM suite is probably superior at this point anway.
And fucking SharePoint. Jesus Christ that’s a dumpster fire.
You have zero clue.
EntreID is a SAML/ODIC IdP. You have to run something like Keycloak or purchase Okta.
Apple doesn’t offer true MDM, only tracking and disabling. JAMF, the premire apple MDM has absolutely nothing on InTune.
SharePoint is a disaster, but far less so than SMB, and it’s usually a lack of process more than the tech. But out of the box you have RBAC sharing and access controls with data labeling and scanning every single email and document for PII leakage and prevent it from being savrd much less sent.
You are clearly a non practitioner and completely ignorant with zero experience with MSP services.
Yeah I haven’t touched any Windows stuff in a decade to be fair. My experiences with saml and idp is web app based. I was just parroting the apple.line from what I’d heard our own tech ops guys say.
To be honest. I’m happy being a non practitioner lol and living my little linux life. Our company allows devs to run Linux, Mac or windows. Its probably 90% Mac 10% Linux. I’m sure there’s probably a windows machine around somewhere.
I haven’t used Onlyoffice or Collabora so far. I’m only a very light office user and LibreOffice is enough for me, though I’ve had it often enough that it messes up some document I open. It’s not a lot, usually just alignments being wrong or weird gaps between characters, but it’s enough that I wouldn’t want to use it for example in an important presentation for work if the PC I am presenting on only has MS Office.
Not something I have to do with any kind of frequency, so not an issue for my use case, but I can totally see that it is a big issue for someone who does that all day every day.
System 76 🤣
🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣 Even.
Peak Linux forum shit. One of the most buggy laptops and OS I’ve ever used. I can’t believe you people write this stuff.
Never had the opportunity to use or see one since they don’t cover the European market. Pop!_OS was fine though when I used it, it’s unfortunate you had such problems.
Luckily there are a lot of other vendors as well. Star Labs, Ubuntushop, NovaCustom, even Lenovo and I think HP by now (although their laptops are almost always shit). So there are options.
We’re in a thread about usability and the first thing I have to do is research special companies and pay a premium to make shit work? Muuuch easier.
I’m not saying Linux isn’t usable as a daily. I’m saying it requires more work. Certainly moreso than OSX which is the realistic alternative path for most users.
So you just buy PCs without doing any research on the specs and manufacturer?
I personally have a custom block on my setup, but I’m hardly average and use a qnap nas for my Linux service needs.
But to answer your question, yes basically most do. The average user walks into a best buy or Walmart and buys something in their price range. An even smaller percent will head to Dell or iBuyPower and buy a “low, mid, high” range of pre-builts and make few if any real customization.
They will do no research into GPU/CPU other than nivida vs AMD vs intel choices. They have no idea other than some very basic performance numbers eg I have 32G or ram and would give you a funny look if you asked them about vram.
I see. I mean, there’s always a way how you decide what you want to buy without any hard, arduous research.
Recommended mostly by people running Linux on their Lenovo.
Funny how people write a long essay why they stay on Windows, claiming what a hassle it is to set up Linux. Sure, you might know how do deal with Windows, but don’t expect that other systems work the same way. Windows is the odd one.
If you depend on Windows-only software, there is nothing wrong with sticking to it. Use the system that fits your needs the most.
What other systems do you think the average user comes into contact with that shares a usage paradigm with Linux?
Mac OS
Nope. Seriously nope.
Yes, it has a bash shell if you need it, but Windows does too.
Yes, it’s based on an unixoid kernel, but that kernel is not Linux and the average user has no idea what a kernel is, nor would they want to.
Having a MacOS device means it comes pre-setup by the manufacturer with an OS that’s 100% compatible to the hardware, where you don’t have to think about drivers at all, where all the software needed just runs without any hacks or hassle. There’s none of the tinkering involved that you’d need on Linux.
And I say this as a Linux user who can’t stand touching Macs.
But these two OSes are not at all in the same category.
But I use docker to write my react apps! Totally the same thing!
Even with containers being easy apple fucked up file performance because of apfs and windows is the far better choice.
Ahh right the. 01% of users actually using Unix on their Mac minis 🤣
Immediately you all go out to edge cases that pretty much only developers and maybe some days folks run into 🤣.
I don’t write essays often, but when I do it is because things are bothering me. Specifically, these memes are plenty and basically tell me someone like me doesn’t exist. When this collides with people who say things like “I honestly can’t imagine how you can use windows with all the crap” I get annoyed, and at this point I just wanted to make sure the people who write this know that there’s lots of people like me who have good reasons.
Turns out the world is multi-facetted.
Ugh I feel this. I work for 8 hours 5 days a week with weekends off and about 5 hours of relaxation after every workday before I do it over again.
I really really… Really do not consider it being “fun” to troubleshoot or hunt to fix issues in the spare time that I have between work and I do not wish to spend my fleeting time off doing something like this
Seems like you already went through the journey :)
I would say though before switching to Linux, switch all your critical apps to the one available on Linux first. Get used to it and when your are finally comfortable, switch your OS. No need to switch all of them in one go. If for whatever reason you are never get comfortable with the trade-off, just stay on Windows. It is fine.
switch all your critical apps to the one available on Linux first.
Gimp and stuff is a nice toy for people like me who don’t need anything, but it’s a long shot away from being competitive with commercial software for professional use.
Learning Linux is nothing. Most people will never need anything outside of the GUI. There are distros that are very close to Windows in the GUI.
Oh well. Same people think switching to a Mac will take effort.
Thing is the people that never needed Windows, also didn’t really need a PC…
Gamers seem to be an exception, and while WINE/Proton are good, they’re not infallible. I can’t even get WINE running unless it’s running as root, which I don’t really want to do, and it took a lot of faff to get it to even do that. Wasn’t even anything complex, just a basic Win32 app I’d done as a test.
while WINE/Proton are good, they’re not infallible.
Just finished the latest trendy AAA game (Clair Obscur) thanks to Proton and Steam… 45hrs of (amazing) gaming and I didn’t tinker with a single option.
I’ve installed Fedora workstation the other week and it came with some apps like NPP that ran in wine by default for those that are transitioning away from Windows.
Yeah, it would be nice if Ubuntu just ran it out of the box as well.
So many things are great and just work and honestly just surprise you with how painless they are, and then you hit the snags, and then you’re in a world of trying to run things gathered from various sources, only to find that doesn’t work in your distro, only worked in 2016, or requires a package that isn’t obviously named from the command you’re trying to run.
I’m still not sold on snaps either. I finally got Firefox to see my integrated N150 “GPU”, but I’ve no idea how to make it use it for video decoding. I’ve no idea if the Snap version even supports that.
I’m surprised at how clunky it gets when at 100% CPU as well. Even the mouse lags. Maybe there’s a way to save a little bit of resources for user tasks, but I’ve no idea what that would be.
Just ditch Ubuntu and Snap at this point. LMDE is much better.
windows debloating brought me more issues than using Linux, if windows is truly that much of an ass then you might as well have it as an option in a dual boos setup where you use it only when necessary (preferably non-debloated so it doesn’t fuck itself when you need it)
I used to have a Linux/Win 11 dual boot.
After about 6 months I stopped using Windows altogether. After about a year I just wiped the drive and went 100% Linux because Windows becomes a liability when it does BIOS updates you don’t want or need to ensure that it’s the only OS on the machine.
I am in the stage where i only gave windows 70gb of my partition and uses ones in a few months
I yesterday tried installing win11, it couldn’t detect my ethernet drives, and tried to sign me in, and because I had no internet, I had to create an account through cli anyway
Funny
Fun coincidence, when I was about to write a supporting comment to this thread, my Fedora 42 running on X1 Carbon hard froze without any apparent reason and I had to hard reboot it.
Usually that is a oom situation in my experience, check out earlyoom
Possible, I guess, although I have 32GB RAM + 8GB swap and I wasn’t doing anything out of the ordinary at the time.
Both the hardware and software (fedora 42 running cosmic desktop) are kinda cutting edge, so I think an honest crashing bug is more likely.
There’s known knowns, known unknowns, and unknown unknowns. The first requires a lot less brainpower than the last.
I remember people laughing about that Rumsfeld speech but I just feel like those people didn’t really get what he meant
what aboot unknown knowns, those are my favorite
I just did a fresh install of windows 11 last week, after my attempt to switch to Plasma on
DebianFedora did not go very well. While it’s absolutely true that some de-bloating must be done right after install, it took me like 15 minutes. I spent at least that long just finding the three different goddamn places I had to go to change the wallpaper in Plasma.*Edit: wrong flavor of linux
You spent more than 15 minutes changing wallpaper in Plasma? I smell bs because it’s really simple.
Right-click on desktop:
Pick an image from the list, or add your own images (“Add…”):
After you click “Add…”:
The last windows I used was 10, and I remember the process being very similar.
The problem is you used Debian which is missing bug fixes for KDE, and is on a frankly ancient 5.27 - I have had nothing but an awesome experience on KDE 6, with both VRR, and HDR, working under Wayland.
Recommend trying a rolling release
Unironically, I find Arch easier to use than Debian
With the CLI guided install the barrier to entry is also super low now. The only thing I’m still battling is GPU video acceleration with Firefox.
Whoops, I was actually using Fedora. I had to go check the kde website, as that is where I got it from and thought it would be weird if they recommended something so out of date.
fedora kinda sucks for people new to linux. I’ve used it a few times in the past and hated it each time.
Finally actually made the switch to linux permanently a couple years ago with mint and it’s a much nicer experience overall.
2 weeks? More like 10 mins…
10 minutes is enough only for “Oh, that’s too difficult, let’s pretend that I’m content with Windows as it is”
That is like saying 10 minutes isn’t even enough to read all the different distros names, let alone pick one. It misses the point.
I can debloat a computer in less than 10 minutes because I do it often when installing a computer for a user. Just run a script that completely removes packages that aren’t needed on work computers.
I mean, 10 minutes is pretty optimistic even for a relatively savy user. It took me somewhere around an hour to find and fix everything. On the other hand, it took me and a bunch of people on the Linux support subreddit around 20 hours of troubleshooting to get Linux into a mostly functional state on my PC, at which point I and everyone else had given up, so…
Its been nearly two years since then though, and given what a nightmare Windows 11 is, I guess I’ll have to give it another shot.
Nah, it isn’t optimistic.
If you install Windows enough, you just get yourself an install script that disables all the things you don’t want.
Running that script takes less than 10 minutes. I know because I use it often.
Thats assuming you already regularly install Windows, which most don’t. It should be the median install, by a normal user. In the same way, I wouldn’t count the experience of a veteran distro-hopper as the standard for setup time on Linux.
To find and quickly vet a cleanup script on Windows, I’d say half an hour to an hour is a fair estimate, esspecially given that there are a lot of fake or outdated ones out there. On top of that, there a bunch of other settings these scripts often ignore, like web search in start, so I’d say up to another half hour for that is reasonable, esspecially if you weren’t thorough when searching for your initial script.
Until the next re-bloating update where your settings get reverted and services re-installed.
Being good at de-bloating (as you may very well be to do that in a few minutes!) is an anti-skill that shouldn’t have to exist.
Nowadays there are several tools where you tick options and do it in one click.
Too bad I forgot which tool did which debloat and couldn’t re-enable the firewall service to get Windows update working again
Reinstalling Windows is a generations-honored ritual.
You got Linux fanboys who reinstall Linux every time they boot their computer.
They’ve got a lot of distros to try out, y’know?
Until the next re-bloating update where your settings get reverted
As a Windows user, I’ve had this problem with Firefox browser a number of times, and never with Widows.
LibreWolf to the rescue
Let their devs do the work for you
By default, LibreWolf deletes the user’s cookies and history when the browser is closed,
I’m not sure if these devs have the same priorities as me D:
@antonim by default this file manager wipes $HOME when it is closed.
Better comparison would be wiping tmp files, clear last used and disconnecting network drives
I’ve no idea what that means but ok
It’d be nice if public schools used Linux for coursework instead of Windows. But it seems they settled with chromebooks, so now kids are even worse off.
Ironic that they are on Linux, as ChromeOS is Gentoo, but it’s the worst possible distro to use.
chrome os is Gentoo ?!?
I mean what else is it supposed to be – Windows based?
I was not able to verify that myself
Linux is Linux. What sets distros apart are basically the config and pre-install defaults and the package manager…
The latter is Portage, developed for Gentoo and used (among others) by ChromeOS.
If it takes you 2 weeks to uninstall some crap and flick some settings, you better switch away from Windows. But I doubt Linux will be any different.
Maybe ChromeOS would be a better fit?
I installed LTSC on a device recently. Very little effort for bloat free Windows.
Yep. Been using it for years, there’s no way I could go back to any other version. Unfortunately still comes with fucked up default settings and you do need to tinker with it for privacy, but it’s still miles ahead of any home edition for that.
I just took 2 months customizing Linux. Its that simple