Live data from Hacker News

Viewing profile — rawsh

rawsh

HN member
Joined
Tue, May 05, 2020, 8:13 PM UTC
HN karma
51
Public activity
19 items

About rawsh

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. comment
    Comment #41875628

    You can actually get solid performance with pretrained chat models: https://raw.sh/posts/chess_puzzles On lichess puzzles gpt4o with the compiled prompt is around 70%, I think the …

  7. story
  8. comment
    Comment #41382865

    Bit confused what the value add is over a framework like DSPy. This still requires you to create an eval dataset with ground truth, basically the only hard part of using DSPy. Easi…

  9. story
  10. comment
    Comment #40447827

    I built a web version with WASM at https://pdfgrep.com a few years ago in case it’s helpful to anyone

  11. comment
    Comment #40447807

    https://github.com/VikParuchuri/marker is solid, but slow and needs gpu(s) to be practical

  12. comment
    Comment #37813354

    Is it possible to use this for hybrid search in combination with pg_embedding? My understanding is that hybrid search currently requires syncing with Postgres

  13. story
  14. comment
    Comment #36895706

    Documents actually never get uploaded! PDF text extraction happens on the client using a web worker and MuPDF compiled to WASM. 1. PDF parsed and chunked on the client 2. Sparse ve…

  15. comment
    Comment #36882094

    Nope, it’s a serious project; I mostly made it for personal use during my last semester of college. I rewrote it a few times and packaged it up because I think it’s genuinely usefu…

  16. story
    Show HN: DankGPT – Chat with Your Documents

    Uses hybrid semantic search (combination of dense embeddings and sparse vectors) to retrieve high quality answers across your documents. Features - Significantly faster than compet…

  17. story
    Show HN: Search PDFs in the browser using PDFgrep compiled to WebAssembly

    pdfgrep.org is a CLI tool I use a lot to reference documents from classes. I’ve been playing around with Emscripten and I wanted to make a UI version of the tool. All documents sta…

  18. comment
    Comment #35954129

    DankGPT is able to draw context from a library of documents (textbook, papers, class slides) to explain any topic and answer complicated reasoning problems. It’s very similar to Ch…

  19. story
    Show HN: Search PDFs using WASM in the browser

    pdfgrep.org is a CLI tool I use a lot to reference documents from classes. I’ve been playing around with Emscripten and I wanted to make a UI version of the tool. All documents sta…