-
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: Mac OS X
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
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
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
What to do before you do Ruby on Rails development on Mac OS X Leopard
Apple has a new series about Ruby on Rails development on Mac OS X Leopard. Its a nice article to help get you going. One thing I’d like to reiterate is that it is good to lock down your RubyGems … Continue reading
rcov 0.8.1 fixes Safari 3 colorization
Happy Thanksgiving everyone! I hope you enjoyed time with your family and friends. Well one new thing that you can be thankful for is rcov 0.8.1. This new version of rcov fixes the colorization problem with Safari 3, which by … Continue reading
Posted in Mac OS X, Ruby
2 Comments
Ruby bugs on Leopard
I installed Leopard about 2 weeks ago and been doing Ruby on Rails development on it since. I encountered some bugs initially, but I managed to conquer them. I think Leopard’s great for doing RoR development. It seems faster, it … Continue reading
Posted in Mac OS X, Rails, Ruby
21 Comments
CCMenu helps you monitor your builds
You’re using continuous integration, right? If not, you really should. And you should probably set it up to email you if the build breaks. But there’s a nice way to get notification right on your OS X desktop: it’s CCMenu. … Continue reading