RE: https://caneandable.social/@WeirdWriter/116346826982245032
Even among programmers the knowledge of how a computer works is largely missing. This means that code is often not optimised for performance. If you don't know how the CPU works, you're not going to understand the simple things you can do to improve your code's performance.
I worry when I talk to programmers and mention things like "TLB miss" and they don't know wtf it means.
A boot camp might teach you to code in 10 weeks. But it won't teach you to understand in ten weeks.