this post was submitted on 24 Jul 2023
571 points (96.9% liked)

Programmer Humor

33267 readers
984 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 2 years ago (2 children)

I'm guessing you're saying that because of the pauses? Otherwise I don't get it.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)
[–] [email protected] 1 points 2 years ago (1 children)

Yes, the space is a necessary symbol in Morse code, otherwise it's impossible to decode.

[–] [email protected] 1 points 2 years ago (1 children)

Makes sense. I remember asking myself whether Morse was a form of Huffman encoding back when I was learning that stuff. And it kinda is going for that, but without actually doing it properly since it wasn't a binary code per se and so could use the pauses. "Ternary" makes sense.

[–] [email protected] 2 points 2 years ago

Right, Morse was actually mentioned as an example when I was learning Huffman encoding. :)