Markov Keyboard Layout

made by shapr, submitted by strickinato
First, it's impressive software. Second, it takes advantage of emacs in an interesting way. Third, it's a zany idea well executed, and finally -- it's an interesting satirical takedown of hyper-optimization that I very much appreciate.

Prototype-based programming in Javascript

made by chun, submitted by strickinato
This is a step-by-step walkthrough of how prototypes work in javascript. It's structured to be both a great learning resource as well as a great reference. The examples are also fun they reveal the underlying structure behind some of javascript's most ludicrous wtf moments.