Onno (VK6FLAB)

Anything and everything Amateur Radio and beyond. Heavily into Open Source and SDR, working on a multi band monitor and transmitter.

#geek #nerd #hamradio VK6FLAB #podcaster #australia #ITProfessional #voiceover #opentowork

  • 6 Posts
  • 559 Comments
Joined 1 year ago
cake
Cake day: March 4th, 2024

help-circle

















  • Before you start consolidating, consider what might happen if the switch is in an unexpected state. For example, someone turned off the heater or pump and you were expecting it to be on.

    In other words, you need to consider what a “safe state” is for each thing and how your code, when it fails, reverts to that state. This is an example of “failsafe”.

    Note that I said “when it fails”. This is true for all software, even on mission critical systems.

    Source: I write software for a living.