Ping (zestyping) wrote,
Ping
zestyping

Three Laws of Computing.

Recent posts about serious personal issues seem to have generated little response, so i'll try an abstract intellectual discussion topic instead.

Recall Isaac Asimov's Three Laws of Robotics:

  1. A robot must not injure a human being or, through inaction, allow a human being to come to harm.
  2. A robot must obey the orders given it by human beings except where those orders would conflict with the First Law.
  3. A robot must protect its own existence, except where such protection would conflict with the First or Second Law.

It occurred to me that these aren't a bad start at guiding principles for computer security and reliability.

  1. A program must not injure a human being, or, through inaction, allow a human being to come to harm.
  2. A program must obey the orders given it by human beings except where those orders would conflict with the First Law.
  3. A program must protect its own existence, except where such protection would conflict with the First or Second Law.

The first law concerns the protection of the user's interests, including the user's data. It obligates software to protect your secrets and sensitive real-world information, and to protect your work from damage by bugs, crashes, other programs, or human error.

The second law concerns the reliability of program functions. It constrains the design of user interfaces so as to minimize confusion and maximize the likelihood of the correct interpretation and fulfillment of user commands. It also motivates fault tolerance and recoverability.

The third law concerns the integrity of the software itself. It requires the operating system and applications to guard against corruption by malicious programs or by normal software installation procedures.

So how about a 3 Laws Safe seal of integrity on software packages we use? I'd prefer a 3-laws-safe computing experience.

(I know that Jef Raskin has carried over the first of these, and coined it the First Law of Computing, but i haven't heard of anyone applying the entire set. Have you?)

Subscribe

  • Post a new comment

    Error

    default userpic

    Your IP address will be recorded 

    When you submit the form an invisible reCAPTCHA check will be performed.
    You must follow the Privacy Policy and Google Terms of use.
  • 9 comments