this post was submitted on 22 May 2025
683 points (95.4% liked)

Programmer Humor

23402 readers
1827 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ulterno@programming.dev 10 points 17 hours ago (1 children)

An irrelevant but interesting take is that this applies as an analogue to a lot of stuff in electronics related space.

  • It is harder to receive data than to transmit it, because you need to do things like:
    • match your receiver's frequency with that of the transmission (which might be minutely different from the agreed upon frequency), to understand it
    • know how long the data will be, before feeding into digital variables, or you might combine multiple messages or leave out some stuff without realising
  • this gets even harder when it is wireless, because now, you have noise, which is often, valid communication among other devices

Getting back to code, you now need to get in the same "wavelength" as the one who wrote the code, at the time they wrote the code.

[โ€“] vrighter@discuss.tchncs.de 3 points 17 hours ago

i like the analogy