Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,015 results
«« first
« previous
page 46 / 101
next »
last »»
TIL
Installing lxml for Python on an M1/M2 Mac
— I ran into this error while trying to run `pip install lxml` on an M2 Mac, inside a virtual environment I had intitially created using `pipenv shell`:
TIL
SQLite pragma_function_list()
— The SQLite `pragma_function_list()` table-valued function returns a list of functions that have been registered with SQLite, including functions that were added by extensions.
TIL
Rewriting a Git repo to remove secrets from the history
— I decided to make a GitHub repository public today that had previously been private. Unfortunately the revision history of that repository included some secret values, one of which I could not figure out a way to revoke.
Release
datasette-cookies-for-magic-parameters 0.1.2
— UI for setting cookies to populate magic parameters
Release
datasette-cookies-for-magic-parameters 0.1.1
— UI for setting cookies to populate magic parameters
Release
datasette-cookies-for-magic-parameters 0.1
— UI for setting cookies to populate magic parameters
TIL
Upgrading a pipx application to an alpha version
— I wanted to upgrade my [git-history](https://datasette.io/tools/git-history) installation to a new alpha version.
TIL
Scraping the Sky News Westminster Accounts, a Flourish application
— Sky News in partnership with [Tortoise](https://www.tortoisemedia.com/) published a fantastic piece of investigative data reporting: [the Westminster Accounts](https://news.sky.com/story/westminster-accounts-methodology-12764656), a database of money in UK politics that brought together data from three different sources and make it explorable.
TIL
Loading SQLite extensions in Python on macOS
— I finally found a workaround for this error when attempting to load a SQLite extension in Python on macOS:
TIL
Geopoly in SQLite
— I noticed this morning that one of my Datasette installations had the [Geopoly](https://www.sqlite.org/geopoly.html) SQLite extension enabled. I don't know how it got there - it has to be compiled specifically - but since it was there I decided to try it out.
TIL
Querying the GitHub archive with the ClickHouse playground
— Via [this comment](https://news.ycombinator.com/item?id=34197637) on Hacker News I started exploring the [ClickHouse Playground](https://clickhouse.com/docs/en/getting-started/playground/). It's really cool, and among other things it allows CORS-enabled API hits that can query a decade of history from the GitHub events archive in less than a second.
«« first
« previous
page 46 / 101
next »
last »»