Live data from Hacker News

Show HN: Silly Morse code chat app using WebSockets

noamtamir.github.io

21–30 of 33 posts

Re: Show HN: Silly Morse code chat app using WebSockets

#25
post #8

Really nice graphic design. If you build it out more, maybe you can teach users Morse code. Maybe a toggle button for decoding the dots and dashes.

If you're interested in learning morse, there's a great app for Android, "Morse Mania: Learn Morse Code" from which I learned. It's surprisingly easy to pick up the basics but requires a good bit of practice to be able to parse it in real time.

Re: Show HN: Silly Morse code chat app using WebSockets

#27
post #9

That is quite fun! Not a lot of people know morse code so there is a lot of QRM (man made interference). It is amazing how good the human brain is picking out signal from the noise. I did spot one other Ham a fellow Brit (G4) but didn't complete a QSO (a contact). 73 (kind regards) de M5NCW

I have forgotten so much Morse code. I definitely need a decoder.

Re: Show HN: Silly Morse code chat app using WebSockets

#28
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.

Code here, if you'd like to try the same thing: https://gist.github.com/epiccoleman/58560a6469a163050f7aa888...

Post reply on HN