this post was submitted on 14 Jan 2024
1023 points (98.8% liked)

Technology

57472 readers
3619 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] 22 points 7 months ago

Variety of distributions doesn't affect the effort in coding, it adds overhead for package management. Only rarely does it require the developer to add some extra code for either an edge case or some specific library requirement.

On top of that, Flatpak and AppImage exist to solve this issue if you don't want to deal with it.

This is a pretty rich statement coming from Proton who has very publicly given out "private" info about its users to law enforcement without even so much as a hint of resistance. I doubt they would want to spend any resources on cross platform if they don't even back up their claim about true privacy.

Even zoom has a lazy script that packages their app in literally every possible format possible because it runs the exact same on every distro. It is not that hard. Literally the only way this doesn't work if you hired some 3rd party MSFT dev to create some insane C++ app with pure Windows API calls instead of using a library.