I don't know you personally but I doubt cognitive decline has anything to do with this. As we age, we usually end up with more and more life responsibilities, beyond just the work we are doing. All of that is input to the brain and requires energy in response. The brain is not infinite. I often feel as you do, but then I have periods where I am as light and agile in my productivity as 20 years ago, maybe even more so…
Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
501–510 of 534 posts
Re: Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
#502Re: Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
#503This sounds like terribly boring developer work to do and requires no creativity at all. Is that what's missing when comparing to other types of developer work that might keep you more engaged and focused? I'm not suggesting to push back about why it needs porting, I assume that bridge has been crossed already. The other thought is that maybe it was poorly written, having multiple layers of abstraction, etc. that are…
Younger me didn't find coding boring - I was still learning things.
Older me, has done a lot of things multiple times. I'm often not learning anything (or, I don't believe I'm going to learn anything).
To be honest, things like Copilot have really helped with this - auto generating boiler plate code removes a lot of the tedium.
Re: Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
#504Re: Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
#505Re: Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
#506Re: Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
#507Re: Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
#508Earlier quoted context omitted.
Would you mind sharing the routine, or a general outline of how you approached weight lifting from “zero” to “one”? I’m approaching 36 and haven’t lifted anything in 10+ years. But reading sentiments like this is motivating me to start again. I’m just scared honestly - my body has atrophied quite a bit the last 4-5 years at minimum
I'm not who you asked, but I'll share my experience escaping sedentarism in advice form: Start with push-ups. They're fast and require nothing but a flat surface. You can always transition to lifting weights later. Start today, ideally right now . Seriously. It's your only chance. Tomorrow there'll be an even better reason not to. Don't worry about initial quantity. You can start with two push-ups, that's fine. It'll…
I tried 3 times a week or whatever, and every day you'll find some excuse to push exercising to the morrow.
But doing exactly the same routine every day was key. Then the routine evolves with time, but it's almost always the same routine. I started with a few pushups, then added burpees, then I bought some weights and added a few movements, then I started running 300m a day the first week, and augmented gradually until I ran 42 km every single week.
Re: Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
#509Earlier quoted context omitted.
> I agree that web development is complex. I disagree that abstraction layers add complexity. Abstraction layers solve problems. True, until there's a bug in abstraction level 6 caused by an upstream change in proprietary abstraction level 3 that's been patched in abstraction level 8, but not for your specific case. Then it becomes complex.
Yes, but in my experience this doesn't actually happen that often as long as you don't rely on external dependencies too much. This happens in any ecosystem btw.
I can't think of many 'modern' projects in the web world that do not rely heavily on an often very large number of external dependencies.
Re: Ask HN: I'm 40 and feel my mental ability declining. Programming seems harder.
#510I'm a little bit older than you and have been in the industry for almost 30 years. I have a different perspective than mental decline. I think it's that after seeing code and patterns for so long, you might be defaulting to generalization of ideas. I know that I do that. For example, one of the best developers on my team (a little bit older than me) is "on the spectrum". We've worked together for nearly 20 years, sta…
Interesting perspective, thank you. Code is the author's though processes made concrete (in a sense), and some people just think differently, some people are just incompatible. Over the years I've seen some codebases considered good that are easy to follow and I like them, and other codebases considered good that just seem to grind my mental gears even though I can't put my finger on any specific problems with the co…
Good luck and get the sleep you need.