Trying out SQLite extensions on macOS
Alex Garcia has been building some really cool new custom extensions for SQLite, working in C and Go. So far he's released two:
760 words
|
4 minutes
Converting HTML and rich-text to Markdown
If you copy and paste from a web page - including a full table - into a GitHub issue comment GitHub converts it to the corresponding Markdown for y...
112 words
|
1 minute
Monitoring and Managing System Services with invinservicedemon
An in-depth look at invinservicedemon, a Rust application designed for monitoring and managing system services, developed by Anubhav Gain.
556 words
|
3 minutes
Interactive row selection prototype with Datasette
I added a new [llms](https://simonwillison.net/tags/llms/) tag to my blog, for my content about Large Language Models.
759 words
|
4 minutes
Redirects for Datasette
I made some changes to my https://til.simonwillison.net/ site that resulted in cleaner URL designs, so I needed to setup some redirects. I configur...
86 words
|
1 minute
Running Docker on an M1 Mac
*TLDR: Use `platform: linux/amd64` in `docker-compose.yml` and your containers will probably work!*
868 words
|
4 minutes
Returning related rows in a single SQL query using JSON
When building database-backed applications you'll often find yourself wanting to return a row from the database along with its related rows.
520 words
|
3 minutes
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`:
207 words
|
1 minute