Home Latest

Archive

16 / 16 entries

  1. Building an agentic AI in Ruby
  2. A year of the bot: what stuck, what didn't
  3. The new ratio of reading to writing code
  4. Juniors in the age of the bot
  5. Scope creep is a feature of how reality works
  6. Prompting is just writing
  7. The rewrite that wasn't
  8. Standups are not status meetings (but yours probably is)
  9. Pair programming with a machine that never gets tired or annoyed
  10. The 3am deploy and other things I no longer do
  11. Estimates are lies, and that's fine
  12. Cursor and the autocomplete tax
  13. Time.now lies in a Rails app
  14. find_each silently ignores your ORDER BY
  15. Enumerable#tally beats group_by(&:itself).transform_values(&:count)
  16. Range#cover? vs Range#include? is a subtle trap