I love Linux, but I can't quit Windows
speckx
49 points
90 comments
May 15, 2026
Related Discussions
Found 5 related stories in 91.1ms across 8,303 title embeddings via pgvector HNSW
- After three months on Linux, I don't miss Windows at all Brajeshwar · 23 pts · April 27, 2026 · 60% similar
- Things Linux Can Do That Windows Still Can't mikece · 22 pts · March 16, 2026 · 59% similar
- The Best Windows is Linux gargan · 30 pts · May 23, 2026 · 59% similar
- Time to Dump Windows? llm_nerd · 30 pts · March 20, 2026 · 54% similar
- Why I love NixOS birkey · 263 pts · March 22, 2026 · 50% similar
Discussion Highlights (20 comments)
sameers
My experience too: "Linux friction is unpredictable. The update tool freezing for no reason. System-wide slowdown I can't diagnose. Notifications telling me too many programs are listening for file changes and asking me to decide whether to increase the limit (a decision I don't understand why I'm being asked to make)."
GuardCalf
You can just use Windows and run your required Linux distro inside WSL2. That's exactly my setup—I'm a heavy user of both, as I need both systems daily.
cryo32
Yeah same but I'm out of options. I don't like Linux on the desktop but I like Windows' privacy stance and use-hostile behaviour less. My Mac isn't much better. What I really hate is being forced into this corner. Instead of dealing with this I have taken to doing activities where I don't need to use the computer now. So for example photography is a major hobby for me. I went back to film just to get away from the bloody computer.
abrowne
Contrary anecdote: I've installed and used Linux, mainly Ubuntu desktop (GNOME) on a dozen or so computers in the last ten years, including several older MacBooks, a Surface Go for my son and an HP I special ordered without Windows. I come from a Mac background and use the terminal, but I've never need to do so to get them to work. Sure I've tweaked them, but only cosmetic things like locales and default fonts. For install and use I haven't done anything special. Old MacBooks need wi-fi drivers, which usually Ubuntu will find. Besides that everything has honestly just worked for me.
MostlyStable
The idea that Windows doesn't have it's own weird, mysterious, issues is hilarious to me. For months my windows 10 install would take nearly 5 minutes to start up after a full shutdown sequence. This was with the install on a fast SSD. I tried a whole bunch of things and never figured out what the issue was. Then, one day, it just....went away. I'm not trying to make much of a point other than that: anecdotes aren't going to get you very far. My problems with linux have nothing to do with the quality of the OS itself (which I personally haven't had many issues with), but rather with software support from companies that don't want to put the engineering effort into making their linux version as good as the windows version. And I can't really blame them, but some software I just need.
soperj
I'll keep knocking on wood, but as a Thinkpad user who has used fedora as a daily driver since Fedora 19, I've rarely had any issues with Linux. Battery lasts way longer than the Thinkpad I use for work (windows machine), and mine is older. I don't game though, so there's nothing that I've wanted on windows.
aqme28
Linux friction is “unpredictable” but windows friction isn’t, because you have a lot of windows experience and not much in Linux. I don’t think you’d feel the same after a few months of Linux.
carra
I always see the same when someone says things like this in any article, video or comment. There will be like 20 replies saying that it's because they chose the wrong linux distro. And of course each of those 20 will recommend a different one! Sometimes distros that I had never even heard about before...
unethical_ban
I've never experienced what the writer has, and it would be interesting to know more about their system setup to diagnose the alleged network slowness. Package manager is a network app, so it sounds to me like there is something strange going on system-wide. Perhaps the writer has a new-enough network card from a vendor that doesn't have driver support? FWIW I am essentially full-time Linux on all my devices for the first time in my 20 years since first using it (Ubuntu 6.06). The only issue I had is with a wifi card that is a brand-new spec without Linux support - I happened to have another wifi card that has a more open chipset that is also wifi7 that works great. Here's my quick intro to anyone interested in running a Linux machine for gaming and everyday use. https://docs.zeropolis.net/doku.php/tech:cachyos
guerby
"I've been distro-hopping for probably twenty years. Fedora, OpenSUSE, Ubuntu, Arch, and most recently Fedora with KDE Plasma." Missing : good old debian :)
chociej
I empathize with the frustrations with Linux, and I certainly used to have them. But about 5 years ago I just... stopped having any issues at all. I switched to Debian around then, which may or may not fully explain the improvement. Point is, I've barely thought about or actively maintained or troubleshooted my operating system for several years now.
rileymat2
There are much more annoying defaults in windows that are unmentioned, for instance the autoupdate automatic restarts.
nobodyandproud
Is this AI generated? The “two things broke” reasons are just so laughably bad in a real world context yet strangely vague.
benwaffle
you can now ask a coding agent to debug & fix these issues
pixel_popping
It's not really applicable nowadays as you can just ask any agent to solve most linux issues for you, it's literally 1 prompt away and you can snapshot your FS to be safe prior and lock it down to avoid agent mistake.
everyday7732
This was my experience with linux the first times I used it years ago when I lived in a different state, but I tried it last year and it's night and day. Kubuntu (Ubuntu with the KDE plasma desktop) is quite windows-like without the advertising and crappification. KDE is doing a great job honestly.
kenjackson
I'm learning that while Windows has a bad rap in some tech circles, its surprisingly still pretty well regarded. This past school year my daughter and niece both moved from Windows to Macs. A couple of weekends ago I asked them both how they liked it -- they seemed to transition well to the Mac. They both said the same thing -- Windows was better at basically everything except the Message app and iPhone mirroring, but those two things made the Mac totally worth it since, as they put it, phone beats laptop. But I found it interesting how, for non-technical users, they both really found the Mac still unintuitive and buggy compared to Windows.
topaz0
The distro-hopping and vanilla installs are the problem imo -- with Linux it is possible to strip your system down to the basic functionality so that you can actually understand everything what's going on and not be surprised. What is so refreshing is to realize that you don't need to pull in some baroque package you don't understand because the part of it you want is just 3 lines of bash and one line in a config file or whatever. But to get there you have to learn how to use the tools.
tosti
MS-Windows ME was the reason I jumped ship to GNU+Linux. I'm honestly surprised why it's taking the rest such a long time.
martinald
Two thoughts (I was in the same situation, constantly trying desktop Linux then pinging back to Windows after hitting issues). 1) Fedora is really worth a try, it's extremely polished. The best thing is the packages in the repo are generally much more up to date that debian based distros, which maeans less random PPAs to work around it, which cause issues. 2) The biggest change is having Claude Code/Codex able to diagnose and tweak things extremely quickly. If something goes wrong, I ask claude code (in a specific folder with various docs about workarounds) and it goes and fixes it 99% of the time very quickly. Coding agents being able to fix Linux actually makes it _more_ stable than Windows for me. In my experience Windows is less buggy _in general_ than desktop Linux.[1] However, once you hit random issues you are basically screwed if basic attempts don't work. With Linux you can have a coding agent go thru all the reams of logs to find the issue and even clone the underlying source code to find issues. [1] For example, there is some ridiculous problem with wayland and notifications on GNOME at least, see this: https://gitlab.gnome.org/GNOME/gnome-shell/-/work_items/358?... which has to be disabled with an extension unless you want to go insane