this post was submitted on 14 Jul 2023
582 points (97.4% liked)

Programmer Humor

19386 readers
72 users here now

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.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] DaudAfandi@lemmy.world 9 points 1 year ago (1 children)
[–] TWeaK@lemm.ee 10 points 1 year ago (3 children)

I want to believe...

Also halfway between a bit and a byte is a nibble.

[–] cynar@lemmy.world 7 points 1 year ago (1 children)

I do love scientice's collective sense of humour. I'd give good odds it was initially suggested down the pub (or similar).

[–] TWeaK@lemm.ee 2 points 1 year ago

Science pubs are some of the best pubs.

[–] Mugmoor@lemmy.dbzer0.com 6 points 1 year ago

The fact that Java compiles into Jars always makes me smile.

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.