Earlier quoted context omitted.
So maybe there are more people who like the “anime catgirl” than there are who think it’s weird
*anime jackalgirl ;-) Quite possibly. Or, in my case, I think it's more quirky and fun than weird. It's non-zero amounts of weird, sure, but far below my threshold of troublesome. I probably wouldn't put my business behind it. I'm A-OK with using it on personal and hobby projects. Frankly, anyone so delicate that they freak out at the utterly anodyne imagery is someone I don't want to deal with in my personal time. I…
Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
171–180 of 288 posts
Re: Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
#172Isn't there a risk to get your blog blocked in corporate environment though? If it's a technical blog that would be unfortunate.
There's a good chance corporate firewalls will end up blocking your domain if you do this but that sounds like a problem for the customers of those corporate firewalls to me.
Re: Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
#173Earlier quoted context omitted.
- the frontend has a decryption module that ll show users what they want to see, - the backend has an encryption module. - The bots and crawlers will see the encrypted text - Can someone who peeks deeply inside the client side code decrypt it? YES - Will 99% of the scrapers bother doing this? NO - The key can be anything, it could be a per session key agreed upon between the client and the server, a csrf token, or ev…
Ehm what would stop ai scrapers from using a browser like a normal user would? Google bot already does, it can execute js and can read spa client side generated content, so it proves can be done at scale, and I'm pretty sure some ai scrapers already do
Re: Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
#174Funny how the project aims to fight AI scraping, but seems to be using an AI-generated image of a bird?
Re: Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
#175I love the insanity of this idea. Not saying it's a good idea, but it's a very highly entertaining one, and I like that! I've also had enormous luck with Anubis. AI scrapers found my personal Forgejo server and were hitting it on the order of 600K requests per day. After setting up Anubis, that dropped to about 100. Yes, some people are going to see an anime catgirl from time to time. Bummer. Reducing my fake traffic…
As someone on the browsing end, I love Anubis. I've only seen it a couple of times, but it sparks joy. It's rather refreshing compared to Cloudfare, which will usually make me immediately close the page and not bother with whatever content was behind it.
Re: Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
#176I love the insanity of this idea. Not saying it's a good idea, but it's a very highly entertaining one, and I like that! I've also had enormous luck with Anubis. AI scrapers found my personal Forgejo server and were hitting it on the order of 600K requests per day. After setting up Anubis, that dropped to about 100. Yes, some people are going to see an anime catgirl from time to time. Bummer. Reducing my fake traffic…
That’s so many scrapers. There must be a ton of companies with very large document collections at this point, and it really sucks that they don’t at least do us the courtesy of indexing them and making them available for keyword search, but instead only do AI. It’s kind of crazy how much scraping goes on and how little search engine development goes on. I guess search engines aren’t fashionable. Reminds me of this ar…
See, I don't think there is, I don't think they want that expense. It's basically the Linus Torvalds philosophy of data storage, if it's on the Internet, I don't need a backup. While I have absolutely no proof of this, I'd guess that many AI companies just crawl the Internet constantly, never saving any of the data. We're seeing some of these scrapers go to great length attempting to circumvent any and all forms of caching, they aren't interested in having a two week old copy of anything.
Re: Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
#177Earlier quoted context omitted.
*anime jackalgirl Also you mentioned Anubis, so it’s creator will probably read this. Hi Xena!
Ohai! I'm working on dataset poisoning. The early prototype generates vapid LinkedIn posts but future versions will be fully pluggable with WebAssembly.
Re: Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
#178Re: Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
#179I own a forum which currently has 23k online users, all of them bots. The last new post in that forum is from _2019_. Its topic is also very niche. Why are so many bots there? This site should have basically been scraped a million times by now, yet those bots seem to fetch the stuff live, on the fly? I don’t get it.
Re: Show HN: Stop AI scrapers from hammering your self-hosted blog (using porn)
#180I wouldn't be so surprised if they often fake user agents to be honest. Sure, it 'll stop the "more honest" ones (but then, actual honest scrapers would respect robots.txt)
Cool idea though!