Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 66 / 104
next »
last »»
TIL
Using the sqlite3 Python module in Pyodide - Python WebAssembly
— [Pyodide](https://github.com/pyodide/pyodide) provides "Python with the scientific stack, compiled to WebAssembly" - it's an incredible project which lets you run a full working Jupyter notebook, complete with complex packages such as numpy and pandas, entirely in your browser without any server-side Python component running at all.
TIL
Using Fabric with an SSH public key
— Inspired by [this tweet](https://twitter.com/driscollis/status/1445772718507376646) by Mike Driscoll I decided to try using Fabric to run commands over SSH from a Python script, using a public key for authentication.
TIL
Loading lit from Skypack
— [Lit 2](https://lit.dev/blog/2021-09-21-announcing-lit-2/) stable was released today, offering a tiny, feature-full framework for constructing web components using modern JavaScript.
TIL
Publishing to a public Google Cloud bucket with gsutil
— I decided to publish static CSV files to accompany my https://cdc-vaccination-history.datasette.io/ project, using a Google Cloud bucket (see [cdc-vaccination-history issue #9](https://github.com/simonw/cdc-vaccination-history/issues/9)).
Release
json-flatten 0.2
— Python functions for flattening a JSON object to a single dictionary of pairs, and unflattening that dictionary back to a JSON object
TIL
Configuring auto-update for an Electron app
— This is _almost_ really simple. I used [electron/update-electron-app](https://github.com/electron/update-electron-app) for it, the instructions for which are:
TIL
Cumulative total over time in SQL
— 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.
Release
datasette-write 0.2
— Datasette plugin providing a UI for executing SQL writes against the database
Release
datasette-schema-versions 0.2
— Datasette plugin that shows the schema version of every attached database
«« first
« previous
page 66 / 104
next »
last »»