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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you build and grow decentralised online communities?

7 点作者 prologic将近 5 年前
ssia; I recently built https://twtxt.net/ as a decentralised micro-blogging platform based on the twtxt file specification format. So far so good, about ~1-3 new users per day. How do online communities form and grow? It would be pretty awesome if I could help anyone run their own instance and grow a network of twtxt instances. Share your ideas/thoughts and suggestions!

6 条评论

prologic将近 5 年前
Another user just signed up on <a href="https:&#x2F;&#x2F;twtxt.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;twtxt.net&#x2F;</a> and posted their first post! -- But as this thread&#x27;s question states; I would really feel like I&#x27;v accomplished something positive in the world if just one person spun up their own instance! We as a society need to start thinking about taking back control and ownership of our data and the digital footprint we leave behind. Its yours!
评论 #23916496 未加载
zzo38computer将近 5 年前
I have a NNTP, although so far nobody joined (except for a few testing messages, and some of my own stuff) and nobody mirrored it onto their own servers (although I haven&#x27;t yet implement the ability to forward from my computer, and IHAVE currently isn&#x27;t enabled on my service; I can fix this though if people will want it in future). There has also been the suggestion to also include a web interface to configure and operate it for users who use web interfaces, as well as having the NNTP service for users who use NNTP. There is also the idea to support Markdown, which I also think is helpful, although there are two considerations that must be made: (1) Only articles with a &quot;Content-type: text&#x2F;markdown&quot; header should be interpreted as Markdown; otherwise, it might mess up a display due to using things that isn&#x27;t supposed to do. (2) It might be helpful to use a subset of Markdown without HTML features, to make it more readable even if you do not have Markdown on your computer.
alexmingoia将近 5 年前
They grow organically. One person finds it valuable and tells another person who joins, and so on.<p>Twtxt is a neat format. I personally don’t like the lack of new lines, but that’s part of its simplicity.
评论 #23914209 未加载
companyhen将近 5 年前
Pretty cool, reminds me of feedweave - <a href="https:&#x2F;&#x2F;github.com&#x2F;feedweave&#x2F;feedweave-ui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;feedweave&#x2F;feedweave-ui</a><p>The founders of reddit said they used to create fake accounts and have conversations with themselves when the site was starting to make it look like there was activity.
评论 #23954235 未加载
Ptrulli将近 5 年前
I think growing a community consists of consistency, inclusivity, and really driving discussions. Paying close attention to users.
评论 #23911850 未加载
prologic将近 5 年前
Of course OTOH; the _real_ question is how do we form decentralised communities of which github.com&#x2F;prologic&#x2F;twtxt is designed for? My main goals are to make it as simple as possible for _anyone_ (even non-tech folks) to spin up their own instance.