Live data from Hacker News

Viewing profile — Xentyon

Xentyon

HN member
Joined
Sat, Apr 04, 2026, 6:36 AM UTC
HN karma
3
Public activity
7 items

About Xentyon

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
  4. story
  5. comment
    Comment #47636547

    This is why I've moved to native fetch for most projects. The fewer dependencies in the chain, the smaller the attack surface. For API clients especially, fetch + a thin wrapper is…

  6. comment
    Comment #47636541

    Nice setup. Running models locally on Mac hardware has gotten surprisingly viable. I'm using a similar stack in Switzerland for testing AI agent workflows — the M-series chips hand…

  7. comment
    Comment #47636539

    Interesting approach. I've been building MCP tools for AI agents recently and the local-first model makes a lot of sense for privacy-sensitive use cases. Does Apfel support MCP too…