logoalt Hacker News

faangguyindiatoday at 2:17 PM4 repliesview on HN

I've moved most companies away from using others stuff

Today we use Hertzner and OVH and roll out our own solution whenever possible.

Running lean and mean.

Depending on such third party services is a trap.


Replies

Aurornistoday at 4:32 PM

Been there, done that, and I still find value in 3rd party services despite the occasional need to migrate.

Self hosting is the way to go if you need to keep monthly services spend as low as possible but you have extra time to spend, such as with a hobby project.

Whenever I’ve worked on real startup projects, self-hosting became a constant source of little tasks for the engineering team to mix into our weekly workload. There were always little tasks to upgrade this service, investigate why that one server was slow, or to migrate something to a bigger server because we were bottlenecked on some resource. Then we had to manage backups and do our recovery drills, along with changing the backup strategy every 6 months because someone had a better idea.

When we started to add up all of the time spent managing everything it starts to look like spending dollars (of engineer time) to save pennies on SaaS bills.

Probably not a popular thing to say on HN, but I now try to stay away from teams that go to extremes to self-host everything because I just want to get my work done, not also be constantly involved in running the underlying services. I do it for my own hobby projects at home but I don’t want to be doing it at work where we have money to spend to lighten the load. If the cost is the occasional migration to a different 3rd party service that’s not a big workload relative to everything involved in self-hosting.

causaltoday at 4:30 PM

That is something of a broken promise in the SaaS world; it was supposed to be convenience but instead it became a hundred broken integration points as you struggle to keep up with deprecated APIs and acqui-hires killing off shims you wouldn't have needed if everything had been on-prem to begin with.

jeltztoday at 3:18 PM

What software do you use to run your CI?

show 3 replies
surgical_firetoday at 4:07 PM

This is the way.