NHacker Next
login
▲Infinite Mac: Resource Fork Roundtrippingblog.persistent.info
23 points by tobr 2 days ago | 3 comments
Loading comments...
chizhik-pyzhik 28 minutes ago [-]
The resource fork concept was always something that confused me about old mac. Anyone have a recommended blog/guide to learn more about how that works?
duskwuff 13 minutes ago [-]
Apple's own documentation is a fine place to start - the first chapter of this book explains what resources were and how they were used:

https://developer.apple.com/library/archive/documentation/ma...

But the short version is that the Resource Manager provided a standardized way for applications to store a bunch of record-based data in a file - either as part of the application itself, or in files it created - and load those records on demand. The system used resources heavily to represent assets like code fragments, icons, dialog box layouts, or sounds, which could all be loaded on demand or automatically purged from memory when not in use.

mwcremer 12 minutes ago [-]
https://folklore.org/The_Grand_Unified_Model.html