Live data from Hacker News

Viewing profile — spbuilds

spbuilds

HN member
Joined
Fri, Mar 27, 2026, 7:56 AM UTC
HN karma
2
Public activity
4 items

About spbuilds

Go developer building CLI tools and repository tooling. Maintainer of RepoHealth. Interested in CI/CD, developer productivity, and open source. Building developer tools. https://github.com/spbuilds

Recent public activity

  1. comment
    Comment #47574481

    Keeping it in shell instead of rewriting in Python was probably the right call. Once you add a language runtime dependency you lose the “just drop this file in and use it” simplici…

  2. comment
    Comment #47566558

    The transitive dependency case is what makes this painful in practice. You’re not even choosing that library it’s three levels deep in your dependency tree, and suddenly CI fails b…

  3. comment
    Comment #47566505

    Interesting approach. How does it handle monorepos or repos with unconventional structure? The multi-pass analysis sounds nice, but I’d be curious how consistent the output is acro…

  4. comment
    Comment #47566263

    Nice structure — separating the Grafana client from the TUI layer should make it easier to extend. Also cool to see testcontainers for integration tests.