Magic view components For developers who like bindings, this comparison of 10 JavaScript MVC-like frameworks is a good place to start.
Moar info Even though Zombie.js is a test tool, designed for people who write tests, you’ll be surprised how many people report issues without including a test case (hint: almost all). Or for that matter, how many bug reports are untestable. Kind of depressing. Maybe I should start linking to this page.
Vim Loving ctrlp - Fuzzy file, buffer, mru and tag finder for Vim
Intuitive The Quiz Daniel Kahneman Wants You to Fail. A great read on why intuition fails us so often (not just politicians).
QotD Kent Beck:
doing good engineering is not primarily making good decisions, it’s seeking good feedback which lets you quickly discard bad decisions
Re: ctrlp, have you ever tried https://github.com/sethbc/fuzzyfinder_textmate? I’ve used this for years and still love it.
I used Command-T. Now trying that against ctrlp, the nice thing about ctrlp is it can search buffers and MRU as well.