June 7, 2014Software, Uncategorized A python utf gotcha This one had me stumped for a while: # -*- coding: utf-7 -*- import datetime from sqlalchemy import ForeignKey, Column from sqlalchemy.types […]
December 20, 2011procps, Software When a dynamic library and program share functions This is about making procps have a proper library but it really is a generic sort of question. Say you are making […]