The ubiquity of vi

Posted by: barbara | Date: Dec 01, 2008 | Category: mac os x | Comments: 4

Whenever a conversation about tools comes up, I find myself, inevitably, putting on a sheepish grin and confessing that yes, in fact, I am a vi user.

And I'll be honest - in my early days as a developer, I just wanted to earn a little respect.

Go ahead, make ...

Read More

Git on Mac OS X

Posted by: barbara | Date: Nov 18, 2008 | Category: git mac os x | Comments: 5
Okay, forget what I just said about svn on OS X. This week, I'm moving one of my projects into a private repo on github. Why? Well, obviously because it's the new hotness. Because all the kids are doing it? Actually, the answer is "why not?". It can't ...

Read More

converting tabs to spaces in vi

Posted by: barbara | Date: Nov 06, 2008 | Category: mac os x python | Comments: 3
This is mostly for my own personal reference - just one of those little things I use frequently and always forget how to set up:

If you're writing Python, then you know that indentation is, uhm, somewhat important. Mkay. I use four space indentation as a standard, but ...

Read More

SVN on Mac OS X

Posted by: barbara | Date: Nov 04, 2008 | Category: mac os x | Comments: 0

It's a few years old, but this article on downloading and installing svn for OS X is still the best and most useful:

Building Subversion (SVN) on Mac OS X [Hive Logic]

Installing is the hard part - once you've got installed, it's just a few easy steps to ...

Read More

update locate database for Mac Os X

Posted by: barbara | Date: Jun 05, 2008 | Category: mac os x | Comments: 3
Here's one of those little things I do frequently, but never remember the command. The 'locate' command searches a file name database that is updated weekly (I think the default update time is 4:30 am every Saturday morning, but only if your Mac is switched on then, which mine never ...

Read More