Ask HN: Resources for older developers?
191–200 of 229 posts
Re: Ask HN: Resources for older developers?
#192Have you considered trying to organize such a group? Set up discord, invite your friends you know, ask them to invite their friends of a similar age, then share it on HN to make it a little more global :)
Re: Ask HN: Resources for older developers?
#193Maybe an online group like a Discord or irc for like minded people to hang out? Talking with people with similar level of experience and knowledge definitely is amazing. I used to spend time with a few ex-colleagues from time to time. We had amazing discussions since we knew each others’ experience and level of intellect. I went to other meetups and it’s difficult to find people of similar background and experience.
Re: Ask HN: Resources for older developers?
#194I'm early 40s. I can't think of any specific communities for 50+, or even 40+. There's the subreddit /r/ExperiencedDevs, but that's less social and more Q and A. It might be worth checking into Discord servers to see if there are any that cater to more experienced devs. If you find one, let me know.
Re: Ask HN: Resources for older developers?
#195Re: Ask HN: Resources for older developers?
#196Re: Ask HN: Resources for older developers?
#197Earlier quoted context omitted.
Can you give some details on your tool? I've played the "productivity app whack-a-mole" game, too, and always walk away empty. I just stick with a pen and paper, but I'd love a digital solution.
> Can you give some details on your tool? I'm conflicted; on the one hand I would like to let the world know about it, but on the other I can see how it would be easily dismissed as useless when there's literally no docs about it. I think I shall make a small example usage (terminal only) to demonstrate how it helps me, then post a show HN tomorrow or Saturday (depending). I'll reply to your post again once I post th…
Re: Ask HN: Resources for older developers?
#198Maybe an online group like a Discord or irc for like minded people to hang out? Talking with people with similar level of experience and knowledge definitely is amazing. I used to spend time with a few ex-colleagues from time to time. We had amazing discussions since we knew each others’ experience and level of intellect. I went to other meetups and it’s difficult to find people of similar background and experience.
If you're interested, another commenter here set up a Discord server.
Re: Ask HN: Resources for older developers?
#199Earlier quoted context omitted.
The problem is, so much of is BS that it's physically painful to keep up. Look, someone reinvented a basic lisp-ism in their mediocre language! Yes, new buzzwords for each part that was a function parameter to the original system! Yay! Now you can reduce your boilerplate by 10%! The system is still an unmaintainable ball of mud, but at least your for() loops can now have ridiculously high jitter and concurrency landm…
When faced with a ball of mud or spaghetti I recommend putting all what can be factored out in a micro-service and connect them via RPC to REST endpoints. Make your services are stateless so you can scale effortless and put an API gateway in the center so you can manage. As the service business logic isn‘t really stateless put your state in a caching server. Actually you can‘t trust a cache so also put in an opaque f…
Re: Ask HN: Resources for older developers?
#200Earlier quoted context omitted.
Less tolerance? What do you mean? I’ve found my outward tolerance has had to increase. I still have an internal drive to shape outcomes in more meaningful directions. This has driven (or perhaps co-evolved with) the development of a wide range of skills to be persuasive and nudge people. People can be so incredibly narrow-minded, short-sighted, inspiring, and/or wise, sometimes in the span of two sentences. Dealing w…
This touches upon something I've noticed lately, people skills are at least as important as technology and raw intelligence. I'm 46 and have been writing code pretty much every day since 8yo. I used to think code was the greatest thing, and would gladly write it for free. But I was also very arrogant, too impatient to negotiate, and didn't really give a damn about the team as a whole. These days I find writing code p…
That seems to assume that, with age, you also gain power. As for myself, I'm hitting 40 now, and have absolutely no power over others whatsoever, and that's a pretty tough spot to be in, because now I'm bored with the tech stuff but nobody has ever offered me any other kind of work, and I don't expect anyone ever will, and I also expect it will be more and more of a struggle to keep convincing others to even let me keep doing that.