david duchovny doesn’t know what frogs are
david duchovny doesn’t know what frogs are
When talking about “government inefficiency” I am always brought back to my college control theory classes. In control theory you learn that for a system to be stable, you must to decrease performance. Likewise if you want a performance system, you have to narrow the conditions in which it…
cool map yelp, did u know they just went ahead and relocated brooklyn to tribeca, the ultimate gentrification endgame
I was curious about whether NB or Note was more common in a codebase I was working on, and that was fairly simple to see:
git grep NB $DIREC | wc -lHowever, then I wondered whether different people used NB or Note, so I tried
find $DIREC -type f | grep -v '/\.' | xargs -n1 git blame | grep...
these are my favorite types of blog posts