• Category: Pulse
  • Status: discussion
  • Sources: author writeup, HN discussion
  • Summary: A write-up published on 2026-07-04 reverse-engineers an obfuscated, self-evaluating bash script printed on the back of a Uniqlo t-shirt from Akamai's "Peace for All" collection. The back carries a base64-encoded payload starting with a #!/bin/bash shebang; decoded and run, it animates the text "PEACE FOR ALL" scrolling in a sine wave with a cyan-to-orange color gradient. The author transcribed the print using several OCR tools, including Tesseract, phone circle-to-search, and an LLM, then corrected the output by hand. The thread reached the top of the Hacker News front page on 2026-07-08 with over 1,000 points.
  • Comments: HN commenters treated the hard-to-OCR print as an informal benchmark for vision models and debated whether an agentic vision harness would beat manual transcription.
  • Why it matters: It is a reminder that OCR of adversarial or stylized text still needs human correction, relevant to anyone building document-extraction pipelines.

Send feedback on this story