# crier — This Week in Modus > A weekly dispatch on modus-lisp: a personal computer written from scratch in Common Lisp. Weekly, one issue per week that had commits, numbered from the project's first working week in March 2025. 25 issues covering 3,810 commits. Every claim in an issue comes out of the git commit log of the modus-lisp repositories; where an issue uses anything else it says so in its own method footnote. Counts are counted, not estimated. Each issue below links to a Markdown mirror of the full text. ## Issues - [№25 — The Pi Zero answers the doorbell](https://modus-lisp.github.io/issues/2026-08-29/index.md): A real OpenSSH client logs in to bare-metal Modus on Pi Zero 2 W silicon, then downloads a library and runs it — and the desktop above it learns its own name and its own resolution. 97 commits. (22–29 August 2026) - [№24 — The stack learns to leave home](https://modus-lisp.github.io/issues/2026-08-22/index.md): kiln and glass-sdl appear, the CL stack runs a REPL on real Pi Zero silicon, one HTTP client replaces four, and half a dozen repos stop assuming whose home directory they are in. 136 commits. (15–21 August 2026) - [№23 — Two packages, one variable](https://modus-lisp.github.io/issues/2026-08-15/index.md): Nine of Modus's name-keyed registries turn out to be blind to packages, one of them mis-dispatching in silence; the build starts checking itself; and alexandria finishes at 230/230. 273 commits. (8–14 August 2026) - [№22 — Speech, both ways](https://modus-lisp.github.io/issues/2026-08-08/index.md): A text-to-speech engine, a speech recognizer, and a desktop that types what it hears into whichever window has focus. Underneath, the JIT stops falling back to the interpreter. 218 commits. (1–7 August 2026) - [№21 — 629 bytes of desktop](https://modus-lisp.github.io/issues/2026-08-01/index.md): A VP8 encoder written from the RFC goes from its first entropy coder to Safari decoding a live Lisp desktop, in twenty-three hours. Also a PDF renderer, three audio decoders, and Acid3 at 100/100. 294 commits. (25–31 July 2026) - [№20 — Modus compiles Modus](https://modus-lisp.github.io/issues/2026-07-25/index.md): The SBCL-free self-hosting cycle closes, held up at the last by one uninitialised counter. weft lands 256 spec sections, a VNC drag goes from 18 fps to 76, and a Lisp desktop appears in a browser tab. 414 commits. (18–24 July 2026) - [№19 — Ten repositories in seven days](https://modus-lisp.github.io/issues/2026-07-18/index.md): glass, cairn, conch, natrium, cram, cabinet, operandi and three more are created in one week — and immediately start depending on each other. 291 commits. (11–17 July 2026) - [№18 — Two things deleted](https://modus-lisp.github.io/issues/2026-07-11/index.md): Modus removes its tree-walking evaluator and keeps the bytecode one; cl-tor removes OpenSSL, five days after seal was born, and starts hosting an onion service. 233 commits. (4–10 July 2026) - [№17 — Build the oracle first](https://modus-lisp.github.io/issues/2026-07-04/index.md): Ten repositories appear — a web engine that finishes at Acid3 100/100, a JavaScript engine at 88% of test262, a text rasterizer with hinting — and every one of them starts by building the thing that will grade it. 437 commits. (27 June – 3 July 2026) - [№16 — A node, and something to keep it in](https://modus-lisp.github.io/issues/2026-06-27/index.md): cl-consensus becomes a whole Bitcoin node with a wallet, pagetree arrives and is its UTXO store nine hours later, and Modus rebuilds the numeric tower around real float types. 124 commits. (20–26 June 2026) - [№15 — Zero divergence](https://modus-lisp.github.io/issues/2026-06-20/index.md): A from-scratch Bitcoin consensus engine agrees exactly with Core's own compiled library on the taproot vectors, and Modus builds a collector that can let foreign code hold a pointer into the heap. 227 commits. (13–19 June 2026) - [№14 — The frontier is a form number](https://modus-lisp.github.io/issues/2026-06-13/index.md): Modus starts loading real ASDF one form at a time and treats where it stops as the thing to improve, while five garbage-collector roots turn out never to have been scanned. 113 commits. (6–12 June 2026) - [№13 — A Lisp that loads](https://modus-lisp.github.io/issues/2026-06-06/index.md): Modus becomes an image that reads Lisp rather than a compiler that emits a program. Symbols learn which package they belong to, integers lose their size limit, and the layout cascade stops reproducing. 173 commits. (30 May – 5 June 2026) - [№12 — The suite, unmodified](https://modus-lisp.github.io/issues/2026-05-30/index.md): Enough runtime macro machinery to load the ANSI files as they are rather than as rewritten — and on AArch64, the discovery that NIL and the fixnum zero had been the same bit pattern. 111 commits. (23–29 May 2026) - [№11 — An object system, and a number system](https://modus-lisp.github.io/issues/2026-05-23/index.md): CLOS stops being a set of stubs and becomes a real protocol, and the numeric tower gets IEEE floats, complex numbers and transcendentals computed as exact rationals. 87 commits. (16–22 May 2026) - [№10 — Every wedge root-caused](https://modus-lisp.github.io/issues/2026-05-16/index.md): The bare-metal harness removes every one of its pre-stamped failure ranges by bisecting each wedge to its cause — 1,602 passing to 5,529, and no band-aids left. 111 commits. (9–15 May 2026) - [№9 — The bug was a docstring](https://modus-lisp.github.io/issues/2026-05-09/index.md): Two weeks of layout fragility root-caused to docstrings being compiled into function prologues — and the ANSI suite ported to bare metal, where there is no fork to isolate it with. 62 commits. (2–8 May 2026) - [№8 — A heuristic is a bug you haven't hit yet](https://modus-lisp.github.io/issues/2026-05-02/index.md): Tests that pass or fail depending on where the code sits in memory, a fuzzer built to catch them, and three type predicates that had never checked anything — they had been ruling things out. 159 commits. (25 April – 1 May 2026) - [№7 — Lost: none](https://modus-lisp.github.io/issues/2026-04-25/index.md): The harness stops losing tests entirely, and the reason so many were crashing turns out to be that closures and symbols had the same shape — so calling one could call the other. 82 commits. (18–24 April 2026) - [№6 — Counting what actually ran](https://modus-lisp.github.io/issues/2026-04-18/index.md): A Common Lisp runtime built in layers, a copying collector in x64 assembly, a reported 99.994% on the ANSI suite — and then the discovery that 17,587 of those tests had never run. 107 commits. (11–17 April 2026) - [№5 — Somebody else's tests](https://modus-lisp.github.io/issues/2026-04-11/index.md): Modus stops grading itself and wires up Paul Dietz's ANSI suite, symbols become real objects with identity, the compiler learns to emit Linux binaries, and three documented limitations turn out not to exist. 50 commits. (4–10 April 2026) - [№4 — The Fixpoint of Theseus](https://modus-lisp.github.io/issues/2026-03-14/index.md): Five SHA-256 comparisons prove the compiler leaves no fingerprint of the machine that ran it: a 32-bit image builds a 64-bit one bit-identical to the 64-bit build. Then Movitz is deleted. 3 commits. (7–13 March 2026) - [№3 — A Pi with no SD card](https://modus-lisp.github.io/issues/2026-03-07/index.md): Modus leaves the emulator: real Pi Zero 2 W silicon, booted over USB, reached by SSH across a USB Ethernet gadget it implements itself. The compiler compiles its own 759 functions. 3 commits. (28 February – 6 March 2026) - [№2 — Nine architectures in four commits](https://modus-lisp.github.io/issues/2026-02-28/index.md): Work resumes after eleven months, and not where it stopped. A 64-bit rewrite with actors and SMP, a kernel that recompiles itself from source it carries inside, and a portable bytecode ISA with nine backends. 4 commits. (21–27 February 2026) - [№1 — A quick hack, on Movitz](https://modus-lisp.github.io/issues/2025-03-15/index.md): The first commit is a prototype: 29,000 lines of Modus on 55,000 lines of somebody else's bare-metal Lisp, booting under QEMU into a REPL with TLS and SSH. It was built in silence, shelved for eleven months, and its date hides a fortnight of work that happened in 2026. 1 commit. (8–14 March 2025) ## Notes - [The floor does not compound](https://modus-lisp.github.io/notes/velocity/): Twenty-six weeks of modus-lisp, measured. Commits per week is the wrong number; what actually changed was that the workspace became something to build on — except at the bottom. ## Data - [Issue ledger, JSON](https://modus-lisp.github.io/index.json): every issue with its date, commit count, repository count and URLs. - [Atom feed](https://modus-lisp.github.io/feed.xml) - [Source](https://github.com/modus-lisp/modus-lisp.github.io): the site, and the tools that measure the weeks (`bin/week`, `bin/ci`, `bin/mirror`).