Hacker News new | ask | show | jobs
by cguess 33 days ago
It did atrophy, but more importantly understanding what's going on below the code you are writing, even if your project isn't assembly, also atrophied. When you're coding an Electron app with Javascript you're so far removed from any concept of the efficiency a modern CPU can achieve you stop caring about optimization. Speed and memory management don't matter and then you get... well, the modern web.
1 comments

And the modern web being usable is basically thanks to the people who understand lower level optimization.