Adding notes to Simplenote via the command-line and Dropbox
Python, not Ruby
Great glade tutorial for gtk GUIs

http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html

Sparkup for writing HTML

I’ve been writing a lot of HTML recently and got sick of the all the tag-typing, Sparkup is a nice vim and Textmate plugin with zencoding style syntax. Sparkup is the official repo, but I found that vim-sparkup works better with pathogen.

Google+
Instant upload on Google+

Probably the killer feature for me so far

Re-indent file in Vim

The command to re-indent the whole buffer:

 gg=G 
Recursively edit file permissions

With chmod, you can use the “-R” flag to recursively modify the permissions of both files and directories, however, semetimes you only want to update file permissions.

To do that, use:

find . -type f -print0 | xargs -0 chmod 644

replacing 644 with your desired permissions.

merlin:

[via]
Tumblita for iPad

Just installed Tumblita for iPad, seems like a nice choice, with plenty of features