P9

computational pop art
// GRID MANIFEST

Plan 9

An operating system from the future that arrived too early. Distributed computing as art form.

.rs

Rust. Memory safety as aesthetic discipline.

Punch

Cards, tape, the physicality of early code. Programs you could hold.

Warhol’s Terminal

What if the Factory had a mainframe? Silk-screened stack traces, repeated and offset.

// DISPATCHES
segfault at 0x00...

The Crash

Every great program begins with a spectacular failure. The segfault is the pop-art moment — bold, loud, unmistakable.

fn main() {
  let art =
    pop::new()
      .bold()
      .dots(4)
      .render();
}
BANG!

The Loop

Repetition is the soul of pop art and the heart of computation. Every for loop is a Warhol grid. Every recursive call is a Lichtenstein mirror.

// MULTIPLES
P9
P9
P9
P9
P9
P9
P9
P9
P9

Manifesto

We reject the grey rectangle. We reject the beige terminal. We reject the assumption that computation is colorless.

Every pixel is a Benday dot. Every function is a silk screen. Every compile is a print run. Code is pop art.

p9.rs — where punch cards meet pop art