Viewing profile — Xentyon
Xentyon
HN member- Joined
- Sat, Apr 04, 2026, 6:36 AM UTC
- HN karma
- 3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About Xentyon
No profile information was provided.
Recent public activity
-
comment
Comment #47776385
[dead]
- story
-
comment
Comment #47718903
[dead]
- story
-
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…
-
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…
-
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…