- cross-posted to:
- [email protected]
- [email protected]
- [email protected]
- cross-posted to:
- [email protected]
- [email protected]
- [email protected]
LLM scrapers are taking down FOSS projects’ infrastructure, and it’s getting worse.
LLM scrapers are taking down FOSS projects’ infrastructure, and it’s getting worse.
Most bots and scrapers from what I’ve seen already are using (headless) full browsers, and hence are executing javascript, so I think anything that slows them down or increases their cost can reduce the traffic they bring.
Source? I strongly disagree, and it’s not hard to change your browser characteristics to get a new canvas fingerprint every time, some browsers like firefox even have built-in options for it.
@refalo @sudo If Proof of Work gets widely adopted I foresee a future where bot running data-centers can out-compute humans to visit sites, while old devices of users in poorer countries struggle to compute the required task for hours … Or is that fear misguided?
Admins will always turn down the bot management when it starts blocking end users. At that point you cough up the money for the extra bandwidth and investigate different solutions.
@sudo yeah, the bot-problem is hard, especially for voluntary that help others.
https://nadeko.net/announcements/invidious-and-the-bot-problem/
* they use a proof of work system called #Anubis to fix their #bot problem. I hope it works. #proofofwork
The proof of work right now needs about 1 second on my phone, so I am happy with that.
Perhaps the biggest problem of bots is the number of requests they start, which is impossible to replicate by a normal human clicking on buttons.
I’ve been criticizing Anubis and Proof of Work solutions in general. Its my speculation that they mostly work just by requiring you to execute javascript not by being an actual burden on the bots CPU.
That’s not going to be the majority of your bot traffic by a long shot because it doesn’t scale like using basic HTTP requests.
This is from personal experience. With PoW you just need any puppetted browser, maybe less. With Canvas finerprinting you need a heavily customized scraping browser, either one you made yourself or one you’re paying for. If that’s the case the cost of PoW is neglible. If you still want actual stats, I’d have to ask where you’re getting any stats on PoW working.