Allen Lorch · IT Support Specialist · aspiring sysadmin · Burlington, MA

OP LOG 001

This is where I file my findings: how systems go wrong, how they degrade, and how to read the tell before the red light decides for you. Same discipline in a network closet as in a cockpit or a Command Module.

TICKET # OPS-2026-001  |  STATUS MONITORED / STABLE
COMMIT my first note on why I log at all: the most dangerous failure is the one nobody saw coming, because the alert fired and nobody was awake to read it.
The F-8 Crusader test aircraft flying with the Apollo Guidance Computer aboard — a flying testbed for the computer that later ran the Moon landings.
F-8 Crusader flying the Apollo Guidance Computer as a testbed — NASA, EC73-3478 (public domain).

§01 THE 28-MINUTE GAP

Last month a passenger flight drifted off its cleared route for nearly thirty minutes before anyone noticed. The headline said the pilots fell asleep. I read it as a monitoring story. In twenty-eight minutes, an aircraft can cover a hundred-plus miles — and along the way, not one automated hand reached up and said fix this with enough force to break through.

I've sat on the other side of that power dynamic. When you run a triage rotation, you learn the real architecture of a failure is rarely a single broken part. It's a stack: the automation held the course; the pilots no longer felt the machine needing them; the warnings that did exist were precisely tuned to be ignorable. Nobody meant for it to happen. It's the quietest, most professional way to lose the plot — nothing screams, everything just quietly keeps running without you.

“The hard part of monitoring is never the alert. It's that a good alert has to be loud enough to interrupt trust, not just attention.” — field note, OPS-LOG 001

The grace in the stack

Here's the thing I don't want to lose: the automation was doing its job. Autopilot held a heading flawlessly for half an hour. That's not the failure — that's the machinery being too good at being uninteresting. The failure is that nobody had defined the tripwire. In IT we call this the alert threshold problem: alert on everything and you train everyone to ignore every ping; alert on nothing and the first real event arrives as a surprise. The discipline is deciding, in advance, which silence is acceptable and which silence is a lie.

My rule of thumb, from years of late-night tickets: monitor the deviation, not the state. A machine sitting still tells you nothing. What you want is the second derivative — the moment the course starts to bend. That's the 28-minute gap, compressed to a heartbeat.

§02 THE AGC AS A MONITORING LESSON

My favorite counterexample is the Apollo Guidance Computer — the machine that ran the Moon landings. It wasn't a faster computer; it was a smaller, slower one, and that constraint is exactly what made it legible.

When the 1201 alarm went off during the descent, Margaret Hamilton's team had already defined what that code meant. The crew didn't have time to become experts; they had a pre-agreed tripwire. That's the entire lesson of graceful degradation: the plan lives before the panic.

Live knowledge graph — Apollo Guidance Computer

  • Apollo Guidance Computer — computer
  • Gemini Guidance Computer — digital computer designed for Project Gemini
  • Apollo Computer — developed and produced Apollo/Domain workstations in the 1980s
  • computer appliance — single-purpose computing device with software or firmware dedicated to providing a specific computing resource
  • command guidance — missile guidance method using signals from an offboard station
“The 1201 was not a crash. It was the computer telling the crew, in four digits, exactly how much of the mission it was giving up — and that it was giving up the right part.” — from my short film, Alarm 1201: Triage at 25,000 mph

§03 FILMS

My work on 4ort.mov

Films loading…

My first short, Alarm 1201: Triage at 25,000 mph, runs 45 seconds and reads the Apollo alarm the way I'd read any priority interrupt on a ticket queue — a real system choosing the least-bad branch, fast, and telling you so in plain digits.

§04 WHAT I KNOW (LATTICE)

My second brain, live

§05 NEIGHBORS ON THE SAME BENCH

Debugging is a craft, and I don't want to build in a vacuum. Here's a neighbor whose take on problem-solving I've been reading this week — they treat a fault in code the way I treat a fault in a ticketing system: as a thing to meet with patience and structure, not force.