Earlier quoted context omitted.
Oh I didn't how that, thanks for the lesson. Tbf it just sounds...so American, so I assumed, my bad. But East India Company was involved...whew I guess that does make sense, oof.
What is unique in the US is the interaction between corporate personhood and our First Amendment and the way that our courts have applied that to limit political campaign finance laws, and a lot of “corporate personhood” controversy is really about that, not actually about corporate personhood as a broad concept.
I took all my projects off the cloud, saving thousands of dollars
341–350 of 406 posts
Re: I took all my projects off the cloud, saving thousands of dollars
#342Jumping away from the article slightly, where would you go if you needed a ton of vanilla disk space, the ability to do compute near to that disk, and for it to be accessible with a reasonable pipe to the public internet? As far as I can tell, you'd almost have to do something with a colo if you didn't want to pay 10x or more for the storage. Are there other options?
Re: I took all my projects off the cloud, saving thousands of dollars
#343Earlier quoted context omitted.
Also the GP take is kinda silly, because one pays 5-10x with the typical cloud providers in the first place, so it would be totally fine to pay that and already have it, if one is willing to spend that much. More likely load will spread over time for most scenarios and the server will be ready to handle that with lower hardware specs.
There's a reason i specifically mentioned finance, where the end and start of a month is a lot more busy than the middle of the month, as in factor 10+. People receive paychecks, pay bills, buy stuff, with holidays (christmas, x-mas, etc) being even busier. Load does not even out, and when you have 3 million customers or more, the load is not really insignificant. Nor can you just delay it, or rely on eventual consis…
Re: I took all my projects off the cloud, saving thousands of dollars
#344This is all correct. I've been running my own servers for many years now, keeping things simple and saving a lot of money and time (setting anything up in AWS or Azure is horribly complicated and the UIs are terrible). One thing to remember is that you do need to treat your servers as "cloud servers" in the sense that you should be able to re-generate your entire setup from your configuration at any time, given a bun…
I was a guy that built server clusters during the early 00's, for my own and others' web and other projects. When AWS really took off, it was like a spend all your money mania, and devs and companies treated my skills like dirt. I got a job writing facial recognition edge servers, with high performance many claim are impossible numbers (25M face compares per second per core) and my employer found itself a leader in t…
Re: I took all my projects off the cloud, saving thousands of dollars
#345Earlier quoted context omitted.
But most hosting providers allow you to just rent a server for a day or a few hours, so it's not really an argument why you have to use the cloud.
The actual hardware (or virtual these days) is not the problem, but getting the 5000-10000 services properly connected with auditing, credentials and more is more trouble than most people expect. Finance is a heavily regulated industry, so there’s a LOT of compliance that needs to happen, like segregation of duty, traceability, accountability, and other ilities. Yes, it would probably cost less to run on Hetzner (pro…
Re: I took all my projects off the cloud, saving thousands of dollars
#346Earlier quoted context omitted.
The only people writing about their revenue are online business influencers.
That seems to be quite true, as people who run a successful and enjoyable business are busy running their successful and enjoyable business :-)
Re: I took all my projects off the cloud, saving thousands of dollars
#347I 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…
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…
2x is the same ballpark???
Re: I took all my projects off the cloud, saving thousands of dollars
#348Anybody have any guides or guidance on making the migration? I feel comfortable managing the VPS, but not sure what else I'd need to take on by moving to a dedicated server. I imagine hardware monitoring would be one, but what else?
Re: I took all my projects off the cloud, saving thousands of dollars
#349This is all correct. I've been running my own servers for many years now, keeping things simple and saving a lot of money and time (setting anything up in AWS or Azure is horribly complicated and the UIs are terrible). One thing to remember is that you do need to treat your servers as "cloud servers" in the sense that you should be able to re-generate your entire setup from your configuration at any time, given a bun…
Re: I took all my projects off the cloud, saving thousands of dollars
#350Earlier quoted context omitted.
Not agreeing/disagreeing with your core point, but this doesn't seem right: > running and managing numerous DBs, k8s clusters, ci/cd pipelines and stateless container systems is simply impossible with a team of 1-2 people. That's a medium to large homelab worth of stuff, which means it can be run by a single nerd in their spare time.
Homelab =/= Production systems The gulf between these two insofar as what approach, technologies, and due-diligences are necessary is vast.
My experience is that the largest regulated production systems I've run have clearly been larger and more complex than my homelab, but my homelab has been significantly more resilient, featureful and robust than many of the smaller production systems I've been responsible for outside of regulated domains.