this post was submitted on 29 Sep 2025
1205 points (99.4% liked)

Technology

75634 readers
3089 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
[–] WhyJiffie@sh.itjust.works 2 points 13 hours ago (1 children)

doesn't the same apply to any operating system, including the linux phone distributions? android has security measures that may be breached, but mobile linux has much fewer security measures at all

[–] mfed1122@discuss.tchncs.de 1 points 11 hours ago (1 children)

Yes, it does apply to every operating system - hence, the differentiator becomes whether the operating system has hundreds of millions of dollars to spend on dedicated security development. This is why a lot of companies now don't even let you use Android devices for BYOD aside from Google or Samsung, because they're the only companies with the resources to keep their security really up to date.

[–] WhyJiffie@sh.itjust.works 2 points 11 hours ago (1 children)

my point is that if the open source community cannot figure out just maintenance of an android system, there's no chance of creating a real mobile linux distribution, as it would need the aforementioned maintenance and the development of additional features

[–] mfed1122@discuss.tchncs.de 3 points 9 hours ago* (last edited 9 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 3 points 7 hours 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.