this post was submitted on 24 Aug 2026
42 points (100.0% liked)
GenZedong
5286 readers
41 users here now
This is a Dengist community in favor of Bashar al-Assad with no information that can lead to the arrest of Hillary Clinton, our fellow liberal and queen. This community is not ironic. We are Marxists-Leninists.
See this GitHub page for a collection of sources about socialism, imperialism, and other relevant topics.
This community is for posts about Marxism and geopolitics (including shitposts to some extent). Serious posts can be posted here or in /c/GenZhou. Reactionary or ultra-leftist cringe posts belong in /c/shitreactionariessay or /c/shitultrassay respectively.
We have a Matrix homeserver and a Matrix space. See this thread for more information. If you believe the server may be down, check the status on status.elara.ws.
Rules:
- No bigotry, anti-communism, pro-imperialism or ultra-leftism (anti-AES)
- We support indigenous liberation as the primary contradiction in settler colonies like the US, Canada, Australia, New Zealand and Israel
- If you post an archived link (excluding archive.org), include the URL of the original article as well
- Unless it's an obvious shitpost, include relevant sources
- For articles behind paywalls, try to include the text in the post
- Mark all posts containing NSFW images as NSFW (including things like Nazi imagery)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
a critique of anubis on why it basically achieves almost nothing to prevent bot scraping
https://fzakaria.com/2026/07/09/who-does-anubis-actually-stop
Anubis is a bandage on the much larger issue of AI scrapers that no longer respect
robots.txt. Anubis exists because hosts with limited resources have no other option to prevent these big AI hyperscalers from stealing their resources, both hardware and content.As the article points out, its fairly trivial now for these scrapers to bypass Anubis intentionally, however Anubis still blocks a large amount of bot traffic which is more indiscriminately scraping everything it can. A kernel maintainer wrote a piece on this recently. Their perspective is that the responsible way to scrape this data would be to clone the repo and scrape it locally, instead of attempting to load every commit, pull request, etc. via the web interface which is much less efficient.