Recent Posts

Blogging about software using Textmate

1 minute read

I’m trying to force myself to be a better contributor to the software development community, and part of that is writing up my rough notes each time I solve ...

pfSense and VirtualBox

less than 1 minute read

Thinking of installing pfSense on VirtualBox to test out the functionality. Great idea!

Checking an annotated field is an enum

1 minute read

Whilst building an annotation processor for a Seam/Wicket project I’m working on I needed to do a specific action if the annotated field was an enum. Thanks ...