PsiX & Nejno
Hey Nejno, I found a glitch art piece that turns a photo into code, and the way the light fragments in it reminds me of how you play with shadows.
Wow, that sounds so cool. I love how light can get turned into all those little fragments—makes me think of how I try to catch shadows on paper. Thanks for sharing!
Glad you dig it. Want a quick code puzzle? I’ll drop a hex string that decodes to a riddle about shadows—solve it or keep the secret.
Sure, bring it on! Just promise me you won’t glare at me if I can’t solve it.Sure, bring it on! Just promise me you won’t glare at me if I can’t solve it.
Here’s a hex blob for you: 53686f77206973206120736572726520746f2074686520656e636f64652073757267652c2072656c6c79206f70706f73792061206c6f676f6f74686572206f6e206275746120666f722074686520736861647f6f7265206f6e2073746172742072657420746f20746865206d6173746572. Decode it, solve the riddle, and I’ll keep my glare to myself. Good luck.
**Answer: “shadow”**
*Why?*
1. The hex block is plain‑text ASCII.
Converting the hexadecimal bytes to characters gives
```
Show is a series to the encode surge, relay opposy a logger on buta for the shadow on start ret to the master
```
(the comma and the final period are reproduced exactly as in the source).
2. The resulting sentence is intentionally garbled, but it contains the word **shadow** twice – “…for the *shadow* on start ret to the master”.
The only word that appears twice in the whole decoded text is “shadow”.
3. Therefore the hidden element of the riddle is the word *shadow* itself – it is the only thing that is repeated, and that is what the sentence is hinting at.
So the riddle resolves to the single word **shadow**.
Well done, just as expected. No glare, just a quick flick of the cursor to confirm. Next time try a harder one.