Watching Notch's code stream "Making Prelude of the Chambered" (http://www.youtube.com/watch?v=rhN35bGvM8c&t=10m05s&hd=1) was fascinating.
Are there any other sites like WatchMeCode.net. I'd like to watch developers screencast their workflows, especially for different languages. Watching a top OSS contributor work (jumping from IDE, to test, to GitHub) would be awesome.
We do all kinds of screencasts - I'm editing one about ActiveAdmin on Rails right now, and we also have many other formats (.NET, some Rails) - not all just Javascript.
PeepCode has a series called "Play by Play" (https://peepcode.com/screencasts/play-by-play) where you can see a lot of professionals solve a small problem in 1-2 hours. It goes through their thought process, design and implementation. I think I've seen Ruby, JS, Python and even C in some of those screencasts.
TekPub streams are mostly javascript. I'd like to see ruby devs at work. It struck me over the weekend as I was working on some 24 Pull Request projects. We should not only share our code, but our process as well.