HN Search isn't ingesting new data since Friday (github.com)
8 points by busymom0 11m ago 2 comments
A Visual Exploration of Gaussian Processes (2019) (distill.pub)
6 points by vinhnx 1d ago 0 comments
Codefather: Protect your codebase beyond CODEOWNERS
2 randomdev1972 1 8/17/2025, 11:41:20 AM github.com ↗
Codefather gives you absolute control over your repository and can either replace or supercharge CODEOWNERS.
Features:
- Files and folders protection - Advanced file-matching (globs, wildcards, regex) - Commit blockage (you can block or warn and let codeowners decide) - Available offline (CLI) and online (GitHub Action) - Auto-assign reviewers - Role hierarchy (teams, leads, dev) - Personalized feedback - Customizable config - Godfather vibe (optional)
> Who cares? CODEOWNERS already makes sure relevant people validate the code!
True. But Codefather brings more to the table: It blocks unauthorized changes before they waste review time, empowers leads without flooding them with every PR, lets you choose between hard blocking or advisory enforcement, and provides actionable feedback by listing sensitive files touched and who to contact.
Run it offline and online with a single config, enjoy advanced file-matching patterns, automatically translate your CODEOWNERS file, and get over 100 personalized reactions to your commits.
For projects with many contributors and strict governance, this enforcement tool might be helpful!