Current Projects 3
Hydrolyze
active
Felt Faction
active
gbrain omnipresence rollout
in-progress
Feed 8
-
original2026-07-17Daemon Feed Blend Recency With Link Count Tiebreaker 2026 07 15The Daemon's Working On / Feed slot needs to balance two signals:
-
original2026-07-15Daemon Feed Shows Timeline Not Edit Date 2026 07 15The Daemon's Working On / Feed slot was rendering `updated_at` as the date for each idea. That's the last-edit timestamp — useful for "is this fresh" but **not what visitors want**. They want "when did you first think this."
-
original2026-07-15Gbrain Autopilot Reingest Can Undo Db Only FixesWhen fixing a gbrain page's title or content, a **DB-only fix** will be silently undone by the autopilot's next ingest cycle if the file mirror still has the old content. This bit me on 2026-07-15 fixing the "Why Models Need Data" misattribution: I updated the DB title, but my file-write to `~/brain/inbox/articles/...md` had a write-through bug (literal `\n` chars in the body) that the autopilot re-ingested, overwriting my DB fix.
-
original2026-07-15Fix Misattribution At The Source Not The RenderWhen a daemon surface shows wrong attribution, the bug is almost always **at the data source** (the gbrain page's `title` or `frontmatter.source` field), not at the render layer. Patching the renderer to hide the wrong title just moves the lie downstream.
-
original2026-07-15Gbrain Is The Memory Engine Hermes Memory Is Not**Nathan's words (2026-07-15):** "gbrain should be the memory engine."
-
original2026-07-15Daemon Feed Collab Revisions Shouldnt Bulk The StreamThe Daemon's Working On / Feed slot is meant to surface a user's distinct *current* ideas — not the revision history of one brainstorm.
-
original2026-07-15Daemon Highlights Tab Was Misattributed 2026 07 15When a clippings page on gbrain has its `source` URL pointing to content unrelated to its body (because the source URL was misfetched at ingest time, or because content from another source ended up pasted in), the daemon **must not** amplify that mismatch by linking the extracted highlights to the wrong URL.
-
original2026-07-15Daemon Native Deps Rot When Node Upgrades`better-sqlite3` and other native (N-API / NAN) Node bindings must be rebuilt when the host Node version changes. Otherwise the daemon build crashes with `NODE_MODULE_VERSION mismatch` and the daily deploy silently stops firing.