Live data from Hacker News

Steve Yegge: Systems should never reboot

steve-yegge.blogspot.com

1–7 of 7 posts

Re: Steve Yegge: Systems should never reboot

#3
When a Smalltalk image saves, it's very analogous to a Windows or Linux box hibernating. The upshot of this -- you can think of the Smalltalk image as something like an OS that has been "up" since 1980! (With periods of hibernation.) The Squeak image is directly derived from the Smalltalk-80 image. The VisualWorks image has been incrementally evolved from it as well. The thing is a program that was brought up decades ago, and has hibernated, been replicated, but has never rebooted!

Steve is right that systems should never have to boot. You can have a whole OS that operates like that. (The Smalltalk image started out as an OS. In the original ST-80 image, there are 4 primitives for moving the drive head out, moving it in, lifting it off the platter, and putting it down!)

Re: Steve Yegge: Systems should never reboot

#6
Yegge at his grand best. But he didn't mention the most lively of all living software: software that gets smarter with use - i.e. makes use of using machine learning. This is the software that feels most alive to its creator and users. It grows like a dog or a child. The software Stevey talks about merely grows like a city.