this post was submitted on 23 Apr 2024
987 points (98.3% liked)

Programmer Humor

19103 readers
1158 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 4 months ago* (last edited 4 months ago) (1 children)

That's partially my point. You can never be 100% safe, but there's a lot you can do to increase your safety besides just relying on intuition (edit: because intuition is usually the weakest link, see social engineering/phishing tactics). Anti viruses (when they aren't just bloatware) are part of that.

Your second point about not meaningfully defending against backdoors and vulnerabilities is kind of against the point. You can totally defend against backdoors by not giving apps admin privileges, limiting network access, etc. so that damage can be limited even if an exploit happens. Then, if some backdoor or exploit is discovered, it's only as dangerous as the permissions you give that app.

[โ€“] shneancy 1 points 4 months ago

oh i meant backdoors and vulnerabilities in the OS itself, hah, i'm pretty sure the system has all the permissions