this post was submitted on 03 Oct 2025
1358 points (99.1% liked)
Programmer Humor
26713 readers
2611 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
"Hey can I rent this apartment?"
"Let me check... Seems like it's already occupied"
"Omg who is occupying it?"
"Let me print out their name and contact details for you"
Ah yes, great analogy. My computer with the operating system I installed and the files I own and want to modify certainly is the same as going to some strangers apartment and trying to buy it.
We don't want to invade the privacy of... the software... right?
If you can't see which program is using the file, that means it's a different user than yours. Your computer doesn't know more than the users it's been set up to have.
You are so, SO wrong.
You're so wrong that I have neither the time, patience, nor crayons needed to fully explain it to you.
Gotta love both replies saying this and not actually stating what's wrong with what I said?
I'll just sigh and move on, not worth getting stressed out over a dumb reply online
Gotta love both replies saying this and not actually stating what's wrong with what I said?
your printer works?!
TouchΓ©
Bad analogy.
This would be more like the property management having a record of what apartments are rented, and having a second list of who is renting apartments (but not which one), and the landlord wanting to know who is renting apartment 420 so they can draw up eviction papers.
The user probably wasn't running as admin (elevated) while deleting the file, so as far as the system knows, he may not be allowed to know which process is accessing the file.
That only applies in this situation if the requestor is also the owner of the building, as in the OP it is assumed the requestor owns the computer.
(On a multi-user system it is unlikely running Windows.)
If you've ever worked at a company, you probably were running Windows while simultaneously not owning your computer.
Is that even typical? At work we have like one Windows computer per person. But everyone has like 8 computers at home.
The computer is assigned to the person but it's still owned and managed by the company.
O.o Why is your assumption that a multi user system isnβt running windows?
Few run Windows in multi-user anymore. Most servers are doing Linux.
I am assuming simultaneous, not one at a time multi-user. Which could happen.