-
LT Re: Musk and microservices I will explain this further. A microservice is not a "small program". It is a service in a distributed system that is small enough to manage by a small team. For Twitter, there is probably, say, a search service, that gets poked when a user...
-
...wants to search for tweets or front-end service that serves the actual website layout, or a twee service for posting. These services are also redundant: imagine if all Twitter traffic had to ask the same server for the home page. It wouldn't be hard to see why that'd break
-
By removing 80% of the nodes of the distributed system that runs Twitter, you are putting more strain per node on the remaining 20%. You are creating more bloat, not less. This is day one of any distributed systems or software engineering class.

