Jon Parise (indelible.org)

Syndicate content
Fresh Ink
Updated: 12 hours 50 min ago

Password Composer for iPhone

October 25, 2009 - 11:50pm

I often use Password Composer (written by Johannes la PoutrĂ©) to generate unique, per-site passwords. It does an excellent job because it’s simple, unobtrusive, and reliable. The one downside is that you need to have it available in order to (re)generate the password for a given web site, and that isn’t always convenient, despite the large number of existing Password Composer implementations.  read more »

Reloading Python Modules

August 15, 2009 - 8:58pm

Being able to reload code modules is one of the many nice features of Python. This allows developers to modify parts of a Python application while the interpreter is running.  read more »