// found growing on a dead log

lurch.dev

a shambling developer field guide for useful rot, forest-floor code, and tools that grow sideways

specimen #042 · unidentified but compiling

dig deeper
field note: understory / low light

the understory

Projects here are not polished products. They are things discovered under bark: terminal helpers, tiny simulators, and developer rituals that began as scratches in a damp notebook.

Every tool is allowed to be a little crooked. The point is to keep moving, to lurch into the thicket with pockets full of questions and come back with something that glows.

Amanita.callback()

tools with soil on them

cli-moss colors noisy terminal output like lichen on stone. spore-gen sketches fungal growth with L-systems. root-notes connects half-formed ideas until they begin feeding each other.

decomposition in progress

the forest floor

Old code is not garbage. It is a nurse log: a place where newer patterns germinate, where abandoned branches shelter experiments, where copied snippets become humus.

function compost(repository) {
  // let useful pieces fruit again
  return repository.forks
    .filter(spore => spore.stillGlows)
    .map(spore => `moss/${spore.name}`);
}
Morel.prototype

mushroom debugging

Pattern matching in the wild feels like debugging. Check habitat, substrate, season; form a hypothesis; test with a spore print. Misidentifying Galerina.marginata is worse than a race condition, but the method rhymes.

mycelium layer / distributed systems

the underground network

Mycorrhizal systems are nature's internet: resource sharing without a product manager, resilience without a single server, eventual consistency measured in seasons. lurch.dev treats tutorials and prototypes as connected nodes in that living graph.

Chanterelle<T>

notes that connect

Nothing here is a funnel. Scroll slowly, follow tendrils, and let one crooked idea lead into another. The useful path is rarely straight.