Live data from Hacker News

Viewing profile — nopointttt

nopointttt

HN member
Joined
Fri, Jan 23, 2026, 5:02 PM UTC
HN karma
14
Public activity
9 items

About nopointttt

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #47873281

    The pivot framing is refreshingly honest. Most agent startups double down when the next model release makes half their scaffolding obsolete. Drift detection is the right insight th…

  3. comment
    Comment #47873142

    The thing that gets me is the slope between "we monitor for security" and "we harvest for training data." The first has a clear threat model: here's the data, here's who can access…

  4. comment
    Comment #47872819

    The ghost-PR problem is real though. Someone opens a PR that changes behavior they needed, you as the maintainer have to decide between three bad options: merge and own the new sur…

  5. comment
    Comment #47862492

    Nice work. How are you doing the cache key when the prompt has a timestamp or session id in it? Regex pass to strip volatile fields before hashing, or do you make the user declare …

  6. comment
    Comment #47861742

    There's a technical reason the stance is so vague. Claude CLI works if you reuse its session token, works behind ANTHROPIC_BASE_URL, works wrapped in a shell script. Anthropic sees…

  7. comment
    Comment #47861200

    Glad you're holding the "nothing leaves your machine" line. A lot of tools in adjacent categories added cloud sync early, the local audience didn't come back. If you can keep v1 an…

  8. comment
    Comment #47854876

    A sensitive flag at the UI layer doesn't actually change runtime. Once it's in process.env during a build, any dep that decides to grep it can. The real problem isn't a missing che…

  9. comment
    Comment #47854856

    The one I keep coming back to is "code you didn't write is code you can't debug." Every fancy dep I grabbed to save an afternoon ended up costing me weeks later when something upst…