Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Why is a resource fork? Pin
trønderen17-Dec-23 14:55
trønderen17-Dec-23 14:55 
GeneralRe: Why is a resource fork? Pin
Paul Sanders (the other one)17-Dec-23 22:30
Paul Sanders (the other one)17-Dec-23 22:30 
GeneralRe: Why is a resource fork? Pin
honey the codewitch17-Dec-23 22:58
mvahoney the codewitch17-Dec-23 22:58 
GeneralRe: Why is a resource fork? Pin
Paul Sanders (the other one)17-Dec-23 23:07
Paul Sanders (the other one)17-Dec-23 23:07 
GeneralRe: Why is a resource fork? Pin
honey the codewitch17-Dec-23 23:10
mvahoney the codewitch17-Dec-23 23:10 
GeneralRe: Why is a resource fork? Pin
Paul Sanders (the other one)18-Dec-23 2:59
Paul Sanders (the other one)18-Dec-23 2:59 
GeneralRe: Why is a resource fork? Pin
honey the codewitch18-Dec-23 5:02
mvahoney the codewitch18-Dec-23 5:02 
GeneralRe: Why is a resource fork? Pin
Myron Dombrowski18-Dec-23 1:40
Myron Dombrowski18-Dec-23 1:40 
Going to start off with one correction: Modern applications are not typically split across multiple forks and haven’t been for literally decades. I’m genuinely surprised you’re running into such applications at all in 2023. I’m also curious what tool you were using to manipulate the files that was breaking them, because Macs have always just transparently handled them.

The original Mac file system supported two separate chunks of data per file system entry. There was a data fork which was an unstructured store mostly analogous to the single data stream most early file systems had, and a resource fork that held discrete chunks of data tagged with a type and an integer identifier. The resource fork served the dual purpose of simplifying the use of structured data and providing a means to help mitigate the extremely constrained systems of the day. Applications, for example, kept executable code in the resource fork in multiple chunks that could be loaded and unloaded at need (transparently to the coder) to fit within available memory, not unlike overlay files on MS-DOS.

But Mac applications haven’t typically been structured that was since the release of Mac OS X. So again, the fact that you’re running into them in 2023 is somewhat baffling.
GeneralRe: Why is a resource fork? Pin
honey the codewitch18-Dec-23 5:03
mvahoney the codewitch18-Dec-23 5:03 
GeneralRe: Why is a resource fork? Pin
Myron Dombrowski19-Dec-23 7:43
Myron Dombrowski19-Dec-23 7:43 
GeneralRe: Why is a resource fork? Pin
trønderen19-Dec-23 12:58
trønderen19-Dec-23 12:58 
GeneralRe: Why is a resource fork? Pin
jochance18-Dec-23 6:39
jochance18-Dec-23 6:39 
GeneralRe: Why is a resource fork? Pin
markchagers18-Dec-23 23:52
markchagers18-Dec-23 23:52 
GeneralRe: Why is a resource fork? Pin
jochance23-Dec-23 12:56
jochance23-Dec-23 12:56 
GeneralWordle 910 Pin
Sandeep Mewara15-Dec-23 17:58
mveSandeep Mewara15-Dec-23 17:58 
GeneralRe: Wordle 910 - 5 4 me Pin
pkfox15-Dec-23 20:53
professionalpkfox15-Dec-23 20:53 
GeneralRe: Wordle 910 Pin
Amarnath S15-Dec-23 23:16
professionalAmarnath S15-Dec-23 23:16 
GeneralRe: Wordle 910 Pin
Cp-Coder16-Dec-23 0:58
Cp-Coder16-Dec-23 0:58 
GeneralRe: Wordle 910 Pin
StarNamer@work16-Dec-23 1:27
professionalStarNamer@work16-Dec-23 1:27 
GeneralRe: Wordle 910 Pin
Sander Rossel16-Dec-23 3:15
professionalSander Rossel16-Dec-23 3:15 
Generalharvest now, decrypt later Pin
BernardIE531715-Dec-23 14:03
BernardIE531715-Dec-23 14:03 
GeneralRe: harvest now, decrypt later Pin
charlieg15-Dec-23 23:55
charlieg15-Dec-23 23:55 
GeneralRe: harvest now, decrypt later Pin
Steve Raw16-Dec-23 8:31
professionalSteve Raw16-Dec-23 8:31 
Generalamazing motion magnification camera Pin
BernardIE531715-Dec-23 13:56
BernardIE531715-Dec-23 13:56 
GeneralMessage Closed Pin
15-Dec-23 22:15
professionalSteve Raw15-Dec-23 22:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.