Hacker News new | ask | show | jobs
by samwilliams 3451 days 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/19339ea2d8431f27728ec...

1 comments

Spaces are represented as a pause between two characters.
Ah, thanks. That makes sense.