logoalt Hacker News

andaitoday at 12:44 PM10 repliesview on HN

Had a strange thought last year, that if a system runs too smoothly, eventually the knowledge of dealing with breakage will disappear, and when it inevitably breaks, everyone will be unprepared.

So a little bit of breakage is like a healthy "exercise."

Presumably, a functional system is supposed to have some kind of drills to fill in for that. But I have seen ones that don't!


Replies

jjk166today at 6:59 PM

Knowledge of how to fix the system comes from understanding how the system works, which does not necessarily require experience fixing it. Every problem ever fixed was at some point fixed without prior experience - if we can fix problems that have never happened before we can fix problems that haven't happened in a while.

toast0today at 2:16 PM

Yeah, I've lived that one. When your system is falling over all the time, you get good at quickly bringing it back. When you have the first failure in 2 years and you didn't do drills or etc, it takes a lot longer to get things going again.

otekengineeringtoday at 5:50 PM

that's the plot of The Machine Stops

https://web.cs.ucdavis.edu/~rogaway/classes/188/materials/th...

gatiotoday at 1:53 PM

Very true. If things are too reliable, systems can come to depend on them always being so so reliable... So it can actually pay off to inject transient issues deliberately.

https://netflix.github.io/chaosmonkey/ and similar can help.

That said ... most instability is introduced with normal changes, so every engineer can be a chaos monkey. ;-)

data-ottawatoday at 3:54 PM

There’s a good Star Trek TNG episode about this: When the Bough Breaks (S1E16)

jknoepflertoday at 2:34 PM

This is known as the "Paradox of Automation." It's a real problem for many industries.

The OG paper on this is called "The Ironies of Automation" (Bainbridge, 1983). It's a clunky but fascinating read. I give it a skim every couple years and usually come away with a bit of a fresh take on the problem.

show 1 reply
_deftoday at 12:58 PM

Oh, the legendary backup restore drill? I'm sure it will happen someday ...

ggambettatoday at 2:12 PM

Hence DiRT or whatever they call it these days

trio8453today at 1:23 PM

[dead]