this post was submitted on 03 Apr 2025
2 points (100.0% liked)

Programmer Humor

25139 readers
1178 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 2 years ago
MODERATORS
 
top 3 comments
sorted by: hot top controversial new old
[–] jaybone@lemmy.zip 1 points 3 months ago

On the second day, he gave them css.

[–] syklemil@discuss.tchncs.de 0 points 3 months ago (1 children)

With ASCII æs the åriginal sin. Can't even spell my name with that joke of an encoding >:(

[–] palordrolap@fedia.io 1 points 3 months ago

It's a "joke" because it comes from an era when memory was at a premium and, for better or worse, the English-speaking world was at the forefront of technology.

The fact that English has an alphabet of length just shy of a power of two probably helped spur on technological advancement that would have otherwise quickly been bogged down in trying to represent all the necessary glyphs and squeeze them into available RAM.

... Or ROM for that matter. In the ROM, you'd need bit patterns or vector lists that describe each and every character and that's necessarily an order of magnitude bigger than what's needed to store a value per glyph. ROM is an order of magnitude cheaper, but those two orders of magnitude basically cancel out and you have a ROM that costs as much to make as the RAM.

And when you look at ASCII's contemporary EBCDIC, you'll realise what a marvel ASCII is by comparison. Things could have been much, much worse.