I guess this is compiled from CoffeeScript (but is still pretty nice and readable):
http://disaster.mmx-dns.com/js/_/heatmap.js -- why does (CoffeeScript?) execute the wrapped code with .call(this) rather than just ()? Is that to make it easier to embed CoffeeScript inside of JavaScript, eg, function javaScriptFoo() { ~~ CoffeeScript blah blah this something ~~ }? Do they support mixing the languages like that?
dynamic visualization LEGOs.
How much slower is Math.pow(d, 2) than d * d? Gonna guess a lot unless V8's smart enough to recognize the transform.
figue.js. Looks like they could get away without the sqrt in a few places too? Have not tried submitting any patches yet.
The rise of interactive data visualization. (Congrats!)
Paper.js. (Too much stuff in global scope? Or saving keystrokes? Looks fun.)
How to take advantage of Redis just adding it to your stack.
Flask 0.7 Released (Python Web Framework).
Flask.
Neo4j 1.4 M05 - "Kiruna Stol" Midsummer Celebration.
---
Why Programming Languages? bayespolr: Bayesian Ordered Logistic or Probit Regression.