keithwhor

↗ HN profile [ 103 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Employee A: $2,000 / mo inference spend (eg Claude code). Ships 5 features a month. High impact. No bugs. Employee B: $100 / mo inference. Otherwise identical. Does Employee B deserve a higher salary than Employee A?…

  2. Hey there HN! I just wrapped up an all-day documentation spree for Instant API, a JavaScript framework for easily building web APIs that implements type safety at the HTTP interface. It uses a function-as-a-service…

  3. Hey HN! We've spent the last couple months packaging up a JavaScript ORM that we've been using for the last ~8y in production. We built it initially because Node.js was (and still is!) missing a Ruby on Rails caliber…

  4. The Railsification of SaaS (keithwhor.medium.com)
  5. Armchair virologist / epidemiologist, studied viral biochem in college. Hoping somebody can direct my thinking here, and maybe tell me what I’m missing? ‪Is it possible that 2019-nCoV is already endemic and the outbreak…

  6. Hey folks, I've been building a rendering engine for a code editor the past couple of days. Rendering huge chunks of highlighted syntax can get laggy. It's not worth switching to React at this stage, so I wanted to just…