Earlier quoted context omitted.
The article mentions using this as a means of detecting bots, not as a complaint that it's abusive. EDIT: I was chastised, here's the original text of my comment: Did you read the article or just the title? They aren't claiming it's abusive. They're saying it's a viable signal to detect and ban bots.
the first few words of the article are: > Last Sunday I discovered some abusive bot behaviour [...]
AI scrapers request commented scripts
11–20 of 234 posts
Re: AI scrapers request commented scripts
#12Earlier quoted context omitted.
The article mentions using this as a means of detecting bots, not as a complaint that it's abusive. EDIT: I was chastised, here's the original text of my comment: Did you read the article or just the title? They aren't claiming it's abusive. They're saying it's a viable signal to detect and ban bots.
the first few words of the article are: > Last Sunday I discovered some abusive bot behaviour [...]
Re: AI scrapers request commented scripts
#13Re: AI scrapers request commented scripts
#14Maybe that's a way to defend against bots that ignore robots.txt, include a reference to a Honeypot HTML file with garbage text, but include the link to it in a comment.
Re: AI scrapers request commented scripts
#15Re: AI scrapers request commented scripts
#16when I used to crawl the web, battle tested Perl regexes were more reliable than anything else, commented urls would have been added to my queue.
Re: AI scrapers request commented scripts
#17I blame modern CS programs that don't teach kids about parsing. The last time I looked at some scraping code, the dev was using regexes to "parse" html to find various references. Maybe that's a way to defend against bots that ignore robots.txt, include a reference to a Honeypot HTML file with garbage text, but include the link to it in a comment.
I doubt it.
Re: AI scrapers request commented scripts
#18when I used to crawl the web, battle tested Perl regexes were more reliable than anything else, commented urls would have been added to my queue.
DOM navigation for fetching some data is for tryhards. Using a regex to grab the correct paragraph or div or whatever is fine and is more robust versus things moving around on the page.
Re: AI scrapers request commented scripts
#19when I used to crawl the web, battle tested Perl regexes were more reliable than anything else, commented urls would have been added to my queue.
DOM navigation for fetching some data is for tryhards. Using a regex to grab the correct paragraph or div or whatever is fine and is more robust versus things moving around on the page.
Re: AI scrapers request commented scripts
#20"Non-consensually", as if you had to ask for permission to perform a GET request to an open HTTP server.
Yes, I know about weev. That was a travesty.