Earlier quoted context omitted.
No, they're instructing their customers to run unknown base64 encoded code instead. :D
They should have just had the base64 block and forced you to decode and read it before running it, rather then having the `eval` bit at the beginning...
Decoding the obfuscated bash script on a Uniqlo t-shirt
151–160 of 253 posts
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#152The 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…
Has anyone ever made a monospace font with dynamic kerning? Which is a silly thing I never thought of until I read the above comment. This sounds nonsensical at first glance(and it may be) but hear me out. 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 equa…
https://github.com/githubnext/monaspace/blob/main/docs/Textu...
It's the main reason I use monaspace as a font.
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#153Pretty sure any AI can solve it in 20 seconds.
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#154The 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…
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#155Ive been to 3 Uniqlos in my are and i havent been blessed with a bash shirt :(
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#156For anyone that cares, this is a slightly less stupid Python version: #!/usr/bin/env python3 from os import environ; E = environ.get from math import sin from time import sleep text = "♥PEACE♥FOR♥ALL" # The text to sine-scroll animate nText = len(text) # Number of utf8 chars freq = 0.2 # Frequency scaling factor color0 = 12 # xt256 Color cube segment 12.. As mentioned in https://news.ycombinator.com/item?id=48830634…
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#157Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#158For anyone that cares, this is a slightly less stupid Python version: #!/usr/bin/env python3 from os import environ; E = environ.get from math import sin from time import sleep text = "♥PEACE♥FOR♥ALL" # The text to sine-scroll animate nText = len(text) # Number of utf8 chars freq = 0.2 # Frequency scaling factor color0 = 12 # xt256 Color cube segment 12.. As mentioned in https://news.ycombinator.com/item?id=48830634…
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#159how is it obfuscated? It's literally written as plain black monospace text on a white background. Pretty sure any AI can solve it in 20 seconds.
Re: Decoding the obfuscated bash script on a Uniqlo t-shirt
#160"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.