@jmoiron Is consolas the best thing Microsoft has ever made? I can't think of anything more exquisite off the top of my head.
@jmoiron Just tried to drag the #flavorsme controller out of my browser onto another desktop; looks and feels so smooth.
@jmoiron finally! find text on #iOS4.2 mobile safari, font setting for notes; only reason I still jailbreak is SBSettings and unlock for hong kong
@jmoiron dear #django's urlresolvers.reverse, if DEBUG=False please do not throw on ImportError/missing views; that isn't the url i'm looking for
#31 to dotfiles add some new color themes, modify flassh to handle 'ssh blah cmd', alter font in vimrc, name in .gitconfig
3291c3c8 to iris add a true find parser that parses things down to mongo spec documents, field lists, and counts
@jmoiron @jacobian is this accurate? : django ORM is not an attempt at a comprehensive abstraction of SQL, but a data model description DSL.
@jmoiron "Such unification [..] of the "cock's eye" and "cow piss" characters presents an interesting challenge" http://unicode.org/reports/tr1.html
a9f040a1 to iris add split lexer/parser, more tests for lexer and parser, split completion support on the shell
88e40020 to iris move language bnf out to separate file, create parser & completion.py inside query package
70f65b7a to iris add some stupidly complex command line completion for the find command that is virtually unravelable
d363b15e to iris greatly simplify field matching by using a regex instead of a big combination of Word(Upper | Lower) etc
cd0bf9ed to iris simplify the separators with a new Separator composed type, add comma literal, make empty lists illegal