this post was submitted on 29 Aug 2025
592 points (98.5% liked)

Programmer Humor

27065 readers
1543 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
[–] Warl0k3@lemmy.world 84 points 1 month ago* (last edited 1 month ago) (24 children)

tbf all good programmers are good at math. Not classic arithmetic necessarily, but at the very least applied calculus. It's a crime how many people used a mathematical discipline every day, but don't think they're "good at math" because of how lazer focused the world is on algebra, geometry and trig as being all that "math" is.

[–] AtariDump@lemmy.world 27 points 1 month ago (21 children)

Serious question; how does Calculus apply to programming? I’ve never understood.

[–] Warl0k3@lemmy.world 40 points 1 month ago (11 children)

PID control is the classic example, but at a far enough abstraction any looping algorithm can be argued to be an implementation of the concepts underpinning calculus. If you're ever doing any statistical analysis or anything in game design having to do with motion, those are both calculus too. Data science is pure calculus, ground up and injected into your eyeballs, and any string manipulation or Regex is going to be built on lambda calculus (though a very correct argument can be made that literally all computer science is built of lambda calculus so that might be cheating to include it)

[–] cheese_greater@lemmy.world 1 points 1 month ago (1 children)

Does it apply to interpolation for animation and motion?

[–] Warl0k3@lemmy.world 1 points 1 month ago

Motion yes, but I have no idea about the mathematics of animation (sorry)

load more comments (9 replies)
load more comments (18 replies)
load more comments (20 replies)