Earlier quoted context omitted.
"I am sorry, but you are not a programmer anymore" Your gatekeeping is not welcome here. This isn't a competition. "The reason you are able to completely ignore the age issue is because there's no ageism in hiring business analysts and project managers. The ageism is visible in hiring programmers, which most certainly you are not." and your unfounded conclusions aren't welcome either.
I am just 37 but find myself much more comfortable in management than writing code, compared to 27yo myself. I can't understand why you shame someone for pointing at true facts.
Ask HN: Am I the longest-serving programmer – 57 years and counting?
241–250 of 555 posts
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#242Earlier quoted context omitted.
I am sorry, but you are not a programmer anymore. You are a project manager or a business analyst. The reason you are able to completely ignore the age issue is because there's no ageism in hiring business analysts and project managers. The ageism is visible in hiring programmers, which most certainly you are not. You might "dabble" in code outside of work in your own spare time, but that doesn't make you a professio…
"I am sorry, but you are not a programmer anymore" Your gatekeeping is not welcome here. This isn't a competition. "The reason you are able to completely ignore the age issue is because there's no ageism in hiring business analysts and project managers. The ageism is visible in hiring programmers, which most certainly you are not." and your unfounded conclusions aren't welcome either.
Except it is, as that is the single goal of this thread: Find out who is the longest serving Programmer, not the oldest guy doing something with IT. His remark is not wrong in that context.
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#243I have been writing software since 1983, and Apple software since 1986. I started as an EE (actually, technician, but became an EE in '84).
I was a manager for a large part of my career, which relegated my programming to open-source projects (one of which has become a rather significant force, in its own right).
I also worked for a Japanese corporation for almost 27 years. The Japanese have a sort of "reverse-ageism" in their culture. Older folks are often treated with a great deal of respect, and their judgment is considered valuable. Many promotions have age (must be "at least"...) as a factor. There's lots of issues with Japanese business culture, but it was the environment where I learned a lot of my cultural cues.
So, it has been rather...interesting to encounter the current...um...level of respect...for experienced engineers in today's American tech industry.
TBH, it was shocking. I knew that it was a factor, but I had no idea that it was so prevalent. I was absolutely gobsmacked.
When I first encountered it, I just wanted to throw in the towel and run, but I don't work that way. Instead, I doubled-down, and it has been quite gratifying. I guess old dudes can code, after all...
Again, you have my respect.
This guy is inspiring: https://www.businessinsider.sg/oldest-nobel-prize-winner-art...
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#244Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#245Earlier quoted context omitted.
"I am sorry, but you are not a programmer anymore" Your gatekeeping is not welcome here. This isn't a competition. "The reason you are able to completely ignore the age issue is because there's no ageism in hiring business analysts and project managers. The ageism is visible in hiring programmers, which most certainly you are not." and your unfounded conclusions aren't welcome either.
> This isn't a competition. Except it is, as that is the single goal of this thread: Find out who is the longest serving Programmer, not the oldest guy doing something with IT. His remark is not wrong in that context.
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#246I am 80 years old and still working full time in IT. Although I evolved from pure programming to project management and business analysis the past few years. Originally started out working at Cape Canaveral as a radar and telemetry engineer and moved into programming after I left there. Whenever I interview, I completely ignore the age issue. If the interviewer is to dumb to recognize the value of my knowledge and ex…
I am sorry, but you are not a programmer anymore. You are a project manager or a business analyst. The reason you are able to completely ignore the age issue is because there's no ageism in hiring business analysts and project managers. The ageism is visible in hiring programmers, which most certainly you are not. You might "dabble" in code outside of work in your own spare time, but that doesn't make you a professio…
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#247Do you face any such health issues related to the profession? Or do you do/practice anything that can avoid such health conditions related to the profession?
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#248Earlier quoted context omitted.
PHP and Javascript both improved significantly, but both still have horrible legacy baggage that can't be rid of, namely weak typing (not dynamic, where a variable can hold any type, but weak, where "1"+2=3). For me, that makes programming in either language like running in a minefield. And still, I write Javascript daily, because myeusers don't care about weak typing :-)
Strong/weak and dynamic/static. JS is dynamic, but variables will always have a type, which is memory safe - which makes types strong.
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#249What’s your daily routine now and how has it evolved over the years?