this post was submitted on 03 Aug 2024
1084 points (99.0% liked)

Programmer Humor

37483 readers
61 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Cethin@lemmy.zip 25 points 1 year ago (2 children)

Anyone who thinks OP asking about Assembly with this meme should play the game Turing Complete. It's great. You have to design a computer all the way from the most basic logic gates (I think you only get a NAND gate to start), designing an ALU and CPU, creating your own machine language, and writing your own programs in the language you designed, and it's all simulated the whole time. Machine language is pretty advanced as far as things go.

[–] bleistift2@sopuli.xyz 14 points 1 year ago (2 children)

From your description this sounds more like a job in IBM’s R&D department than a game

[–] Cethin@lemmy.zip 13 points 1 year ago (1 children)

All the best games sound like jobs when you describe them.

[–] desktop_user@lemmy.blahaj.zone 8 points 11 months ago

factorio, satisfactory, oxygen not included, RimWorld, Stellaris, dwarf fortress, gregtech new horizons...

[–] Alexstarfire@lemmy.world 1 points 7 months ago

So do many simulation games.

[–] Cavemanfreak@lemm.ee 8 points 1 year ago

We got to do something simular in uni. We modeled the CPU in VHDL and had to set up our own language, then we were to program a game for it. One of the most fun and interesting courses we got to do!