How do they get overloaded? Is the website too slow? I have a quite big wiki online and barely see any impact from bots.
In these discussions no one will admit this, but the answer is generally yes. Websites written in python and stuff like that.
We can't have nice things because of AI scrapers
61–70 of 279 posts
Re: We can't have nice things because of AI scrapers
#62The SQLite team faced a similar problem last year, and Richard Hipp (the creator of SQLite) made almost the same comment: "The malefactor behind this attack could just clone the whole SQLite source repository and search all the content on his own machine, at his leisure. But no: Being evil, the culprit feels compelled to ruin it for everyone else. This is why you don't get to keep nice things...." https://sqlite.org/…
Re: We can't have nice things because of AI scrapers
#63Earlier quoted context omitted.
> They won't believe a random site when it says "Look, stop hitting our API, you can pick all of this data in one go, over in this gzipped tar file." What mechanism does a site have for doing that? I don't see anything in robots.txt standard about being able to set priority but I could be missing something.
The mechanism is putting some text that points to the downloads.
Re: We can't have nice things because of AI scrapers
#64Earlier quoted context omitted.
You can implement this yourself, who is stopping you?
Citation needed
Re: We can't have nice things because of AI scrapers
#65Earlier quoted context omitted.
It’s not great, but you could add it to the body of a 429 response.
Genuinely curious: do programs read bodies of 429 responses? In the code bases that I have seen, 429 is not read beyond the code itself
Re: We can't have nice things because of AI scrapers
#66Earlier quoted context omitted.
You can implement this yourself, who is stopping you?
Citation needed
Re: We can't have nice things because of AI scrapers
#67How do they get overloaded? Is the website too slow? I have a quite big wiki online and barely see any impact from bots.
We ended up having to block entire ASNs and several subnets (lots from Facebook IPs, interestingly)
Re: We can't have nice things because of AI scrapers
#68Cloudflare has a service for this now that will detect AI scrapers and send them to a tarpit of infinite AI generated nonsense pages.
Re: We can't have nice things because of AI scrapers
#69Re: We can't have nice things because of AI scrapers
#70The SQLite team faced a similar problem last year, and Richard Hipp (the creator of SQLite) made almost the same comment: "The malefactor behind this attack could just clone the whole SQLite source repository and search all the content on his own machine, at his leisure. But no: Being evil, the culprit feels compelled to ruin it for everyone else. This is why you don't get to keep nice things...." https://sqlite.org/…
[flagged]