Viewing profile — imaurer
imaurer
HN member- Joined
- Mon, Aug 13, 2018, 6:29 PM UTC
- HN karma
- 257
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About imaurer
GitHub: https://github.com/imaurer
Twitter: https://twitter.com/imaurer
LinkedIn: https://www.linkedin.com/in/ianmaurer
Recent public activity
-
comment
Comment #47458985
vibe compliance
- story
-
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…
- comment
-
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…
-
comment
Comment #39828001
I'm excited for the Michael Lewis version of the Rust library ecosystem.
-
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…
-
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…
- story
-
comment
Comment #39553126
R2 support for egress $$ reasons?
-
comment
Comment #38973033
How'd they get both Chainsmokers?
- story
-
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/
-
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…
-
comment
Comment #36116526
Two places I use it: Preview on my Mac, photos on my phone. Haven’t seen an api yet.
- story
- comment
-
comment
Comment #35963797
Yes, cosine distance works best in convex or normalized sets. Thinking about adding this caveat. Thanks for the question.
- story
- story
-
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…
-
comment
Comment #35828573
AWS just added yesterday. Hosting options tracked here: https://github.com/pgvector/pgvector/issues/54
-
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 …
-
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.
- story