Three Unsolvable Problems in Computing
The three unsolvable problems in computing:
- Naming
 - Distributed Cache Coherence
 - Off-By-One Errors
 
Let's talk about naming.
The project team decided to call the server component "FlaskAPI".
Seriously.
It serves information about two kinds of resources: images and running instances of images. (Yes, it's a kind of kubernetes/dockyard lite that …
more ...