this post was submitted on 29 Sep 2025
1082 points (99.5% liked)

Technology

75625 readers
2090 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
[โ€“] mfed1122@discuss.tchncs.de 2 points 3 hours ago* (last edited 3 hours ago) (1 children)

Ahhh I see, I was confused about what you were getting at. My mistake. And yes that's very true...hmm. More dire than I was even thinking then..

Honestly this is exactly the kind of thing that taxes and governments are supposed to be good for handling. Failures within failures I suppose!

[โ€“] WhyJiffie@sh.itjust.works 1 points 58 minutes ago

no worries. but that's why I think android would be a much better base for a free software mobile operating system than a current linux distribution. lots of engineering work and experience went into making it, both on the technical sides and in the UX, with lots and lots of feedback. it has largely solved permissions, inter-app communication, power saving, things like these, and I mean all in the AOSP project, forgetting about the proprietary google mobile services.
not everything is perfect, lots could be improved, and there are things we don't like, like how app background activity is handled is not too transparent and neither customizable, etc, but those would be much easier to fix and maintain then reimplementing everything. hardware drivers are a problem, but it is anyway, and with android we at least have a working system with which reverse engineers can analyze the drivers in operation. certainly android is not the cleanest codebase but its not so bad either to warrant throwing it away. in the parts of the code I looked over the years, it's quite organized, but of course I have only seen very little.