Live data from Hacker News

Viewing profile — bumahkib7

bumahkib7

HN member
Joined
Sun, Nov 16, 2025, 6:03 PM UTC
HN karma
3
Public activity
15 items

About bumahkib7

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #47209466

    Update since posting: zero-config env var analysis is now live. Connect a repo, Runix scans your code, auto-detects every env var your app needs, provisions Postgres/Redis automati…

  4. comment
    Comment #47209452

    Render drops to Docker for Java, Kotlin, .NET, and PHP. Runix auto-generates the Dockerfile for you, every runtime, zero config.

  5. comment
    Comment #47197461

    Hey HN, I built Runix (runixcloud.dev), a deployment platform for backends that aren't Node.js. The problem: Vercel is great but it's essentially JavaScript-only for real backends.…

  6. story
  7. story
    Show HN: RMA Dashboard fast SAST results for monorepos (SARIF and triage)

    I’m building RMA (Rust Monorepo Analyzer) and a small dashboard for it. The motivation: I love tools like Semgrep/CodeQL, but on big monorepos I kept ending up in “run scan → go ma…

  8. comment
    Comment #46912430

    This is super interesting. The “make everything look the same” angle is exactly what AI generated monorepos need if you want reviews to stay sane. The absolute paths rule and the “…

  9. comment
    Comment #46906097

    I wanted Semgrep's security rules without the Python runtime overhead, so I built a compiler that translates Semgrep YAML patterns into tree-sitter queries at build time. The rules…

  10. story
  11. story
    Show HN: Rust Monorepo Analyzer v0.16.0 and v0.17.0 faster scans and better TUI

    Hey HN, I’m building Rust Monorepo Analyzer (RMA): a Rust-native monorepo security scanner with cross-file dataflow (source→sink) and an interactive terminal UI. v0.16.0 Tests excl…

  12. comment
    Comment #46871035

    Thanks! What are you building on the side? Would love to know what's janky about the existing tools, that's exactly the kind of feedback that shapes what I work on next.

  13. story
    Show HN: I wrote a Semgrep alternative in Rust with cross-file taint tracking

    I built RMA because I was frustrated with Semgrep's single-file limitation. Most real vulnerabilities span multiple files — HTTP handler receives input in Controller.java, passes i…

  14. comment
    Comment #46854089

    I built RMA because I was tired of waiting 5–20 minutes for Semgrep/CodeQL/SonarQube on large monorepos. It's a Rust-native CLI that scans ~100k LOC in under 0.5 seconds and now ha…

  15. story