←back to thread

454 points positiveblue | 9 comments | | HN request time: 0.404s | source | bottom
Show context
jjangkke ◴[] No.45066437[source]
I would love to get off Cloudflare but there are no real good alternatives
replies(2): >>45066454 #>>45066577 #
1. bob1029 ◴[] No.45066577[source]
Writing backends that can actually handle public traffic and using authentication for expensive resources are fantastic alternatives.

Also, cheaply rate limiting malicious web clients should be something that is trivial to accomplish with competent web tooling (i.e., on your own servers). If this seems out of scope or infeasible, you might be using the wrong tools for the job.

replies(5): >>45067059 #>>45067133 #>>45067908 #>>45068764 #>>45069003 #
2. esseph ◴[] No.45067059[source]
You still have the network traffic issues which is very substantial
3. nromiun ◴[] No.45067133[source]
Even if you write the best backend in the world where do you host them? AFAIK Cloudflare is the only free CDN.
replies(1): >>45074612 #
4. acdha ◴[] No.45067908[source]
This sounds pretty unrealistic: the web is not better off if the only people who can host content are locking it behind authentication and/or have significant infrastructure budgets and the ability to create heavily tuned static stacks.
5. ◴[] No.45068764[source]
6. Symbiote ◴[] No.45069003[source]
If it were this easy, we wouldn't have had about 10 HN posts on the topic in the last few months.
replies(1): >>45073286 #
7. hdgvhicv ◴[] No.45073286[source]
The technical skills of the majority of the HN community are way below those of the typical computing community a generation ago.
8. lostmsu ◴[] No.45074612[source]
GitHub pages?
replies(1): >>45075108 #
9. nromiun ◴[] No.45075108{3}[source]
You can't pipe any media files from any origin to GitHub Pages.

There are many free static site hosts but not many free CDN.