this post was submitted on 26 Feb 2026
157 points (97.6% liked)

Programmer Humor

30042 readers
1355 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
 

cross-posted from: https://lemmy.zip/post/59816246

Means to deceive

you are viewing a single comment's thread
view the rest of the comments
[–] leverage 20 points 1 day ago

Another fun thing from this show is the magic system, which limits the caster's ability based on what they can imagine. Programming feels exactly like that to me. I mean, a lot of human ability is limited by that, but most stuff is also limited by physical constraints long before imagination. With programming, we more often hit the limit of our imagination, or time feasibility, before any other constraint.

Working with non programmers, it's always wild to field their unimaginative solutions, and refreshing when someone actually had a good idea.

Working with less experienced programmers, it's fun to help them through problems. So often they hit a wall they can't imagine walking through, take some concession and build around the wall. You can appreciate the work, and then show them the simple solution to walk through the wall. If they have talent, they grow quick.

Working with a much more experienced programmer, or in a domain you don't have much experience with, helps keep you humble because there's no way you're going to learn everything.

Anyway, back to writing my spells.