←back to thread

388 points zdw | 10 comments | | HN request time: 0s | source | bottom
Show context
RomanPushkin ◴[] No.44366760[source]
It's kinda cool and shows that there are real people behind corporations. Some folks with lots of $$$ say "I build this" (Zuck often says that), stealing the credit of accomplishment from small little people. While real small little people leave the note in history - "nope, it's us who put our souls into making this happen". Of course, Steve Jobs would ban this.
replies(5): >>44366822 #>>44366886 #>>44366930 #>>44367121 #>>44367300 #
mrcwinn ◴[] No.44366930[source]
Oh please.

It's unlikely Jobs, having returned to an Apple in crisis, personally knew about some obscure ROM image, its location buried in secret assembly code. More likely, one of those "real people" removed it doing some cleanup.

Jobs routinely and publicly spoke about the amazing people who work for Apple. He spoke with Walt Mossberg about how important it is to build a great team and foster creativity.

replies(2): >>44367185 #>>44368145 #
mrpippy ◴[] No.44367185[source]
Note that this was the last “OldWorld” Mac (at least desktop Mac, the WallStreet PowerBook G3 was probably a bit later) where the traditional Mac ROM was in an actual hardware ROM.

“NewWorld” started with the iMac: only Open Firmware was in ROM and the classic Mac OS ROM was just a file on disk.

When a HW/SW team is shipping a new Mac and burning a ROM, that feels like an occasion to put in a picture of the team. When you’re not burning a ROM and the picture would take up space on everyone’s disk…not so much.

replies(1): >>44367451 #
1. dylan604 ◴[] No.44367451[source]
how is taking up space on someone's HDD worse than taking up space in the very constrained ROM?
replies(2): >>44367547 #>>44367571 #
2. pavlov ◴[] No.44367547[source]
The physical ROM chip is a certain size. If you have 50kB left over, it doesn't matter if those bits are zeros or an easter egg.
replies(1): >>44367958 #
3. philistine ◴[] No.44367571[source]
If you need 32K of ROM because your code is 26K, then that means you have 6K just available that no one will ever be able to access otherwise. Why not use it for an easter egg?
4. dylan604 ◴[] No.44367958[source]
and using 50K on someone's harddrive is a mortal sin? it's 50K. nobody will ever notice
replies(1): >>44368411 #
5. pavlov ◴[] No.44368411{3}[source]
This was back when people still used 1.44M floppies to boot in an emergency.
replies(2): >>44370153 #>>44371879 #
6. duskwuff ◴[] No.44370153{4}[source]
Not on a G3. These systems shipped with Mac OS 8; the System suitcase was over 6 MB alone. Apple stopped shipping systems with internal floppy drives altogether a few years later, with the iMac and blue-and-white G3.
replies(1): >>44372381 #
7. dylan604 ◴[] No.44371879{4}[source]
didn't OS 8 come on a CD? I installed it from disc in my DVD drive. not sure how old you think the G3 is, but it's not as old as installing from floppy. just barely
8. classichasclass ◴[] No.44372381{5}[source]
You could absolutely boot a stripped-down Mac OS 8 on a floppy, including the beige G3. Apple even provided them ("Disk Tools").
replies(2): >>44373605 #>>44385166 #
9. kalleboo ◴[] No.44373605{6}[source]
Apple even still hosts a download of the Disk Tools floppy for MacOS 8.1! https://download.info.apple.com/Apple_Support_Area/Apple_Sof...
10. elliotnunn ◴[] No.44385166{6}[source]
Fascinatingly, the System file on the Disk Tools 8.1 floppy is actually a build of System 7, with HFS+ support grafted on.

https://github.com/elliotnunn/HFSPlusBackport/blob/master/re...