This is a good thing in itself, but it does raise the question of when a platform changes from being just 'open' to being so wide spread that it is considered as a public API. I'm not in a position to comment on why Peep wasn't updated to work with OAuth before it was released, but it does make you question who is responsible for maintaining the service levels of public API's.
If Twitter have published and promoted their API, surely it is their best interests to maintain its functionality, and ensure some level of backwards compatibility? This is a tricky point to argue, as on one hand it is very good that they are maturing their platform with new features and security, but on the other hand they do risk alienating the community they rely on by introducing new features that require third party application changes. By this I mean changes that require an update, and are not backwards compatible, rather than just not updating and missing out on any new functionality.
This is especially prominent in this instance as it affects the Twitter Application that actually ships with HTC Android handsets, so it is guaranteed to be quite widespread.

ClojureDocs - Not only will this be useful if you're learning Clojure but it is an awesome example of online documentation! Easy to navigate (drill into Clojure Core and scroll down - the ToC stays visible), everything is categorized, drilling into any function shows examples and you can click to expand the actual source code of the function!
There's a discussion on the Clojure mailing list about how to learn to "think in Clojure" (or think in Lisp or, really, think in functional programming terms). A prominent recommendation is The Joy Of Clojure by Michael Fogus and Chris Houser, which everyone says is a great book, but here are a couple of free online books that were also recommended:
Enjoy!
I've been developing and debugging an AIR app for an upcoming demo, and running into the same problem, I start debugging the app in ADL, and immediately have to move it over to my second monitor so I can see code while looking at the app.
Or I could just set the X and Y coordinates in my application manifest file. Now it launches on the second monitor every time.
Just have to remember to switch back before production.
I mentioned before that I'm on Twitter. I thought I'd mention what tools I use. I use Adobe AIR desktop application called tweetdeck from tweetdeck.com (screenshot). I have 4 columns that I keep track of. First column is the main twitter timeline with all the people in it that I'm following. The 2nd column is the essentially the same as the @mentions (or in this case, @webRat) link on the twitter website. So, anyone that talks directly to me or happens to mention my username, that tweet will show up there. The 3rd column is a simple search on the world "Railo." The 4th is pretty much everything CFML related (search: coldfusion OR cfml OR cfbuilder OR "coldfusion builder" OR cf9 OR cf8 -job -jobs) - I use this column for trying to assist people with regular cfml questions or trolling for haters ripping on cfml.
Until Tweetdeck gets their Android app up to speed, I just use the 'official' twitter app for Android.