Thanks everyone whom has attended my workshop session at IP3 Forum. Here’s my slides for you:
Mastering Xcode 3
View more presentations from Libin Pan.
Interactive Ontario, in partnership with Bell, is pleased to present the Toronto iP3 Forum — a one-day event that will explore the changing mobile landscape and the business opportunities associated …
Installation
By default it will install into /Xcode4, so you are safe to just click though almost blindly. This could change after the final release.
After install size is 5GB.
Launch
Very unstable, crashed …
“Hacker News” from YCombinator is the major source where I get all the technology and startup news. I love reading it a lot, I’ve even created an iPad app “HackerNews …
Peteris Krumins has done a great job on “Top Ten One-Liners from CommandLineFu Explained”. Here’s my short summary for quick reference:
#1. Run the last command as root
$ sudo !!
#2. Serve …
Recently, I am doing some heavy database migrations, so I spend a lot of time on playing with SQL again. It’s fun as always. But there are some SQL files …
I’ve been using this TextMate shortcuts Desktop Wallpaper for two years already, it’s really helpful, no matter how long have you used TextMate. And, did we missed anything new about …
I’ve been using tail to watch my log files for years:
tail -f log/production.log
It works great all the time, until you want to search for something, then you have to ctrl+c …