Tag
Mac OS X
2 posts tagged "Mac OS X".
- 5 min read
The Desktop is Dead! Long live the Desktop!
So it seems like desktop applications are dead, or the were... I don't know. I'd rather a full native app instead of a web-based app. EVERYWHERE! And that…
- 1 min read
SVN Tip
//search and delete .svn `find` `. -depth -name .svn -``exec` `rm` `-fr {} ;`