I just spent the better part of an hour trying to print on a #10 envelope with OpenOffice.org. I don't think the rest of the world should have to suffer through the same ordeal, so here's something that might help if you need to do the same.
Nina and Lola,
Whenever I'm away from you and I spend a lot of time writing computer code, I think about the pretty patterns that your names make in binary code. Your names, Nina and Lola, are wonderful in so many ways that I could never describe them all. Here's one of those ways.
If you use the following Common Lisp expression, you can find the graphical binary representation of your names in binary code.
(defun binary-name (name zero one)
(map 'string (lambda (c) (case c (#\1 one) (#\0 zero) (t c)))
I read an article about how some people want to investigate President Obama's birthplace. Wow.
I wish for the smallest government possible and the most distributed possible system of regulations. Therefore, I'm against Obama and most other politicians currently in office (Democrats and Republicans). I would like Obama and everyone else out of office and a successful small-business-type, serial-enterpreneur person leading government. Someone concerned with efficiency. I would like most of what politicians do today to be completely automated.
I'm not a revision control guru, but I've been using Git a lot more than Subversion in the last couple of years. Recently I found myself having to deal with a Subversion repository again. Stubbornly, I began to think about how to use the Subversion respository with Git. I had seen git-svn here and there (for example, I think apt recommends it when you install git-core), and I thought it might have the functionality that I was looking for. It turns out I was right; I now fail to understand why it took me so long to start using this most excellent tool.
Nina's multi-day birthday bash is progressing fabulously, thanks to all of Tracy's planning. Yesterday, there was plenty of play, then bowling and pizza with all of the neighbors at the Rock 'n Bowl, then ice cream at the Creole Creamery, then more play. Today's highlights included the amusement park, a spectacular gondola ride through the waterways of City Park, swimming, opening presents, cake, a show of pictures, a movie, and a sleep over. Here are some pictures taken in the amusement park and of the gondola.
Everyone has experienced the feeling of familiarizing oneself with a technology over a period of a few weeks or months and arriving at the "How did I ever live without this?" moment (hereto forth HDIELWT). I have often pondered that question quite seriously, trying to remember hard how I managed before tool X came along. It has happened to me with many a tool, including Emacs, Common Lisp, Delicious, Reddit, and several Google products, such as Gmail, Reader, Calendar, and Voice.