Some notes on using AI agents (Codex, Claude Code, etc) alongside supporting tools (WebMCP, MCP, SKILLS.md, browser automation, etc) to automatically build, test, and debug browser userscripts.
| #!/usr/bin/env python3 | |
| import argparse | |
| import functools | |
| import hmac | |
| import json | |
| import plistlib | |
| import subprocess |
Some notes, links, references, and other useful things I came across with regards to learning Persian / Farsi.
Some notes on debugging a recent DNS issue that I eventually found was related to DNS over TLS (DoT), and the certificate that we had pinned expiring soon + being replaced with a new certificate. The solution was to verify the new certificate, calculate the hash for it, and update the pinned hash.
Some notes on tools and services for gathering user feedback, tracking feature requests, and managing public roadmaps.
Some Google Sheets App Script Snippets and Examples.
Some notes on my personal workflow and helper tools for creating a new GitHub repository — with an emphasis on committing early and often, so ideas don't end up stranded as half-finished projects sitting on my computer where no one can benefit from them.
Some notes on exploring time tracking tools (open source and commercial), as well as their APIs, etc.
Some notes, thoughts, motivations and references related to the idea of creating an open-source clone of the Xnapper screenshot / annotation app.
Some notes on a proposal for using GitHub Discussions to provide automated moderator notices (eg. handling +1 comment spam) with offense tracking and escalation.