Support this comic

News

How close we are

2010/01/04 12:00 AM

Today’s Unity is #242, and begins the epilogue proper; #255 will be the last one. Feel free to, I dunno, make guest art, talk about the story in the forum, ask questions about things that happened previously, or whatever.

As I’ve said before, though, just because Unity (the series) will be over doesn’t mean there won’t be any more stories set in Unity (the ship). I have a few ideas banging around for other stories set in their universe, although for now I’m looking forward to working on something else for a while. Whatever I do will, of course, continue to be published right here on this very site/RSS feed/LJ syndication/whatever.

Finally working on “improving” the comments here

2010/01/06 12:00 AM

One of the biggest misconceptions that people have about the comment threads here is about having to register to post comments; since comments are handled by a forum, people tend to assume that they have to register to post, which is not the case. I’m finally pulling in some of the code from my blog to try to display comments inline as part of an entry, which I think makes it less obvious that it’s a forum and makes it more obvious that anyone can post a comment.

Obviously there’s a lot of kinks to work out but I’m working on it. I wanted to get the functionality in place first. So, let me know if something particularly baffling happens; for example, I’m sure that somewhere in the archives there’s some comics which have a colliding “basename” and so they’ll try to have their comment pages at the same URLs as each other. This is yet another artifact of how my Movable Type hacks work. Fortunately, it’s pretty easy to resolve. But there may be other technical problems as well. We’ll see.

(Edit: According to SELECT entry_basename,count(entry_id) AS n FROM mt_entry WHERE entry_blog_id=5 GROUP BY entry_basename ORDER BY n ASC; there shouldn’t be any colliding page names, at least.)