How To

  • May 1, 2025

    Embed TiddlyWiki in Jekyll

    I have a personal TiddlyWiki filled with "How To" guides. I wanted to share some of them here, and so I hacked on Jekyll to support embedding wiki extracts.

  • Dec 14, 2023

    Import Timeseries Data into Django via TimescaleDB

    In this tutorial I explain how to import timeseries data from text files into a Django web application connected to TimescaleDB, an extension to the Postgres relational database. I also argue that TimescaleDB and Django make quite a good match because TimescaleDB, unlike many other timeseries databases, allows one to store timeseries data alongside web application data.