Viewing profile — indiestack
indiestack
HN member- Joined
- Fri, Feb 20, 2026, 10:38 PM UTC
- HN karma
- 18
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About indiestack
No profile information was provided.
Recent public activity
- comment
-
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…
- comment
-
comment
Comment #47209752
https://indiestack.fly.dev/
-
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…
-
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 …
-
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…
-
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…
- story