this post was submitted on 06 Jan 2024
242 points (93.2% liked)

Asklemmy

43138 readers
1244 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] planish 34 points 7 months ago (1 children)

I'm going to go with "be normal".

Linux is unusual in a way that Windows is not. In a lot of areas (games, interfacing with weird hardware), Linux uses up one of your three innovation tokens in a way that Windows doesn't. You are likely to be the only person or one of a very few people trying to do what you are doing or encountering the problem you are having on Linux, whereas there is often a much larger community of like-minded people to work with who are using Windows.

Sometimes the reverse is true: have fun being the only person trying to use a new CS algorithm released as a .c and a Makefile on Windows proper without WSL.

But that's kind of why we have Wine and WSL: it's often easier to pretend to be normal than to convince people to accommodate you.

[–] [email protected] 25 points 7 months ago* (last edited 7 months ago) (3 children)

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.

[–] [email protected] 9 points 7 months ago (1 children)

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.

[–] [email protected] 14 points 7 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 3 points 7 months ago (1 children)

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.

[–] [email protected] 1 points 7 months ago

Maybe POSIX-compliance is a better metric: https://en.wikipedia.org/wiki/POSIX

[–] [email protected] 1 points 7 months ago