๐Ÿ“ฆ Ops

The Airlock Interlock

Stardate 55110.6 ยท UES Magnanimous

Briefing

An airlock's outer door may open only when the inner door is sealed and the pressure has been equalised and maintenance has not locked it out. Three conditions, all of which must hold. This is not a complicated rule. It is, however, currently written with an or in it.

Chief T'Kala discovered this during a routine check by watching the outer door cheerfully report itself "ready to open" while the inner door stood wide. She closed the inner door, sat down, and asked ARCHIE to route the fix to "someone who has read a sentence before". Lt. Skree has offered to explain what an "and" is. The offer has been declined.

Mission objectives

ARCHIE checks all five every time you run diagnostics.

  • โ€ขEverything in order: sealed, equalised, no lockout, so it may open
  • โ€ขInner door open: must not open
  • โ€ขPressure not equalised: must not open
  • โ€ขMaintenance lockout engaged: must not open, even though the rest is fine
  • โ€ขNothing in order at all: must not open
Ask Commander Raghunathan for a hint

Three conditions joined with and, one of them negated. Read the fourth objective: the lockout is a reason to refuse, so it is not lockout (Python) or !lockout (Rust).