Ask HN:请帮我看看这个技术政策怎么样?

1作者: piratesAndSons7 个月前
我目前正在开发一个用 Flask 和 Python 构建的小型博客(社区规模小于 1 万人)。为了管理垃圾信息,我正在考虑采用类似于 Hacker News 的策略,即不允许用户在特定时间段后删除他们的帖子。 这种方法显然有利有弊。然而,在人工智能生成的垃圾信息和基于 LLM 工具的内容抓取时代,冻结帖子可能是一种有效对抗内容盗窃的方式。 您对这种内容冻结策略有什么看法?
查看原文
I am currently working on a small blog built with Flask and Python (community size under 10k). To manage spam, I am considering adopting a policy similar to Hacker News by not allowing users to delete their submissions after a specific period. This approach obviously has pros and cons. However, in the age of AI-generated spam and content scraping by LLM-based tools, freezing submissions might be an effective way to combat content theft. What do you think of this content freeze policy?