Live data from Hacker News

Ask HN: What Disqus replacement should I use on my personal blog?

news.ycombinator.com

1–8 of 8 posts

Re: Ask HN: What Disqus replacement should I use on my personal blog?

#2
I recently switched from Disqus to Utterances, which uses a Github repo's issues as the source of comments:

https://utteranc.es/

I used a Python export and conversion script that I found at https://pawamoy.github.io/posts/migrate-disqus-comments-to-u... , and made a couple updates to it (and then commented on that post with my changes).

Pretty happy with it so far.

Here's a couple of my posts that show Utterances in action, one that has a lot of the migrated comments, and one with mostly new comments:

- https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-...

- https://blog.isquaredsoftware.com/2021/01/context-redux-diff...

Re: Ask HN: What Disqus replacement should I use on my personal blog?

#4
post #2

I recently switched from Disqus to Utterances, which uses a Github repo's issues as the source of comments: https://utteranc.es/ I used a Python export and conversion script that I found at https://pawamoy.github.io/posts/migrate-disqus-comments-to-u... , and made a couple updates to it (and then commented on that post with my changes). Pretty happy with it so far. Here's a couple of my posts that show Utterances in…

does it support nested comments?

Re: Ask HN: What Disqus replacement should I use on my personal blog?

#6
post #2

I recently switched from Disqus to Utterances, which uses a Github repo's issues as the source of comments: https://utteranc.es/ I used a Python export and conversion script that I found at https://pawamoy.github.io/posts/migrate-disqus-comments-to-u... , and made a couple updates to it (and then commented on that post with my changes). Pretty happy with it so far. Here's a couple of my posts that show Utterances in…

does it support nested comments?

No, because Github Issues are single-threaded.