Earlier quoted context omitted.
That's fair enough. I think it's a great article to be fair. We need more of this cheap and quick bot blocking. The fact the solution to unwanted traffic is often "use Cloudflare" is _not_ great for the internet, and nobody really actually likes deploying or managing ModSecurity. Its a nice middleground.
Cheap and quick bot-blocking is provided by go-away, less cheap and quick by Anubis.
How to Block Some of the Bots
91–100 of 158 posts
Re: How to Block Some of the Bots
#92Earlier quoted context omitted.
That makes sense. I block most data-centers and that would include much of Apple's data-centers. What I am doing is of course unorthodox for a blog. This is more of a test site to show what could be done. People can pick and choose which features they like for their particular use cases. I could some day split it out into a blog and a demo site.
No access from residential IP in Singapore. Why bother to get all sophisticated about blocking, just power down your server.
Re: How to Block Some of the Bots
#93Earlier quoted context omitted.
For me it's just a fun exercise to see what generalizations I can make about bots that botters can not really avoid or code around such as javascript . Yeah this blog is all precompressed static content in a ram disk. I'm sure it could handle a few hundred thousand requests per second. This is to show methods people could use on their forums, chan sites, chat servers, etc... Every option is optional and tunable. Any…
i guess the thing i'm most confused about is what is the higher level goal here. 1 in 8 humans on the planet are experiencing the "web" through chatgpt alone. many have migrated to purely agentic workflows. is the goal for your content to just be invisible to this growing population? is the expectation that all of this is just a fad, which will fade away? what is the end game to the tactics you have outlined? what is…
Re: How to Block Some of the Bots
#94Re: How to Block Some of the Bots
#95Earlier quoted context omitted.
No access from residential IP in Singapore. Why bother to get all sophisticated about blocking, just power down your server.
It's crazier than that. I block two entire continents. Don't worry you are not missing anything. There is a link to archive.is that mirrors the page if you are curious.
Instead of learning something I get a blank screen, for the crime of being interested and living somewhere you deem block worthy. Cool.
Re: How to Block Some of the Bots
#96Earlier quoted context omitted.
It's crazier than that. I block two entire continents. Don't worry you are not missing anything. There is a link to archive.is that mirrors the page if you are curious.
I’ll tell you why this isn’t a great experience for me. I try to actively participate on HN, and based on a title I click on posts that promise to be educational or thought-provoking. The topic of combatting bots is very much on my mind. Instead of learning something I get a blank screen, for the crime of being interested and living somewhere you deem block worthy. Cool.
Re: How to Block Some of the Bots
#97Earlier quoted context omitted.
> WordPress with a cache can handle on the order of 1k requests per second on the cheapest VPS money can buy. An actual proper static site would likely 10x that. Yes we know - I still had my site knocked out a couple of times by overeager bots. They can be really abusive.
Wow, that's nuts. What sort of site was this? Mine don't get anything near this level of attention!
Re: How to Block Some of the Bots
#98Earlier quoted context omitted.
For me it's just a fun exercise to see what generalizations I can make about bots that botters can not really avoid or code around such as javascript . Yeah this blog is all precompressed static content in a ram disk. I'm sure it could handle a few hundred thousand requests per second. This is to show methods people could use on their forums, chan sites, chat servers, etc... Every option is optional and tunable. Any…
Not pointing and laughing, just wondering why (since I see so many posts about this). Sounds like it's just for the thrill of the game, which is completely valid.
Re: How to Block Some of the Bots
#99and all valid traffic too, judging by these HN comments (and my own attempts to connect).
The comments can be misleading. About 2600 people thus far and a few bots have been able to view it. Sunday is the best day to see all the unusual browsers and applications people browse the web with. Weekdays tend to be more mainstream bog standard browsers. This is a good test.
Re: How to Block Some of the Bots
#100I say this as someone who runs several publicly-facing websites, and also scrapes a few others for use in my own tools: why do people care so much about bots? WordPress with a cache can handle on the order of 1k requests per second on the cheapest VPS money can buy. An actual proper static site would likely 10x that. Are you using lambdas or something like that to serve a blog? Is it basically just OCD? Vulnerability…