this post was submitted on 11 Apr 2025
1172 points (99.4% liked)

Programmer Humor

22729 readers
1247 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
[–] firelizzard 25 points 1 week ago* (last edited 1 week ago) (16 children)

If you’re adding code you don’t understand to a production system you should be fired

Edit: I assumed it was obvious from context that I’m referring to copy-pasting code from stack overflow or an LLM or whatever without knowing what it does but apparently that needs to be said explicitly.

[–] [email protected] 10 points 1 week ago (9 children)

So you code everything in Assembly from scratch?

[–] [email protected] 3 points 1 week ago (2 children)

I don't understand Assembly. Straight up binary only for me.

[–] JackbyDev 1 points 1 week ago (1 children)

Same here. Assembly is a little too high level for me. I don't like the assembler guessing what I meant. I like telling processors exactly what to do.

Honestly, modern CISC processors are also a little high level if you think about it. I don't want the processor guessing what I meant to tell it. I like telling them exactly what to do.

[–] [email protected] 3 points 1 week ago

The processor is just going to guess wrong and might occasionally waste a few cycles!

load more comments (6 replies)
load more comments (12 replies)