17
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 05 Aug 2024
17 points (81.5% liked)
Programming
17314 readers
69 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
I think math is the best way we know to train analytical thinking - one place it's absolutely necessary is graphical rendering, if you're building or improving a rendering engine it's absolutely fucking vital. Outside of that it's really unimportant for developers to know math - even for crypto or banking stuff. When it comes to encryption/compression you need to know math to write the algorithm but can generally implement it without a strong background in math so long as it's well defined enough... but you'll usually be using a library.
So, TL;DR the CS field needs like a thousand people that are excellent at math and the rest of us pretty much never need it.