July 8, 2026
Code, cotton, and comment chaos
Decoding the obfuscated bash script on a Uniqlo t-shirt
Shoppers found secret code on a T-shirt, and the internet instantly lost its mind
TLDR: A Uniqlo shirt hid a secret coded message on the back, sending one buyer down a decoding rabbit hole. The community loved the weirdness but also turned it into a comedy show, debating whether it was brilliant, pointless, or proof that internet people can make drama out of literally anything.
A perfectly normal shopping trip turned into a full-on internet detective saga when one buyer spotted something wildly unexpected on the back of a Uniqlo shirt: a giant block of secret-looking text that turned out to hide a cheerful little message. The shirt, part of Uniqlo and Akamai’s Peace for All campaign, already had people doing double takes — but the real show started when readers piled into the comments with equal parts awe, suspicion, and chaos.
The strongest reaction? Why on earth is this on a shirt at all? One commenter basically voiced what everyone’s non-computer-nerd friend would ask: why is there a weird hidden script on clothing? Others were less confused and more delighted, with one fan admitting they’d already bought the shirt months ago because it looked cool, only now realizing there was a whole secret story behind it. That mix of “this is amazing” and “this is absurd” is the beating heart of the drama.
And then came the jokes. One commenter warned, half-seriously, that maybe the image could contain a nasty surprise for text-reading software, which is exactly the kind of wonderfully paranoid internet humor this story deserved. Another roasted the whole decoding effort by asking why the author used multiple fancy tools and painstaking cleanup instead of, you know, just typing the thing in. On the original post, the shirt is a quirky Easter egg. In the comments, it became a battle between curiosity, skepticism, and elite-level nitpicking.
Key Points
- •The article examines a Uniqlo T-shirt designed by Akamai for the Peace for All campaign that has an obfuscated Bash script printed on the back.
- •The author identified the printed block as a base64-encoded shell payload using a shebang, a here string, `base64 --decode`, and `eval`.
- •To reconstruct the text accurately, the author used Android OCR, Tesseract, and Claude, then manually corrected errors because base64 requires exact transcription.
- •The article notes that another Uniqlo x Akamai shirt in the same range appears to contain truncated source code that could not compile as printed.
- •The recovered script appears to be a terminal animation program that defines text, reads terminal size, traps SIGINT, and uses `bc`-based sine calculations to move colored output.