Live data from Hacker News

I’ve built a virtual museum with nearly every operating system you can think of

virtualosmuseum.org

101–110 of 236 posts

Re: I’ve built a virtual museum with nearly every operating system you can think of

#103

Could really do with a torrent. 120GB at 3MB/sec...

If my download ever finishes i'll spin up a torrent. So far on retry/resume #12, 97.3/120GB done (i am live updating this comment as long as i can)

#16, 115/120GB

and it is not resuming ...

      2026-05-19 16:23:03 ERROR 522: .
#23, 118.5/120GB and going again

Re: I’ve built a virtual museum with nearly every operating system you can think of

#104
post #58

My first operating system and GUI was GEOS on the Commodore 64. https://en.wikipedia.org/wiki/GEOS_(8-bit_operating_system)

Mine as well. Felt like I imagined a Mac felt like (I was Mac-envious in those days).

Re: I’ve built a virtual museum with nearly every operating system you can think of

#107
Amazing project - and you actually fulfill a dream of mine (to have a collection absolutely all historically interesting UNIX-like OSes in VMs available on demand).

I'll dig through my collection of "abandoned" OS distros to see if I have something that could make an addition to your museum.

Re: I’ve built a virtual museum with nearly every operating system you can think of

#109

Earlier quoted context omitted.

If my download ever finishes i'll spin up a torrent. So far on retry/resume #12, 97.3/120GB done (i am live updating this comment as long as i can)

#16, 115/120GB and it is not resuming ... 2026-05-19 16:23:03 ERROR 522: . #23, 118.5/120GB and going again

all mine broke of and wouldn't resume but became 7k broken zip files.

Re: I’ve built a virtual museum with nearly every operating system you can think of

#110
post #16

I hadn't realized Domain/OS emulation was viable these days. It's one of the few systems that has actually "lost" features - the terminal-window-like thing (called pads, I think?) when in line mode had a dividing line at the bottom where your unconsumed typeahead was visible and you could continue to edit it until it got read - not just one line, the entire unconsumed input. (Not that it's a particularly desirable fe…

Not only can you implement that with PTYs, it's how they operate by default. That's why you can telnet to an HTTP server and make a mistake and use backspace to fix it. The terminal will only send lines over. You have to use a command to put it into "raw" mode so the application gets every keystroke immediately. You have to ask for your PTY to not work that way.
Post reply on HN