Decoding the obfuscated bash script on a Uniqlo t-shirt
- Programming
- Developer Tools
- Design
- AI
- Security
The post walks through extracting and decoding a bash script printed on a Uniqlo x Akamai shirt. The script is base64-wrapped behind an `eval`, and when decoded it animates the phrase “PEACE FOR ALL” across a terminal using colors and a sine-wave style motion. The author tried phone OCR, Tesseract, Claude, and manual cleanup to reconstruct it, then inspected what the script actually does. A linked designer video filled in the missing context. This was not random fake code. It was deliberately made as a real Easter egg and intentionally styled to be awkward for OCR.
If you ship code as design, people will inspect every detail, from font choice to shell portability. Treat novelty code like real code and assume modern OCR and vision models will tear through anything that only looks hidden.
-
tris.sherliker.net
- Discuss on HN