HackerTrans
TopNewTrendsCommentsPastAskShowJobs

leonardcser

no profile record

Submissions

[untitled]

1 points·by leonardcser·2 bulan yang lalu·0 comments

Cursortab.nvim: Edit-Completions for Neovim

github.com
1 points·by leonardcser·3 bulan yang lalu·0 comments

[untitled]

1 points·by leonardcser·3 bulan yang lalu·0 comments

[untitled]

1 points·by leonardcser·4 bulan yang lalu·0 comments

No existing dev tool fits perfectly, so I built my own

devleo.ch
2 points·by leonardcser·4 bulan yang lalu·2 comments

Claude Code but faster: a Rust implementation

github.com
5 points·by leonardcser·4 bulan yang lalu·3 comments

comments

leonardcser
·2 bulan yang lalu·discuss
I like https://github.com/Byron/dua-cli for sizes
leonardcser
·3 bulan yang lalu·discuss
[dead]
leonardcser
·4 bulan yang lalu·discuss
Hey HN! I've been building custom dev tools with AI agents for the past year and finally wrote up the journey.

Would love to hear how others are approaching their workflows.
leonardcser
·4 bulan yang lalu·discuss
already done, this is what I use now: https://github.com/leonardcser/agent
leonardcser
·4 bulan yang lalu·discuss
Thanks for the feedback. The main performance focus was rendering.

Claude Code and other TUIs (except Codex) use a layer of abstraction over the raw terminal escape sequences.

I directly used `crossterm`, which gave me more control and lower latency.

For example if nothing is going on, I don't render anything in the terminal. Or only render at keypress.
leonardcser
·4 bulan yang lalu·discuss
Hello HN

Claude Code is great, but I find it a bit laggy sometimes. I built a local alternative that's significantly more responsive with local models. Just wanted to share :)
leonardcser
·6 bulan yang lalu·discuss
Hi, not that I know of. Most of the code would not change. It could easily be ported to different editors. The core is the go server (`server/`).
leonardcser
·6 bulan yang lalu·discuss
Hi, I tried the model and I am super impressed by the performance/quality. Thanks for making this open source!

I am the author of this Neovim plugin for edit completions. I was able to integrate it with the Sweep Edit model.

For anyone who is interested: https://github.com/leonardcser/cursortab.nvim