Open-Source
58 posts
TrueSkill: Microsoft's Rating System for Xbox Live
How Microsoft's TrueSkill rating system uses Bayesian inference for Xbox Live matchmaking, and how to implement it with Elote.
hugo-frontmatter-mcp: Tests, CI, and uvx Support
hugo-frontmatter-mcp gets 32 tests, GitHub Actions CI, and one-command installation with uvx. A quick look at what changed and why.
Introducing Vanity: Sync Your GitHub Contributions Across Accounts
Announcing vanity, a CLI tool that syncs your GitHub contribution graph across multiple accounts so your green squares tell the whole story.
Maintaining Open Source Libraries Nobody Uses
What it's actually like to maintain small open source projects that have a few hundred users instead of a few hundred thousand.
Bankroll Management with Keeks: Strategy Comparison
A head-to-head comparison of Kelly, Fractional Kelly, OptimalF, Fixed Fraction, CPPI, and other bankroll strategies. Know which one fits your needs.
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.