All blog posts

Best Keyboard Shortcut Ever!

Posted August 25, 2009

After using Adium for years and years I finally discovered what I consider to be the best shortcut I've learned in a long long time.

With Adium being the active window command + n will let you type a contact name and opens a new message window to that contact!

Super Simple Ruby Performance Tip

Posted July 11, 2009

This tip is so simple it can be expressed with two characters, {}, curly braces. I've encountered this issue twice now. Once with some code in a project I work on as part of my day job, and once in a map reduce project I was evaluating.

As we all know the Ruby stdlib Logger class defines a bunch of …

Read more

A New Home

Posted May 6, 2008

A long time ago, Dan and I decided we should split off and do our own personal blogs separately from twologic. We decided that twologic would simply aggregate data from both our personal blogs.

So here is my very own place. So as you can see, I’ve already brought my prior articles over to their ne…

Read more

Now on Google Code

Posted August 18, 2007

I have become increasingly busy (a.k.a. lazy), and no longer wish to maintain a darcs repository or setup some sort of issue tracking. So I have left that up to google. The project is now hosted over at http://code.google.com/p/inheritance/.

Over the next few days I will be updating the project pag…

Read more

Support for Singletons Added

Posted August 12, 2007

I recently received an emailed from Nicholas Barthelemy of http://www.nbarthelemy.com regarding a little method he had written for creating Singletons with my inheritance library. Using Singletons in Javascript is something I do quite frequently, but I have always thought about them in the traditio…

Read more

Long awaited project page arrives

Posted August 3, 2007

Well, I finally got rid of my laziness. Well, at least for most of the weekend. The lame Inheritance.js project page has finally been updated. There is now some real content there, not just some lame page saying there is "more to come in just a little while". Head on over to pick up the javascrip…

Read more

Prototype Patch Re-submitted

Posted July 28, 2007

Well I finally got off my high horse and made some time to build out a collection of unit tests for my inheritance library. I took the latest code along will all the newly written unit tests and bundled them into a nice patch for prototype. I re-attached them to my original patch so hopefully it w…

Read more

Updated OO Library

Posted July 27, 2007

It has been a while since I last posted and I just wanted to make a quick announcement. Version 2.2 of my Ruby style OO library is now ready for public consumption. It has been sitting around in my darcs repository for a good little while now. This new version is functionally identical to the ver…

Read more

Javascript OO Ruby Style

Posted June 13, 2007

This is a follow up post regarding the OO inheritance javascript library I blogged about earlier. I planned on submitting my original work as a patch to Prototype. Before submitting my patch at the rails development site I checked out the competition. I found a couple OO implementations already i…

Read more

Object Inheritance with Javascript

Posted May 18, 2007

Recently I''ve been spending a lot of my time experimenting with and writing web-applications powered by a fair bit of Javascript. I''ve toyed with a couple of the new big hitters in the world of Javascript; namely Prototype1 and MochiKit2. If you haven''t heard of either library, I encourage you …

Read more

Displaying all 10 posts