Just published the Tricky Python Quiz web app: trickypython.adarshd.dev
Test your esoteric Python skills by answering questions from "wtfpython" GitHub repo 🐍
Take the quiz and share your results!
AI Gem of the Day:
💎 Unsloth Desktop: github.com/unslothai/unsl…
- @UnslothAI released their desktop app, which allows users to run and train AI Models locally (supports Muse Glimmer)
- A strong competitor to LM Studio/Ollama
- Fully open-source app, no telemetry.
AI Gem of the Day:
💎Agent Plugins Standard: agent-plugins.org
- A plugin is a package containing skills and MCP server config.
- Plugins are supported by Claude, Codex, etc. But there was no common spec/standard for plugins.
- Vercel, Google, OpenAI, Cursor, etc are
Excited to be speaking at PyCon AU 2026 in Brisbane! 🇦🇺🐍
I’ll be giving a talk on “Goodbye GIL: Exploring the Free-threaded mode in Python”, looking at what free-threaded Python changes, where it can improve performance, and the trade-offs involved.
📅 August 26–30, 2026
See
AI Gem of the Day:
💎What Codex Actually Sends to the Model: 0xkato.xyz/what-codex-act…@0xkato pointed @OpenAIDevs Codex CLI to a custom local server to see what requests it sends to the model backend. The post explains how Codex handles default tools, MCP servers, Agents.MD