-
By day, I'm a product manager serving a group of fantastic engineers at Square.
By night, I fight crime and solve mysteries with a robot pal of my own creation.
By midday, I like a snack, generally a cookie.
Part of this biography isn't true (hint, I like cookies and engineering, I don't own a robot)
-
Archives
-
Elsewhere
Category Archives: Technology
Keep VirtualBox guest additions up to date in your Vagrant boxes
vagrant plugin install vagrant-vbguest “And that’s it. From now on every vagrant up will check & install the correct guest additions right after booting:” Every time I ever booted a vagrant box and it yelled at me my guest additions … Continue reading
Posted in Programming
Comments Off on Keep VirtualBox guest additions up to date in your Vagrant boxes
django-configurations
django-configurations: Sanest approach I’ve seen to having multiple DJANGO_SETTINGS_FILE setups for your various environments. Plus it looks like it’d work really well with envdir which lets you store environment variables in files in a folder and execute programs using that folder’s … Continue reading
Agility in a nutshell: Look, try, learn, repeat; favor easy change
What to do: Find out where you are Take a small step towards your goal Adjust your understanding based on what you learned Repeat How to do it: When faced with two of more alternatives that deliver roughly the same … Continue reading
Posted in Kanban, Management, Programming
Comments Off on Agility in a nutshell: Look, try, learn, repeat; favor easy change
How to improve airports
Four gripes, and one crazy idea, to make flying just a little better. Continue reading
Posted in Business, Technology
Comments Off on How to improve airports
Get XML coverage reports from nose
Quick recap of my tiny plugin for nose. Continue reading