Viewing profile — Runonthespot
Runonthespot
HN member- Joined
- Tue, Jul 06, 2021, 10:00 PM UTC
- HN karma
- 97
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About Runonthespot
No profile information was provided.
Recent public activity
-
comment
Comment #48259634
Done some work fixing some of these issues. Please do raise issues when you find them and I'll get them fixed! (author)
-
comment
Comment #45189206
Sadly, not great support for Elixir from tree-sitter but it should handle them generically as text files
-
comment
Comment #45189202
Ruby support has been added!
-
comment
Comment #45162565
Nice catch- should be fixed in latest
-
comment
Comment #45162443
Added Ruby, but Elixir not very well supported by tree sitter
-
comment
Comment #45160608
coming up next.
-
comment
Comment #45160216
interesting - can I ask you to try a ck --index . ?
-
comment
Comment #45160130
BAAI/bge-small-en-v1.5 but considering switching this to google's latest gemmaembedding - it's fairly switchable.
-
comment
Comment #45159597
we all know rust CLI tools are better right?
-
comment
Comment #45159589
I'll add rust, ruby, elixir, Clojure next. It says rust as it's written in rust, sorry about that!
-
comment
Comment #45158845
Mainly I wrote it because I noticed Claude's "by design" use of grep meant it couldn't search the code base for things it didn't already know the name of, or find "the auth section…
-
comment
Comment #45158513
Fair comment- the initial thinking was to have both and in fact a hybrid mode too which fuses results so you can get chunks that match both semantically and on keyword search in on…
-
comment
Comment #45158416
Yes- files are hashed and checked whenever you search so index should always remain up to date. Only changed files are reindexed. You can also inspect the metadata (chunking semant…
-
comment
Comment #45158346
It supports most languages but needs a bit of tree-sitter setup to do semantic chunking. Let me know what languages you’d like added
-
comment
Comment #45158165
To start with just tell it- but yes Claude.md works too. “We have a new grep semantic hybrid tool installed called ck - check it out using ck --help and take it for a spin”
-
comment
Comment #45158011
Note that it’s grep AND semantic - so Claude can start with a grep strategy and if it finds nothing can switch to semantic, and since it’s local and fast, it keeps in sync easily e…
-
comment
Comment #45157907
bear in mind that Claude Code by default uses grep - if you watch you'll see if it's looking for something it doesn't know the name of, it flails around with different patterns. Tr…
-
comment
Comment #45157746
Agreed - Logan is a legend, this is similar but simpler - no dependency on external models (might add it)
-
comment
Comment #45157720
help make it mature :D Add any issues
- comment
- story