keithwhor

↗ HN profile [ 73.2 ms ] full profile
Karma
0
Created
()
Submissions
5,760,808
  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. Hey HN! My name is Keith and I'm the founder of Autocode. We provide an online IDE and serverless hosting platform for building webhooks, APIs and bots. We specialize in helping folks build software that connects APIs…

  5. The Railsification of SaaS (keithwhor.medium.com)
  6. 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…

  7. 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…