|
|
|
|
|
by atamyrat
4981 days ago
|
|
I recommend Breaking Bad, there's some startup lessons there. On S03E10, entire episode is Walter and Jesse trying to catching a fly. One small fly inside huge lab. Jesse wants to give up and continue cooking, but for Walter, this is absolutely critical issue. I thought this episode was quite boring, but then Walter explains himself and it finally hit me: It was like assertion code failure, something that should not ever happen under your assumptions. You don't just ignore assertion failures. Code could still work and you can still ship it, but that code is not what you think it is anymore. This small fly in lab is going to ruin your entire product. Drop everything and catch that fly first. Another interesting thing is, you can understand what it means to "know your metrics". They have pureness metric to scientifically measure their product quality. Pureness is what makes their product best in the market and they never compromise on it. It is interesting that how they keep an eye on it and why it matters. |
|