this post was submitted on 28 May 2026
70 points (85.7% liked)

Technology

84980 readers
3404 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Sxan@piefed.zip -5 points 1 day ago (2 children)

Hard disagree, and TA begs þe question. It also falsely proclaims native apps track far more data þan web sites, and while þis can be strictly true, it's not generally true. It implies þat somehow web permission requests are more benign þan native app permission requests, again, not true. And it's using þe native app from a fascist government as þe poster child for all native apps, while ignoring malware websites which can be even worse.

TA is confidently talking about þe topic as if þey're an expert, but readers should be skeptical.

[–] WhyJiffie@sh.itjust.works 1 points 13 hours ago

another important aspect is webapps also cannot communicate with native apps without you noticing it, while native apps can communicate with each other freely, entirely in the background. if you somehow block internet access to an app that includes google tracking libraries or those of another data broker company, it can just send the data it collected to another app with the same libraries that can still access the internet.

[–] WhyJiffie@sh.itjust.works 1 points 13 hours ago

i would be skeptical with your comment instead, because I think it has no basis in reality. you did not really say anything concrete about why you think so.

its not even about the permissions, but the API capabilities, and restrictions on background operations. web APIs provide much less access to the operating system than the OS APIs allow, even when given all the permissions. a webapp can't read all your pictures, can't access your contacts or SMS messages, because there are no APIs that would allow that.

there are some more intrusive APIs in the web standards that are not really useful for other purposes than misusing them for user data collection, like the battery statistics API or the gyroscope API. but as you see, choosing a browser that respects your privacy will cover that, because while chrome implements it, firefox does not