Setting up a new MacBook Pro for Development

At my new job , I’m using a 15” MacBook Pro. It’s a really beautiful machine. I got it on Friday night just before the iPhone Dev Camp last weekend, and I stayed up until 3AM getting it all set up. I’ll be using this machine for: iPhone Development .NET Development Rails Development...

Continue reading »

I was on TV!

In case you missed it, I was interviewed by Channel 39 News here in Houston about iPhone app security.  The interview lasted about 15 minutes and we mostly talked about the dangers of jailbreaking & leaving the SSH service running with the default user & password.  You can’t really...

Continue reading »

Thanks iPhone Dev Camp Houston!

All I can say about iPhone Dev Camp Houston is..... WOW. Just check out the twitter stream ( #ipdchouston ) to see all of the buzz that was going on during the event. I was asked to give an intro presentation, so at 10:00 AM I gave a quick overview of Objective-C and the iPhone SDK. When asked if the...

Continue reading »

Fix Outlook 2010

Use GMail?  Have you gotten an email from somebody that looks like this? They are likely using Outlook 2010.  So what’s the issue?  Well if you click the button to see the entire message, you see a fairly innocuous message.  Nothing really out of the ordinary.  But if you click...

Continue reading »

Greener Pastures

Last week I gave my two weeks notice to my employer, Sogeti .  I’ve been working there since 2006 (when we were Software Architects, or Sark) and have many fond memories.  I’ve grown considerably as a software developer these past 4 years, and I’ve had the opportunity to work in many cool fields...

Continue reading »

January ALT.NET Geek Dinner

After my ruby talk this week, a few of us decided on the next meeting.  The January ALT.NET Houston Geek Dinner will be held at Star Pizza, next Wednesday, January 13th from 6:00pm - 8:00pm. Come, eat good pizza, drink a beer or two and enjoy some good discussion.  Topic of discussion will...

Continue reading »

A Bunch of Reasons to Love Ruby – HDLUG Presentation

Last night I gave a presentation to the newly created Houston Dynamic Languages User Group , or HDLUG for short. The title of the presentation was “A bunch of reasons to love ruby” and I think it went over well.  I am not  a ruby expert by any means, but I do practice it regularly and I enjoy...

Continue reading »

Speaking at the 1st Houston Dynamic Languages User Group

I’ve been invited to give the first presentation to the Houston Dynamic Languages User Group .  See the announcement here . I’ll be speaking about the Ruby language, Ruby on Rails , as well of some interesting points about the Heroku environment for cloud-based scalable hosting.  This talk...

Continue reading »

Interview online at InfoQ

InfoQ has become on of my favorite sites for software developer news, and I’m extremely glad to say that they interviewed me, Jeffrey , and Jimmy about ASP.NET MVC in Action. You can read the interview here ....

Continue reading »

A Helpful Formatter for TimeSpan

I am doing a healthy amount of logging in a multi-threaded app, and I frequently need to output a TimeSpan value.  The default ToString() implementation for TimeSpan outputs the time in a 04:00:00 format, which isn’t as friendly to read as “4 hours”. Here is a quick extension method that will give...

Continue reading »