this post was submitted on 18 Aug 2024
759 points (100.0% liked)

Programmer Humor

22262 readers
281 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
[–] [email protected] 11 points 7 months ago (3 children)

You can also host it serverless. I set mine up on S3. You pay for egress

[–] [email protected] 45 points 7 months ago (1 children)

"Serverless" is using someone else's computer.

[–] [email protected] 7 points 7 months ago (1 children)
[–] [email protected] 1 points 7 months ago

There isn't even a fucking "cloud"! Why do they lie to us so brazenly?

[–] [email protected] 5 points 7 months ago* (last edited 7 months ago)

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.

[–] [email protected] 4 points 7 months ago

You could also host a website like that on Cloudflare pages for free. That way you even get ddos protection and some other stuff.