• @Fixbeat@lemmy.ml
    link
    fedilink
    129 months ago

    I am a Windows guy, but I occasionally have to work with Linux. I spend a lot of time googling weird problems with cryptic solutions. That’s my experience trying to do anything technical with Linux. I can’t really remember the last time I had a problem in windows, but that’s not to say windows is perfect. It’s taken a hit in usability recently, which is weird since they’ve had decades to refine things. I recently installed pop os as a dual boot and it’s been pretty great with the ability to play games. I haven’t really had to do anything technical and I find myself using it more than I thought.

    • torpak
      link
      fedilink
      39 months ago

      At least most problems under Linux have solutions and if you are really desperate you have the option to fix it yourself in the source or pay someone to do it. Under windows, if microsoft doesn’t care about your problem, you either find a workaround or live with it.

      • @Honytawk@lemmy.zip
        link
        fedilink
        -2
        edit-2
        9 months ago

        Because of the ginormous community, every problem has a solution in Windows.

        If it isn’t a Microsoft sanctioned solution, then multiple third party solutions exists that fix it.

        Windows has a hell of a lot more support than any Linux distribution does.

        • Nefyedardu
          link
          fedilink
          49 months ago

          If it isn’t a Microsoft sanctioned solution, then multiple third party solutions exists that fix it.

          That’s not how this works. If it’s not a Microsoft-sancioned solution, it literally cannot be fixed no matter how much effort you put in. You need an API to work with Windows. If Microsoft does not provide you with an API, you can’t do it. And even if you find a way to hack together something, you have zero guarantee an update won’t just come along and fuck it. Linux distros are open source, you can change quite literally any thing about them. That is what that person was talking about.

          • @halva@discuss.tchncs.de
            link
            fedilink
            19 months ago

            the thing is, microsoft does provide stable, well-documented and backwards-compatible apis for just about anything imaginable, and even if that’s not enough, you can try interacting with the kernel directly