583
Firmware
(seemel.ink)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
QBasic came with NIBBLES.BAS, a snake game using text-mode characters as "pixels". Specifically it faked a 80x50 "pixel" grid using the standard 80x25 text screen where each 8-bit (=1 byte) text character made up two monochrome pixels using โ or โ or โ or an empty space.
I assume the name derived from the fact that, in a way, one pixel was "using half a byte", i. e. a nibble.