Live data from Hacker News

Viewing profile — imaurer

imaurer

HN member
Joined
Mon, Aug 13, 2018, 6:29 PM UTC
HN karma
257
Public activity
52 items

About imaurer

CTO @ GenomOncology: https://genomoncology.com/

GitHub: https://github.com/imaurer

Twitter: https://twitter.com/imaurer

LinkedIn: https://www.linkedin.com/in/ianmaurer

Recent public activity

  1. comment
    Comment #47458985

    vibe compliance

  2. story
  3. comment
    Comment #41024837

    Have a bunch of Makerile commands (pbcopy-api, pbcopy-ui, pbcopy-curr) that use some mishmash of git ls-files, grep, xargs tail -n +1 piped into pbcopy. Kitchen sink command: pbcop…

  4. comment
  5. comment
    Comment #39844280

    “ Finding effective documentation, information, and training is likely to get harder, especially in specialised topics where LLMs are even less effective than normal.” Who needs do…

  6. comment
    Comment #39828001

    I'm excited for the Michael Lewis version of the Rust library ecosystem.

  7. comment
    Comment #39792780

    Groq will soon support function calling. At that point, you would want to describe your data specification and use function calling to do extraction. Tools such as Pydantic and Ins…

  8. comment
    Comment #39755237

    Currently, LLM models are not state of the art at Named Entity Recognition. They are slower, more expensive and less accurate than a fine tuned BERT model. However, they are way ea…

  9. story
  10. comment
    Comment #39553126

    R2 support for egress $$ reasons?

  11. comment
    Comment #38973033

    How'd they get both Chainsmokers?

  12. story
  13. comment
    Comment #38824132

    I don’t know anything about Lua other than I want to try it out because of redbean [1]. Wonder if this project can work with that? [1] https://redbean.dev/

  14. comment
    Comment #36118830

    One feature I haven’t seen people write about is the ref2vec capability. I find this to be an interesting way to get some knowledge graph-like capabilities out of Weaviate. Posting…

  15. comment
    Comment #36116526

    Two places I use it: Preview on my Mac, photos on my phone. Haven’t seen an api yet.

  16. story
  17. comment
  18. comment
    Comment #35963797

    Yes, cosine distance works best in convex or normalized sets. Thinking about adding this caveat. Thanks for the question.

  19. story
  20. story
  21. comment
    Comment #35828628

    Well Weaviate is graphql and it has filtering and hybrid search which is a great feature that pg can’t fully support because it doesn’t have bm25 https://weaviate.io/developers/wea…

  22. comment
    Comment #35828573

    AWS just added yesterday. Hosting options tracked here: https://github.com/pgvector/pgvector/issues/54

  23. comment
    Comment #35827504

    I am bullish Pgvector because I am “postgres for everything guy”. Current concerns are the scaling and recall performance. The author is looking at product quantization along with …

  24. comment
    Comment #35721720

    I hope someone implements BM25 and combines it with Pgvector to bring hybrid search to Postgres. I feel like that is the jsonb of the next couple of years.

  25. story