Posted on

Ancient Web: The Lenna Page Preserved the Origin Story of Computer Vision’s Most Famous Test Image

For decades, one cropped portrait showed up everywhere in image-processing research. The Lenna image became a standard test picture for compression, filtering and reconstruction algorithms, and this old City University of Hong Kong page preserves the story people once passed around with the file.

Read the Lenna 97 page

The page was first published in 1997 by Lai-Man Po and updated through 2001. It explains that the familiar test image was cropped from a November 1972 Playboy centerfold featuring Lena Söderberg, whose name was often rendered “Lenna” in technical circles.

The page also records how the image entered engineering culture. According to material collected there, researchers at the University of Southern California’s image-processing lab digitized the photograph in the 1970s for work on image processing. A later recollection from former USC programmer Chuck McManis identifies William K. Pratt as the researcher responsible for the scan used in that environment and notes that image data was distributed on 1600 BPI nine-track tape, with the color planes stored separately.

That detail alone makes the page worth saving.

A test image became infrastructure

Lenna endured because it was technically useful. The crop contains smooth areas, texture, edges, shading and fine detail—exactly the mixture needed to expose strengths and weaknesses in image-processing algorithms.

The page links the image to wavelet compression research, SPIHT, JPEG comparisons and the USC-SIPI image database. It also documents Lena Söderberg’s appearance at an imaging conference in Boston in 1997, by which point she had become an accidental celebrity within a technical community she had not originally known was using her photograph.

There is a modern complication the old page mostly predates: the image came from an adult magazine, and later researchers have questioned whether a sexualized source image should remain a default scientific benchmark. That debate matters. But historically, the image’s ubiquity is undeniable, and understanding why it spread is part of understanding digital-imaging culture.

The page is useful because it comes from the era when the story was still being assembled. It includes corrections, emails, links to research labs and references to physical distribution media that later retellings often flatten into a paragraph.

This is what personal academic pages did well: preserve the weird connective tissue around technical history before anyone knew which details would matter later.

Visit the original Lenna 97 history page

Posted on

Ancient Web: BamSoftware Turned 10 MB Into 281 TB Without Recursion

Some old technical pages are useful because they document forgotten hardware.

Others calmly explain how to turn 10 megabytes into 281 terabytes.

Read A better zip bomb

David Fifield published “A better zip bomb” in July 2019 and kept updating the page afterward. The important trick is that this is not the familiar recursive ZIP bomb built from archives nested inside archives.

Fifield’s construction overlaps files inside the ZIP container so many output files can refer back to the same compressed data. The result expands in a single decompression pass and can reach a compression ratio above 28 million to one.

At the limits of the ordinary ZIP format, the example grows from roughly 10 MB to 281 TB. With 64-bit ZIP extensions, the numbers get even more absurd.

The page includes the explanation, source code, sample archives, diagrams, technical notes and later corrections. It became a proper security paper at the 2019 USENIX Workshop on Offensive Technologies, where it won Best Paper.

The web page is the lab notebook

What makes the BamSoftware version worth keeping is not merely the headline number.

The HTML page is a research artifact.

It shows the reasoning, links the implementation, records updates by date and leaves enough detail for another technical reader to understand what is actually happening inside ZIP and DEFLATE rather than repeating “compression bomb bad” from a security glossary.

That kind of page used to be common on the technical web. Somebody found something strange, wrote the whole thing down, published the code and kept the original URL alive.

There is also an important distinction here: the classic 42.zip depends on recursive unpacking for its ridiculous expansion. Fifield’s design specifically tries to remove that requirement. That is why the work was interesting enough to become a conference paper instead of another malware anecdote.

CacheRat’s 1,967 Ancient Web Domains research list exists for exactly this kind of technical rabbit hole: a compact page that contains far more useful information than its visual footprint suggests.

The modern web has no shortage of security explainers.

Very few of them hand you the bomb diagram, the source code and the math.

Dig into the ZIP bomb research