Blog

Posted in Blog on January 6, 2010

Friend’s new blog

A good friend of mine started a new blog on Math and Programming related topics. She has an interest in Ruby development, especially with an abstract algebra / math focus, so if you’re interested in either Ruby or Mathematics, I’m sure there will be posts there which you will f ... Continue Reading

Posted in Blog on May 25, 2009

First drawing using Brushes.app on the iPhone

First drawing using Brushes, originally uploaded by Jeremy Johnstone. Today I spent most of the day catching up on my blog reading and I stumbled across an article about a guy using an iPhone app named Brushes to design this month’s cover of The New Yorker. Highly impressed by ... Continue Reading

Posted in Blog on May 22, 2009

Odd high pitched whistling noise from my Accord

Over the past week or so, I’ve been hearing a faint but very high pitched (>12k hz) whistling like sound coming from my 2006 Honda Accord V6 Coupe. It’s kind of a cross between an air leak type sound and the sound of a metal ball bearing spinning at high speed inside a metallic ... Continue Reading

Posted in Blog on May 19, 2009

Wolfram|Alpha lives up to it’s “alpha& ...

Today over lunch coworkers were talking about Wolfram|Alpha and it sparked my interest again now that it’s finally open to the public. Tonight I decided to give it a whirl and unlike two of my friends, decided to throw it a softball initially with a very easy question: what is the sp ... Continue Reading

Posted in Blog on May 17, 2009

Out with the old, in with the new

This weekend I finally got around to updating my website design again after a year since the last visual update. It seems it’s more or less become a once a year type deal. The old design just wasn’t doing it for me so I took the opportunity to scrap everything and start over. W ... Continue Reading

Posted in Blog on October 26, 2008

PHP parser for OS X plist XML files

Digging around today for a PHP parser for OSX plist files, I was surprised to find no good pre-existing solutions. Even Apple’s own site gives a relatively poor solution to the problem (see here). Normally SimpleXML is enough to handle most XML parsing needs, but the plist XML format ... Continue Reading

Posted in Blog on October 5, 2008

Enums in PHP

I’m not sure what lead me to it, but I stumbled across a blog post on how to implement Enums in PHP via userland code written by Jonathan Hohle. I liked the concept he had, but the implementation was a bit unappealing because it used eval() among other more minor issues. You shouldn& ... Continue Reading

Posted in Blog on October 1, 2008

Bailouts: Ever think of it this way??

Got an interesting email forward from my father. I haven’t verified the math and statistical figures, but it looks right on a cursory glance (Update: It’s bad math, but still sounds like a good plan, no?). Very interesting idea to say the least. Dear American Citizens, I̵ ... Continue Reading

Posted in Blog on September 3, 2008

Where does all the time go? No, really!

I’m constantly feeling like I am running 90mph to keep up with everything going on. I’m not complaining per say, but felt it would be prudent for me to figure out all the things I am involved in and then make a decision on if they are the most important usage of my time. I deci ... Continue Reading

Posted in Blog on July 29, 2008

The Trouble With Email

Ok, so I have a problem. One which keeps me up at night and annoys me greatly, but I can’t seem to find a solution to fix. So what is this problem? Email SUCKS, that’s the problem! Ok Ok, I am sure you are thinking “great, and?” as it’s a common rant. HereR ... Continue Reading