Hacker News new | ask | show | jobs
by carlosbaraza 1093 days ago
Edge computing is definitely the last way hosting providers have found to vendor lock you in. Many companies like 37Signals realize that all the fancy cloud provider services have a huge cost because they literally hold you hostage to the mercy of their pricing teams. In a time of high interest rates, I deeply value our commitment to open source container solutions. The only thing we can't do at the moment is to spin an edge network; that's their mote, and why keep doubling down on edge. They double down regardless of knowing most apps top performance offenders don't include the latency to the end user. The bookstore they mention in the article would be much better off deploying all containers in a single cheap commoditized VPS with docker compose, that'd reduce latency between services, and then they can concentrate on optimizing their app and their DB queries. Don't waste time in saving a few milliseconds between your server and the end user, opening a massive can of worms that includes distributed databases, complex infrastructure, vendor lock in, and many other issues they'd happily charge you for.

I wrote a simple library to deploy with docker compose that includes logging, metrics, and a few other utils. https://lostdock.com