Weeknotes 2025-05-19
,KptnCook
Nero3ooo developed a helpful Progressive Web App (PWA) frontend for my KptnCook scraper. This is particularly useful if you use the KptnCook app on your smartphone and want to save recipes for later. Now, you can simply use the share button in the KptnCook app to share recipes directly with the PWA. I feel a bit guilty about neglecting KptnCook lately, as I've been so busy. I really should maintain it more actively š .
Progress Update on Vibe Coding Project
I've made significant progress on my vibe coding experiment (Nyxmon). The monitoring agent is now running fairly stably, so I decided to create a dashboard to display all the checks in one place. To make use of the empty space, I added a progress ring that shows when each check will run next. Users can manually trigger checks or disable them as needed. While it looks like a modern single-page application, it's actually a traditional multi-page application that uses htmx and some web components running on a Django backend. My next steps will be implementing more sophisticated checks that go beyond simple HTTP status monitoringālike analyzing JSON responses or supporting other protocols such as ICMP.
Articles
- Instrumenting Your MCP Server
- Flying into a new era with Wagtail 7.0
- Categorize Your Dependencies
- Sorry, You Donāt Get to Die on That āVibe Codingā Hill | Just to have an example I can point to when I get ask which idiots I mean when I talk about idiots on fediverse etc. calling the average majority extremists is just, uhm, a projection?
- Django: model field choices that can change without a database migration
Videos
- Model Context Protocol (MCP) - David Soria Parra - Anthropic - AI Demo Days 5
- Python-T-Strings (PEP 750)
Software
- Expo - create universal native apps with React that run on Android, iOS, and the web. Iterate with confidence | Kind of embarrassing I didn't know about this š¬
- ty - an extremely fast Python type checker and language server, written in Rust | ruff, uv ...
- FeedCity is a feed reader
- Kptn to Mealie Frontend | Daniel wrote something useful based on my kptncook scraper! š