I love BBC radio. Especially Radio4. I HATE real-audio. I REALLY hate streaming. So, I sat down last night and coded up something. A small script associated with the *.ram mime type. This records the rtsp stream info into a…
Algorithms, Hieruistics and all that Jazz.
At the risk of getting myself branded even more of a geek, cheers Craig. Heres a link to a nice little dictionary of Algorithms and Hieruistics Only for the geeky among us. 🙂
Failure
I have been informed by my current client that the project I have been working on has been shelved indefinitely. Scrapped. This is the first time in my career in IT that a project I have worked on has not…
A Rails Adoption Story
This link points to the account of a major development effort that has switched from Java to Rails. Interesting account. Good fodder for further discussion.
SQL Tree Structures
This morning I found this article on del.icio.us. It details a way of storing tree structures within an SQL database that makes use of the strengths of SQL to speed up the manipulation of the tree. Link To Article Its…