Earlier quoted context omitted.
This has me wondering what it would take to do a bcrypt style slow hashing requirement to retrieve data from a site. Something fast enough that a single mobile client for a user wouldn't really feel the difference. But an automated scraper would get bogged down in the calculations. Data is presented to the user with multiple layers of encryption that they use their personal key to decrypt. This might add an extra 200…
Check out Anubis - it's not quite what you're suggesting but similar in concept: https://anubis.techaro.lol/
Devs say AI crawlers dominate traffic, forcing blocks on entire countries
81–90 of 291 posts
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#82Earlier quoted context omitted.
This has me wondering what it would take to do a bcrypt style slow hashing requirement to retrieve data from a site. Something fast enough that a single mobile client for a user wouldn't really feel the difference. But an automated scraper would get bogged down in the calculations. Data is presented to the user with multiple layers of encryption that they use their personal key to decrypt. This might add an extra 200…
The problem is that the server also has to do the work. Fine for an infrequent auth challenge. Not so fine for every single data request.
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#83 Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3405.80 Safari/537.36
Everything but the Chrome/ is the same. They come from different IP addresses and make two hit-and-run requests. The different IPs always use a different Chrome string. Always some two digit main version like 69, 70. Then a .0. and then some funny minor and build numbers: typically a four digit minor.When I was hit with a lot of these a couple of weeks ago, I put in a custom rewrite rule to redirect them to the honeypot.
The attack quickly abated.
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#84Earlier quoted context omitted.
> Why? What is the goal of a scraper, and how does disabling the source of the data benefit them? The next scraper doesn’t get the data. People don’t realize we’re not compute limited for ai, we’re data limited. What we’re watching is the “data war”.
at this point we're _good data_ limited, which has little to do with scraping.
Seems like there’s a fuck ton. All of Wikipedia, GitHub for code, etc.
I can understand targeting certain sites like Reddit, etc. but not random websites
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#85The irony is that the people and employees of the AI companies will vehemently defend the morality of capitalism, private property and free markets. Their robber baron behavior reveals their true values and the reality of capitalism.
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#86The irony is that the people and employees of the AI companies will vehemently defend the morality of capitalism, private property and free markets. Their robber baron behavior reveals their true values and the reality of capitalism.
> Their robber baron behavior reveals their true values and the reality of capitalism. This is rather reductionist… By your same logic I could say that Stalin and Mao revealed the true values and reality of communism. Let’s not elaborate on it further though and just leave this as a simple argument. Free market capitalism has led us to the most prosperous, peaceful, and advanced society humanity has ever ventured to…
Capitalism without law ends up with the same kind of authoritariasm as communism without law. Some Rich Guy ends up telling everyone what to do as a ruler with loose rules that no longer resemble the economic model. That's what people complain about when they bring up terms like "late stage capitalism".
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#87Can't you just rate limit beyond what a person would ever notice and do it by slowing the response?
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#88IMHO the fact that this shows up at a time when the Ladybird browser is just starting to become a serious contender is suspicious.
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#89Earlier quoted context omitted.
This has me wondering what it would take to do a bcrypt style slow hashing requirement to retrieve data from a site. Something fast enough that a single mobile client for a user wouldn't really feel the difference. But an automated scraper would get bogged down in the calculations. Data is presented to the user with multiple layers of encryption that they use their personal key to decrypt. This might add an extra 200…
Check out Anubis - it's not quite what you're suggesting but similar in concept: https://anubis.techaro.lol/
Re: Devs say AI crawlers dominate traffic, forcing blocks on entire countries
#90Earlier quoted context omitted.
Companies running those bots have more than enough resources
Nobody has unlimited resources. Everything is a cost-benefit analysis. For highly valuable information, they might throw the GDP of a small country at scraping your site. But most information isn't worth that. And there are a lot of bad actors who don't have the resources you're thinking of that are trying to compete with the big guys on a budget. This would cut them out of the equation.