Archive: 2014

Task Board Released

Task Board is a rewrite of an application I wrote a few years ago. While the old version used only jQuery, manually manipulating the DOM as required, the new version uses the Knockout library.

It seems to work fine in Chrome/Chromium. There are a few minor problems with Firefox and Opera 12, but who cares about these anymore…

Follow the Task Board link for a live version. There is also a Git repository and a bug tracker (both hosted at Bitbucket).

Update: Please use the repository at Gitlab from now on.


Formatter Caching In Newcomen

A new release of Newcomen is available. It introduces a mechanism to cache the results of formatter backends, improving the performance, as promised.

Formatters were applied to every content item before. Different content items made from the same source items would cause the formatter to run once for every item, even though the output would be the same for the same input. The new release fixes this and caches the results, to be reused if some content appears on another page. It shouldn’t cause any problems, but if it does, it can be disabled.

Read the full article…



Newcomen Released

The first public release of Newcomen, a static blog/website/content generator written in Perl, is now available.

It is more or less a beta release. All essential features are implemented and working (as far as I know), and I don’t think there will be a lot of incompatible changes in future releases. The next release(s) will focus on improving the performance, which — at the moment — sucks.

Check out this great example of a blog generated by Newcomen. ☺