Hacker News .hnnew | past | comments | ask | show | jobs | submit | ebcode's commentslogin

Still plugging away on SourceMinder (https://github.com/ebcode/SourceMinder). I know, I know, everyone and their brother is working on token-saving schemes for LLMs. But I’ve found it to be useful even without the LLM. I’m working on a proper website for it now where you can try it out in the browser (wasm port) — try before you don’t buy (it’s GPL). Feedback welcome.

I’m working on a tool that is a more token-efficient code search than grep. I don’t have hard numbers yet, but it’s been working for me to get longer sessions. https://github.com/ebcode/SourceMinder


Oh nice! Thank you, I will definitely give this a shot.

I was looking at tree-sitter myself for this task.


It's still in beta, and I'm hoping to get more feedback, so feel free to post in the issues or reach out directly if you run into any problems.


so, “yes false Scotsman”?


That’s why we’ve got the tenth.


Can anyone tell me what Yegge is on, so I can try some? Is it just money/tokens?


too bad about all the ads, this is an excellent comparison of the ends of both Dutch and American empires


Mr. Smith (GN) goes to Washington (Palantir).


SourceMinder: A “code index” tool that finds symbols in a codebase and creates a single table sqlite database for the index. It uses tree-sitter to parse the AST and add the symbols and what they are (function, class, argument, etc) to the db. I currently have it working with TypeScript, C, Go and PHP. I’m working on adding Perl next, after someone requested it here on HN.

https://github.com/ebcode/SourceMinder


Yep! Java, Perl, and Ruby are all on the to-do list. I’ll start with Perl since you asked. And it takes me about two weeks to implement a new language. Check back in January.


Wow, I'm flattered. Looking forward. Thanks!


Good luck!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: