Open-Source
76 posts
Ensemble Rating Systems: Combining the Best of All Worlds
Combine multiple rating algorithms like Elo, Glicko, and TrueSkill to get better predictions. Learn how Elote's ensemble approach works.
Sentinel: Using MCP Sampling to Analyze Your Own Tool Security
Building an MCP server that uses sampling to discover your connected tools and analyze them for security risks, with no API keys required.
The Colley Matrix: A Linear Algebra Approach to Ratings
The Colley Matrix uses linear algebra to solve for optimal ratings simultaneously. Originally designed for college football rankings.
A Practical Guide to GitHub Branch Protection Rules
What each GitHub branch protection rule actually does, when to use it, and how to choose the right configuration for your project's size and risk profile.
Stargazers Now on Homebrew
Stargazers, the CLI for analyzing your GitHub audience, is now installable via Homebrew along with new features for account-wide trend analysis.
The DWZ Rating System: German Engineering for Chess Ratings
The Deutsche Wertungszahl (DWZ) chess rating system combines German precision with practical considerations. See how it works with Elote.
makefile-mcp: Output Caching, Pagination, and Search
makefile-mcp now caches full execution output server-side, with tools to paginate and search through results from previous runs.
Setting Up a Personal Homebrew Tap with GoReleaser
How to set up a personal Homebrew tap so your CLI tools are one brew install away, with automatic formula updates via GoReleaser.
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.