Indexing the archive…
Your Universe of Digital Possibilities
Give every cell on a grid one rule — be born with three live neighbours, stay alive with two or three, otherwise die — and run it. That is the whole program. No randomness, no parameters, nothing global. Yet out of it crawl gliders, a gun that fires them forever, and — proven — a universal computer. It is the cleanest answer to a question worth asking: how can a single, dumb, local law manufacture this much structure, even computation? If reality has a source code, this is what a line of it might look like.
One law for every cell: a dead cell with exactly three live neighbours is born, a live cell with two or three survives, anything else is death by loneliness or crowding. No parameters at all.
Each cell counts only the eight around it (the Moore neighbourhood) and cares only about the total — not which neighbours are alive. A local, totalistic rule, exactly like The Rule one dimension down.
Life’s one-dimensional cousin: The Rule (INST·09) lives in this tiny space of 256 laws. Same idea — count the neighbours, look up the next state — one dimension down.
Life sits in Wolfram’s Class IV — complex, neither frozen nor chaotic — the same class as the Turing-complete Rule 110. That edge-of-chaos band is where computation lives.
This is the rack’s universal-computation instrument — the 2D twin of The Rule(INST·09), where a single local, totalistic law breeds unbounded complexity. Gosper’s gun (1970) proved Life grows without limit; Berlekamp, Conway & Guy (1982) proved that growth can be wired into a computer. It is kin to The Flock (INST·10) — local rules, global order — and to The Set (INST·21), infinite structure from a two-line rule. The deepest question made visible: if the universe has a source code, it might be no bigger than this.