• @BorgDrone
    link
    29
    edit-2
    4 months ago

    Linux is unusual in a way that Windows is not.

    That’s funny because IMO it’s the exact opposite. Every mainstream operating system is a Unix or Unix-like. MacOS, iOS, Android, the BSD’s, Solaris, HP-UX, AIX, IRIX, etc. etc.

    Windows is the only non-Unix OS that has any significant marketshare.

    • @jacksilver@lemmy.world
      link
      fedilink
      104 months ago

      Oddly enough I think that actually adds to the problem. Because there are so many Unix-like OSs and each is slightly to significantly different, the solution to a problem on one may or may not work on another.

      I liken it to SQL, having worked with many different sql dialects, I can never recall what functions are supported by one versus another. However, I don’t run into that problem with Mongo, cause it’s so different.

      • @BorgDrone
        link
        154 months ago

        In my experience, if you have an issue on a Unix-like OS it’s almost always possible to diagnose and fix the problem. There is almost always a log file with extensive information. Unices are built from collections of simple tools so it’s often easy to find what exactly is going on and to isolate the problem for an easy fix.

        Windows on the other hand is a black box. If something doesn’t work, you’re screwed. Error messages are often cryptic to the point of being little more than a 432 digit number. Most subsystems are monolithic monstrosities and isolating an issue is a PITA. Troubleshooting usually isn’t much more than randomly changing things and see what happens, or googling the error and hope someone else found a fix. Even if you manage to fix it, it’s often unclear what the actual issue was. It kind of reminds me of the magic/more magic switch.

    • @planish@sh.itjust.works
      link
      fedilink
      34 months ago

      On phones Android is pretty typical, and on desktop Unix is also pretty typical because MacOS is it. But non-Mac Unix on the desktop is pretty unusual, and stuff built for Mac specifically often won’t work on other Unixes.