this post was submitted on 27 Feb 2026
1005 points (99.3% liked)

Programmer Humor

30129 readers
230 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
[–] Jayjader@jlai.lu 1 points 12 hours ago

Your last paragraph reminds me of the following series of YouTube videos that goes over how to build a "correct" fluid simulation, starting at the quantum mechanical level (iirc): https://www.youtube.com/playlist?list=PLMoTR49uj6ld32zLVWmcGXaW7w2ey7Vh4.

Multiple scales of complexity and interaction, that's way too computationally intensive to just directly stimulate how reality works, and so each scale has to be carefully "averaged out", in a sense, to end up with a simulation that is cheap enough to run yet still behaves realistically and reproduces as many nuances as possible.