Jeremy Morrell
blog notes about
rss
  • Blog
  • Everything
Notes

Quick technical notes, experiments, and generally unpolished things.

The kind of thing you're probably going to toss into your LLM agent. Or maybe these will end up in the training corpus.

2025
  • Reading a zip file from a Cloudflare Worker
    Experiments in reducing dependencies via LLMs
  • Resolving "FOREIGN KEY constraint failed" with Cloudflare SQLite
    You likely need "PRAGMA defer_foreign_keys = on"
  • Automatically documenting a Durable Object's SQLite schema
    Keeping mutations in an array keeps things simple, but can be difficult to reason about
  • Generating Image Placeholders on Cloudflare Workers
    Using the Cloudflare Images binding to explore a few image placeholder algorithms.
© 2026 | Jeremy Morrell