I had a blast with this. I got Claude to write a function for encoding a string to Morse and sending it, and then a patch that displays a 10-character rolling display next to the name of other users. From what I can tell with zero Morse code experience, most users are just sending random characters by accident.
I was pretty pleased to see it work when I ran two windows side-by-side, called `sendMorse('never gonna give you up')` in one window, and then watched it roll through the display on the other window.
I was pretty pleased to see it work when I ran two windows side-by-side, called `sendMorse('never gonna give you up')` in one window, and then watched it roll through the display on the other window.
Code here, if you'd like to try the same thing: https://gist.github.com/epiccoleman/58560a6469a163050f7aa888...