I have a database table with all of my Swarm checkins since 2011, created using my swarm-to-sqlite tool. …
This TIL adapted from a Gist I put together in 2019, before I started tracking TILs here. …
This is a quick trick for creating a cumulative chart of the total number of items created over time based just on their creation date. …
Django SQL Dashboard can display rendered markdown generated by a SQL query. …
I wanted to find potentially duplicate records in my data, based on having the exact same name and being geographically located within 500 meters of each other. …