A Cline prompt for codebase analysis and feature extraction
From time-to-time, I’m asked to evaluate a large codebase. This is usually from a client who has a project in distress, or who needs to quickly …
From time-to-time, I’m asked to evaluate a large codebase. This is usually from a client who has a project in distress, or who needs to quickly …
I’ve found myself writing a lot of Claude artifact prompts recently. I don’t remember if I started writing these little personal software …
I’ve previously used fingerprint authentication on Thinkpads in the very distant past. There have been a lot of changes to the software stack …
Python 3.13 was released today, and it would be easy to overlook this:
“dbm.sqlite3: An SQLite backend for dbm. (Contributed by Raymond …
At work recently, I’ve been working on some code to measure the bandwidth required to display webpages, and from there calculate the approximate …
Ruff’s VSCode extension is nice, and can handle the jobs previously done by black and isort. To turn on everything, and to run this on every …
I like that iPython can be configured to automatically reload modules. It’s useful to be able to keep REPL context through development, without …
I wanted to put together a single-file Django application, which could still do ‘useful’ work; that is, define models, operate on them, …
Similar to my previous post (more than a year ago!) about using Git hooks to enforce conventional commits, I wanted to start logging all of my …