Live data from Hacker News

I love Linux, but I can't quit Windows

jpain.io

121–130 of 229 posts

Re: I love Linux, but I can't quit Windows

#122

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…

I switched to Linux again because on this PC Windows suddenly just doesn't run stable anymore. Even a complete reinstall didn't fix it, I assume it is some driver issue or something like that. It took me a while to convince myself it wasn't a hardware defect. I had very frequent single tab crashes in any browser I used. And regular bluescreens, sometimes multiple a day. But it runs entirely stable on a parallel Ubunt…

I recently noticed the bloat building and building. It came to the fore when I tried to install Kerbal Space Program on my T14s gen 2. I don’t really play video games, and I thought the incredibly slow performance and crashes were down to my hardware, since why would a 5 year old mid-range notebook be able to play this (probably badly optimised) 3D game?

As an afterthought I downloaded Steam and played on Debian. Worked out of the box. No crashes. Minimum of 30fps, most of the time around 50-60. It was more than playable, enough to be pretty fun.

Re: I love Linux, but I can't quit Windows

#123
I know this will be controversial, but we have ai CLI tools now and they can make navigating Linux and fixing issues much easier.

If you have a problem open the agent and tell it, give it the access (after backup of course), let it figure it out for you.

Then when it has ask it what it did and what the issues were.

Doing this massively reduces the friction of even very advanced Linux issues that you don't have time to look at.

And at the end you can document the solution or turn it into scripts that you keep forever.

Re: I love Linux, but I can't quit Windows

#124

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…

>The idea that Windows doesn't have it's own weird, mysterious, issues is hilarious to me. That's not what the author said. And anecdotes are perfectly fine - in fact, they are literally are all we have to write about. In this case, everything I've experienced and heard from others suggests that the author is correct. Linux distros are amazing, and their issues are generally fixable with experience, but the problem i…

I've found Windows issues to be just as usage-blocking.

I tend to have better luck with google-fu when it comes to Windows problems, just though the user base being so much larger, so it's much more likely that someone's written a guide or an explanation of my exact problem, while on Linux, it's much less likely that someone's written an exact guide, but general knowledge goes further (but you need more of it to fill in the gaps).

One additional issue I've found is that in the cases there is a guide or a Stackoverflow question regarding my exact problem, the solution is 6 years out of date and may be non-functional or less than ideal, while on Windows, that solution would still work.

Re: I love Linux, but I can't quit Windows

#125

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…

Yeah, like key bindings in IntelliJ that might make sense on Windows or Macintosh, but conflict with Linux defaults. I switched to Linux couple of decades ago, but this second class treatment of Linux desktop is one of the reasons I'm still doing most of my work in the terminal.

To be fair, for IntelliJ, just switch the keymap to the gnome or KDE one (yes, it comes with them ootb) and that problem is fixed.

Re: I love Linux, but I can't quit Windows

#126

Earlier quoted context omitted.

Using Linux is a learning experience. You will inevitably face and solve numerous problems over time, but every time you do, you come out of it understanding what's going on under the hood a little more. Still, it can be dreadful to face even small issues when you only feel like using your computer and not fixing it. Having an LLM agent help with fixing issues is a lifesaver. Ask it what you don't understand, take no…

> Using Linux is a learning experience. Do you think that Windows *isn't* a learning experience?

Most of my experience with Windows has been googling for solutions rather than understanding the underlying system. So I guess it's a learning experience, but not in learning Windows itself, as much as learning to use search engines.

I do remember common fixes for various things, but not much of it can be extrapolated to other issues in my experience.

Re: I love Linux, but I can't quit Windows

#127

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…

> For months my windows 10 install would take nearly 5 minutes to start up after a full shutdown sequence. I know you're not asking for tech support here, but I wanted to share that a friend's laptop was doing this, and the problem turned out to be a massive amount of files in %TEMP%. So many that I had to write a little PowerShell script to remove them all.

Powershell is a great scripting language, but when you want to massively delete stuff I strongly suggest you use "robocopy /MIR" with an empty folder as source to be "mirrored". Much faster, better multithreaded performance, decent logging. It will save you a ton of time if we're talking about large and/or numerous files.

Re: I love Linux, but I can't quit Windows

#128

I know this will be controversial, but we have ai CLI tools now and they can make navigating Linux and fixing issues much easier. If you have a problem open the agent and tell it, give it the access (after backup of course), let it figure it out for you. Then when it has ask it what it did and what the issues were. Doing this massively reduces the friction of even very advanced Linux issues that you don't have time t…

Strongly agree, and this makes Linux head and shoulders above Windows for everyday computing now. Because it's more text-native than Windows and in-depth technical documentation is more easily available, AI agents are simply more capable on Linux.

Re: I love Linux, but I can't quit Windows

#129

Earlier quoted context omitted.

>The idea that Windows doesn't have it's own weird, mysterious, issues is hilarious to me. That's not what the author said. And anecdotes are perfectly fine - in fact, they are literally are all we have to write about. In this case, everything I've experienced and heard from others suggests that the author is correct. Linux distros are amazing, and their issues are generally fixable with experience, but the problem i…

I've found Windows issues to be just as usage-blocking. I tend to have better luck with google-fu when it comes to Windows problems, just though the user base being so much larger, so it's much more likely that someone's written a guide or an explanation of my exact problem, while on Linux, it's much less likely that someone's written an exact guide, but general knowledge goes further (but you need more of it to fill…

I usually find the exact opposite, where for Windows I can sometimes find a few SEO optimized pages with vague instructions, but for Linux I'm much more likely to hit a wiki or forum with in-depth technical information to solve my problem.
Post reply on HN