Live data from Hacker News

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

lock.cmpxchg8b.com

61–70 of 968 posts

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

#61

>This dance to get access is just a minor annoyance for me, but I question how it proves I’m not a bot. These steps can be trivially and cheaply automated. >I think the end result is just an internet resource I need is a little harder to access, and we have to waste a small amount of energy. No need to mimic the actual challenge process. Just change your user agent to not have "Mozilla" in it; Anubis only serves you…

[flagged]

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

#62
post #32

[dead]

The security policy that didn't exist until a few hours ago?

Added on March 18: https://github.com/TecharoHQ/.github/commits/main/SECURITY.m...

Copied to the root of the repo after the disclosure

ref: https://github.com/TecharoHQ/anubis/issues/1002#issuecomment...

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

#63

>This dance to get access is just a minor annoyance for me, but I question how it proves I’m not a bot. These steps can be trivially and cheaply automated. >I think the end result is just an internet resource I need is a little harder to access, and we have to waste a small amount of energy. No need to mimic the actual challenge process. Just change your user agent to not have "Mozilla" in it; Anubis only serves you…

[flagged]

>Not only is Anubis a poorly thought out solution from an AI sympathizer [...]

But the project description describes it as a project to stop AI crawlers?

> Weighs the soul of incoming HTTP requests to stop AI crawlers

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

#64

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"?

they seem to be written by either idiots and/or people that don't give a shit about being good internet citizens

either way the result is the same: they induce massive load

well written crawlers will:

  - not hit a specific ip/host more frequently than say 1 req/5s
  - put newly discovered URLs at the end of a distributed queue (NOT do DFS per domain)
  - limit crawling depth based on crawled page quality and/or response time
  - respect robots.txt
  - make it easy to block them

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

#65

Earlier quoted context omitted.

The security policy that didn't exist until a few hours ago?

Added on March 18: https://github.com/TecharoHQ/.github/commits/main/SECURITY.m... Copied to the root of the repo after the disclosure ref: https://github.com/TecharoHQ/anubis/issues/1002#issuecomment...

In a different repository, though. I think it's understandable that someone would miss it.

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

#66
post #48

Earlier quoted context omitted.

> AI companies use residential proxies Source:

Source: Cloudflare https://blog.cloudflare.com/perplexity-is-using-stealth-unde... Perplexity's defense is that they're not doing it for training/KB building crawls but for answering dynamic queries calls and this is apparently better.

I do not see the words "residential" or "proxy" anywhere in that article... or any other text that might imply they are using those things. And personally... I don't trust crimeflare at all. I think they and their MITM-as-a-service has done even more/lasting damage to the global Internet and user privacy in general than all AI/LLMs combined.

However, if this information is accurate... perhaps site owners should allow AI/bot user agents but respond with different content (or maybe a 404?) instead, to try to prevent it from making multiple requests with different UAs.

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

#67
post #57

Earlier quoted context omitted.

>No. A human sees a 10x slowdown. For the actual request, yes. For the complete experience of using the website not so much, since a human will take at least several seconds to process the information returned. >And the scraper paid one 1/1000000th of a dollar. (The scraper does not care about latency.) The point need not be to punish the client, but to throttle it. The scraper may not care about taking longer, but t…

A proof of work challenge does not throttle the scrapers at steady state. All it does is add latency and cost to the first request.

Hypothetically, the cookie could be used to track the client and increase the difficulty if its usage becomes abusive.

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

#68

Earlier quoted context omitted.

The security policy that didn't exist until a few hours ago?

Added on March 18: https://github.com/TecharoHQ/.github/commits/main/SECURITY.m... Copied to the root of the repo after the disclosure ref: https://github.com/TecharoHQ/anubis/issues/1002#issuecomment...

Adding a security policy to an unrelated repository is easily missed and questionably applicable.

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

#70
post #49

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"?

As others have said, it's definitely volume, but also the lack of respecting robots.txt. Most AI crawlers that I've seen bombarding our sites just relentlessly scrape anything and everything, without even checking to see if anything has changed since the last time they crawled the site.

Yep, AI scrapers have been breaking our open-source project gerrit instance hosted at Linux Network Foundation.

Why this is the case while web-crawlers have been scrapping the web for the last 30 years is a mystery to me. This should be a solved problem. But it looks like this field is full of wrongly behaving companies with complete disregards toward common goods.

Post reply on HN