this post was submitted on 26 Sep 2025
1210 points (99.8% liked)
Programmer Humor
26589 readers
2395 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I got a pretty great one for cheap that I want to migrate my Navidrome service to. I don't mind the $12 renewal; I just need to figure out how to host 1TB of music on the cloud for cheap.
'the cloud' is just someone else's computer. The cheapest way is always going to be to use your own hardware. Get into homelabbing :D
Yes I am aware that I am paying to use someone else's hardware. I already self-hosted lots of stuff on my own hardware, renting a server has other benefits that my own hardware doesn't, mainly guaranteed uptime.
In a lot of cases it's cheap and fun, but it can also be time consuming and easy to mess up. Hosting your own mail server for example is probably not worth it for most people.
If the homelab involves using an IP address under a residential internet service, that quickly goes from "not worth it" to "literally impossible".
Unless you're willing to set it up so SMTP and IMAP are tunneled through a VPS that you also pay for, the story becomes:
Why can't I receive my test mail?
Oh, the ISP blocks inbound SMTP connections.
Why can't I access my mailbox from outside my home?
Oh, they also block IMAP and POP.
Why do my outgoing emails all end up in the spam folder?
Oh, most email providers insta-spam anything from residential IPs ranges.
And then, even if it's not a homelab, DIY email hosting is:
Oh my god, there's so much spam.
I need to set up more aggressive filters.
Why did this important email get filtered?
Oh, I need to make the spam filter less aggressive.
Why are my outbound emails being marked as spam?
Oh, I need to set up DKIM and SPF.
Why is it still being marked as spam?
Wait, some providers require reverse lookup hostname of the mailserver to match the sender name? Fuck.
Oh, ok, now my server or its IP block got added to a spam list.
How do I get removed from the spam list?
Painfully. Very painfully.
And so on.
It's really not worth it.
Unless youre a large enterprise... hosting your email is always a bad idea. All it takes is one pc on your network to be compromised and get yourself on a spam blocklist. And good luck convincing all email services to unblock you.
Yeah.. I want to host mail, but I loath the idea of hosting my own mail.
I manage enterprise email and I don’t want to host my own email. You’ll get some folks here that are pretty adamant that it’s easy.
Define "cheap".
https://bdon.github.io/cng-storage-guide/
Note that this isn't a one-to-one guide.
Some have a minimum storage amount but with 12 TB you're fine.
I think cloudflare may be the most cost effective since they don't have egress costs like AWS.
Thanks for the guide. S3 buckets are the way to go and I already have a few Linode/Akami servers I keep for playing around with. I'm just a little worried about Navidrome hammering the server because I messed something up then getting a $1000 bandwidth charge.