Live data from Hacker News

Viewing profile — prvnsmpth

prvnsmpth

HN member
Joined
Thu, Jun 04, 2015, 11:52 AM UTC
HN karma
125
Public activity
62 items

About prvnsmpth

No profile information was provided.

Recent public activity

  1. comment
    Comment #47993595

    Use kimi 2.6 for planning and a cheap model (preferably local) for execution, and then kimi once again for reviewing it. Then finally I review the code. Saves a lot on tokens.

  2. comment
    Comment #47993570

    You can sign up for a plan on the kimi code platform and use it via the pi.dev coding agent, or opencode. In planning, I’d say it’s almost on par with Claude Opus.

  3. comment
    Comment #47220606

    Thanks Philippe! You guys have been super helpful on slack!

  4. comment
    Comment #47220063

    So it depends on the app - e.g., Google has domain-wide delegation where the workspace admin can provide service account creds that allow us to impersonate all users in the workspa…

  5. comment
    Comment #47217621

    Fair point, although I think we have OpenAI to blame for that - for buying chat.com and pointing it to the most popular textual AI interface of them all :)

  6. comment
    Comment #47217577

    So far both projects are quite similar… the only major difference being the search index. Onyx uses vespa.ai for BM25 and vector search, I decided to go down the Postgres-only rout…

  7. comment
    Comment #47217243

    That's a good point, it might make sense to clarify that for individuals who want to self-host. I'll make the change, thanks!

  8. comment
    Comment #47217157

    Exactly, enterprise customers almost always use private model endpoints on their cloud provider for any serious deployments. Data stays within the customer's VPC, data security and…

  9. comment
    Comment #47217092

    Thank you! Typical RAG implementations I’ve seen take the user query and directly run it against the full-text search and embedding indexes. This produces sub-par results because t…

  10. comment
    Comment #47217058

    Not yet, there’s a Microsoft connector implementation, but it only does Sharepoint, OneDrive, Outlook etc. and I haven’t tested it thoroughly yet. Teams required some special setup…

  11. comment
    Comment #47216578

    Thanks for sharing! Big part of the reason why I decided on postgres, everything I've read about people using it in prod tells me that most organizations never really grow beyond r…

  12. comment
    Comment #47216023

    Yeah, Omni uses Postgres and pgvector for search. ParadeDB is essentially just Postgres with the pgsearch extension that brings in Tantivy, a full-text search engine (like Apache L…

  13. comment
    Comment #47215956

    Oops, sorry! That page is still a WIP, haven't pushed it yet. The plan was to expose the main search and chat APIs so that users can build integrations with third-party messaging a…

  14. comment
    Comment #47215920

    I've done small scale experiments with up to 100-500k rows, and did not notice any significant degradation in search query latency - p95 still well under 1s. I haven't directly com…

  15. comment
    Comment #47215803

    Thank you! Currently permissions are handled in the app layer - it's simply a WHERE clause filter that restricts access to only those records that the user has read permissions for…

  16. story
    Show HN: Omni – Open-source workplace search and chat, built on Postgres

    Hey HN! Over the past few months, I've been working on building Omni - a workplace search and chat platform that connects to apps like Google Drive/Gmail, Slack, Confluence, etc. E…

  17. story
  18. comment
    Comment #44116517

    https://casepro.club A platform for consulting aspirants to practice business case interviews. Finding case prep partners is a major pain point for B-school students/consulting asp…

  19. story
    Show HN: Fine-tuning an LLM on your code for better code completions

    Hey folks, Just wanted to share an interesting experiment I ran to see what kind of performance gains can be achieved by fine-tuning a model to code from a single repo. Results: Th…

  20. comment
    Comment #36571174

    I wrote a short article explaining the Transformer model and how it works, using the Manim library for generating animations. Please read through if the topic interests you, and le…

  21. story
  22. comment
    Comment #31975462

    It doesn’t make sense to have your build tool call another build tool to actually perform the build. In that case, why I would not just use Gradle directly?

  23. comment
    Comment #30827381

    Congrats on building and launching your project! That said, let me just go ahead and share the obvious: https://xkcd.com/936/

  24. comment
    Comment #30464192

    The botanical classification doesn’t matter - coconut oil is primarily saturated fat which is what makes it better for you over the PUFA that comes from seed oils.

  25. comment
    Comment #30312696

    There should be an 'X' at the top right, is it missing for you?