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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Dissoc, a simple Reddit like site without voting system

16 点作者 aks579超过 5 年前

5 条评论

zadokshi超过 5 年前
The heading&#x2F;title should say:<p><pre><code> “We reimplemented reddit, but took out the feature of reddit that made reddit a success” </code></pre> PS: the OP’s site is now super NSFW. I assume someone is tying to prove a point :)
评论 #21329901 未加载
phailhaus超过 5 年前
Without a voting system, users have no way to find &quot;quality&quot; content. Everything is mixed together, which means that the signal to noise ratio is only going to get lower and lower as more people contribute to the community.
评论 #21316515 未加载
sebst超过 5 年前
Maybe I&#x27;m biased, but in the last days there were plenty of Show HNs about social networks:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21252544" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21252544</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21241476" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21241476</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21224211" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21224211</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21312318" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21312318</a>
评论 #21318622 未加载
评论 #21330366 未加载
RenRav超过 5 年前
You can do without voting. All you need is a way to discern what is popular, in order to display &#x27;popular&#x27; and &#x27;new&#x27; categories. For example by measuring comments and clicks, maybe the amount of time users spend on the comment page relative to the amount of comments. Not a great idea since it can be gamed, but what can&#x27;t nowadays.<p>It would probably favor clickbait, violence, etc like every other system. The only escape from this on a user-submitted site, if there are no subcategories outright banning certain content, is what&#x27;s already in place, just sorting everything by date.
评论 #21319528 未加载
评论 #21316800 未加载
pippy超过 5 年前
You could also poll the client to see what threads they&#x27;re reading. You could add this to an engagement score of some sort.<p>On a page with a long list, you add this score to all the items on it they&#x27;re reading