Author Archives: Richard Rodger

CSV Manager 1.1.11 Released

We're hard at work on CSV Manager 1.2 – coming out Real Soon Now! But in the meantime we're bringing out a bug fix release of 1.1. This release (1.1.11) fixes bug #0013: comment characters at the start of a … Continue reading




Posted in General | Leave a comment

How To Make Your Globs Specific

Let’s say you’ve got a list of globs: '*', 'a*', '*a', '*a*'. Now sort them. Sort them based on how specific they are. More specific globs match fewer things. Less specific globs match more things. If Dr. Seuss had had … Continue reading




Posted in Java | Leave a comment

Berlin Drain Cover

I was in Berlin recently and while wandering around the Brandenbürger Tor I came across this drain cover. Another example of european design I suppose…




Posted in General | Leave a comment

Back To The Typing

I'm trying out all the free typing lessons on the web in the vain hope that something will stick and I'll eventually be able to touch-type. Here’s all the typing posts, including site reviews, if you're interested. I've moved on … Continue reading




Posted in General | Leave a comment

Be the Best Available

There are only two (profitable) markets. The cheapest available and the best available. Play the middle ground and you play to lose. Seth hits the mark again. Imagine how much it would have been to hire this guy before blogs? … Continue reading




Posted in Business | Leave a comment

Further Versioning Contortions

Yesterday I had a plan to use reflection to solve the compatibility versioning problem with my software components. Basically I need to change an interface that existing customers have implemented. And I want to maintain compatibility so that no-one has … Continue reading




Posted in Java | Leave a comment

More On Versioning

Brian Smith made some good points on my last post about software component versioning. They're too detailed to reply to in a comment so I'm posting a reply as a full entry. You'll probably need to read that last post … Continue reading




Posted in General | Leave a comment

Versioning Cistern

My versioning system is broken. It's painful and I'm not entirely sure what to do about it. Time for a blog entry so! Previously I wrote about my vision for the Ricebridge Versioning System. All Ricebridge components have three version … Continue reading




Posted in Java | Leave a comment

Make $97 With One Blog Post

If Jonathan can give away free servers, then I can give away free licenses! I've been inspired by Sun's T2000 promotion to try something like it myself. Here's the deal. You blog about one of our products, after trying the … Continue reading




Posted in Business | Leave a comment

Rant: Maven Muppetry

Hani was right. Maven really is a pain in the arse. I have just managed to install the cobertura plugin. Not by following the instructions mind. On no. The install instructions are to run the following command: maven plugin:download -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository … Continue reading




Posted in General | 1 Comment