May 2010
4 posts
InAppSettingsKit →
InAppSettingsKit is an open source solution to to easily add in-app settings to your iPhone apps. It uses a hybrid approach by maintaining the Settings.app pane. So the user has the CHOICE where to…
May 15th
5 notes
Add git branch to bash prompt
I’ve had this on my work laptop for over a year, but never got around to adding it to my home machine. Edit your .profile to add these: function parse_git_branch{ ref=$(git symbolic-ref HEAD 2> /dev/null) || return echo "("${ref#refs/heads/}")" } # path prompt export PS1="\w \$(parse_git_branch)\$ " Now your prompt will look like this if you’re inside a git repository:...
May 15th
13 notes
A Brief, Incomplete, and Mostly Wrong Opinion on...
Mike Rundle asked on Twitter  “If iPhone comes to Verizon at a good price, who would still buy an Android phone besides open source geeks?” My first answer is the current iPhone will never come to Verizon at any price. Verizon uses CDMA, which limits a device to at most 100 million subscribers in the United States. That sounds like a lot. But GSM devices, like the current iPhone models, can be...
May 12th
9 notes
How To Convert a SIM to a MicroSIM with a Meat... →
iPhone works fine without a 3G sim.. *cough*
May 6th
5 notes