nicoritschel

↗ HN profile [ 70.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Memory in Coding Agents (nicoritschel.com)
  2. I historically have switched between Apple Notes and Obsidian. I built mdnb as a hybrid of both— it's a fully native mac app that lets you edit markdown with the same interaction as Obsidian. I plan to keep it minimal &…

  3. With agents, I have I found myself using worktrees more and more. First manually, then with conductor.build, then with worktrunk.dev. I prefer using coding CLIs instead of UI wrappers as the terminal tends to be more…

  4. I often want to bring over context from another conversation. I built a tool that allows Claude Code and Codex CLI to pull up context from another chat session. It indexes your chats with tantivy for fast bm-25 search.…

  5. I built this service + client because there's not a reasonable way to share Claude Code + Codex CLI transcripts. All data is e2e encrypted before it leaves your device, the share url contains the decryption key.…

  6. While I love the Posthog product (that has grown substantially in features the past few years) it's nearly impossible to self-host. The stack is comprised of 3 web services, 5 background services, the temporal stack,…

  7. I've been working on analytics tools the past couple years and have explored ways to make calculations more consistent & reliable, especially in the age of LLMs. While I've also built a more traditional metric layer or…

  8. An Ode to the Wide Event (nicoritschel.com)
  9. Coding with AI (nicoritschel.com)
  10. I write a lot of SQL, both to support distributed systems, as well as for BI/analytics. I find most database tools to be bloated and annoying, so I built Sidequery, an exploratory data analysis tool. This demo version…

  11. Hazel for hackers (github.com)