Brandon Konkle
Brandon Konkle

Principal Engineer, type system nerd, Rust enthusiast, supporter of social justice, loving husband & father, avid comic & manga reader, 日本語を勉強してる。

Tags


Principal Engineer, type system nerd, Rust enthusiast, supporter of social justice, loving husband & father, avid comic & manga reader, 日本語を勉強してる。


Interview on REM

A quick interview with my brother on his upcoming independent film. AS FINE AS IT EVER WAS: DENTON FILMMAKER TWEAKS THE LINE BETWEEN DREAMS, WAKING LIFE [http://littledtx.com/as-fine-as-it-ever-was-denton-filmmaker-tweaks-the-line-between-dreams-waking-life/]…

Brandon Konkle Brandon Konkle

pip bug with new versions of git

Just got bit by the pip bug that this commit fixes, which affects pip users with the newest versions of git. If you're having trouble installing a git requirement in pip because of a git rev-parse error, just update to the dev version of pip. pip install -U pip==dev. Use git show-ref instead of…

Brandon Konkle Brandon Konkle

loglevel

I just discovered loglevel [https://github.com/pimterry/loglevel], and I love it. It's lightweight, but does everything I want it to. I ran a quick jsperf test [http://jsperf.com/loglevel], and it looks like there is a performance increase in suppressing debug log messages.…

Brandon Konkle Brandon Konkle