Wow! I appreciate all the interest and feedback - quite unexpected. I'm glad I found HN. I'll try to add more responses tomorrow.
(I'm a moderator here. Welcome to HN!) Because you're likely to get a flood of comments and questions overnight, I've switched an alpha feature on for your account that will highlight new comments that have appeared since you last viewed the page. They'll show up with a colored bar to the left of the comment. The feature doesn't work perfectly yet, but hopefully it'll help you keep track of what's been posted since y…
Ask HN: Am I the longest-serving programmer – 57 years and counting?
311–320 of 555 posts
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#312Not looking to compete for the crown, but I have been involved with software development on and off since 1970. I started college in 1969, and really loved my liberal arts and social science courses, but began having panic attacks in class (I found out many years later that I was bipolar). My hail Mary move was switching majors to 'Business Data Processing'. My thought being that programming would give me a salable s…
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#313Earlier quoted context omitted.
Why are you not yet retired? I can think of few strong reasons, but I would love to hear from you. (I started programming at 8, I’m 41 and I have no plans of stopping )
It’s like in Shawshank. First you can’t stand the bars, then you get used to them, then you can’t live without them. After 50+ years of structured work people forget how to be in charge of themselves.
And there's nothing wrong with that.
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#314Earlier quoted context omitted.
No. Coding JS on keyboard is already bad enough.
It's a bit sad that people today still "fanboy" against a lang, like a lot of people still do for PHP (which has absolutely improved from the absurdity it was). JS followed the same path, ES2016 is an absolute dream to code on. Maybe I'm biased? PHP paid my bills for a long time and currently I'm a front-end developer that works mostly with Angular (but sometimes I jump into the .NET Core backends). I love JS and TS,…
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#315Earlier quoted context omitted.
Who cares about the money when one has an ounce of passion for it
Because you need money to eat and pay rent and most importantly provide for your family or offspring if you have any.
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#316Earlier quoted context omitted.
Not OP and not in their age group but I would say it comes down to either genetics, lifestyle choices or combination of both. I made a bunch of lifestyle choices (lost weight, keto diet, being more active, less screen time at night, etc). As a result I've noticed a significant increase in energy levels and mental clarity.
Not to be rude but: > Not OP and not in their age group Then why are you answering?
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#317Earlier quoted context omitted.
If you really care so much, why not simply embrace TypeScript?
TypeScript is awesome compared to JavaScript and even to other popular C-like languages. But it inherits all of the problems of the JS ecosystem without providing all of the benefits. To make a JS package consumable by a reasonably strict TS project, someone has to basically rewrite the package. It's less effort than writing one from scratch, but it's not free.
I’m not sure what you mean by “strict” here... Certainly one can use JavaScript from TypeScript, and even provide type information for the JS with declaration files. [1] Does a “strict” project require something beyond this?
[1] “Declaration Files”, TypeScript Handbook https://www.typescriptlang.org/docs/handbook/declaration-fil...
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#318Earlier quoted context omitted.
So far I really haven't sensed any mental decrease, but I know there must be some. I do type some source code in Python and R, but primarily I use a rapid applications development tool that allows me to build custom machine learning algorithms and ad hoc analytics to work on big data.
Do you consider what you do to be programming? How does it compare to, say, hand-writing C?
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#319I 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…
How did you go about getting your phd? Did you take a break from paid work to go to school? Did you work on your thesis nights/ weekends? Do you feel like you learned from your advisors, some if whom I'd imagine were younger than you? Did you study an area related to your work at the time? Or did you use it to learn a new area?
Re: Ask HN: Am I the longest-serving programmer – 57 years and counting?
#320I 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…
As a twenty-something, I'd love to work along side an "old timer". Many of the abstractions and technologies change in our field, but just as many foundational concepts stay constant. I'm sure I would learn so much.
Best of luck to you.