this post was submitted on 08 Jul 2024
630 points (96.9% liked)

Programmer Humor

32022 readers
544 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] KomfortablesKissen@discuss.tchncs.de 23 points 2 months ago (2 children)

I want to say "Haha, Idiot trusting Microsoft".

But honestly I want the same stuff he wants. Including modems in mobile phones. Including EVERYTHING I own.

[–] drathvedro@lemm.ee 16 points 2 months ago (1 children)

There's an OS you might like. It has no UAC, no file permissions, no sudo nor chmod, as it has no multi-user support, no antivirus and no firewall, no protection rings, not even spectre/meltdown mitigations, and most of all - no guard-rails whatsoever: You can patch the kernel directly at runtime and it won't even give you a warn. And yet, it is perfectly safe to run. It's called TempleOS and it achieves such a flawless security by having no networking support whatsoever and barely any support for removable media. If you want a piece a software - you just code it in, manually. You don't have to check the code for backdoors if it's entirely written by you... only for CIA at your actual back door...

Huh, didn't realise Windows is on a level to be compared to TempleOS. And losing. Thanks for that.

[–] wizzor@sopuli.xyz 6 points 2 months ago (3 children)

What does 'modems in mobile phones' mean? Isn't the whole thing a modem strapped onto a screen? What am I missing?

[–] AProfessional@lemmy.world 9 points 2 months ago

I think they just mean they should have control over the modem. They are all locked down and proprietary with known backdoors throughout history, effectively bypassing any OS level security.

[–] WaterWaiver@aussie.zone 4 points 2 months ago* (last edited 2 months ago)

A lot of phone modems ship with their own SoC (processor) running its own OS. It's much smaller and slower than the main phone SoC but, depending on its implementation, it can have full access to all of your main processor's memory through DMA.

I just saw discussions like this

So no, there are more parts to your phone. You forgot the whole part you, the user, solely interact with.