Author Archives: luis

Blog Reboot

Twitter – that’s one word for where a lot of my writing energy has gone.  It’s such an easy way to get out a few words and there’s no pressure to be perfect. Then again the pressure to be perfect … Continue reading

Posted in Blogging | 2 Comments

GitX – a great Mac OS X tool for visualizing your Git history

I’m a command-line kind of guy. I guess when your CS teachers in high school raised you on a Minicomputer with a dumb terminal and vi, you get used to that kind of thing.So I mostly use the git command … Continue reading

Posted in Rails | Tagged | 1 Comment

dim – visualize your Git diff in TextMate

I use git as my primary version control system and one nice alias that I have in my ~/.bash_profile is “dim”. When I type in “dim”, I see my Git diff within TextMate which makes it easy to see what … Continue reading

Posted in Programming | Tagged , , , | 3 Comments

C4[3] Blitz Talks and MacRuby

I just came back from C4[3] – an Independent Mac and iPhone Developer Conference in Chicago. Wolf and Victoria host it and I saw Daniel Jalkut helping out along with a few other folks. In case you’re not hip to … Continue reading

Posted in Cocoa, Conferences, iPhone, Mac OS X, Programming, Ruby | 1 Comment

Getting Sparkle from source (using bzr as compared with svn and git)

A few notes about getting Sparkle, the widely used framework for updating Mac OS X apps, from source: 1. Get a branch. This is similar to “svn checkout” or “git clone”. bzr branch lp:sparkle I admit it is kind of … Continue reading

Posted in Cocoa, Mac OS X, Programming | Tagged , , , | Comments Off

iPhoneDevCampDC is coming July 31st – August 1st!

We are putting together a local gathering of iPhone developers in the Washington DC area. Its called iPhoneDevCampDC and it is a satellite event of the main iPhoneDevCamp (which is in Sunnyvale, CA.) There are satellite events all over the … Continue reading

Posted in Conferences, iPhone, Northern Virginia, Washington DC | 1 Comment

Three things I learned at WWDC 2009

I went to WWDC 2009 last week and I learned 100 things. Unfortunately, 97 of them are under NDA, so I’ll just share with you three things that aren’t secret. 1. When in doubt, file a bug. Mac OS X … Continue reading

Posted in Cocoa, Conferences, iPhone, Mac OS X | Tagged | 1 Comment

Developer Day – Falls Church, VA – this Saturday May 30

There’s a local Developer Day one-day conference here in Falls Church, VA (which is right outside Washington, D.C.) It is happening two days from now, this Saturday May 30, 2009. The schedule looks pretty cool and it is being sponsored … Continue reading

Posted in Conferences, Northern Virginia, Programming, Washington DC | Comments Off

Lessons Learned: Blank page of death after upgrading to WordPress 2.7.1.

I had the blank page of death problem when logging in to my blog after upgrading to 2.7.1. What this means is that after I logged in, I would just get a blank white page with no page source. To … Continue reading

Posted in Blogging | Tagged , , | Comments Off

How to use TouchJSON in your iPhone Apps

I gave a presentation at NSCoderNightDC a week ago on “How to use TouchJSON in your iPhone Apps.” It was great fun and we had a little iChat Screen Sharing session going on with Rob aka @capttaco so that everyone … Continue reading

Posted in Cocoa, iPhone | Tagged , , | Comments Off