The archive

Comics, stories, code, and everything else I make.

Not every idea turns into an article. Some become a comic panel, some become a short story, some become a script that solves one small annoyance. This page is where those live — filed, tagged, and linked out.

Nothing's uploaded yet — the four panels below show the format each type takes. Swap them for your real comics, stories, docs, and code (instructions at the bottom of the page).

How to add your own

Open artifacts.html in a text editor and find the artifacts list near the bottom of the file. Each entry is one card:

{ title: "My Comic — Issue 01", type: "comic", // comic, story, doc, or code desc: "One line about it.", link: "https://...", // where people can view it linkLabel: "Read" // Read, View, Download, or Open }

Add as many objects as you like, save the file, and refresh the page — no build step, no dependencies. If a card's link is left as "#", it displays as a template instead of a clickable card, same as the four below.