There are so many ways to encode arbitrary data when all characters you have are e, E, and space. But then maybe I'm just too boring.
Top-level
There are so many ways to encode arbitrary data when all characters you have are e, E, and space. But then maybe I'm just too boring. 7 comments
Can go with Morse Code: E eeee eE E eEEEEe eee or binary if you prefer eEeEeEee eEEeEeee eEEeeeeE eEEEeEee eeEeeEEE eEEEeeEE eeEeeeee eEEeeEEE eEEEeeEe eEEeeEeE eEEeeeeE eEEEeEee eeEeeeeE For Morse: $ echo "Your text here" | morse -s | sed 's/-/E/g;s/\./e/g' | fmt -99999 For binary, using the Python REPL: $ python -q It exists mostly as a Twitter/Masto account for sharing ed(1) tips, tricks, and encounters of ed in the wild. I'm a little more lax on Masto, also including other CLI-related stuff like the above CLI stuff. |
@grishka People do it!