this post was submitted on 18 Aug 2024
759 points (99.2% liked)
Programmer Humor
19480 readers
1809 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can also host it serverless. I set mine up on S3. You pay for egress
Lol well yes it may be a bit of a misnomer. At the very least it is less server than OP was using for their static site
It's serverless, not servernone
it says no servers; they're allowed to have one.
Serverless = you don't see, and have no control over, any server.
You are serverless. You are forsaken...
all hail sylvanas
"Serverless" is using someone else's computer.
So is a "cloud server".
There isn't even a fucking "cloud"! Why do they lie to us so brazenly?
For a static site Cloudflare Pages is good for free hosting, doing a git commit and watching the site change in a matter of seconds is very satisfying.
You could also host a website like that on Cloudflare pages for free. That way you even get ddos protection and some other stuff.