this post was submitted on 12 Jun 2025
752 points (99.2% liked)

Programmer Humor

24834 readers
923 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] tempest 1 points 3 weeks ago

We run our own shit.

Servers can be expensive but it's easy to over provision with spares. The real thing that most people forget about is basically everything else.

AWS hides redundant networking, and fast networking to the point where you can just move the slider to get more. The storage abstraction and redundancy and the ease of multi site / region. All of this stuff explodes the cost and complexity a great deal.

AWS is pricey for sure and at some point large enterprises will want a hybrid cloud solution to temper the costs but there is a world of difference between spinning up some ec2 and sticking a box in a colo.

All that said you can definitely make trade offs, everyone thinks their little app is going need to scale to 500 million users. The reality is most can have a half day of down time with little actual impact.