this post was submitted on 14 Aug 2025
97 points (95.3% liked)

Technology

74073 readers
3030 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] vacuumflower@lemmy.sdf.org 0 points 1 day ago (1 children)

Yes, and the same can be said about Windows NT, yet it's called one thing. Honestly I think I'm getting tired of American intelligence.

[–] joyjoy@lemmy.zip 1 points 8 hours ago (1 children)

Linux is only "one thing" if you're a kernel/driver developer. And even then, Linux via Android (linux fork) is completely different from the normal one.

As a user land developer, you can have glibc or musl, initd or systemd. Is dbus being used? They all work differently.

Windows is one thing to support. Linux has countless configurations.

[–] vacuumflower@lemmy.sdf.org 1 points 7 hours ago

As a user land developer, you can have glibc or musl, initd or systemd. Is dbus being used? They all work differently.

I would expect Windows RT and Windows CE to somewhat differ too. Despite being NT.

Why would an application developer care about the init system? Start scripts and units for demonized stuff can be honestly made by users and maintainers, if that's expected to be packaged. If it's not, it's half an hour of googling to make functional enough ones for most purposes.

DBus is such a common thing that there are applications not working without it running, and nobody really complains. You can assume it is, or you can ignore its existence. That's changed by installing\uninstalling DBus. Not a difference between two operating systems, LOL.

glibc or musl - yeah. Different enough. Still the OS is the same, can use a musl chroot from a glibc system. Can use as many chroots as you want.