|
|
|
Ask HN: How do I get back into systems programming after 7 years away?
|
|
19 points
by siwtcher00
2884 days ago
|
|
At 40 I'm getting back into IC-style systems programming at the POSIX and Kernel level after being away for more than 7 years doing managerial stuff. I'm finding it super hard to get back into it. I've forgotten most of the information that was on my fingertips such as the semantics of calls, the arguments, data structures etc (I spent the last day reminding myself of the pthreads API for example). I'm also super rusty on operations such as bit-hacks to check for alignment etc. I never even used to think about these sorts of things, they were muscle memory. I'm wondering if I've permanently lost it. I feel like I'm having to relearn everything from scratch. Any tips on how I can fix this/move faster or am I just past it? |
|
As to how to get back into it: it's the same way as you get into any other non-trivial field. Starts working on a small but concrete problem, and then just build from there. That's the only way to accomplish anything non-trivial.