Weeknotes: Three podcasts, two trips and a new plugin system
30th September 2024
I fell behind a bit on my weeknotes. Here’s most of what I’ve been doing in September.
Lisbon, Portugal and Durham, North Carolina
I had two trips this month. The first was a short visit to Lisbon, Portugal for the Python Software Foundation’s annual board retreat. This inspired me to write about Things I’ve learned serving on the board of the Python Software Foundation.
The second was to Durham, North Carolina for DjangoCon US 2024. I wrote about that one in Themes from DjangoCon US 2024.
My talk at DjangoCon was about plugin systems, and in a classic example of conference-driven development I ended up writing and releasing a new plugin system for Django in preparation for that talk. I introduced that in DJP: A plugin system for Django.
Podcasts
I haven’t been a podcast guest since January, and then three came along at once! All three appearences involved LLMs in some way but I don’t think there was a huge amount of overlap in terms of what I actually said.
- I went on The Software Misadventures Podcast to talk about my career to-date.
- My appearance on TWIML dug into ways in which I use Claude and ChatGPT to help me write code.
- I was the guest for the inaugral episode of Gergely Orosz’s Pragmatic Engineer Podcast, which ended up touching on a whole array of different topics relevant to modern software engineering, from the importance of open source to the impact AI tools are likely to have on our industry.
Gergely has been sharing neat edited snippets from our conversation on Twitter. Here’s one on RAG and another about how open source has been the the biggest productivity boost of my career.
On the blog
- NotebookLM’s automatically generated podcasts are surprisingly effective—Sept. 29, 2024
- Themes from DjangoCon US 2024—Sept. 27, 2024
- DJP: A plugin system for Django—Sept. 25, 2024
- Notes on using LLMs for code—Sept. 20, 2024
- Things I’ve learned serving on the board of the Python Software Foundation—Sept. 18, 2024
- Notes on OpenAI’s new o1 chain-of-thought models—Sept. 12, 2024
- Notes from my appearance on the Software Misadventures Podcast—Sept. 10, 2024
- Teresa T is name of the whale in Pillar Point Harbor near Half Moon Bay—Sept. 8, 2024
Museums
Releases
-
shot-scraper 1.5—2024-09-27
A command-line utility for taking automated screenshots of websites -
django-plugin-datasette 0.2—2024-09-26
Django plugin to run Datasette inside of Django -
djp 0.3.1—2024-09-26
A plugin system for Django -
llm-gemini 0.1a5—2024-09-24
LLM plugin to access Google’s Gemini family of models -
django-plugin-blog 0.1.1—2024-09-24
A blog for Django as a DJP plugin. -
django-plugin-database-url 0.1—2024-09-24
Django plugin for reading the DATABASE_URL environment variable -
django-plugin-django-header 0.1.1—2024-09-23
Add a Django-Compositions HTTP header to a Django app -
llm-jina-api 0.1a0—2024-09-20
Access Jina AI embeddings via their API -
llm 0.16—2024-09-12
Access large language models from the command-line -
datasette-acl 0.4a4—2024-09-10
Advanced permission management for Datasette -
llm-cmd 0.2a0—2024-09-09
Use LLM to generate and execute commands in your shell -
files-to-prompt 0.3—2024-09-09
Concatenate a directory full of files into a single prompt for use with LLMs -
json-flatten 0.3.1—2024-09-07
Python functions for flattening a JSON object to a single dictionary of pairs, and unflattening that dictionary back to a JSON object -
csv-diff 1.2—2024-09-06
Python CLI tool and library for diffing CSV and JSON files -
datasette 1.0a16—2024-09-06
An open source multi-tool for exploring and publishing data -
datasette-search-all 1.1.4—2024-09-06
Datasette plugin for searching all searchable tables at once
TILs
- How streaming LLM APIs work—2024-09-21
More recent articles
- Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac - 12th November 2024
- Visualizing local election results with Datasette, Observable and MapLibre GL - 9th November 2024
- Project: VERDAD - tracking misinformation in radio broadcasts using Gemini 1.5 - 7th November 2024