Earlier quoted context omitted.
Yeah, its a bit of a cheat. The best obfuscated C programs have the source looking like a Christmas tree (or something) and then play an xmas song (or whatever)
the base64 thing they did feels like a cheap version of that green-obscure-symbols-raining-on-a-terminal animation in The Matrix. should have gone with "Hack the Planet" instead ...
Decoding the obfuscated bash script on a Uniqlo t-shirt
141–150 of 253 posts
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#142In case the author is reading: The decorative feather images are between 2MB to almost 5MB in size. Compression might be in order to save users time and bandwidth, and make the site look less broken while the images are partially loaded :)
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#143OCRing 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…
Definitely LLM. No humans write that many comments.
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#144Earlier quoted context omitted.
There’s a whole bunch of hidden features that no one seems to be aware of. Preview has pretty good background removal. Notes will transcribe audio from audio files.
Notes will do OCR as well. Trigger the feature, point the camera at something, and it will input just the text.
The seamless cloud sync between devices is much appreciated too.
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#145Earlier quoted context omitted.
I don't think it was written by an LLM, some things stand out: The congratulations text is both in English and Japanese. Contains a single heart emoji. There was an intention to have a cyan to orange gradient, but the range starts in an ANSI block, ends halfway through the 256 color block and 256 terminal colors are not arranged like a gradient at all. There's no sleep at the end of the loop where I feel like an LLM…
"the code is not quite detail oriented enough to be AI", times are changing
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#146Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#147The font is Roboto Mono, not Consolas. There's something else a lot stranger going on, though. It is a proper monospace font, but the typesetting on the shirt is not. There's some kerning going on (I noticed it especially in the 'Iy' pair), and also it appears that narrower characters such as 'i' take less horizontal space. If I had to guess, I would say that it was set with a tool such as "optical kerning" in InDesi…
We use monospace fonts for a reason, they stack in a grid nicely. But within the confines of that grid there is room to shift a character left or right a bit which may lead to a nicer to read monospace. (it is equally likely to lead to a hideous mess, every time a letter would shift left it would leave a larger space right)
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#148I 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
#149I thought it was funny that the author used a variety of OCR tools with mixed success before spending a lot of time manually fixing up the output from the best one, rather than just typing it in