Earlier quoted context omitted.
Thank you for spelling it out for me because I thought I was looking at a completely hallucinated AI article...
Author here. All hallucinations are my own. Now you point it out, I see why the jump in context from the terminal back to the tshirt font would give the wrong impression.
Decoding the obfuscated bash script on a Uniqlo t-shirt
121–130 of 253 posts
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#122I don't understand the font bit. This is a terminal script, it uses the font that your terminal uses?
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#123OCRing this is a nightmare and is a good benchmark to any self-proclaimed good OCR/vision model. I think though it could likely be easily OCR'd if you give the image to any decent agentic harness with a good vision model, e.g. newest Claude/GPT ones, and tell them to split the image per lines, and then just OCR each line individually. I wonder if the script itself was written by an LLM before obfuscation? There seem…
It's not that difficult, our industrial OCR model read it correctly on its first attempt with default parameters. The characters are easily separable, there is no structured background (think expiration dates on yogurt aluminum lids) that confuses the reader, there is no almost-text-like texture anywhere that would clutter the result. The font is also nice and standard.
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#124Earlier quoted context omitted.
> I wonder if the script itself was written by an LLM before obfuscation? From the prototype shown here [0], and the way they talk about their process, I sincerely doubt it. Especially as they mention trying to make it hard for AI to handle the output. [0] https://youtu.be/jocGLiecpjU?t=567
I watched that whole video link - thank you for that - and he doesn't really say. In fact, he spends much more time on the beige color harkening to computer case plastics of the 80s & 90s. The AI not handling the output relates to the final base64 output on the T-shirt (which other comments in this thread mention manually keying in or TFA discusses in the context of OCR). So, that is just not relevant to the question…
All the smells you pointed out, just look like a Python dev approaching bash without fully understanding it.
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#125I don't understand the font bit. This is a terminal script, it uses the font that your terminal uses?
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#126Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#127"Uniqlo x Akamai sells another design of shirt in the same range which is plainly incomplete" Imagine having to return a t-shirt because that malfunction! — I don't understand why are you returning this, was the size wrong or you didn't like it? — No, there is a syntax error at line 37 that makes it impossible to run, and I'm concerned people on the street may think I promote unsafe bash scripting.
Oh the Karens these days!
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#128I reverse engineered it to a unobfuscated version a few years ago:
https://gist.github.com/olooney/a89db3932b089925b71b68d7e9f2...
He's done a ton of other great ASCII visualizations as well:
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#129Earlier quoted context omitted.
I watched that whole video link - thank you for that - and he doesn't really say. In fact, he spends much more time on the beige color harkening to computer case plastics of the 80s & 90s. The AI not handling the output relates to the final base64 output on the T-shirt (which other comments in this thread mention manually keying in or TFA discusses in the context of OCR). So, that is just not relevant to the question…
You mention someone else's Python version. Did you note that the prototype in the video was... Python? All the smells you pointed out, just look like a Python dev approaching bash without fully understanding it.
also, referring to Linux as "the language of the internet" when bash isn't particularly suited for internet tasks also smell like "excited windows Python dev"...
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#130Well at least they're not instructing consumers to run curl | bash. That's better than half the tech howtos out there.
No, they're instructing their customers to run unknown base64 encoded code instead. :D