brool

brool \brool\ (n.) : a low roar; a deep murmur or humming

Archive for February, 2008

The Tiniest Lisp (in Python)

Tuesday, February 19th, 2008
I was inspired by a link I had found on LtU: the Lisp 1.5 reference manual. If you look at page 13 you will see a simple definition of the core of Lisp. Really, it’s beautiful. Accordingly, I spent a bit of time implementing the simplest possible Lisp in Python — it’s very tiny, only [...]

DNS Tunneling (on Mac OS X)

Saturday, February 9th, 2008
The instructions were spread about and a bit unclear in some circumstances… so a simple step by step guide to using DNS tunneling under Mac OS X: What You Need A server for which you have sudo access and control over the DNS records A client on which you have sudo access Setting Up The [...]