The link:
Leaving JSPs in the dust: moving LinkedIn to dust.js client-side templates
The story:
Javascript templating using dust.js. The server only serves up JSON and the CDN-loaded template engine (dust.js) pulls apart the data to fill in data for the browser to render. Moving more towards thick clients. I like it.