this post was submitted on 06 Aug 2025
2 points (100.0% liked)

Programmer Humor

25730 readers
1197 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 4 comments
sorted by: hot top controversial new old
[–] MonkderVierte@lemmy.zip 1 points 1 week ago

Since it wasn't mentioned yet: https://openrct2.io/

[–] yucandu@lemmy.world 1 points 1 week ago

Epic Pinball was another game that I recall was written in assembly. When your old 286 struggled to run games at a decent framerate, Epic Pinball would run in a smooth 75fps or whatever you set your CRT monitor to.

[–] HugeNerd@lemmy.ca 0 points 1 week ago (1 children)

Have you seen the insane complexity of modern CPUs? Ain't no one hand coding that like a 6502 in 1985.

[–] skuzz@discuss.tchncs.de 1 points 1 week ago

Even if one did, say using x86, it would still just be interpreted by the CPU into the CPU's native opcodes, as the legacy instruction sets are interpreted/translated.