Live data from Hacker News

Viewing profile — Runonthespot

Runonthespot

HN member
Joined
Tue, Jul 06, 2021, 10:00 PM UTC
HN karma
97
Public activity
21 items

About Runonthespot

No profile information was provided.

Recent public activity

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

  2. comment
    Comment #45189206

    Sadly, not great support for Elixir from tree-sitter but it should handle them generically as text files

  3. comment
    Comment #45189202

    Ruby support has been added!

  4. comment
    Comment #45162565

    Nice catch- should be fixed in latest

  5. comment
    Comment #45162443

    Added Ruby, but Elixir not very well supported by tree sitter

  6. comment
    Comment #45160608

    coming up next.

  7. comment
    Comment #45160216

    interesting - can I ask you to try a ck --index . ?

  8. comment
    Comment #45160130

    BAAI/bge-small-en-v1.5 but considering switching this to google's latest gemmaembedding - it's fairly switchable.

  9. comment
    Comment #45159597

    we all know rust CLI tools are better right?

  10. comment
    Comment #45159589

    I'll add rust, ruby, elixir, Clojure next. It says rust as it's written in rust, sorry about that!

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

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

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

  14. 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

  15. 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”

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

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

  18. comment
    Comment #45157746

    Agreed - Logan is a legend, this is similar but simpler - no dependency on external models (might add it)

  19. comment
    Comment #45157720

    help make it mature :D Add any issues

  20. comment
  21. story