Live data from Hacker News

Why are anime catgirls blocking my access to the Linux kernel?

lock.cmpxchg8b.com

241–250 of 968 posts

Re: Why are anime catgirls blocking my access to the Linux kernel?

#241
post #233

Earlier quoted context omitted.

As Anubis the egyptian god is represented as a dog-headed human, I thought the drawing was of a dog-girl.

Perhaps a jackal girl? I guess "cat girl" gets used very broadly to mean kemomimi (pardon the spelling) though

kemono == animal

mimi == ears

Re: Why are anime catgirls blocking my access to the Linux kernel?

#242
post #226

> This… makes no sense to me. Almost by definition, an AI vendor will have a datacenter full of compute capacity. It feels like this solution has the problem backwards, effectively only limiting access to those without resources or trying to conserve them. A lot of these bots consume a shit load of resources specifically because they don't handle cookies, which causes some software (in my experience, notably phpBB) t…

> A lot of these bots consume a shit load of resources specifically because they don't handle cookies, which causes some software (in my experience, notably phpBB) to consume a lot of resources. (Why phpBB here? Because it always creates a new session when you visit with no cookies. And sessions have to be stored in the database. Surprise!) Forcing the bots to store cookies to be able to reasonably access a service actually fixes this problem altogether.

... has phpbb not heard of the old "only create the session on the second visit, if the cookie was successfully created" trick?

Re: Why are anime catgirls blocking my access to the Linux kernel?

#243
post #77

Seems like ai bots are indeed bypassing the challenge by computing it: https://social.anoxinon.de/@Codeberg/115033790447125787

That's not bypassing it, that's them finally engaging with the PoW challenge as intended, making crawling slower and more expensive, instead failing to crawl at all, which is more of a plus. This however forces servers to increase the challenge difficulty, which increases the waiting time for the first-time access.

The point is that it will always be cheaper for bot farms to pass the challenge than for regular users.

Re: Why are anime catgirls blocking my access to the Linux kernel?

#244
This is a usually technical crowd, so I can't help but wonder if many people genuinely don't get it, or if they are just feigning a lack of understanding to be dismissive of Anubis.

Sure, the people who make the AI scraper bots are going to figure out how to actually do the work. The point is that they hadn't, and this worked for quite a while.

As the botmakers circumvent, new methods of proof-of-notbot will be made available.

It's really as simple as that. If a new method comes out and your site is safe for a month or two, great! That's better than dealing with fifty requests a second, wondering if you can block whole netblocks, and if so, which.

This is like those simple things on submission forms that ask you what 7 + 2 is. Of course everyone knows that a crawler can calculate that! But it takes a human some time and work to tell the crawler HOW.

Re: Why are anime catgirls blocking my access to the Linux kernel?

#245
> The CAPTCHA forces vistors to solve a problem designed to be very difficult for computers but trivial for humans

I'm an unsure if this deadpan humor or if the author has never tried to solve a CAPTCHA that is something like "select the squares with an orthodox rabbi present"

Re: Why are anime catgirls blocking my access to the Linux kernel?

#246
> This… makes no sense to me. Almost by definition, an AI vendor will have a datacenter full of compute capacity. It feels like this solution has the problem backwards, effectively only limiting access to those without resources or trying to conserve them.

Counterpoint - it seems to work. People use anubis because its the best of bad options.

If theory and reality disagree, it means either you are missing something or your theory is wrong.

Re: Why are anime catgirls blocking my access to the Linux kernel?

#247

> The CAPTCHA forces vistors to solve a problem designed to be very difficult for computers but trivial for humans I'm an unsure if this deadpan humor or if the author has never tried to solve a CAPTCHA that is something like "select the squares with an orthodox rabbi present"

Well the problem is that computers got good at basically everything.

Early 2000s captchas really were like that.

Re: Why are anime catgirls blocking my access to the Linux kernel?

#249
post #95

Earlier quoted context omitted.

Why not just actually rate-limit everyone, instead of slowing them down with proof-of-work?

My understanding is that AI scrapers rotate IPs to bypass rate-limiting. Anubis requires clients to solve a proof-of-work challenge upon their first visit to the site to obtain a token that is tied to their IP and is valid for some number of requests -- thus forcing impolite scrapers to solve a new PoW challenge each time they rotate IPs, while being unobtrusive for regular users and scrapers that don't try to bypass…

Earlier today I found we'd served over a million requests to over 500,000 different IPs.

All had the same user agent (current Safari), they seem to be from hacked computers as the ISPs are all over the world.

The structure of the requests almost certainly means we've been specifically targeted.

But it's also a valid query, reasonably for normal users to make.

From this article, it looks like Proof of Work isn't going to be the solution I'd hoped it would be.

Re: Why are anime catgirls blocking my access to the Linux kernel?

#250

What exactly is so bad about AI crawlers compared to Google or Bing? Is there more volume or is it just "I don't like AI"?

If you want my help training up your billion dollar model then you should pay me. My content is for humans. If you're not a human you are an unwelcome burden. Search engines, at least, are designed to index the content, for the purpose of helping humans find it. Language models are designed to filch content out of my website so it can reproduce it later without telling the humans where it came from or linking them to…

[deleted]
Post reply on HN