Skip to content

Category Archives: technical

Technical topics.

UNIX timezone database shut down

The UNIX time zone database has been shut down because of copyright complaints! Overthrow the DCMA! http://blog.joda.org/2011/10/today-time-zone-database-was-closed.html

if this then that

I have recently been using “if this then that” to integrate my Google Reader with this blog and other places, like Facebook, Flickr, Twitter, and tumblr (I have a Classics-related tumblr). It’s a great way to do simple integration between these services but one annoyance is that it lacks any way to discriminate actions. For [...]

blog link: Who Owns the Risk?

Who Owns the Risk? by Mike Cottmeyer at LeadingAgile. Published September 20, 2011 at 08:30PM Back in my late 20′s I was a project manager in a pretty good sized IT shop. I worked under a great VP that put me in situations that were really beyond my abilities.  He fundamentally believed that I’d do [...]

REST-based architectural style, a big winner

Recently been deeply stuck in building software (apart from starting my PhD part-time). A long time ago I wrote about dynamically loading Spring contexts and component discovery – this system I’ve been building is an evolution of that one. We decided to adopt an most REST-based style to integrate between our components. Now, “run-time” discovery [...]

quick link: The value of stable teams.

http://www.allaboutagile.com/the-value-of-stable-teams/

Instructions: first open the box then read the instructions

I’m using Scrivener to organise my PhD research, and it will end up being used for the first draft of the actual PhD as well. But Scrivener does not have an iPad app, which make a bit of sense. So I have been looking for an editor that will work with Dropbox (even though its quite [...]

Busted-arse Apple Mobile Me Calendar forced onto me.com users

Got this email from Apple’s Me.com service today; from MobileMe <MobileMe@insideapple.apple.com> date Wed, Mar 16, 2011 at 13:02 subject Upgrade to the new MobileMe Calendar by May 5, 2011 Upgrade to the new MobileMe Calendar by May 5, 2011 Dear MobileMe member: On May 5, 2011, MobileMe will transition completely to the new Calendar service [...]

A terrible, terrible Eclipse bug

I found a massive bug in Eclipse – it has a copy and paste function. In Eclipse’s defence, Intellij IDEA and Netbeans also exhibit identical broken functionality.

Broken Weblogic JMS “clustering”

I’ve ranted before that Weblogic 11g clustering/distribution technology of its messaging is fundamentally broken. Despite what Oracle claims, JMS in Weblogic is not clustered. Load balanced is a better description. It’s architectural – if any other technology (e.g. SOA Suite, EDN, etc) uses Weblogic JMS as its underlying messaging implementation, it will be broken too. [...]

Come back Gavin King, all is forgiven (Spring is the new EJB 2.1)

I’ve just spent the past two days trying to make Spring transaction management work with JPA-annotated Hibernate-backed persistence classes that need to have multiple persistence units with transaction propagation REQUIRES_NEW between the two. For a start, the documentation is merely a series of outlines of brief hints. One measly section.The laughably short Spring 3 doco [...]