Earlier quoted context omitted.
You don’t need to do anything. You can use any number of solutions or roll your own. Someone shared an alternative. Must everything in AI threads be so negative and condescending?
Yes, they could roll their own, but you have no issues with this being necessary? I think the attitude of "just deal with it" is far more negative than someone expressing they are upset with the state of the internet, its controllers, and its abusers.
We can't have nice things because of AI scrapers
261–270 of 279 posts
Re: We can't have nice things because of AI scrapers
#262Re: We can't have nice things because of AI scrapers
#263Look no further than x402 micropayments as both the solution and opportunity here. And then a way to return a portion to humans. These AI companies are loaded too (maybe not the long-tail as yet) and the crypto ecosystem is mature. Come one, come all. Make money. Need a Wordpress plugin to start the ball rolling and provide ping endpoints for the AI companies to leach from. They can pay to get those pings too. Give t…
So your local diner used to have napkin dispensers on every table full of napkins. Then some people started coming in and just taking all the napkins out when they left the restaurant. Now the diner is going broke paying for napkins so they stop stocking them. Seems like we can't have nice things :(. But wait! Great solution! We created a micropayment system. Sign up on your phone and use this QR code to pay 1 cent t…
The micropayment way is more like a vending machine. The issue is pricing, charge too much and a clone machine will pop up that will be cheaper for the buyer but still make the seller money. Charge too little -- well you'd still be making more than now but there could be a lot of money left on the table.
I actually think payments should be variable. People on this thread rant about having a designated way to allow for a big download, how about a designated way to make a payment (even if voluntary) ?
x402.txt / crypto.txt / coins.txt / authors.txt / tips.txt / supporters.txt
Then give people a way to "show off their generosity."
Re: We can't have nice things because of AI scrapers
#264Earlier 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
#265Earlier quoted context omitted.
How does a human abuse a website, and how does a CAPTCHA stop a human from abusing a website when it's designed to let a human in? If it doesn't stop humans from abusing the site, then it must stop... computers from abusing the site. And it stops computers by using the CAPTCHA to tell apart a human and a computer? Am I wrong here?
I can tell you don’t live in a network Cloudflare hates.
Re: We can't have nice things because of AI scrapers
#266Re: We can't have nice things because of AI scrapers
#267Earlier quoted context omitted.
I can tell you don’t live in a network Cloudflare hates.
I get hit with them all the time. That doesn't answer how does a human abuse a website? Hitting F5 on the keyboard 1000 times?
Re: We can't have nice things because of AI scrapers
#268I sysadmin my kids' PTA website. OpenAI was scraping it recently. I saw it looking at the event calendar, request after request to random days. I saw years 1000 through 3000 scroll by. I changed the response to their user agent to an access denied, but it still took about 4 hours for them to stop.
I wonder who wrote a crawler like that. Oh wait ...
Re: We can't have nice things because of AI scrapers
#269How do they get overloaded? Is the website too slow? I have a quite big wiki online and barely see any impact from bots.
If you have a lot of pages, AI bots will scrape every single one on a loop - wiki's generally don't have anywhere near the number of pages as an incremented entity primary id. I have a few million pages on a tiny website and it gets hammered by AI bots all day long. I can handle it, but it's a nuisance and they're basically just scraping garbage (statistics pages of historical matches or user pages that have essentia…