Weeknotes 2025-06-30
,When you thought it would be easy peasy lemon squeezy but it turns out to be difficult difficult lemon difficult. --mysticalcoffeequeen
Things have been absolutely hectic lately, but I still managed to squeeze in some open source work and record a new Python Podcast episode.
Kptncook: We've got a new release out! After fixing the API login URL, it's finally possible to get access tokens again – huge win! Massive shoutout to jkreutzfelds for the reverse engineering work that made this happen.
django-indieweb: I've added a new Micropub endpoint that actually lets you post content to your site. For my own homepage, there's now this handler that enables posting to my Wagtail-based blog, and I've been testing it with Quill. Even better – there's proper documentation now!
Articles
- Things to avoid in JavaScript | Haha, didn't know about the "Holy Trinity" of loose comparisons 🤣
- Anthropic: How we built our multi-agent research system | Ok, looks interesting
- Animating zooming using CSS: transform order is important… sometimes | Oh, I have to add a zoom feature for my galleries and images 😍
- The Brute Squad | Quite long.. should I pass it to an LLM to summarize it for me?
- 🤖 Building with AI: A Summer Reading Collection | Really good articles (especially if you are interested in claude code)
Software
- Welcome to the Natural Number Game | interactive theorem prover
- Remote MCP support in Claude Code
- Gemini CLI | Need to try this too