Hacker News new | ask | show | jobs
by joking 2320 days ago
there are literal dozens of sites who offer free static site hosting, from github pages to firebase hosting, why advantage you get using a VM?
2 comments

A machine I can actually use, portability. I have enough servers, adding nginx and certbot to one isn't hard. Adding instances and load balancing isn't either should it be warranted. The "serverless" approach is the new one and thus the one that should seek justification.
> I have enough servers, adding nginx and certbot to one isn't hard.

I think this is key. If you have resources that are already serving things, the marginal cost of serving something else is low.

For a typical person not running servers for personal services, the upfront cost does not seem justified, when its so easy (and cheap) to setup and use the alternatives.

If you’re hosting static content, are you really worried about the “lock in” boogeyman?
Server side stats instead of Google Analytics is big one, imo.