💾 Archived View for heavysquare.com › visuals › 0132.txt captured on 2022-01-08 at 14:11:28.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

for base spread in 19 7 61 7 71 1 72 1; do echo $base $spread; for rnd in $(openssl rand 900 | xxd -p -c1); do printf "\u$((2500 + $base + (0x$rnd & $spread)))"; done | dd conv=unblock cbs=180 2>/dev/null; read; done

# font was Menlo 
# shell was zsh