←back to thread

454 points positiveblue | 1 comments | | HN request time: 0s | source
Show context
jjangkke ◴[] No.45066437[source]
I would love to get off Cloudflare but there are no real good alternatives
replies(2): >>45066454 #>>45066577 #
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 #
1. 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.