←back to thread

631 points kiyanwang | 1 comments | | HN request time: 0.206s | source
Show context
notrealyme123 ◴[] No.43630255[source]
https://web.archive.org/web/20250409082704/https://endler.de...

Otherwise rate limited

replies(3): >>43630333 #>>43630385 #>>43630537 #
h1fra ◴[] No.43630385[source]
wondering how can a static blog can be rate limited :|
replies(4): >>43630389 #>>43630399 #>>43630403 #>>43630486 #
StrLght ◴[] No.43630486[source]
Cloudflare claims that Pages allow unlimited traffic [0]. So it seems like author is using Workers, probably on a free plan.

[0]: https://www.cloudflare.com/plans/developer-platform/

replies(1): >>43630520 #
jumperabg ◴[] No.43630520[source]
Why would you run your site on Workers instead of the static content hosting? Aren't the workers supposed to be used in case you must do computational work for requests, connect to a db, do some work etc... ?
replies(3): >>43630737 #>>43630739 #>>43631689 #
1. solardev ◴[] No.43630737[source]
Sometimes people use them as reverse proxies or to load stuff from cloud KV. You could probably build a web stack on it if you wanted to. But I think a static blog like this would be simple enough on Pages or behind the regular CDN.