←back to thread

425 points sfarshid | 1 comments | | HN request time: 0s | source
Show context
_mocha ◴[] No.45014231[source]
I'm retired from the industry, and posts like these take me back to the early days of cybersecurity (where people memorized scripts). Talking with my nephews and nieces, I can already tell that many new grads struggle with fundamentals—things like choosing the right data types and containers for short-lived strings, understanding how memory allocation works, or even marginally improving a basic hashing function. I worry the next decade will bring an influx of undertrained engineers.
replies(3): >>45014273 #>>45014813 #>>45015459 #
1. klysm ◴[] No.45014273[source]
I agree understanding how memory allocation works, but not sure I would agree that understanding how to _improve_ a basic hashing function is very important.