this post was submitted on 06 Aug 2025
932 points (99.3% liked)

Programmer Humor

26827 readers
1821 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] HugeNerd@lemmy.ca 23 points 2 months ago (2 children)

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

[–] musubibreakfast@lemmy.world 10 points 2 months ago (1 children)

I wonder if there's anyone alive right now who would be capable of such a task.

[–] Blackmist@feddit.uk 10 points 2 months ago

If the hardware was fixed, I don't see why not.

Might not be as fast as the optimisations compilers do these days though.

If you have to support thousands of types of GPU and CPU and everything else, then fuck no.

[–] skuzz@discuss.tchncs.de 6 points 2 months ago (1 children)

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.

[–] BigDanishGuy@sh.itjust.works 2 points 2 months ago

as the legacy instruction sets are interpreted/translated.

Wth? That's it, I'm sticking to the AVR then