TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Moving from Disqus to Schnack

173 pointsby moklickover 7 years ago

18 comments

md224over 7 years ago
A general observation about online comments: when I read an article online and want to know what other people are saying about it, I have no easy &amp; simple way to do so. If your blog has a comments section, that&#x27;s great, but what about all the other platforms that people discuss things on? (Twitter and Reddit [and of course HN!] come to mind.)<p>I would love to see a comments system that provided insight into commentary occurring across the web. Is there a good reason why online discourse is still fragmented?
评论 #15956940 未加载
评论 #15958062 未加载
评论 #15958038 未加载
评论 #15956948 未加载
评论 #15958012 未加载
评论 #15957162 未加载
评论 #15956992 未加载
评论 #15957089 未加载
评论 #15957192 未加载
评论 #15956923 未加载
评论 #15957000 未加载
评论 #15956935 未加载
评论 #15957981 未加载
评论 #15957965 未加载
评论 #15957195 未加载
Cyberdogover 7 years ago
So in order to use this, you need to host a new Node app and SQLite database on your server. Also, things like spam control are now back on you.<p>So why not just use a CMS or blog engine which supports traditional server-side comments? I suppose there is a case if you&#x27;re hosting static HTML pages but still want them to be commentable, but how many people are doing that? I don&#x27;t get the use case for this.
评论 #15956268 未加载
评论 #15956519 未加载
评论 #15958839 未加载
评论 #15956757 未加载
评论 #15956920 未加载
评论 #15956234 未加载
kinkrtyavimoodhover 7 years ago
Another thread on the front page right now is talking about how it&#x27;s very difficult to get views on your blogs now. And I&#x27;ve felt the same.<p>5-10 years ago I used to get 2-3 digit views on my posts. And I used to use Wordpress &#x2F; Blogger and the like.<p>Then, when it became fashionable, I spent a lot of time (at least 20-30 hrs, and mind you this was not the geeky kind of work, it was like refactoring code using just grep) converting the blog to one of those static generators, and I suspect that I spent more time migrating all posts than the TOTAL TIME all readers combined have spent on my blog since then.<p>Now I am almost regretting migrating and definitely have no interest whatsoever in spending any more time doing DevOps for the blog.
评论 #15956821 未加载
评论 #15956915 未加载
KajMagnusover 7 years ago
Setting up a server and installing commenting software, and configuring OpenAuth etc login takes some time.<p>If you want to skip all that, you can use Effective Discussions embedded comments, demo: <a href="https:&#x2F;&#x2F;www.kajmagnus.blog&#x2F;new-embedded-comments" rel="nofollow">https:&#x2F;&#x2F;www.kajmagnus.blog&#x2F;new-embedded-comments</a>. It&#x27;s open source (<a href="https:&#x2F;&#x2F;github.com&#x2F;debiki&#x2F;ed-server" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;debiki&#x2F;ed-server</a>, I&#x27;m developing it), no ads, and has the features Schnack has (notifications via email) and some unique things people here at HN might like:<p><a href="https:&#x2F;&#x2F;www.effectivediscussions.org&#x2F;-32&#x2F;how-hacker-news-can-be-improved-3-things" rel="nofollow">https:&#x2F;&#x2F;www.effectivediscussions.org&#x2F;-32&#x2F;how-hacker-news-can...</a><p>Go to <a href="https:&#x2F;&#x2F;www.effectivediscussions.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.effectivediscussions.org&#x2F;</a> and click Create Forum and then choose Blog Comments if you want to try it out. (I hope some self promotion is ok.) It&#x27;s also lightweight, just a 140 kb Javascript bundle.
评论 #15959097 未加载
tallblondeguyover 7 years ago
I understand the sentiment to move away from Disqus.<p>How does this project compare to Mozilla&#x27;s Coral Project[0]?<p>[0]: <a href="https:&#x2F;&#x2F;coralproject.net&#x2F;products&#x2F;talk.html" rel="nofollow">https:&#x2F;&#x2F;coralproject.net&#x2F;products&#x2F;talk.html</a>
评论 #15956621 未加载
overshardover 7 years ago
The point of Disqus is that you don&#x27;t have to host anything and you can publish an essentially &quot;static&quot; website using any static website generator or just plain HTML pages you make yourself.<p>At this point just build your website around the numerous CMS&#x2F;Blog options available that have numerous solid comment and spam prevention systems.
modinfoover 7 years ago
A privacy-focused Disqus alternative <a href="https:&#x2F;&#x2F;github.com&#x2F;adtac&#x2F;commento" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;adtac&#x2F;commento</a>
评论 #15965783 未加载
greggmanover 7 years ago
first off , if you turn off ads on disqus there are no 3rd party requests. maybe that will change with the new owners but it&#x27;s disingenuous to claim disqus is doing something bad here when there&#x27;s an option to turn it off.<p>Otherwise the number one reason I stated using disqus is spam. I wrote my own blogging and comment system in 2000. When that got spammed I switched to WordPress around 2008. Even with their anti-spam features I got tons of comment spam. I switched to disqus many years ago and I think I&#x27;ve had no more than 2 spam comments per year since.<p>Disqus benefits from being everywhere in that it can see a bad actor and prevent them from being bad everywhere else. How will this system handle that?
评论 #15958914 未加载
gidanover 7 years ago
If you are interested in an alternative to Disqus, take a look at Graphcomment, there is a free plan as well, plus we dont resell your data.<p><a href="https:&#x2F;&#x2F;graphcomment.com" rel="nofollow">https:&#x2F;&#x2F;graphcomment.com</a><p>Disclaimer: I work for this company.
评论 #15956762 未加载
tomc1985over 7 years ago
I thought the whole advantage of Disqus was that you can keep your static blog static w&#x2F;o hosting the server machinery for handling comments a la Wordpress?<p>Schnack takes you back to square one? At that point why not throw up a wordpress install?
评论 #15956594 未加载
hckr1292over 7 years ago
I find the proposition of moving off Disqus and the performance improvements in shnack very compelling, but worry about managing spam and a server.<p>I haven&#x27;t looked at the repo yet, but I wonder if it would be possible to make the datastore pluggable so that you could replace SQLite with, say, DynamoDB. It seems like at that point you could potentially keep everything serverless.<p>Barring that, would it be possible to separate out the frontend code and define an API such that a lambda function and serverless backend could be produced for this?
评论 #15958413 未加载
ChuckMcMover 7 years ago
It is an interesting comment on the state of commenting. Gardening the comments section is a lot of work and not something people want to spend their time on (the Blekko blog would get hundreds of spam comment attempts every day!).<p>That makes me wonder if there is also an opportunity for a &#x27;meta comment&#x27; section which pulls comments from web sites like HN, Reddit, or Slashdot and puts them below the blog &#x2F; article that they are related to. You could set an arbitrary vote level cutoff limit.
评论 #15957047 未加载
评论 #15957035 未加载
nkkollawover 7 years ago
I make this type of comment a lot, but what&#x27;s up with naming nowadays?<p>How is Schnack pronounced? How easy do you think it would be to tell somebody to try it out and how high are the chances that they&#x27;ll misspell it and give up finding the site?<p>I don&#x27;t get it.
评论 #15956695 未加载
评论 #15956700 未加载
评论 #15956765 未加载
评论 #15956686 未加载
eeZah7Uxover 7 years ago
How about integrating a microblogging system like Mastodon in websites so that you don&#x27;t have to maintain a security sensitive service just for your blog?
ausjkeover 7 years ago
I actually like hacknews&#x27; comment style the most, neat and simple, good enough for talks, no images and no videos etc too.<p>wish there are some light-weight forum code that is nodejs based, nodebb is a little heavy, and I don&#x27;t really enjoy discourse&#x27;s UI.
评论 #15957305 未加载
评论 #15958835 未加载
misnamedover 7 years ago
Why not remove comments entirely? Most people engage on secondary platforms (twitter, facebook) anyway, and most comments are garbage in my experience.<p>Ironically, while trying to post this comment I got ... Bad gateway: The web server reported a bad gateway error.
评论 #15956854 未加载
评论 #15956916 未加载
评论 #15957967 未加载
EGregover 7 years ago
Web push? That&#x27;s only for Android! This author must not own an iPhone
noncomlover 7 years ago
&quot;lack of control on our own data (the comments, in this case)&quot;<p>That&#x27;s what worries me about every single website out there. Suddenly they consider users&#x27; comments &quot;their own data&quot;
评论 #15956817 未加载