Open-Source
73 posts
Rampart v0.3: Default Branch Support and HTML Reports
Rampart can now resolve each repo's actual default branch automatically and generate self-contained HTML audit reports you can share.
Bankroll Management with Keeks: The Naive Strategy
Flat betting with a fixed dollar amount regardless of bankroll. A simple baseline strategy that surprisingly many bettors still use.
Introducing Rampart: Branch Protection Rules Across All Your Repos
Announcing rampart, a CLI tool to audit and enforce GitHub branch protection rules across all repos for a user or organization.
category_encoders in the Wild: A Tour of the Research
A look at the surprisingly diverse research that has cited the category_encoders library, from cleaning up polluted water to catching financial criminals.
Bankroll Management with Keeks: Dynamic Strategies
Dynamic Bankroll Management adapts bet sizing based on recent performance, volatility, and changing conditions. Learn the flexible approach with Keeks.
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.