this post was submitted on 28 Jan 2025
1675 points (99.6% liked)
Programmer Humor
20191 readers
322 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
I am not exactly a programmer. What is the .DS_Store file for?
Shit like this: https://www.idownloadblog.com/2016/07/07/add-image-color-finder-folder-mac/
Kind of a mac's version of desktop.ini. Remembers layouts and other metadata about a folder.
It's for storing your DSs, obviously.
Not for buying new DSiware games?
I learned of those files outside the context of programming. When program or file zip packages contained these random ds store files and I looked up what they are.
Turns out, it's metadata ~~caching~~ for macOS. Irrelevant and does not belong into [distributed or shared] packages.
/edit: It's been a long time ago. Looking at it again, I guess it adds folder metadata, so it could be useful when distributing to other macOS. But for other OS, it's noise. Either way, usually it's not intentionally included.