Earlier quoted context omitted.
My pet peeves are: 1. For small stuff, AWS et al aren't that much more expensive than Hetzner, mostly in the same ballpark, maybe 2x in my experience. 2. What's easy to underestimate for _developers_ is that your self hosted setup is most likely harder to get third party support for. If you run software on AWS, you can hire someone familiar with AWS and as long as you're not doing anything too weird, they'll figure i…
> 2. What's easy to underestimate for _developers_ is that your self hosted setup is most likely harder to get third party support for. If you run software on AWS, you can hire someone familiar with AWS and as long as you're not doing anything too weird, they'll figure it out and modify it in no time. If you're at an early/smaller stage you're not doing anything too fancy either way. Even self hosted, it will probabl…
I took all my projects off the cloud, saving thousands of dollars
251–260 of 406 posts
Re: I took all my projects off the cloud, saving thousands of dollars
#252In principle, you don't even need a "server", ie purpose-built hardware like what he's showing. An old laptop will be fine for many projects, although I'd be interested if someone can help put a perspective on how to decide whether your specific project/load will be too much for your specific hardware. My bigger concern with 'true' self-hosting would be how to get a good/reliable enough internet connection.
Re: I took all my projects off the cloud, saving thousands of dollars
#253Earlier quoted context omitted.
On this site, I've seen these kind of takes repeatedly over the past years, so I went ahead and built a little forum that consists of a single Rust binary and SQLite. The binary runs on a Mac Mini in my bedroom with Cloudflare tunnels. I get continuous backups with Litestream, and testing backups is as trivial as running `litestream restore` on my development machine and then running the binary. Despite some pages is…
Just one of the couple dozen databases we run for our product in the dev environment alone is over 12 TB. How could I not use the cloud?
Re: I took all my projects off the cloud, saving thousands of dollars
#254Idiotic piece - the purpose of 'the cloud' is to scale large demand applications. Rental hardware can't really do that.
Re: I took all my projects off the cloud, saving thousands of dollars
#255However, in most (every?) large organisations, buying a server and putting it in a DC, and looking after it, is hugely time-consuming, lengthy and expensive.
You need to get quotes, approvals, purchase, rack, commission, maintain etc etc. It is usually close to 1 year to get a server.
In some companies, even getting a virtual server takes almost as long!
With AWS, once an account and service is approved, boom, you are done.
Re: I took all my projects off the cloud, saving thousands of dollars
#256I dislike those black and white takes a lot. It's absolutely true that most startups that just run an EC2 instance will save a lot of cash going to Hetzner, Linode, Digital Ocean or whatever. I do host at Hetzner myself and so do a lot of my clients. That being said, the cloud does have a lot of advantages: - You're getting a lot of services readily available. Need offsite backups? A few clicks. Managed database? A f…
I started out with linode, a decade ago. It became much more expensive than AWS, because it bundled the hard drive space with the RAM. Couldn't scale one without scaling the other. It was ridiculous. AWS has a bunch of startup credits you can use, if you're smart. But if you want free hosting, nothing beats just CloudFlare. They are literally free and even let you sign up anonymously with any email. They don't even r…
You can easily scale hard drive space independently of RAM by buying block storage separately and then mounting it on your Linode.
Re: I took all my projects off the cloud, saving thousands of dollars
#257BTW in-case you've missed it [1] Anthropic is offering $250 free credits till Nov 18 for their new Claude Code on the Web [2] for Clause Pro/Max users.
Re: I took all my projects off the cloud, saving thousands of dollars
#258Its true that aws is very expensive for a lot of use cases, as long as you only count the cost of the servers. However, in most (every?) large organisations, buying a server and putting it in a DC, and looking after it, is hugely time-consuming, lengthy and expensive. You need to get quotes, approvals, purchase, rack, commission, maintain etc etc. It is usually close to 1 year to get a server. In some companies, even…
Re: I took all my projects off the cloud, saving thousands of dollars
#259But as soon as you start dealing with data sovereignty for your SaaS app, and need co-lo's in multiple geographies, each with their own contract/billing cycles, HA and backup, the global reach and consistency of the cloud providers starts seeming quite compelling again.
Re: I took all my projects off the cloud, saving thousands of dollars
#260Its true that aws is very expensive for a lot of use cases, as long as you only count the cost of the servers. However, in most (every?) large organisations, buying a server and putting it in a DC, and looking after it, is hugely time-consuming, lengthy and expensive. You need to get quotes, approvals, purchase, rack, commission, maintain etc etc. It is usually close to 1 year to get a server. In some companies, even…
Sure you can do it cheaper, but money isn’t really the problem. Most cloud spend is less than the cost of a handful of senior devs a month.