EUREKAR
Eurekar·TOP
捕捉真实世界的英语信号
34信息来源
13,130精选文章
168单词卡片
18照片图片
全部8,372口语2,075外贸4免费1,128帖子4,467新闻1,602hackernews1,226techmeme755tmz663slashdot561techcrunch529arstechnica452随笔330外刊291Cards168simonwillison100sethgodin60图片18information14
← 返回

Linux 基金会 IT 基础设施负责人批评人工智能'令人不适'的爬虫

2026-08-30 slashdot

← 上一篇返回列表下一篇 →

# AI's 'Creepy' Crawlers Criticized by Linux Foundation's IT Infrastructure Director

# Linux 基金会 IT 基础设施负责人批评人工智能"令人不适"的爬虫

来源: kernel.org | 主题: AI | 评论: 3

时间: on Sunday August 30, 2026 @06:38PM


The Linux Foundation's director of IT infrastructure says they now spend more CPU cycles " rendering commits for scrapers than we spend on all other kinds of legitimate access." At any one time, across 5 geo-distributed nodes, there are 14 CPU cores doing nothing but rendering git commits as html.... [W]hen a source is guaranteed to be LLM-free, like the entire history of kernel commits, it's worth its weight in gold as a source of training data... At the time of writing, linux.git is about 1.48 million commits. Oh, and we have about 922 forks of it on git.kernel.org — but don't worry, it's actually extremely efficient on the backend, since it's mostly the same objects in every fork. Unless, of course, you're a scraper, in which case you have, oh, several BILLION valid URLs you can scrape, only to get 922 duplicates of the same 1.48 million commits — which is exactly what the scrapers are doing. But wait, it's not just commits itself. You can also ask for patches, plain renders, diffs between arbitrary commits — cgit is happy to let you, which was perfect for the times when the Internet was for humans or crawlers who obeyed robots.txt, and is AWFUL right about now, because we can generate 1.2 METRIC BAJILLION valid URLs just for a single fork of linux.git. Initially, this was the solution — look through the logs, find out which IPs are obvious scraper bots, and fail2ban them. At first, this was easy, because the bots helpfully told you who they were via their user-agent. Then, they wised up and started pretending that they were random vanilla browsers. So, we started banning them by IP — after all, it's easy to figure out that an IP that is trying to grab every possible commit in a 8-year-old abandoned fork of linux is not really some lone Chrome on Windows user who is just furiously clicking every link that comes across their screen. The bots then started fanning out to entire subnets, but this was still meh, because obviously an IP coming from Google Compute is just pretending to be a Firefox user... And... that's when things turned really, really ugly. Suddenly, the crawlers were coming from millions of random residential or mobile IPs, all pretending to be random modern browsers. An IP like that would make 4-5 requests and then never show up in the logs again... They descended like swarms of locust, hit hard and fast until the system fell over and then moved on to the next target until you recovered. Then, they returned. Rinse. Repeat. They still do that — welcome to the wonderful world of "proxy SDK monetization." It's big business, and your TV is probably doing it ... Today, git.kernel.org receives about 6M daily requests demanding to see random commits. Of these, 66% are still immediately batted away with the Anubis challenge, but 33% are now solving the math and getting through to the main site — because apparently what we have to offer is worth spending a ton of cycles to calculate the Anubis challenge... With a bunch of generous assumptions, legitimate requests are only about 2% of git.kernel.org traffic — everything else are scrapers... [W]e're turning off features to reduce the number of crawlable URLs and to gate off actions that are expensive for us to run. Expect to lose some functionality, at least when accessing our resources anonymously. Trust me, we hate it just as much as you, but at this point it's a necessity... [W]e promise to still offer all of our data for download to anyone who asks. You just may have to jump through more hoops to get it. Sorry.

⋯ 继续阅读请开通会员 ⋯

1测一测:这篇你记住了吗?只用 20 秒,带走一个线索。不确定也没关系。

下面哪项最准确概括这篇文章要带走的关键信号?

不想现在做也没关系,继续往下看即可。

🔒

MEMBERS ONLY

这篇是会员专享内容,你看到的是预览段。

会员每天解锁 6000+ 篇真实英语素材——双语科技、口语、外刊、单卡,不设上限。

年会员 ¥365 —— 一天一块钱,续费一直能用。

了解会员 →

已是会员?点此登录解锁全文。

学习留言 0 条

记录你在这篇文章里学到的表达、疑问或感受。

登录后记录你的学习留言 →

还没有学习留言。写下第一个收获吧。

← 上一篇返回列表下一篇 →