This is great, and ironically it’s sitting next to another HN article where, in the comments, someone is actually defending a NYT news article that weighs in at 6MB. In a time when most software is filled with superfluous waste and endless layers of abstraction and libraries, it’s nice to see that the art of writing minimal software is not completely lost.
A bootable CD image with a retro game in a single tweet
21–30 of 150 posts
Re: A bootable CD image with a retro game in a single tweet
#22Re: A bootable CD image with a retro game in a single tweet
#23Earlier quoted context omitted.
It's a fair assumption to make, as the difference between Tron and Snake is effectively just single player vs multiplayer.
No it isn't. In TRON you leave a trail behind. In Snake, you grow as you eat and drag your body along the path you crawled. TRON's trail is static, Snakes body is dynamic.
> TRON's trail is static, Snakes body is dynamic.
And that difference only exists to support the single player vs multiplayer dynamic. If Snake left a Tron tail then it would be a very short, unfun experience. If Tron didn't leave a permanent trail then matches would last too long.
Re: A bootable CD image with a retro game in a single tweet
#24Re: A bootable CD image with a retro game in a single tweet
#25This is great, and ironically it’s sitting next to another HN article where, in the comments, someone is actually defending a NYT news article that weighs in at 6MB. In a time when most software is filled with superfluous waste and endless layers of abstraction and libraries, it’s nice to see that the art of writing minimal software is not completely lost.
Re: A bootable CD image with a retro game in a single tweet
#26I was confused as to how you could represent a bootable CD image in printable characters. It turns out that you can't. This is a tweet of a perl script which creates a cd.iso file that you can then boot from. The perl script significantly decompresses the data in the tweet. That said, this is a playable game in around 60 bytes of actual data which is impressive.
Re: A bootable CD image with a retro game in a single tweet
#27I remember x86 real mode back in the day. Pretty hideous and hacky compared to what we have now.
x86 processors still boot into real mode…
Re: A bootable CD image with a retro game in a single tweet
#28Re: A bootable CD image with a retro game in a single tweet
#29Re: A bootable CD image with a retro game in a single tweet
#30I was confused as to how you could represent a bootable CD image in printable characters. It turns out that you can't. This is a tweet of a perl script which creates a cd.iso file that you can then boot from. The perl script significantly decompresses the data in the tweet. That said, this is a playable game in around 60 bytes of actual data which is impressive.