Archive for November, 2006
Site update, new wordpress theme
Well I have spent a few days getting to know wordpress a little better. For those of you that have not heard of wordpress it is a piece of software that is designed to let you create a blog with absolutely no web knowledge what so ever. Html is not initially required. This site uses wordpress.
Read the rest of this entry »
A poor mans attempt at garbage collection
One idea in programming, particularly in exploratory (prototype) or when time is limited is to do the minimal amount of coding to get the job done. This has been enshrined into the extreme programming religion and made popular once again. Mist does not have any tight deadlines and isn’t really in the realms of prototyping even if some of the algorithms, like garbage collection, are new to me.
Read the rest of this entry »