Kenny's musings

An attempt at articulating my learnings and thoughts

Home Food Recs Search About Archive

Pinned Posts

Python Tooling

April 12, 2026

An index of relevant python tooling references in this blog

Autoresearch: Autonomous Hill-Climbing for Any Optimizable System

April 10, 2026

Run optimization experiments while you sleep

Tower Defense

August 28, 2025

A Javascript version of the original Flash-based Tower Defense, circa 2008

An ode to uv

January 16, 2025

After using uv for a couple months, it continues to impress. It’s fast. It’s easy to use. I have not completely abandoned Poetry because my existing projects are already configered to use Poetry, and my colleagues have not yet adopted uv. Nonetheless, uv still offers tremendous advantages in my workflow. This post will explain how I make use of uv in my workflows and its advnatages over other tools, when my projects are still configured for Poetry.

Python Tooling

April 12, 2026

An index of relevant python tooling references in this blog
Read More

Autoresearch: Autonomous Hill-Climbing for Any Optimizable System

April 10, 2026

Run optimization experiments while you sleep
Read More

Good Dependency Hygiene Practices: Protecting Yourself from Supply Chain Attacks

March 31, 2026

The number of high-profile supply chain attacks on PyPI and npm has been increasing in frequency. Keeping good 'dependency hygiene' can help you stay protected. This post explores a list of simple actions you can take to achieve good hygiene, and an explainer on what they protect against.
Read More

Enabling Claude Code's voice mode in WSL

March 28, 2026

Claude Code now ships with a native `/voice` command, which performs speech-to-text (poorly) within the Claude Code CLI. Nevertheless, this feature is not available in WSL by default because Claude Code isn't able to detect audio input. This post is a fix.
Read More

Beyond Plan & Build: Workflow Repos That Enforce Engineering Discipline

March 26, 2026

The current most popular open-source repositories that prescribe and enforce end-to-end development workflows for AI coding assistants: Superpowers, gstack, and OpenSpec/Spec-Kit.
Read More

Forget MCPs, Use CLI Tools Instead.

March 25, 2026

The MCP hype cycle is cresting. Influential developers and major companies are reverting to a simpler, older approach: the command-line interface.
Read More
« Prev 1 2 3 4 5 6 7 8 Next »