It’s been difficult to receive notifications of Disqus comments on any posts on the blog. As a result the majority of comments went unanswered. I was disappointed that people took the time to leave comments, and I never answered because I didn’t know about it!
Recently I was reading a blog post on Async / Await feature of Rust. Getting to the bottom of the post, I noticed the comments section was using giscus. Giscus uses GitHub Discussions for it’s commenting, and is heavily inspired by another project I looked at a little while ago, utterances. Utterances uses GitHub Issues to store and retrieve comments but I didn’t feel that this was a good solution for the blog comments. But giscus, using GitHub Discussions, is something I want to use and I’ve now implemented it on the site.