backoff is a retry strategy: after a failure, wait before retrying, and increase the wait each time — often doubling it (1s, 2s, 4s, 8s, …) until a cap or success. The...
The core idea
backoff is a retry strategy: after a failure, wait before retrying, and increase the wait each time — often doubling it (1s, 2s, 4s, 8s, …) until a cap or success. The...
Connected
Abstraction
complexity behind simpler interfaces to reason at higher levels.
Explore-exploit Tradeoff
gathering new information against leveraging what you already know.
Metcalfe's Law
value grows proportionally to the square of connected users.
Moore's Law
counts double every two years, driving exponential computing gains.
Mythical Man Month
people to a late project makes it later.
Technical Debt
decisions create compounding costs that must be repaid.