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

Programmer Humor

32443 readers
1882 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
[–] [email protected] 209 points 4 months ago (17 children)

The real answer?

"We once gave you commoners this power and you used it to fuck your computer up and then blamed us for it, so we learned you can't be trusted with this power. We hid it behind a kind of skill test, and you're failing that test."

[–] [email protected] 51 points 4 months ago (10 children)

Good luck with opening the subdirectories of C:\WindowsApps\. I ran Explorer as admin, gave myself R/W permissions, even recursively changed ownership of everything, followed all the online guides... Still denied access.

[–] [email protected] 13 points 4 months ago (3 children)

Those're probably containerised.

[–] [email protected] 17 points 4 months ago (1 children)

Sandboxed rather than containerised I think.

[–] [email protected] 5 points 4 months ago (1 children)

what was the difference for those of us who dont know, like andrew over here 😂

[–] [email protected] 2 points 4 months ago

Sandboxed typically restricts a program from being able to read/write to various areas (think an app isn't allowed to use the network, or access USB devices, or it's only allowed access to a certain directory in the filesystem).

Containerised is a way of virtualising an app/apps so that they can be easily distributed to run once or thousands. They can and are also sandboxed to different degrees.

load more comments (1 replies)
load more comments (7 replies)
load more comments (13 replies)