via pierro
a list by tom morris "The password anti-pattern is where services require you to enter your username and password in order to do things with your account. It teaches you how to be phished, and the only way to resolve it if you stop trusting the network you've given your password to is to change the password. It's also no longer necessary as lots of sites now have OAuth support, including Twitter."
"To add a term to be filtered out:
defaults write com.atebits.tweetie-mac filterTerms -array-add "#followfriday"
Or specify a whole list of things at once:
defaults write com.atebits.tweetie-mac filterTerms -array "#fb" "#followfriday"
To see your current filter terms:
defaults read com.atebits.tweetie-mac filterTerms
To delete all the terms:
defaults delete com.atebits.tweetie-mac filterTerms"
328 links here