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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What features do you want for a forum?

5 点作者 jadeydi超过 6 年前

3 条评论

krapp超过 6 年前
1) Anonymity by default, and something like indieauth[0] to validate identities for non-anonymous posting, without having to store user account data on the server.<p>2) Ephemerality by default. Automatically delete old or non-productive threads, and give me the ability to download data associated with my account or delete it at will.<p>3) Hackability by default. Offer an API to allow third party clients, and add metadata to the HTML to make writing plugins easier.<p>[0]<a href="https:&#x2F;&#x2F;indieauth.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;indieauth.com&#x2F;</a>
LinuxBender超过 6 年前
Everything I have ever wanted for a forum was either built into, or a module for phpBB [1]<p>[1] - <a href="https:&#x2F;&#x2F;www.phpbb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.phpbb.com&#x2F;</a>
mtmail超过 6 年前
Ability to remove any content when I delete my account. Some forums allow that, others don&#x27;t. HN for example has no &#x27;delete my account&#x27; feature.