| — | Clay Shirky |
| — | “A Career in Web Operations”, Theo Schlossnagle |
| — | Banksy (via absentia) |
But in either case, you don’t want to be too close to it.
| — | Dilbert |
When I right-clicked on a HTML file in Finder and chose “Open With”, there were 3 entries for Opera. This command (found on Apple support forums) fixed it:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
This should rebuild your launch services database, which removes the duplicate entries.
iPython on OSX had colorized output and TAB-completion worked, so I assumed readline was working, but as soon as I tried to use command history it became a mess. Difficult to describe, but messy :-)
After Googling a bit, found the culprit: when I started iPython, it printed “Leopard libedit detected.”. Turns out that for iPython to work perfectly, libedit won’t do. The fix is trivial:
sudo easy_install readline
| — | Jon Purdy on a StackOverflow comment |

