logoalt Hacker News

jeremyjhtoday at 3:34 AM2 repliesview on HN

The crawlers are not AI. The crawlers are deterministic. They are collecting data to train AIs.


Replies

TonyTrapptoday at 7:50 AM

So? You can design a deterministic crawler for AI that

- Respects robots.txt

- Detects if something is likely a git forge and as a result

- Clone the git repository instead of trying to crawl the forge

None of this needs to be happening, and yet it does at an unprecedented scale.

jonhohletoday at 4:01 AM

But gitweb is probably the second most used method of hosting a git repo and easily recognizable through heuristics. If it’s gitweb, fallback to git access and save everyone, including the crawler, time and resources.