May 23, 2026
16 bytes, infinite bragging rights
wake up! 16b
A tiny retro computer trick just blew people’s minds and sparked instant nerd chaos
TLDR: A demoscene creator released a 16-byte program that makes an old PC draw a moving pattern and produce sound at the same time, and commenters were stunned that something this tiny could do anything so striking. The community response swung from awe to jokes about mistaking it for an AI model, with many treating it as proof that small, playful coding still has magic.
A 16-byte program. Yes, bytes, not kilobytes, not megabytes. That’s the absurd little flex behind wake up! 16b, a new retro computer demo unveiled at the Outline Demoparty in the Netherlands — and the internet reaction has basically been a mix of a standing ovation, an existential crisis, and one very funny misunderstanding. The creator says it turns an old IBM PC’s screen memory into a never-ending geometric pattern while also making sound, which is already wild enough. But the real fireworks came from the crowd watching this microscopic piece of code do something that looks and sounds way bigger than it has any right to.
On Hacker News, the dominant mood was pure disbelief. One commenter called it “absolutely obscene,” which, in this corner of the internet, is basically a love letter. Another went even bigger, calling it “a masterpiece to retire after,” while immediately admitting the more realistic outcome is that coders everywhere will now try to outdo it on other machines. That’s the first bit of drama: is this a glorious endpoint, or just fresh fuel for the endless tiny-code arms race?
And then came the comic relief. One person confessed they clicked expecting a 16-billion-parameter AI model, not a 16-byte art demo. That accidental bait-and-switch became the perfect meme for the moment: while the tech world is drowning in giant AI bragging, this thing won attention by being ridiculously small. The softest but sharpest hot take came from a nostalgic commenter mourning that modern tech jobs — “with AIs and all that” — rarely leave room for playful, beautiful experiments like this. So yes, this is a cute retro release, but the comments turned it into something bigger: a mini-rebellion against bloated software, and a reminder that sometimes the most dramatic flex in tech is doing more with almost nothing.
Key Points
- •"wake up! 16b" was released at Outline Demoparty in May 2026 in Ommen, Netherlands.
- •The article presents the work as a 16-byte x86 real-mode DOS assembly program focused on extreme algorithmic density.
- •The author says the program emerged from experiments with cellular automata, sound/graphics interactions, and sizecoding techniques such as polymorphic instructions and jumping into the middle of instructions.
- •According to the article, each time step both plays and draws a line of a Sierpinski triangle, using video memory as computation space and outputting sound through port `61h`.
- •The article explains that the effect depends in part on BIOS-cleared text-mode memory being initialized with repeating `0x20` and `0x07` values rather than zeroes.