• JigglySackles@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    You can definitely have your opinion. But seeing how so many people have a hard time switching to Linux because of this particular issue, I’d say your position on the subject is quesionable. There are hordes more people on Windows and Mac because they made things easier through accessible software. A large part of that was the GUI.

    • AugustWest@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 days ago

      There are hordes more people on Windows and Mac

      Because it came with their computer. I have not used a command line at all on two laptops over the past year. It is the exception not the rule these days.

      However I have had to use the command line many, many times with Windows. Which is fine, it is MUCH easier to do this “Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted” instead of trying to find the gui to deal with it.

      • JigglySackles@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        4 days ago

        That example just proves my point further. No average joe is going to alter the execution policy because they aren’t running unsigned powershell scripts. They just want their applications to install and work. They don’t want to debug shit. You being fine doing all that is great but other people don’t want to mess with it and won’t.

        Half the time instead of downloading and running an executable that works with nearly all versions of their OS, they have to figure out which os flavor they have since it’s not just “Linux” it’s Debian, Red Hat, Arch, Kali, Suse, CentOS, Mint, Pop, Ubuntu, etc. and then does it need to be compatible with gnome or kde or something else, then is the configuration even a supported option, oh wait it only supports versions newer than 5 years where anything older will fail, or only till 5 years ago and anything newer will fail. Or the one project that solved the issue stopped developing it 10 years prior and no longer works. Or there just plain isn’t a native app so now you have to try and find an alternative way to connect to a service you pay for that has an equivalent feature set and price.

        Linux is a fractured mess overall. It is not user friendly. It is not out of the box ready. It’s a great option for someone technical that wants to type shit in a terminal. And it’s a bad option for anyone that doesn’t want to figure out what the magic words are that took the place of their double click.

        • AugustWest@lemm.ee
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 days ago

          My example wasn’t literal, I have had to do similar things for drivers, sound, USB, search etc. And windows support is just randos telling you what they think might work.

          As to your second point, the sane applies as windows is a collection of who knows that the hell software and random hardware. Which hardware? What driver? What vendor?

          • JigglySackles@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            4 days ago

            But I can select nearly any software since Windows 7 and it will still work on windows 10/11. That is far less common on linux. It’s more a rule on windows with some exceptions vs linux being the inverse.

            Support is stupid for both platforms. I don’t even want to touch that mess. Assholes and cunts on both sides and in different ways.

            • Nalivai@lemmy.world
              link
              fedilink
              arrow-up
              0
              ·
              3 days ago

              But I can select nearly any software since Windows 7 and it will still work on windows 10/11. That is far less common on linux.

              This is so demonstrably, laughably not true it’s not even funny.

              • JigglySackles@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                3 days ago

                Granted it is becoming less true on 11. But I am not wrong about the rest. I run into abandonware that doesn’t work far more with Linux.

                • Nalivai@lemmy.world
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  3 days ago

                  I mean, there are a lot of projects that were supported by like one guy that stopped updating it 10 years ago, that’s true. But more often than not, if the software is useful enough, there will be a modern fork of it, or someone rebuilt it from scratch, or the functionality was repeated by some later project, or at the very least it’s very easy to patch some modern dependencies, and there is a very easily googlable helpful instruction on that.
                  Personally, I know of only two big products for which this isn’t the case, and they require 20 years old kernel to run, but those are esoteric outliers, and I’m not even sure people are still using it.

            • CancerMancer@sh.itjust.works
              link
              fedilink
              arrow-up
              0
              ·
              4 days ago

              We are doing a review of all of our software to prep for Windows 11 right now. It’s not going nearly as well as you think because not all software is consumer-grade.

              Not too long ago a bunch of our scientific devices got knocked out by Microsoft fixing an old serial bug. Turns out all the software to run these was built to workaround the bug and quite a few of these items are long since unsupported (or the vendor is gone). Some of these are tens of thousands of dollars, we can’t just replace these on a whim.

              • JigglySackles@lemmy.world
                link
                fedilink
                arrow-up
                0
                ·
                4 days ago

                I’m aware not all software is consumer grade. And many depts like sci/lad/manufacturing/medical definitely have more to worry about with upgrades. Windows 11 is a shit show even at the consumer level, I’d hate to be managing a migration to it for an office, let alone any dept relying on custom hardware. But blaming windows for something that would just as easily happen on a linux machine is a bit disingenuous. Upgrades break shit across all the OSes. I’ve had to rebuild linux servers because an upgrade would break them and keeping them air gapped on a closed loop wasn’t an option.

                • CancerMancer@sh.itjust.works
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  8 hours ago

                  The difference is that if an upgrade breaks a Linux install (which is much rarer in my experience) I can often simply change the setting, revert the update, use a different distro/version, or even undo the change myself. Hell if it’s was kernel deep, nothing stops you from recompiling yourself, if the problem warrants it.

                  We can more easily run special Linux versions in a virtual machine without having to do a bunch of registry/gp magic and hope it sticks because Microsoft likes to force updates through your settings anyway.

                  There are more options for dealing with problems and they suck less.