mshekow

↗ HN profile [ 73.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Did you ever get frustrated while diagnosing an issue with Renovate Bot because of its very verbose debug logs? Then this is the right tool for you. renovate-log-parser is a CLI with the following commands: -…

  2. I built an MCP server that returns the latest versions of the packages you use as dependencies across a variety of ecosystems, like Python, NPM, Go, and GitHub Actions. It also supports looking up the latest versions of…

  3. focus-time is a CLI tool for macOS and Windows that triggers your desktop OS's Focus Mode feature (and other arbitrary shell commands), based on blocker events you defined in your calendar. Without this tool, I would…

  4. Because I have multiple Microsoft 365 accounts at work, each with a separate (unsynchronized) calendar, I often had scheduling issues because of overlapping events. To solve this problem, I built a Microsoft Power…

  5. Let's say you want to enforce checks (e.g. linting, or the format of a Git commit message) as early as possible. At the same time, you want to avoid killing the developer experience (e.g. because of a buggy or…

  6. I'm asking this from the perspective of a CI/CD pipeline and cloud engineer who builds CD pipelines that deploy Kubernetes manifests with e.g. Helm: what is the actual advantage of (Open) GitOps over "CI Ops"? Why…