by thricegr8 on 12/4/21, 10:25 PM with 6 comments
by ivraatiems on 12/4/21, 11:30 PM
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/21, 3:49 AM
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/21, 1:45 AM
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/21, 2:07 AM