Viewing profile — mag123c
mag123c
HN member- Joined
- Fri, Jan 30, 2026, 2:08 PM UTC
- HN karma
- 1
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About mag123c
Recent public activity
-
story
Show HN: Track your Codex CLI(5.3) token spending (also Claude Code and Gemini)
I've been tracking my AI CLI spending across Claude Code, Codex CLI, and Gemini CLI. Existing tools either don't support Codex at all or break on newer models like gpt-5.3-codex. S…
-
comment
Comment #46894182
[dead]
-
comment
Comment #46894165
Good question! Honestly, the README is a bit misleading - ratatui is just for the terminal UI, not performance. Let me clarify The actual speed comes from 1.simd-json: This is the …
-
story
Show HN: Toktrack – 1000x faster AI CLI cost tracker (Rust and SIMD)
Did you know Claude Code deletes your session data after 30 days? I found out the hard way when I tried to check my spending history. My session files hit 3GB (2000+ files) and exi…
-
comment
Comment #46879734
[dead]
- comment
-
comment
Comment #46855587
Tip: Claude Code deletes session files after 30 days by default. To keep your data with ~/.claude/settings.json { "cleanupPeriodDays": 9999999999 } toktrack caches cost data indepe…
- comment
-
comment
Comment #46855561
Hi HN, I built toktrack because I was spending a lot on Claude Code and had no easy way to track it. My session files were ~3GB (2,000+ files). I first tried a Node.js approach but…
- story
-
comment
Comment #46851515
[dead]
- story
-
comment
Comment #46832744
I built a local CLI tool to track my daily token usage across Claude Code, Codex, and Gemini CLI. Parsing the session logs directly (JSONL/JSON) with simd-json gives me exact numbe…