A Quick Change of Comment System

This is an pretty old post from my blog, which has been preserved in case its content is of any interest. You might want to go back to the homepage to see some more recent stuff.

One of the reasons why I’ve recently been simplifying the number of things I run on the web is the difficulty of it all—not that I’m incapable of running mail servers and Minecraft servers and a dozen websites, but that I can achieve 99% of the benefit with only 10% of the effort by using other services instead.

One of those changes I made was to ditch the Juvia comments system for my blog and replace it with the 3rd-party Disqus. Juvia is unmaintained—in fact, despite being a Ruby on Rails beginner, several of the most recent commits on the project are mine—and having to fight with Passenger and Rails and RVM every time the server felt like updating a package took its toll.

Disqus was a dubious choice though, and it has a pretty bad reputation for its privacy policy. In fact, when I shared yesterday’s post about ditching Facebook for privacy reasons, one of the first things a friend said to me is that she would have liked to have commented on the post, but didn’t trust Disqus. Since moving to Disqus, I’ve also seen a noticeable drop in comment frequency, so it’s clear that many others also feel the same way.

Though it has simplified my life, Disqus was clearly the wrong choice.

So, I’m moving back to a self-hosted comment system for my blog. I don’t fancy another trip around Ruby Version Hell, so I haven’t moved back to Juvia—instead I’ve settled on a much simpler PHP-based commenting system known as HashOver. Being PHP it runs just about anywhere with minimal hassle, and uses files rather than a database for storage. I’ve tweaked it to look just like the old Juvia comment section, and you can see it in action below.

One up-side of all this is that I’m now getting pretty adept at migrating comments from one system to another, despite there being no official support for most migrations. I fixed Juvia’s “import from Wordpress” function a few years ago, and I wrote a script to dump Juvia’s comments into Disqus’ special WXR format. HashOver doesn’t support automated import from anything, so here we go again: I wrote a program to convert Disqus’ export format into a HashOver file structure. It’s imaginatively called “Disqus to HashOver”, and it’s free to use if you ever need to do the same migration yourself.

Happy commenting!

Comments

Hi. Interesting Post, thanks, as I too was looking for a commenting system. I see you’re using HashOver v1, as HashOver-Next is coming. There are quite a number of them! I was also looking at Commentics, which is very feature rich, but alas requires MySQL.

Add a Comment