Suppose I Wanted to Kill a Lot of Pilots (2020)
newsletter.butwhatfor.com
Suppose I Wanted to Kill a Lot of Pilots (2020)
1–10 of 130 posts
Re: Suppose I Wanted to Kill a Lot of Pilots (2020)
#2It isn't theoretically ideal, but it's a lot better than not thinking this way.
Re: Suppose I Wanted to Kill a Lot of Pilots (2020)
#3It’s easier to see where things go wrong than where they go right. You can just list wrong thing after wrong thing and a solution appears once you’ve scoped out the things that don’t work.
Re: Suppose I Wanted to Kill a Lot of Pilots (2020)
#4A lot of "security mindset" comes from this principle as well. In theory, you should have strong barriers everywhere, but we're not to that level of maturity yet. (I still hope to see some successful implementation of "capabilities" like in E or something before my career is over. That's an example of what I'm thinking of as maturity.) In practice you get a long way just by writing some code down, and then thinking H…
Re: Suppose I Wanted to Kill a Lot of Pilots (2020)
#5Re: Suppose I Wanted to Kill a Lot of Pilots (2020)
#6This is pretty darn close to https://en.wikipedia.org/wiki/Apophatic_theology : I can't tell you what The Good Thing is, but I can tell you many things that it is _not_.
Re: Suppose I Wanted to Kill a Lot of Pilots (2020)
#7Unfortunately though, I have yet to run one that actually helped us avoid the exact risks we discovered!
Re: Suppose I Wanted to Kill a Lot of Pilots (2020)
#8A lot of "security mindset" comes from this principle as well. In theory, you should have strong barriers everywhere, but we're not to that level of maturity yet. (I still hope to see some successful implementation of "capabilities" like in E or something before my career is over. That's an example of what I'm thinking of as maturity.) In practice you get a long way just by writing some code down, and then thinking H…
By first designing the test that would make the code fail, then making sure it fails, then create the code to have the test pass, you kind of change the way you think about the original problem, and it sometimes helps.
Re: Suppose I Wanted to Kill a Lot of Pilots (2020)
#9Good advice. Looking at things from the opposite perspective helps a lot. It’s easier to see where things go wrong than where they go right. You can just list wrong thing after wrong thing and a solution appears once you’ve scoped out the things that don’t work.
Re: Suppose I Wanted to Kill a Lot of Pilots (2020)
#10Pre-mortem exercises (opposite to the typical post-mortem, after something has gone wrong) can be a really fun process of discovery and ideation. Unfortunately though, I have yet to run one that actually helped us avoid the exact risks we discovered!
From TFA:
> Now you have a list of actions to avoid. Avoiding them begins to move you away from failure and closer to reaching your goal.
Alternatively: Now you have a list of bad things and some ideas of what you would do or tooling you would need when bad things happen.
In the good case this is "boy scouts being prepared." In the bad case this is "hoarder preppers detached from reality with unnecessary firepower."