How I Fell Down the Rabbit Hole of Dots and Dashes
dev.to·9h·
Discuss: DEV
Flag this post

The Spark

You know that feeling when you stumble upon an old telegraph machine in a museum and think, “Man, that’s cool... but what if it had RGB lighting?”

Okay, maybe that’s just me.

But seriously, I’ve always been fascinated by Morse code. There’s something beautifully elegant about reducing human language to just two elements: a dot and a dash. It’s like the ultimate compression algorithm, invented in 1836, way before we even had computers.

So I decided to build MorseWave - a modern Morse code encoder/decoder that looks like it fell through a time portal from a cyberpunk 1980s.

Why Rust? Why WebAssembly?

Short answer: Because JavaScript alone felt too... slow for something this nerdy.

Long answer: I wanted this thing to be fast. Like, encode-a-no…

Similar Posts

Loading similar posts...