-
Recent Posts
Recent Comments
- Marc on Work-around for Mac OS X python package install error — "lipo: can’t figure out the architecture type"
- Textmate: Bundle Items menu shortcut fix | TJ's Logic on Textmate: Use Command-Escape as a Shortcut to the Gear Menu
- James Murty on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
- Bef on JetS3t 0.8.1 in the wild
Archives
- December 2011
- May 2011
- April 2011
- February 2011
- January 2011
- October 2010
- July 2010
- May 2010
- March 2010
- February 2010
- January 2010
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Categories
Meta
Category Archives: Tips
Vimdiff for three-way merges in Mercurial
I’ve been using vim as my sole code editor for a couple of years now at work. I find that the more I use it and the more I learn (there will always be more to learn about vim) the … Continue reading
Posted in Coding, Tips
Leave a comment
Work-around for Mac OS X python package install error — "lipo: can’t figure out the architecture type"
This is just some quick documentation of a couple of work-arounds I needed to install the a python package on Mac OS X 10.6.6 (Snow Leopard). This solution could work in a number of cases, not just for this one … Continue reading
OpenID Delegation: Why and How
The great promise of the OpenID specification is that it can simplify identity management on the ‘net. At its best, OpenID provides three great features: Unified Identity A single account (identity) with which you can log in to many sites, … Continue reading
Posted in OpenID, Tips
Leave a comment
IPython with Python version 2.6 on OS X Leopard
I recently installed the excellent IPython program, a beefed-up Python console that provides a raft of extra features over the default interpreter and makes it even more of a pleasure to work with this language. When you install IPython on … Continue reading
Posted in Python, Tips
7 Comments
How to use JetS3t with Eucalyptus
Updated 2009-06-22: Added settings that limit JetS3t to a single HTTP connection at a time, to work around apparent thread-safety issues in Walrus. Eucalyptus is a relatively new but rapidly developing open-source system for running your own cloud computing clusters. … Continue reading
Posted in Cloud Computing, Eucalyptus, JetS3t, Tips
5 Comments
XCode 3.1 and SVN 1.5
I am reading the book Xcode 3 Unleashed to get to grips with Apple’s Xcode IDE. While configuring a local Subversion code repository I came across a couple of problems that had non-obvious solutions. After creating an SVN repository in … Continue reading
Posted in Coding, Tips
3 Comments