Show HN: Detecting AI slop with regex and Stephen King
用正则表达式和斯蒂芬·金写作风格,快速识别AI生成的垃圾内容,开源项目有创意。
Article URL: https://github.com/guy-lifshitz/tacheles Comments URL: https://news.ycombinator.com/item?id=48796026 Points: 2 # Comments: 1
用正则表达式和斯蒂芬·金写作风格,快速识别AI生成的垃圾内容,开源项目有创意。
Article URL: https://github.com/guy-lifshitz/tacheles Comments URL: https://news.ycombinator.com/item?id=48796026 Points: 2 # Comments: 1
一个自托管的隐私过滤代理,能在LLM调用中自动去除姓名、邮箱、密码、API密钥等PII,还支持自定义正则和工具调用场景。
Article URL: https://github.com/crp4222/PrivAiTe Comments URL: https://news.ycombinator.com/item?id=48776021 Points: 2 # Comments: 0
正则表达式搞不定的脏数据,让LLM来当爬虫神器,2-3个示例就能搞定HTML到JSON的提取!
I’ve been doing web scraping for years. For most projects, I lean on BeautifulSoup, cssselect, and a handful of regex patterns. You know the drill: in…
用LLM替代正则表达式轻松提取邮件数据,解决传统模式匹配的痛点,实战技巧值得一试。
I spent three days building a regex monster to parse customer emails. It had 47 patterns, each one more fragile than the last. A single missing space …
放弃正则,用LangChain+GPT-4做AI数据提取,更灵活鲁棒。
I’ve been scraping the web for years. It’s a love-hate relationship: the thrill of finally pulling the data you need, followed by the despair when the…