/blog

Blog Archive

Notes, write-ups, and experiments collected in one place. Newest posts stay at the top.

  • cat /blog/stop-using-ai-to-justify-your-argument

    "Copilot Said So" Is Not an Answer

    Apr 6, 2026 7 min read

    In a code review for a component. Me: "This doesn't look right. We should be doing this instead: blah" Coworker: "This is what copilot told me" dump copilot…

    Read →
  • cat /blog/alarm-kit-simulator-issues

    AlarmKit simulator bugs

    4 min read

    While testing some functionality with AlarmKit, I came across some interesting bugs, specifically in the simulator.

    Read →
  • cat /blog/chunk-building

    Chunk building

    4 min read

    The purpose of my Minecraft clone was to learn how to mimic the infinite terrain generation of the original game.

    Read →