Live data from Hacker News

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

lock.cmpxchg8b.com

671–680 of 968 posts

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

#671

Earlier quoted context omitted.

At this future point, AI firms will simply rent people’s identities to use online.

They are already getting people hooked on "free" access so they will have plenty of subjects willing to do that to keep that access.

And if they are as successful as they are threatening to be, they will have destroyed so many jobs that I am sure they will find a few thousand people across the world who will accept a stipend to loan their essence to the machine.

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

#672
post #92

Earlier quoted context omitted.

> Just change your user agent to not have "Mozilla" in it. Anubis only serves you the challenge if you have that. Won't that break many other things? My understanding was that basically everyone's user-agent string nowadays is packed with a full suite of standard lies.

In 2025 I think most of the web has moved on from checking user strings. Your bank might still do it but they won't be running Anubis.

The web as a whole definitely has not moved on from that.

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

#673

Earlier quoted context omitted.

It's an aversion to the sexualised depiction of girls barely the age of puberty or under the age of consent. I'd ask why you /don't/ have an aversion to that? (yes, "not all anime" etc...)

I don't know why OP said 'young' at all. It has no characteristics pointing to age, and secondary gender characteristics. So I'd ask why that makes you think of sexual consent.

[deleted]

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

#674
post #63

Earlier quoted context omitted.

[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

AI companies are just as interested in stopping competing crawlers as anyone else.

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

#675

Earlier quoted context omitted.

>Please call me (order of preference): They/them or She/her please. Take a wild guess

Please show me on the doll where this stranger's personal identity hurt you.

They asked a question about what ideology was being referred to, and you're angry I clarified?

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

#676

Earlier quoted context omitted.

>Please call me (order of preference): They/them or She/her please. Take a wild guess

Well that tells me the rough cultural area alt187 might be pointing to, but I could use some more clarity. Are you saying that pronouns/transgender/queerness are the ideology? Or are you showing them as shibboleths of a broader ideological tendency that's prevailing in FOSS?

For lack of a better term one might describe the ideology as "woke"

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

#677

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…

The author make it very clear that he understands the problem Anubis is attempting to solve. His issue is that the chosen approach doesn't solve that problem; it just inhibits access to humans, particularly those with limited access to compute resources.

That's the opposite of being dismissive. The author has taken the time to deeply understand both the problem and the proposed solution, and has taken the time to construct a well-researched and well-considered argument.

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

#678

Earlier quoted context omitted.

If you are going to rely on security through obscurity there are plenty of ways to do that that won't block actual humans because they dare use a non-mainstream browser. You can also do it without displaying cringeworthy art that is only there to get people to pay for the DRM solution you are peddling - that shit has no place in the open source ecosystem.

On the contrary: Making things look silly and unprofessional so that Big Serious Corporations With Money will pay thousands of dollars to whitelabel them is an OUTSTANDING solution for preserving software freedom while raising money for hardworking developers.

Sounds like a similar idea to what the "plus N-word license" is trying to accomplish

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

#679

Earlier quoted context omitted.

> Normal users don't do certain site actions at the speed that scraper bots do How would you know when you have already banned them.

Simple. A honeypot link in a three levels deep menu which no ordinary human would care about that, thanks to a JS animation, needs at least half a second for a human to click on. Any bot that clicks it in less than half a second gets the banhammer. No need for invasive tracking, third party integrations, whatever.

That does sound like a much human friendlier approach than Anubis. I agree that tarpits and honeypots are a good stopgap until the legal system catches up to the rampant abuse of these "AI" companies. It's when your solutions start affecting real human users just because they are not "normal" in some way that I stop being sympathetic.

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

#680

Earlier quoted context omitted.

> If that's true Anubis should just remove the proof-of-work part This is my very strong belief. To make it even clearer how absurd the present situation is, every single one of the proof-of-work systems I’ve looked at has been using SHA-256, which is basically the worst choice possible. Proof-of-work is bad rate limiting which depends on a level playing field between real users and attackers. This is already a doome…

The proof of work isn't really the crux. They've been pretty clear about this from the beginning. I'll just quote from their blog post from January. https://xeiaso.net/blog/2025/anubis/ Anubis also relies on modern web browser features: - ES6 modules to load the client-side code and the proof-of-work challenge code. - Web Workers to run the proof-of-work challenge in a separate thread to avoid blocking the UI thread.…

Aren't most scrapers using things like Playright or Puppeteer anyway by now, especially since so many pages are rendered using JS and even without Anubis would be unreadable without executing modern JS?
Post reply on HN