logoalt Hacker News

gonzalohmyesterday at 9:26 PM1 replyview on HN

Learning anything is worthwhile. Just because you code in Python it doesn't mean that knowing how instructions are processed in a CPU or the memory is managed is useless.

The excuse that we don't need to know how things work because AI will take care of it is going to bite a lot of people on their asses


Replies

embedding-shapeyesterday at 9:50 PM

> The excuse that we don't need to know how things work because AI will take care of it is going to bite a lot of people on their asses

Abstractions always led to this sort of behavior. So many of my web development peers screamed at me for being curious about what happens behind/further down then the stack we were learning, and this was decades ago. Seems it differs a lot per person, and what I've found out only later, depending on the situation; nowadays I'm comfortable with both approaches of "this is below the abstraction I actually care about" and "No, I have to dive deeper to actually understand properly the abstraction level I'm at right now"

show 2 replies