Tag
Notes tagged “archive”
Every note filed under archive, newest first.
A filtered view of the notes.
2009
- I like the way Aquamacs looks. I don’t use it because it feels different
Why I keep stock GNU Emacs over Aquamacs — one consistent editor across every OS.
- Even faster String.prototype.trim() implementation in JavaScript
A faster, non-regex String.prototype.trim() — later adopted into early JS frameworks.
- Making the browser download scripts in parallel
Loading multiple scripts concurrently instead of the browser’s serial default.
- memcache.js for Google App Engine application front-ends?
Caching AJAX responses on the client by mapping App Engine’s datastore to JS objects.
- Implementing a Pythonic range() function in JavaScript
A Python-style range() helper instead of typing out a sequence by hand.