Hacker News new | ask | show | jobs
by elboru 4717 days ago
Have you noticed any speed decrement in your learning curves (learning new languages or frameworks)?
3 comments

No, what I (currently 64) have noticed is a swift reduction in unbroken-focus time. Unlike in my 20's and 30's, I have personal responsibilities, now, y'see.

We're not designed to preemptively multitask; I just crash my stack when I try. We can cooperatively multitask, but the context-switching has to planned ahead. Even then, interrupts are costly. Used to be there was nothing between me and putting in a sleepless weekend on a project except me and my fatigue, which enthusiasm overcame easily. Now I've got kids and elderly parents and they're not only interrupting, they're nonmaskable. Stack-crash, context-dump and a profound weariness from loss of momentum, next stop.

I love it when I can shove in the earplugs, unplug the phone and dive in on a new learning adventure -- I hunger for that, it's part of who I am. Those times when I can trust the world to handshake timeslices and mask interrupts are very rare these days, however. From the outside it might look like slower learning; from in here, it's that the learning seldom gets any runtime.

I feel like I learn new tech faster now, though it's probably just because I've seen similar things before. I feel like I'm doing my best work now.
> Have you noticed any speed decrement in your learning curves (learning new languages or frameworks)?

Hard to tell, but a speedup if anything. Once you know 5 or 6 languages, another one is pretty easy to pick up by looking at it.

I've posted elsewhere: Most recent endeavor is RoR, and that was fast. It's hard for me to differentiate whether that's because I'm Mr Smart&Experienced or because Michael Hartl rocks. I suspect the latter.

41 here. I have found the same thing. There are so many things in languages, paradigms, tech as a whole that are familiar... problems that took too long to solve 20 years ago are easier now because I know the feel of the problem, how to approach it, etc.

Pretty sure I cannot put in as many hours though. Wish I had learned to put in fewer earlier.