Archive for the ‘links’ Category

LearnBoost/soda

Linked on Sep 28 at 4:18

JavaScript is quickly becoming my go-to language where I need basic functionality along with a low barrier to entry for casual developers. Writing Selenium tests in JS seems like a good alternative to a DSL or cumbersome Java tests.

The Slow Way to SPDY

Linked on Sep 26 at 18:34

“[T]here is a partial Python implementation of the v2 [SPDY] draft that has seen some love and works with the current Chrome builds but (and herein lies another kink) only if you disable SSL support explicitly via the command line, which is a pain since it’s rather trivial to get the whole thing to work … Read more