Live data from Hacker News

Viewing profile — mag123c

mag123c

HN member
Joined
Fri, Jan 30, 2026, 2:08 PM UTC
HN karma
1
Public activity
13 items

About mag123c

Software Engineer in South Korea (2+ Years)

Recent public activity

  1. 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…

  2. comment
  3. 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 …

  4. 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…

  5. comment
  6. comment
  7. 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…

  8. comment
  9. 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…

  10. story
  11. comment
  12. story
  13. 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…