4 ms·
This is very neat! I created an Erlang script that allows you to send messages by morse code to the keyboard like this: ./remote_morse "HI,IAMSAM." (Spaces
by samwilliams 10y ago
This is very neat!
I created an Erlang script that allows you to send messages by morse code to the keyboard like this:
./remote_morse "HI,IAMSAM."
(Spaces don't appear to be used in morse code?)
The messages won't be differentiable while the site is under HN-level traffic, but in a few months, you should be able to send arbitrary messages to @lelandbatey using this.
The code is available here: https://gist.github.com/samcamwilliams/19339ea2d8431f27728ec446a7b4583a https://gist.github.com/samcamwilliams/19339ea2d8431f27728ec...
- jon-wood 10y agoSpaces are represented as a pause between two characters.
- samwilliams 10y agoAh, thanks. That makes sense.