Links for 12 August 2011
- Ask Ars: how do I use the find command in a pipeline? answers the question of how to use the output of the find command to get things done
- Sublime Text seems to be the latest fancy in Text Editors. Whilst there's no GUI for "real settings" you're welcome to configure it using the settings reference guide
- jsFiddle allows you to share HTML, CSS and JavaScript code snippets that can be edited by others
- The answer to the age old question of How To Safely Store A Password
- Introduction to Augmented Reality on the iPhone using camera, gyroscope, and Cocos2d
- Essential JavaScript Design Patterns For Beginners
- Convert a Menu to a Dropdown for Small Screens
- Using And Building OpenCV (Open Computer Vision) On iOS Devices
- Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly
- Rails Ultimate Install Guide on OS X Lion
- Setting up PHP & MySQL on OS X 10.7 Lion
- Network Link Conditioner in Lion allows you to simulate various network conditions
- Why did nobody ever tell me about ssh_config? something that seems to be extremely useful when you're SSHing all over the place
- Essential TextMate Shortcuts, Tips and Techniques since TextMate (or it's users) will never die
- Demeter: It’s not just a good idea. It’s the law.
- Code review: Ruby and Rails idioms
- After doing a fresh Lion install and restoring my Documents folder from Time Machine it seemed that the permissions were incorrectly set as I was always prompted to authenticate to save/delete files in ~/Documents. Turns out ACL's and permissions were wrong and I had to boot from the rescue partition and run "resetpassword" to reset the ACLs. Full details here