Hacker News new | ask | show | jobs
by ewanm89 3180 days ago
"Converting the (VERY analogue) Morse key into a digital device was the next step."

Urm what? A morse key is either on or off, pushed or not pushed, morse code is an on-off keyed digital mode. It is not analogue under any circumstances.

1 comments

A year or two ago, I started doing software for embedded hardware. It’s terrifying how many things we software developer abstract away, actually behave far more strangely in the real world.

There could be nothing simpler than a button press, right? And yet in the real world it often enough bounces on and then off several times, quickly. An the tiny on/offs themselves change voltage for tiny bits of time as the current coming through bounces off other components in its new path before settling down. There’s nothing that will shake your faith in binary logic as a simple hardware button.