this post was submitted on 04 Aug 2023
583 points (96.6% liked)

Technology

58150 readers
4923 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (2 children)

Linux is a moving target

Could you clarify what you mean with this?

[–] [email protected] 21 points 1 year ago

Not the person you're replying to, but Linux has long had a policy of "F backwards compatibility" in the userspace. Try running a 10 year old binary on the current version of a distro. Try a 5 year old binary. Chances are, it's not going to work, or you're going to go through dependency hell trying to get the correct library versions for that old binary.

But notice how Windows 11 can run a Windows XP app.

That's the problem. Most users aren't going to want to compile from source, assuming the software they're trying to use is even open source. Hell, nvidia users constantly have driver issues because the binary blobs must be updated to continue working after kernel updates. And that's not to mention all the competing package managers and distro quirks with library versions and naming.

[–] [email protected] 4 points 1 year ago (1 children)

You can run 16 bit Windows 3.0 apps on Windows 10 on compatible hardware. Can I run any Linux application compiled 20+ years ago on any modern distro without any fuckery? No. I can't even run apps compiled for the latest Arch on the latest Ubuntu, lol. Software development for Linux is a total nightmare.

[–] [email protected] 6 points 1 year ago (1 children)

This is true, but kind of exaggerated. I can't run some windows 7 apps on Windows 10. I have been able to run some backalley Linux software from an html 1.0 site designed in the 90's no problem.

On both platforms backwards compatibility is a little hit or miss, but yeah Linux is worse.

[–] [email protected] 2 points 1 year ago

Yes, some apps might not run. Yet some Win16 do actually run on Windows 10.