Live data from Hacker News

Viewing profile — neozz

neozz

HN member
Joined
Tue, Feb 03, 2026, 2:58 PM UTC
HN karma
8
Public activity
14 items

About neozz

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
    Show HN: LazyAgent – All in one observerbility TUI app for coding agents

    Hi HN, I made tui observerbility tool for ai agents. Once subagents start spawning other subagents, basic questions get hard to answer: what is running right now, what tool did it …

  4. story
  5. story
    Show HN: Lazyagent – Preserve what your AI agents doing and analyze usage

    Once subagents start spawning other subagents, basic questions get hard to answer: what is running right now, what tool did it just call, did the child agent actually do what the p…

  6. comment
    Comment #47788685

    ec is tui git conflict resolver to keep the conflict in one clear view, make the result pane the center of attention, and remove as much friction as possible. The goal is not to ex…

  7. story
  8. story
    Show HN: Lazyagent – TUI for to watch all your AI coding agents

    Running multiple coding agents could make user losing track of what they were doing. Once subagents start spawning other subagents, basic questions get hard to answer: what is runn…

  9. story
    Show HN: Lazyagent – a local TUI for watching what your coding agents are doing

    Lazyagent a simple way to see what your coding agents were actually doing across Claude, Codex, and OpenCode. Once you have more than 1 agent running, its really hard to answer the…

  10. story
    Show HN: Ec – terminal native 3-way Git mergetool

    ec (easy-conflict) is a 3-way terminal native Git merge conflict resolver. Supports diff3 base comparison, and helps you resolve merge conflicts faster without leaving the terminal…

  11. comment
    Comment #47636290

    Looks cool

  12. comment
    Comment #46896528

    I use Lazygit too! If you configure ec as git mergetool, you can resolve conflict via ec by open external mergetool in Lazygit.

  13. comment
  14. story
    Show HN: Ec – a terminal Git conflict resolver inspired by IntelliJ

    Hi HN, I built ec because my friends who are new to development kept getting stuck on Git conflicts. Most TUI merge tools felt hard to use or non-intuitive for them. The only flow …