this post was submitted on 28 Jan 2025
1666 points (99.7% liked)

Programmer Humor

20039 readers
1945 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
[–] [email protected] 75 points 2 days ago (1 children)

Metadata that's a holdover from the 1980s MacOS behavior. Hilariously, today, NTFS supports that metadata better than Apple's own filesystems of today. They can hide it in Alternate Data Streams.

[–] amon 3 points 1 day ago (1 children)

Why didn't they add resource/data forks in APFS?

[–] kalleboo 5 points 1 day ago* (last edited 1 day ago)

APFS still supports resource forks just fine - I can unstuff a 1990's Mac application in Sequoia on a Apple Silicon Mac, copy it to my Synology NAS over SMB, and then access that NAS from a MacOS 9 Mac using AFP and it launches just fine.

The Finder just doesn't use most of it so that it gets preserved in file copies and zip files and such.