Fractal Terrain Generation
- 01Sep2009

I’ve been working on a wargaming library/framework off and on for over a year; along the way I’ve encountered a number of interesting problems to solve. This blog entry details one of them, fractal terrain generation.

Quick thought on programming and distractions
- 31Aug2009

“The way is not in the sky. The way is in the heart.”
– Buddha
Too often it’s easy to spend hours days weeks far too long reading blogs and wilfing doing research.  Looking for that perfect tool.  Looking for a wonderful library.  Looking for a new technique.  Looking, looking, looking.  Almost like Hans Guck-in-die-Luft, not paying [...]

Using jnp as a JBoss heartbeat
- 25Aug2009

jnp is a JBoss protocol which exposes jndi.  It is, by default, bound to port 1099.  I’d been using that port as a heartbeat, but “cheating” — I would open a socket and then close it immediately.  However, this caused problems.  jnp is chatty.  And it got upset at my not letting it say ‘hi’ [...]

z-index and events
- 30Jul2009

Today’s lesson has to do with z-index and events. I’d had a png with transparant portions that I wanted to use as a mask, so that information from underneath would not show. However, buttons, links, and hovers were not working — the top level element was taking the events and eating them. [...]

JBoss port confusion
- 29Jul2009

Sometimes, JBoss reports that it is unable to bind to a port, saying it is already in use. However, this is not always the case.

SSL Joys
- 14May2009

The nice thing about standards is that there are so many of them to choose from. Andrew S. Tanenbaum
I’ve been working with a Apache proxy to force SSL and https.  Well, I haven’t had any control over the certificates.  And they can come in so many versions, especially given that Microsoft wants to do things [...]