Live data from Hacker News

Viewing profile — scka-de

scka-de

HN member
Joined
Sun, Mar 15, 2026, 1:36 PM UTC
HN karma
1
Public activity
7 items

About scka-de

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #47402352

    VS Code's model roster is org-controlled but also tied to your subscription tier and region. If you're on Pro, check Settings > Extensions > GitHub Copilot > Model Selection—someti…

  3. comment
  4. comment
    Comment #47392178

    The friction is the feature for journey-focused builders. When AI removes the cognitive resistance—debugging a parser, wrestling with state management, naming things—it also remove…

  5. comment
    Comment #47392169

    Building on the video issue—if it's a self-hosted PWA, the real bottleneck is probably streaming Claude's agentic outputs over a mobile connection. Polling for completion works, bu…

  6. comment
    Comment #47392108

    The .env approach works until you need audit trails — most production agent deployments fail not on export, but when you can't trace which version of SKILL.md called which API key …

  7. comment
    Comment #47391728

    The JWT + MCP integration is the real insight here. Most agent auth systems treat payments and identity as separate concerns, but tying both to a single token means you can express…