JSP tags

Posted on Tue 08 July 2008 in geek • Tagged with development, java, jsp

Arrggh. I've just wasted the best part of half a day scratching my head as to why I was unable to iterate through a Java HashMap in a JSP page:

<c:forEach var="entry" items="${model.jvmInfo}" varStatus="status">             <tr>               <td>                 ${entry.key}               </td>               <td>                 ${entry.value}               </td>             </tr>           </c …


Continue reading

Gentoo USE flags

Posted on Wed 02 July 2008 in geek • Tagged with gentoo

I run three distributions most of the time. My servers all run Debian which despite recent cock-ups is a stable, unsurprising distribution. Exactly what you want from a server OS. My work desktop runs Ubuntu which is regularly updated, runs pretty much the latest Gnome, Firefox etc and is simple …


Continue reading

On the Subject of GTA

Posted on Tue 01 July 2008 in geek • Tagged with games, gta, ps3

So despite my obvious desire for the game I haven't mentioned much about it since I got it. Some times it makes sense to comment on things with a little perspective that time can provide.

Well the first thing to note is I'm a fan of the GTA series and …


Continue reading

Free Symbian

Posted on Tue 24 June 2008 in geek

This launch is interesting. Together with Linux this will make the majority of cell phone platforms "open"*. I'm unsure if this was coming anyway (Nokia having some FLOSS sympathies) or as a catch up reaction to Google's Android platform. Certainly having an open platform makes it easier to get developer …


Continue reading

Too much perl, the irony

Posted on Tue 24 June 2008 in geek • Tagged with java, perl

I got my current job based on my experience with C/C++ and GTK. So far most of the code I've been writing has been perl and Java. Some times I think I'm writing too much perl:

# Quick and dirty match  for IP (but without the tedious address  # verification)    my …


Continue reading