this post was submitted on 30 Aug 2025
4 points (75.0% liked)

Technology

567 readers
329 users here now

Share interesting Technology news and links.

Rules:

  1. No paywalled sites at all.
  2. News articles has to be recent, not older than 2 weeks (14 days).
  3. No external video links, only native(.mp4,...etc) links under 5 mins.
  4. Post only direct links.

To encourage more original sources and keep this space commercial free as much as I could, the following websites are Blacklisted:

More sites will be added to the blacklist as needed.

Encouraged:

Misc:

Relevant Communities:

founded 4 months ago
MODERATORS
 

Comments

you are viewing a single comment's thread
view the rest of the comments
[–] Alexstarfire@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I don't see how, because kinda by definition if you're allowing side loading, the program can essentially do anything. Even if you make a really secure system, there's nothing you can do if people willingly give the program permissions.

Unless there's some way to know what a program will actually do rather than what someone says it'll do. Pretty sure that's impossible if we can't even figure out the halting problem though.

This isn't an argument against side loading. I just don't see how you can get away from the inherent risk.

[–] refalo@programming.dev 1 points 2 weeks ago (1 children)

if you’re allowing side loading, the program can essentially do anything

How is this not also the case for non-sideloaded apps?

[–] Alexstarfire@lemmy.world 1 points 2 weeks ago (1 children)

Technically true, but if it's in a store, Google/Apple/whatever, presumably it's been reviewed. Doesn't mean it can't have malware in it, but that's the protection stores offer. Side loaded apps could be from anywhere and it's generally on the user to figure out if it's trustworthy or not. Unless you're reviewing the code yourself, you're taking the word of someone.

[–] refalo@programming.dev 1 points 2 weeks ago (1 children)

And what happens when those reviewed apps are still malicious? Like say, Tiktok?

[–] Alexstarfire@lemmy.world 0 points 2 weeks ago

There's never no risk. Only less risk. Far less risk in fact.

You want no risk? Write your own app.