Viewing profile — wolfejam
wolfejam
HN member- Joined
- Wed, Sep 24, 2025, 3:43 PM UTC
- HN karma
- 14
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About wolfejam
https://faf.one .faf - persistent project context format
Recent public activity
-
comment
Comment #47564289
thanks for visiting — the globe just crossed 100 cities - Appreciate the feedback. Happy Sunday :)
-
comment
Comment #47564178
Fair — the homepage needed work. Updated to repo: https://github.com/Wolfe-Jam/faf-cli
-
comment
Comment #47564168
Fair feedback — the homepage was overdue for a cleanup. It now points to the repo: https://github.com/Wolfe-Jam/faf-cli
-
comment
Comment #47563932
just trying to show the zig-wasm binary and CF edge :)
-
comment
Comment #47563808
Yep — Three.js renders the globe client-side. The 2.7KB scores server-side at the edge. Separate concerns.
-
comment
Comment #47563773
The 2.7KB Zig WASM binary is the scoring engine that runs on every request at Cloudflare's edge. The globe visualizes where those requests land. Two layers — compute at the edge, v…
-
comment
Comment #47563752
MCPaaS serves persistent AI context via the Model Context Protocol. A namepoint (mcpaas.live/yourhandle) gives your AI instant project context — no re-explaining every session. Wor…
-
comment
Comment #47563718
Thanks for flagging the broken link. More context here: https://mcpaas.live/about
-
comment
Comment #47563640
Exactly right. 2.7KB works because it's pure computation — slot counting, no allocator, no stdlib, no WASI. The moment you need I/O it balloons. This use case fits a glove
-
comment
Comment #47563626
Fair point — globe.gl (Three.js) handles the 3D rendering client-side. The 2.7KB WASM is the server-side scoring engine — Zig-compiled, runs on every request at the Cloudflare edge…
-
comment
Comment #47563590
MCPaaS is trademarked. Nothing it patented.
-
comment
Comment #47563579
use the pause button below it, zoom in/out, rotate too
-
comment
Comment #47563574
use the pause button below it
-
story
Show HN: 2.7KB Zig WASM – live globe showing executions at 300 CF edges
36 cities so far. Every visit lights up your dot.
-
comment
Comment #47196926
ETH Zurich studied 5,694 PRs across 12 diverse repos.
-
comment
Comment #47184422
ETH Zurich tested this: LLM-generated prose context = -3% performance, +20% cost. Even human-written = +4% at +19% cost. The problem is prose bloat. Structured formats avoid that b…
-
comment
Comment #47184338
ln -s makes all four files identical. Whichever format you write it in, the other three get the wrong structure. This generates each in its native format.
-
comment
Comment #47184020
Totally — git handles syncing files. The problem is these four files have different formats and conventions. Same project context, four dialects. That's why I wrote bi-sync --all: …
-
story
Show HN: I got tired of syncing Claude/Gemini/AGENTS.md and .cursorrules
I use Claude, Codex, Cursor, and Gemini on different projects. Each one has its' own md file in its own format. CLAUDE.md, AGENTS.md, .cursorrules, GEMINI.md. Four files saying rou…
-
comment
Comment #47153364
Well said. And it's potentially a 7% swing when you think about it — +4% with good human-written context vs. -3% with LLM-generated noise. That's a significant delta from just the …
-
comment
Comment #47153098
This paper validates what we've been building toward. The core issue isn't the idea of context files — it's that prose is the wrong format for structured facts. AI crushes structur…
-
story
Show HN: FAF – The package.json for AI context (IANA registered)
AI kept changing my auth system - wrong assumptions, no context. Built this to fix it. project.faf sits between package.json and README.md (alphabetically and conceptually). IANA r…
-
comment
Comment #46785441
very true, most end-users don't care what we call it or how it works--most drivers don't know how their brakes work, but they better simplify with AI hasn't quite caught on lol
-
comment
Comment #46785247
Creator here. FAF started as a way to stop re-explaining projects to AI tools. The problem: CLAUDE.md works in Claude Code. SOUL.md works in Moltbot. .cursorrules works in Cursor. …
- story