Recent Posts

New GOPHER Library for PHP

Well, I’ve gone and done it. I’ve created a library for reading and parsing [GOPHER](http://en.wikipedia.org/wiki/Gopher_(protocol%29) files from PHP.

Clojure Time

Anyone who knows me knows I really enjoy Lisp, especially Common Lisp (sbcl) and elisp (Emacs). I can now add to that list Clojure.

Going (back to) Gopher

Remember Gopher? I do, barely. We learned/used it in grade school a couple of decades ago. Turns out it is still around. There are several resources for the...

Design Patterns: Bridge Pattern

I recently have been (re)learning about design patterns and had an assignment of looking into the Bridge Pattern. In fact, part of the assignment was coming ...