TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Realtime bot block list on Bluesky

6 点作者 joshchernoff4 个月前

1 comment

optionalsquid4 个月前
It&#x27;s not a bad idea, but this implementation seems overly aggressive due to the follow-back rule:<p>&gt; Additionally accounts following more than 200 other accounts, but also has less than a 1% follow back count. (IE 200:2, 1000:10)<p>That&#x27;s not a difficult criteria to fail, especially not for a new&#x27;ish&#x2F;read-only accounts, doubly so if you use starter packs (themed collections of users that you can follow with the click of a button). I could see a number of obvious false positives just from glancing at the live feed of blocked accounts. Such as the newly created account for the Brussels School of Governance [1] that is following researchers from that institution. Another example was a named author following a number of other authors and writing&#x2F;publishing related accounts.<p>EDIT: Part of the problem seems to be that accounts are evaluated (and added to the list) mere minutes after they are created, before anyone has a chance to follow them back. That could be mitigated by delaying this check for a few days or so.<p>[1] <a href="https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;brusselsschool.bsky.social" rel="nofollow">https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;brusselsschool.bsky.social</a>