• by ivraatiems on 12/4/2021, 11:30:33 PM

    This is pretty much how I feel most of the time. I think the value of the average good-but-not-great engineer who's just pulling a paycheck is heavily underestimated. We're the ones making the world go round.

    You've never heard of the thing I work on, but if enough of us stop working on it lots of things people use and want every day will stop working. That's not a brag, just a reflection of how things are. Not every problem needs a billionaire or a rockstar. Some problems just need a few moderately dedicated, reasonably smart people, and a little time.

  • by mikewarot on 12/5/2021, 3:49:58 AM

    I'm a Pascal programmer, I'm ok at it. I look at the newer stuff that's come down the pike in the 40 years I've been programming, and there are some good things, but a lot of dreck that came with it. The biggest loss is the desktop as a primary platform for the user. Putting the internet and at least 3 different scripting languages between the user, and they data they're meant to interact with is a bad, bad idea.

    It doesn't matter how good your programming skills are, if you have available time, and use it to clean up problems as you notice them, paying off your technical debt, and clearly marking any that remains with clear and complete comments noting the problems that remain. It's like leaving signs around minefields, it might save your own hide some day.

    I can write anything, I've written in lots of languages, but none of them match my style of thinking better than Pascal. I like the fact that := is hard to mix up with =. I like the fact that you can only assign one thing at a time. I like that strings just deal with allocation on their own (free pascal/lazarus/delphi all do this). You almost never have to deal with pointers.

    If you want code that is legible years later, I'm your guy. If you want the fastest possible implementation in language X, good luck.

    Being a good workman, and doing your craft well is nothing to be ashamed of. Be professional, don't ever build sub-standard programs, and you'll be able to sleep well.

  • by Uehreka on 12/5/2021, 1:45:03 AM

    > I have come to accept that I'm never going to invent some brand-new algorithm that changes the world. I'm probably not even going to invent a framework people like.

    This thread is great, but this part felt a little weird coming from one of the co-founders of npm.

    (Yes, I know a lot of people on HN don’t like Node/npm, but it does needs be remarked that they’re the most influential software ecosystem of the past decade.)

  • by listless on 12/5/2021, 2:07:04 AM

    This is exactly who I am. I have gifts. Reversing binary trees on whiteboards isn't one of them. Know what your strengths are.