-
Archives
- September 2010
- August 2010
- March 2010
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- March 2008
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- September 2006
- August 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
-
Meta
Category Archives: Programming
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
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, Mac OS X, Programming, Ruby, iPhone
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
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
I’ve been busy
It has been a few months since I’ve blogged here and where have I been? Short answer is that I, Luis de la Rosa, have been busy. I’ll get into the details over the next series of posts. In terms … Continue reading
Posted in Programming
Comments Off
NSCoderNightDC is going to be studying iPhone SDK Development
NSCoderNight DC is going to be switching gears tonight and starting to study the new Beta Book from the Pragmatic Programmers titled iPhone SDK Development. Why the switch? Because the NDA has been lifted. It is the first book of … Continue reading
Posted in Cocoa, Programming, Washington DC, iPhone
Comments Off
10 Things I Learned from C4[2]
I went to C4[2] last month. For the uninitiated, C4[2] is the third (yes we count from zero) conference of its kind, a conference for independent-minded Mac and now iPhone developers, held annually in Chicago, Illinois. It is run by … Continue reading
Posted in Cocoa, Conferences, Mac OS X, Programming, iPhone
1 Comment
Generating random numbers in Cocoa
I’m writing an application to pick prize winners for the RubyNation conference that’s coming up here in the Washington DC area. As part of that, I have to generate random numbers. So I went looking for how to generate random … Continue reading
Posted in Cocoa, Conferences, Mac OS X, Programming
1 Comment
NSCoderNight tonight in Northern Virginia
I’ve been going to the past few NSCoderNights here in Northern Virginia. We’ve met up at Panera in Tysons before (look for the Apple logos.) But tonight we’re trying a different venue: Camille’s Sidewalk Cafe near the Courthouse Metro in … Continue reading
Posted in Cocoa, Mac OS X, Programming, Washington DC
Comments Off
2007 Training in Review
Last year I took a lot of training. In the past, my employers would usually send me to one training event. Sometimes I would get to go to two if times were good. Other times, there was no training budget. … Continue reading
Posted in Cocoa, Conferences, Programming, Rails, RailsConf, Ruby
1 Comment