nicoritschel
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Memory in Coding Agents (nicoritschel.com)
- Sidemantic: Universal Metrics Layer (github.com)
-
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 &…
- When Software Engineers Don't Look at the Software (nicoritschel.com)
-
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…
-
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.…
- Show HN: Share Claude Code and Codex CLI Transcripts (agentexports.com)
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.…
-
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,…
-
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…
- We Need to Talk About ACP (sidequery.dev)
- An Ode to the Wide Event (nicoritschel.com)
- Coding with AI (nicoritschel.com)
- GitRelate(d): Find related Git repositories (gitrelated.com)
- Piped SQL via DuckDB (github.com)
-
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…
- Show HN: Arduino + Siri + Ruby = My weekend project (nicoritschel.com)
- Hazel for hackers (github.com)