Curatorial statement
A museum for the time we deleted
Computers used to make you wait, and they made the waiting visible. Drives chattered, modems sang, progress bars crept. Then the waits got shorter, the feedback got smoother, and the texture disappeared. This museum keeps 12 of those textures running in real time.
The rules
Every exhibit runs at its historical pace. There is no skip button, no speed control, no way to jump to the end. A wait you can dismiss is not a wait, it is a notification. The full collection takes about 5 min 39 s to sit through, and that number is the point rather than an inconvenience.
You can leave a room at any time. Nothing scolds you, and nothing is lost except the stamp you would have earned by staying.
How the exhibits work
Each room is a small state machine driven by a clock, not a video. Progress is computed from elapsed time, so a slow device shows the same wait as a fast one. The sounds are synthesised in the browser with the Web Audio API, which is why the dial-up handshake is recognisable but never quite identical between visits.
Sound is off until you turn it on, in every room, on every visit. Browsers require a gesture before audio can play, and that requirement matches what we would have chosen anyway.
Motion and accessibility
If your system asks for reduced motion, the exhibits honour it: flicker, shake, and scanlines are replaced by state changes you can read. The waiting stays, because the waiting is the content. Every exhibit also reports its state as text, so a screen reader gets the same information the animation carries.
What we count
The museum records anonymous room-level counters: how many visits a room received, how many of those waited to the end, and how long the median visitor stayed. No identifiers, no cookies for tracking, no third parties. Your passport of stamps stays in your browser and is never uploaded. The privacy note explains exactly what is stored.
Colophon
Built with SvelteKit and rendered from a single small SQLite file. Typography is set in whatever serif your system prefers for labels and a monospace face for the machine voice, because a museum of computing should not ship a megabyte of fonts to describe a modem.