this post was submitted on 03 Oct 2025
1329 points (99.1% liked)

Programmer Humor

26713 readers
2571 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 2 years ago
MODERATORS
 

🫩🫩🫩🫩

you are viewing a single comment's thread
view the rest of the comments
[–] skuzz@discuss.tchncs.de 9 points 21 hours ago (2 children)

Mac does the same thing (as others have said) and you can at least sudo lsof and find it, but somehow filesystem access now is worse than Windows 95 era Excel spreadsheet file handles that never worked.

Here's what an operating system is peeps: Something that handles files and programs that live on top of it. That's it.

How is it none of them can't do their basic function anymore?

[–] vpklotar@lemmy.world 8 points 21 hours ago (1 children)

Same command works on Linux. Its a real saver sometimes.

[–] LodeMike@lemmy.today 1 points 20 hours ago

You can also specify a path.

[–] palordrolap@fedia.io 3 points 19 hours ago

Files, hardware / peripherals and programs. The distinction can get a bit blurry what with drivers and the fact that Linux exposes most of the hardware via the filesystem.