An Algorithmic Lucidity

a blog

May 2014

Behind Schedule

gotta wr8

gotta wr9

it feels like you should be able to spell write with a numeral

but I guess

you can't

A Short Story

"Seriously, what kind of asshole writes the phrase conditional on the hypothesis that when the word if would do?"

"Well ..." I said.

Sub Specie Aeternitatis

Contrary to popular belief, it is not the case that all's well that ends well. But it will seem like it, at the end.

Clarity of Intent

<bob> and here on line 79---
<bob>         else:
<bob>             return None
<bob> you don't need the else
<bob> Python functions will implicitly return None
<alice> $ python -c "import this" | sed -n 4p