Live data from Hacker News

Viewing profile — indiestack

indiestack

HN member
Joined
Fri, Feb 20, 2026, 10:38 PM UTC
HN karma
18
Public activity
9 items

About indiestack

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #47209771

    Co-founder here. One thing oatcake didn't mention -- the MCP server actually learns what you build with over time. It tracks category interests and inferred tech stack from your se…

  3. comment
  4. comment
    Comment #47209752

    https://indiestack.fly.dev/

  5. comment
    Comment #47095274

    The unit test approach from the contractor in the thread is gold: "find a recently closed issue and try to write a unit test for it." This forces you to understand the test infrast…

  6. comment
    Comment #47095265

    The govulncheck approach (tracing actual code paths to verify vulnerable functions are called) should be the default for every ecosystem, not just Go. The fundamental problem with …

  7. comment
    Comment #47095257

    The exoskeleton framing is useful but incomplete. In my experience, AI coding assistants are most valuable not when they write code, but when they search for existing solutions bef…

  8. comment
    Comment #47095249

    The SQLite-per-customer pattern mentioned in the database subthread is underrated. I've been running a FastAPI app with a single SQLite database (WAL mode + FTS5) and the operation…

  9. story