powRSS
Home Recent Glimpses Shuffle Blogs Random

Tue Aug 09

ANHVN

4y
I’ve rebuilt my photo gallery. There have been many iterations of this as I try to maintain a personal alternative to Instagram; here is the latest. the new gallery History A few years ago, I spent a few months maintaining a daily photo log. The highlight was writing captions, which displayed with a short...
In which I get my ass kicked by the heat in Boulder.
I was recently discussing some dumb Python tricks at work with some colleagues and showed them this old Gist I wrote, which in modern times I would rewrite to look like this: import functools import inspect import sys @functools.lru_cache def getlines(filename): with open(filename, "r") as file_handle: return...