this post was submitted on 25 May 2026
213 points (99.1% liked)

Technology

84918 readers
3382 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tate 20 points 21 hours ago (2 children)

I wonder if it would be possible to filter traffic by limiting the rate at which links can be followed after the initial connection.

I suppose one problem with that is it would also limit the crawlers you want, like search engine indexing. Maybe if enough sites were doing this it would generate some pressure on the AI companies to behave better.

[–] lemmydividebyzero@reddthat.com 6 points 19 hours ago (1 children)

If they have 10k URLs and in parallel find out all links via different IPs, they get new links.

When they do that again with the new links, there is no connection between visits, because the IPs differ. It looks like someone else is requesting what is behind the link.

[–] bountygiver@lemmy.ml 1 points 7 hours ago

If they have 10K IPs, then you need a DDOS filter, which would require a huge infrastructure no matter what.

[–] Jason2357@lemmy.ca 3 points 18 hours ago (2 children)

The issue with wiki's and source forges is that there is a maze of links to all past versions of everything, each generated on demand from a cpu-expensive database query. You basically have to limit the pages anonymous users can spider into. Forgejo has a setting to block expensive pages from non-logged in users for example.

[–] bountygiver@lemmy.ml 1 points 7 hours ago

Probably can configure anubis to require challenge that is proportional to the CPU time needed to render each page?

[–] tal@lemmy.today 2 points 18 hours ago (1 children)

I could see maybe caching that and providing it to a not-clearly-human user if it is in cache. That lets someone do something like link to a particular version of a file in a discussion here on the Threadiverse. The first user loading it will cause it to be cached.

[–] Jason2357@lemmy.ca 3 points 8 hours ago

Sure. Its just the thousands of obscure page edit history pages that ai crawlers hit every hour that cause the problem.