this post was submitted on 28 Jan 2025
1676 points (99.6% liked)

Programmer Humor

20188 readers
1650 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
[–] ulterno@programming.dev 50 points 2 days ago* (last edited 2 days ago) (2 children)

You'd want that, but a lot of programs do that, both in Windows and Linux.

e.g. The .directory files with the [Desktop Entry] spec by freedesktop.org
Dolphin has the option to enable/disable the feature

[–] lengau@midwest.social 45 points 2 days ago (1 children)

FWIW Dolphin only does it if the filesystem doesn't provide a way to add that metadata directly to the directory and you change the view configuration for that directory away from your standard configuration. Which is how the standard describes to do it. (Some file managers incorrectly add those .directory files to every directory you visit.)

A mac will add a .DS_Store file to any directory just by breathing on it.

[–] ulterno@programming.dev 8 points 2 days ago

Well, those are different specifications. Apple(who wants everything for themselves) vs FDO(whose main goal seems to be interoperability)

[–] raspberriesareyummy@lemmy.world 15 points 2 days ago (1 children)

today I learned - using Linux at home since 2005ish and I have never had an auto-file generated on any USB attached drives of mine...

[–] ulterno@programming.dev 2 points 1 day ago

I have manually made .directory files (using a bash script) to set icons on folders.

It feels good when programs let you know what they intend on doing.