Open-Source
78 posts
python-skills: Packaging Library Development as Claude Skills
I turned my Python library development guide into a set of independently installable Claude skills. Here's what they are and how skill marketplaces work.
Bankroll Management with Keeks: CPPI
CPPI protects a floor value of your bankroll while betting a multiple of your cushion above it. Learn how to implement portfolio insurance with Keeks.
Reviving Graduate School MATLAB with Claude Code
How I used AI coding assistants to transform decade-old MATLAB research code into a modern Rust library with Python bindings. The origin story of ParGA.
Bankroll Management with Keeks: Fixed Fraction
The Fixed Fraction strategy bets a constant percentage of your bankroll on each wager. Learn when this simple approach beats more complex methods.
Bankroll Management with Keeks: OptimalF
Ralph Vince's OptimalF maximizes geometric growth based on your trading history. Learn how it differs from Kelly and how to use it with Keeks.
Bankroll Management with Keeks: Drawdown-Adjusted Kelly
Drawdown-Adjusted Kelly dynamically reduces bet sizes during losing streaks to protect your bankroll. See how to implement it with Keeks.
Bankroll Management with Keeks: Fractional Kelly
Fractional Kelly betting trades some theoretical growth for reduced volatility. Learn how to implement Half Kelly and Quarter Kelly with Keeks.
PyGeoHash 2025: A Year of Transformation
A transformative year for PyGeoHash - complete rewrites, MIT licensing, type hints, and automated publishing for a decade-old library reborn.
From Theory to Practice: Building Real Decision Models with Petersburg
A practical guide to modeling complex decisions with Monte Carlo simulation using petersburg, featuring real case studies from startups and drug development.
MCPB: One-Click Installation for MCP Servers
How the new MCP Bundle format makes installing Model Context Protocol servers as easy as browser extensions, with thoughts on where it fits in the ecosystem.