• @WarlordSdocy
    link
    23 hours ago

    I mean atleast in terms of the troubleshooting I’ve had to do it’s much easier on Windows. Sure it can be more finicky but if I have a problem 99% of the time I google it and find someone else having the same problem and worst case scenario atleast reinstalling Windows fixes the problem. When I gave Linux a try the amount of times I googled something and either found an out of date solution that didn’t work or was just told that that doesn’t work and you can’t do that was annoying enough that I gave up and went back to Windows. If Linux works for you that’s great but acting like the problems with Linux are just people not being used to it is wrong.

    • Coriza
      link
      42 hours ago

      Linux has problems but he is not wrong that a lot of it is not being used to the OS. Finding solutions on the Internet is like a popularity context, of course there is much more of it for windows but even on Linux there is much more for big distros line Ubuntu than other smaller ones.

      Now reinstalling windows is not a solution or a good argument, it is saying the problem cannot be fixed. When I used windows that was also my go to solution and very feel things I solved by googling, but I guess in part because I was not as tech savvy as I am now. But I tell you, when I started with Linux I could find solution for all problems that I have that had solutions, now a lot have changed so you do get that some things are outdated but it is just a matter of paying attention if the solution is old or new (side not rant, sites that do not put date on the articles are the worst).

      Oh yeah, I naver had to reinstall a Linux machine, maybe I lucked out and didn’t royally fucked anything, but I could always solve problems with the OS without a reinstall. I guess because more easily you can find and know where things changed, like what config files you changed and you can always make a copy. The works case is like booting a live USB and rolling back the changes if the OS does not boot anymore.

      • @WarlordSdocy
        link
        21 hour ago

        I think it depends on what problems you’re talking about as well. A lot of the problems I faced with Linux was with programs not working or certain features not being supported. Where as with windows the problems tend to be more of bugs or weird behaviors from the os itself. Sure you can say reinstalling isn’t a good solution as it’s annoying to do but if it makes the problem go away it is a solution. Meanwhile on Linux if a program isn’t supported and isn’t popular enough to have people figure out how to make it work it just doesn’t work and there is no work around other than either trying to figure it out yourself or just using windows. Sure you can maybe argue that that’s an experience difference as if you had experience with getting programs to work the figure it out yourself part wouldn’t be hard but if anything I think that shows that it’s not just a different set of experience but also generally requires more experience to be proficient with Linux versus being proficient with Windows. Although that probably comes down more to what you consider as being proficient.

        • Coriza
          link
          19 minutes ago

          I only say that reinstalling is not solving a problem in the context of troubleshooting and finding a fix. But yes, is not a good solution because it is a pain. I did so much reinstalling in my windows years that one of the best things I did was to learn to create a separated partition to use for data because it make reinstalling so much easier (it was back in the days of winME and it was an event to do a reinstall, we would usually go to a friend’s house with the HD or the whole machine just to be able to backup everything).

          About the software it is like I mentioned (maybe in other comment) with hardware compatibility. If it is a windows first software, usually Linux support is done in “best effort”, so always lags behind. This is specially true to closed source software as the community can’t even help. In any case, one sad reality is that programmers usually are terrible at building and packaging software for release, and that is not a Linux only problem. The famous dll hell on older windows were due to terrible packaging. That is why docker is so popular, so people don’t have to bother with packaging.

          For FLOSS software what I usually see is in software not on the distro repos and it not being compatible with the distro because the devs don’t build for it. With closed source/binary-only what I see the most is broken dependencies because they build it wrong, targeting the OS libraries instead of bundling everything with the package.