June 3, 2026
Floppy drama meets AI side-eye
Recovering Eric Graham's 1987 Amiga Juggler raytracer source code
A lost 1987 computer art treasure is back, but the AI angle sparked instant eye-rolls
TLDR: AlphaPixel recovered and repackaged the source code for the legendary 1987 Amiga Juggler animation, helping preserve a piece of computer art history before it vanished into dead links and old disk formats. The comments, though, fixated on the AI-assisted extraction, with some readers instantly annoyed and others spiraling into fuzzy retro-memory detective mode.
A retro-computing rescue mission should have been a pure nostalgia win: AlphaPixel tracked down and unpacked the source code behind Juggler, the famous 1987 Amiga animation that once looked so unbelievable even Commodore reportedly thought a bigger machine must have done the real work. In plain English, this is about saving an old piece of digital history before dead links, broken archives, and aging formats make it disappear for good. The code was trapped inside an old Amiga disk image, so AlphaPixel used a modern Python script—helped along by OpenAI Codex—to pull the files out and put them somewhere easier for today’s users to access.
But of course, the real show was in the comments. One reader, q3k, delivered the bluntest hot take: the moment the story became “look I got AI to do this thing,” they were out. That instantly turns a preservation story into a tiny culture-war flare-up: is AI a useful shovel for digital archaeology, or an annoying spotlight hog that hijacks every project? Meanwhile, another commenter, muyuu, brought peak retro-chaos energy with a hazy memory that the source code may have appeared in a magazine back in the day—basically the internet equivalent of someone bursting into the room yelling, “Wait, I swear this was in a dusty box in my attic!”
So yes, an old masterpiece was saved. But the crowd split between “amazing preservation work” and “ugh, another AI victory lap,” with a side order of charming old-guy memory roulette.
Key Points
- •AlphaPixel set out to preserve and make accessible Eric Graham’s 1987 Amiga Juggler raytracer source code, which was stored in an Amiga ADF disk image.
- •Historical links to the source archive had decayed, but the same disk image data was located on Archive.org as a compressed ADF.
- •The recovery process used Michael Steil’s C-based extract-adf as a reference and produced a Python port called Extract-ADF-Python.
- •The Python extractor supports raw ADF, gzip/ADZ, and ZIP-contained ADF files and extracts OFS-family AmigaDOS filesystems.
- •The article states that the Juggler source ADF extracted cleanly and that additional validation tests were run on compressed variants of the same image.