展示HN:X-Terminate,一款用于从您的X动态中移除政治内容的Chrome扩展程序

1作者: ChadNauseam7 个月前原帖
嗨,HN,我制作了一个Chrome扩展程序,可以从Twitter中移除所有政治内容。源代码和安装说明在这里:<a href="https:&#x2F;&#x2F;github.com&#x2F;wafer-inc&#x2F;x-terminate">https:&#x2F;&#x2F;github.com&#x2F;wafer-inc&#x2F;x-terminate</a>。 关于它的技术原理的描述在这里:<a href="https:&#x2F;&#x2F;chadnauseam.com&#x2F;coding&#x2F;random&#x2F;x-terminate" rel="nofollow">https:&#x2F;&#x2F;chadnauseam.com&#x2F;coding&#x2F;random&#x2F;x-terminate</a>。实际上,我主要制作这个扩展是为了展示其背后的技术:用于数据标注和决策树推理的Rust库。 所有相关的库都是开源的,并且有说明指导你如何制作自己的过滤器(例如,如果你想移除所有涉及Rust或AI的Twitter帖子)。
查看原文
Hi HN, I made a chrome extension that removes all politics from Twitter. The source code and installation instructions are here: <a href="https:&#x2F;&#x2F;github.com&#x2F;wafer-inc&#x2F;x-terminate">https:&#x2F;&#x2F;github.com&#x2F;wafer-inc&#x2F;x-terminate</a><p>A description of how it works technically is here: <a href="https:&#x2F;&#x2F;chadnauseam.com&#x2F;coding&#x2F;random&#x2F;x-terminate" rel="nofollow">https:&#x2F;&#x2F;chadnauseam.com&#x2F;coding&#x2F;random&#x2F;x-terminate</a>. Indeed, I mostly made the extension as a demo for the underlying tech: Rust libraries for data labelling and decision tree inference.<p>All libraries involved are open-source, and there are instructions for how can make your own filter (e.g. if you want to remove all Twitter posts involving Rust or AI).