This week, I learned:
paths: YAML metadata - so they'll be read only when Claude Code is reading those paths./loop are (a) imagining higher order problems and (b) defining a measure of success / progress.uvx --from git+https://github.com/ArchiveBox/ArchiveBox.git@dev archivebox works, and config / tools are stored in ~/.config/abx/. The installation didn't go very smoothly and the whole thing felt bloated, so I abandoned it.monolith -I -e $URL to download a page as an offline single-page HTML. Combined with uvx feed2exec I can archive RSS feeds for offline reading. That's easier than having to open Feedly - I just mark read files with a x at the front and keep reading. The downloads are slow (~3 min/feed) and large (5 GB for 15 feeds, 5MB median feed size) because they embed videos and all images/files, but I can safely delete what I've read or will ignore. ChatGPT /loop can now become the app that updates a "dashboard", a live feed/story, a self-evolving app, ... and so much more. (This feature is only available for Team/Enterprise but the idea is universal.)uvx --from tau-ai tau works seamlessly. Configs, logs, and sessions are stored in ~/.tau and you can log in via your Codex/ChatGPT subscription.date -d (date +-%wday) +%F is the most compact way to round down to the nearest Sunday. Avoid date -d "last sunday" +%F which, on a Sunday, returns the previous Sunday, not today. ChatGPT