The first Mac came out in 1984; NeXT didn’t have a product until 1988.
NeXT was later bought by Apple and their tech became the foundation of Mac OS X in 2001.
But I was referring to the original '80s Macintosh System, not OS X. :)
Comment on What DID Apple innovate?
ripcord@kbin.social 11 months agoOther systems did have double-click, and app bundles (which I still think are just fantastic) were a NeXT thing. (which of course became Apple, but they weren't at the time). But yeah, Apple way refined and brought those to a mass market.
The first Mac came out in 1984; NeXT didn’t have a product until 1988.
NeXT was later bought by Apple and their tech became the foundation of Mac OS X in 2001.
But I was referring to the original '80s Macintosh System, not OS X. :)
abhibeckert@lemmy.world 11 months ago
Apple and NeXT had all the same people working for them.
ripcord@kbin.social 11 months ago
App bundles have virtually no relationship with resource forks. I guess you could say that App Bundles COULD include SOME metadata that you could have included in Forks, including the idea that something was an application or not. But that's about it.
On the NeXT always being Apple thing - I mean, some of it maybe was spiritually Apple, and eventually it was 100% Apple. But we're splitting hairs.
fubo@lemmy.world 11 months ago
Eh, the difference between app bundles and resource forks isn’t the functionality itself, but rather how the filesystem interface cuts through the functionality.
An OSX bundle is a Unix directory, whereas a classic Mac application is a file in a filesystem that supports multiple forks within a single file. Either way, you have typed objects (files or resources) that get carried around with a master object (the application).