dustfinger

↗ HN profile [ 88.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Etymology of the Word W00T (en.wiktionary.org)
  2. How are you generating release notes in your projects? I just had to backfill a year of docs release notes for an OSS repo. I ended up writing a small release tag driven generator: it walks git tags, collects merged PRs…

  3. I built a tag-driven changelog generator for an OSS project I maintain and used it to backfill our 2025 docs changelog. It walks git tags, finds merged PRs between releases, buckets them into categories, and renders MDX…

  4. Are there any C++ books out there for beginners that: 1. Are editor agnostic: I am not interested in a chapter on how to setup some popular IDE. I do things my own way already. 2. compiler/debugger agnostic: I already…

  5. Vampire Number (mathworld.wolfram.com)
  6. My work history is full of lots of 6 to 8 month contract gigs. I am currently looking for full-time employment. Should I differentiate between contract vs full-time on my resume just to emphasize that I was not job…

  7. 0 (en.wikipedia.org)
  8. I am working on an existing typescript backend service that receives events and takes actions based on those events. I would like to further my understanding of event driven finite state machines, so that I can apply…