展示HN:X-Terminate,一款用于从您的X动态中去除政治内容的Chrome扩展程序
嗨,HN,我制作了一个Chrome扩展程序,可以从Twitter上移除所有政治内容。源代码和安装说明在这里:<a href="https://github.com/wafer-inc/x-terminate">https://github.com/wafer-inc/x-terminate</a><p>关于它的技术原理的描述在这里:<a href="https://chadnauseam.com/coding/random/x-terminate" rel="nofollow">https://chadnauseam.com/coding/random/x-terminate</a>。实际上,我主要制作这个扩展是为了展示其背后的技术:用于数据标注和决策树推理的Rust库。<p>所有涉及的库都是开源的,并且有说明指导您如何制作自己的过滤器(例如,如果您想移除所有与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://github.com/wafer-inc/x-terminate">https://github.com/wafer-inc/x-terminate</a><p>A description of how it works technically is here: <a href="https://chadnauseam.com/coding/random/x-terminate" rel="nofollow">https://chadnauseam.com/coding/random/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).