←back to thread

454 points positiveblue | 1 comments | | HN request time: 0.206s | 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 #
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 #
1. 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.