Live data from Hacker News

Viewing profile — novocayn

novocayn

HN member
Joined
Thu, Oct 09, 2025, 8:10 AM UTC
HN karma
67
Public activity
25 items

About novocayn

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
    Show HN: I built a vector store from scratch (and you can too)

    I wrote a hybrid vector store from scratch in Go. Supports hybrid retrieval over BM25, Flat, HNSW, IVF, PQ and IVFPQ Index with Quantization, Pre-Filtering, Reranking, Reciprocal R…

  6. story
  7. comment
    Comment #45534948

    Ohh good catch, I think I missed it. Thanks for the note :)

  8. comment
    Comment #45534943

    ohh boy, second this :D

  9. comment
    Comment #45534933

    You're right, string-based queries are very expressive. I intentionally avoided that here so readers could focus on how FTS indexes work internally. Adding a full query system woul…

  10. comment
    Comment #45534423

    > AIs have feelings too Ohh boi, that’s exactly how the movie "Her" started! XD

  11. comment
    Comment #45533511

    Got to admit, initial impressions, this is pretty neat, would spend sometime with this. Thanks for the link :)

  12. comment
    Comment #45533145

    tysm, would try pairing it with HNSW and IVF, halfway through :)

  13. comment
    Comment #45533117

    Ohh, I thought that inline comments would make it grokkable and be a low-friction way in. Seems this didn’t land the way I intended :' Should a multi-part blog would've been better…

  14. comment
    Comment #45533098

    tysm, i love this, FST is vv cool

  15. comment
    Comment #45533086

    > comment blocks inside codebase Is vibe-commented a thing yet? :D Wanted to give fellow readers a good on-ramp for understanding the FTS internals. Figured leaning into readabilit…

  16. comment
    Comment #45532977

    Claude: "You're absolutely right" :D

  17. comment
    Comment #45532852

    Yayiee, the “cant prove it” Doakes Dexter meme, making it to HN

  18. comment
    Comment #45532810

    On my way to make a Dexter meme on this When you think OP vibe-coded the project but can’t prove it yet https://x.com/FG_Artist/status/1974267168855392371

  19. comment
    Comment #45532201

    Bleve is an absolute beast! built with <3 at Couchbase Fun fact: the folks who maintain it sit right across from me at work

  20. comment
    Comment #45532031

    Observation is spot on. Biword matching would definitely ease this. Stealing bi-word matching for a future iteration, tysm :D

  21. comment
    Comment #45531847

    Mostly wanted a refresher on GPU accelerated indexes and Vector DB internals. And maybe along the way, build an easy on-ramp for folks who want to understand how these work under t…

  22. comment
    Comment #45531795

    Thanks! Honestly, given it's hacked together in a weekend not sure it’d measure up to Lucene/Bleve in any serious way. I intended this to be an easy on-ramp for folks who want to g…

  23. comment
    Comment #45531722

    I’m learning the internals of FTS engines while building a vector database from scratch. Needed a solid FTS index, so I built one myself :) It ended up being a clean, reusable comp…

  24. comment
    Comment #45531684

    Because running a three-account bot‑net farm is fun :D Okay, jk, please don’t mod me out. One’s for browsing HN at work, the other’s for home, and the third one has a username I'm …

  25. story