Monthly Archives: March 2008

another reason to love vim

In vim 7.0 try the following: :tabnew http://www.google.com :e # to reload Very handy to quickly view source, or edit any remote HTML/CSS, etc.
Posted in sysadmin | 1 Comment

Introduction to Array and Hash Methods

One significant programming paradigm I first learned with perl, and have carried over to other programming languages such as ruby, is to think of arrays and hashes as fundamental data types, accompanied by their associated functions/methods. Though not as great of a leap as the transition from procedural to object-oriented programming; to be able to [...]
Posted in programming | Leave a comment

Bookmarks for March 13th

[from jashmenn] Rails Performance Link Fest – A nice set of links on Rails performance [from jashmenn] Relevance, Inc. – Have you killed a design pattern today? – I'm still not convinced that design patterns are as evil as people are trying to make them out to be, but this is an interesting snippet of ruby [...]
Posted in bookmarks | Leave a comment