hobbies and projects

Sewing a tablet case

I wanted a sewn cover for a tablet. A few seamstresses offered to make it for me, but why have it done well and quickly, when I can do a botch job of it half a year later?

csv-to-sqlite - copying from CSV files to a SQLite database

csv-to-sqlite is a command line tool that **takes CSV files and dumps their contents into a SQLite database**. The basic gist: for each file, the script creates a database table with the same name, tries to guess the data type, then copies all the data into the database.