this post was submitted on 25 May 2026
245 points (99.2% liked)

Technology

84918 readers
3408 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
[–] Jason2357@lemmy.ca 3 points 22 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 10 hours ago (1 children)

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

[–] Jason2357@lemmy.ca 1 points 2 hours ago

That seems to be a lot of peoples approach, but if they cared about time or bandwidth they wouldn't be spidering Dow into your commit history multiple times a day. They have more patience and resources than your human readers.

[–] tal@lemmy.today 3 points 21 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 4 points 12 hours ago

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