Random thought
November 11, 2008
What is the shortest regular expression that matches only itself, including the / delimiters?
Filed under: Programming | Comments (1)
November 11, 2008
What is the shortest regular expression that matches only itself, including the / delimiters?
Filed under: Programming | Comments (1)
November 4, 2008
Getting your SSL code to work on both Sun and IBM JVMs.
Filed under: Java | Comments (0)
October 26, 2008
RFC 3986 is in error regarding HTTP query parameters. Avoid using HTTP POST with body data to URLs including query parameters.
Filed under: Programming, Standards | Comments (0)
September 18, 2008
I like bazaar. I don’t like git, because I don’t like giving people the ability to do partial commits.
Filed under: Programming | Comments (1)
September 16, 2008
You might not have heard about it, but there’s a debate going on which threatens to redefine time as we measure it. I’m something of a time nerd; all the computers in our house are synchronized to atomic clocks, as are several of our regular clocks, my wristwatch, and my phone. The debate going on [...]
Filed under: Java | Comments (1)
September 5, 2008
How to do a JDBC query–something which hardly anyone can get right, apparently.
Filed under: Java | Comments (0)
August 26, 2008
The final word on the final keyword when used with Java method parameters.
Filed under: Annoyances | Comments (2)
August 26, 2008
I quite like Java as of Java SE 5. However…
Filed under: Java | Comments (0)
August 11, 2008
Problems with SSL connections to Domino caused by a bad /etc/hosts entry.
Filed under: Domino, Java | Comments (0)
August 9, 2008
A review of O’Reilly’s “JavaScript: The Good Parts” by Douglas Crockford
Filed under: JavaScript | Comments (2)