I’ve been using Linux exclusively for about 8 years. Recently I got frustrated with a bunch of issues that popped one after another. I had a spare SSD so I decided to check out Windows again. I’ve installed Windows 11 LTSC. It was a nightmare. After all the years on Linux, I forgot how terrible Windows actually is.

On the day I installed the system and a bunch of basic software, I had two bluescreens. I wasn’t even doing anything at that time, just going through basic settings and software installation. Okay, it happens. So I installed Steam and tried to play a game I’ve been currently playing on Linux just to see the performance difference. And it was… worse, for some reason. The “autodetect” in game changed my settings from Ultra to High. On Linux, the game was running at the 75 fps cap all the time. Windows kept dropping them to around 67-ish a lot of times. But the weirdest part was actual power consumption and the way GPU worked. Both systems kept the GPU temperature at around 50C. But the fans were running at 100% speed at that temperature on Windows, while Linux kept them pretty quiet. I had to change the fan controls by myself on Windows just because it was so annoying. The power consumption difference was even harder to explain, as I was getting 190-210W under Linux and under Windows I got 220-250W. And mind you, under Linux I had not only higher graphical settings set up, but was also getting better performance.

I tried connecting my bluetooth earbuds to my PC. Alright, the setup itself was fine. But then the problems started. My earbuds support opus codec for audio. Do you think I can change the bluetooth codec easily, just like on Linux? Nope. There is no way to do it without some third party programs. And don’t even get me started on Windows randomly changing my default audio output and trying to play sound through my controller.

Today I decided to make this rant-post after yet another game crashed on me twice under Windows. I bought Watch Dogs since it’s currently really cheap on Steam. I click play. I get the loading screen. The game crashed. I try again. I play through the basic “tutorial”. After going out of the building, game crashed again. I’m going to play again, this time under Linux.

I’ve had my share of frustrations under Linux, but that experience made me realise that Windows is not a perfect solution either. Spending a lot of time with Linux and it’s bugs made me forget all the bad experience in the past with Windows, and I was craving to go back to the “just works” solution. But it’s not “just works”. Two days was all it took for me to realize that I’ll actually stick with Linux, probably forever. The spare SSD went back to my drawer, maybe so I can try something new in the future. It’s so good to be back after a short trip to the other side!

  • nous@programming.dev
    link
    fedilink
    English
    arrow-up
    12
    ·
    8 hours ago

    There is no perfect OS that just works for everyone. They are all software so they all have bugs. People how say an OS just works have never hit those bugs or have gotten used to fixing/working around or flat out ignoring them.

    This is true of all OSs, including Windows, Linux and MacOS. They are all differently buggy messes.

    Linux is the buggy mess that works best for me though.

    • skilltheamps@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      4 hours ago

      Nothing is bug free, but that doesn’t mean everything is sort of the same just different flavor.

      The last couple days I dealt with Windows, which is out of the ordinary for me. I had to build a little thing and chose PowerShell and that is quirky but ok at a glance. Now we are in 2025 and PowerShell is a modern thing, and kid you not you install a thing using Module-Install and then you uninstall it using Module-Uninstall and what happens? The thing is only gone partially and some broken remains stay. And then another curiosity comes up where after long rummaging it turns out that one user (Admin) simply cannot see another user’s mounted share - has microsoft ever heard of the concept of “permission denied”?

      That’s not a differently flavored bag of bugs, that is like decades of computing and software engineering hadn’t taken place

      • nous@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        35 minutes ago

        You can cherry-pick examples of problems from every OS. That is my point. They all have issues that you may or may not encounter and quite a few that would make people from other OSs scratch their head and think what the hell the devs are thinking. Pointing out one issue of one OS does not change any of that.

        Which is proven by the other replys to your comment - others dont find this issue to be as show stopping as you do and just live with it or dont use it at all. How many issues do you do the same for on your favorite OS?

      • lud@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        3 hours ago

        I use Powershell a lot at work, and I really like it. Especially compared to bash which gives me headaches when reading.

        But yeah install-module and uninstall-module can sometimes be quirky. The easiest solution is to remove the files for the directory.

        it turns out that one user (Admin) simply cannot see another user’s mounted share - has microsoft ever heard of the concept of “permission denied”?

        I’m pretty sure the reason is that because the share is mounted using the users account and doesn’t affect anything else. It kinda makes sense for me because that is just the way Windows works ¯\_(ツ)_/¯.

        Two users can have different mapping so giving a permission denied doesn’t make a lot of sense since it simply doesn’t exist for the user.

        • morbidcactus@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          1 hour ago

          Powershell, windows terminal and winget are all legitimately nice tools, powershell especially is just stupidly more powerful than it needs to be (and verb-noun syntax is great).

    • Droggelbecher@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      7 hours ago

      While that’s true, there are objectively different levels of ‘just working’ though.

      I’ve never spent so little time googling how to fix things as I do with Ubuntu or Mint. It’s much more frequently needed and time consuming on other Linux OSs, iOS, Windows, Android. Haven’t personally used Mac.

      Also, I’ve always found a fix on Ubuntu. The same can’t be said for other OSs.

      That’s just personal examples, but the general idea still stands: different systems have a different amount of bugs, (or worse, ‘features’) and the difficulty of fixing them isn’t the same for everything either.

      • nous@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        30 minutes ago

        My point is the different levels of just working are subjective, not objective. I personally have spent far more time fixing bugs or just reinstalling ubuntu systems then I have over the same period for Arch systems. So many of my ubuntu installs just ended up breaking after a while where I have had the same Arch install on systems for 5+ years now. Could never get a Ubuntu system to last more then a year.

        Everyone has different stories about the different OSs. It is all subjective.

      • pebbles@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 hours ago

        Man I’d kill to be able to use all of the APT commands I see online. DNF forces me to know what I’m doing lol.