Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
imaurer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
imaurer
6mo ago
vibe compliance
2.
▲
I call them "Loop Bots"
(imaurer.com)
5 points
by
imaurer
1y ago
|
2 comments
3.
▲
by
imaurer
2y ago
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: pbcopy-all: git ls-files | xargs tail -n +1 | pbcopy Works like
4.
▲
by
imaurer
2y ago
“ 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 documentation with Claude and pbcopy?
5.
▲
by
imaurer
2y ago
I'm excited for the Michael Lewis version of the Rust library ecosystem.
6.
▲
by
imaurer
2y ago
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 Instructor are good starting points. I am collecting these appr
7.
▲
by
imaurer
3y ago
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 easier to get started with using in context learning. Soon, th
8.
▲
FuzzTypes: Pydantic Library for Auto-Correcting Annotation Types
(github.com)
2 points
by
imaurer
3y ago
|
0 comments
9.
▲
by
imaurer
3y ago
R2 support for egress $$ reasons?
10.
▲
by
imaurer
3y ago
How'd they get both Chainsmokers?
11.
▲
What Is a GPT?
(imaurer.com)
1 points
by
imaurer
3y ago
|
0 comments
12.
▲
by
imaurer
3y ago
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/
13.
▲
by
imaurer
3y ago
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 here to see if someone sees it by happenstance and writes a
14.
▲
by
imaurer
3y ago
Two places I use it: Preview on my Mac, photos on my phone. Haven’t seen an api yet.
15.
▲
The Answer Is the Easy Part
(imaurer.com)
1 points
by
imaurer
3y ago
|
0 comments
16.
▲
by
imaurer
3y ago
Yes
17.
▲
by
imaurer
3y ago
Yes, cosine distance works best in convex or normalized sets. Thinking about adding this caveat. Thanks for the question.
18.
▲
Which vector similarity metric should I use?
(imaurer.com)
2 points
by
imaurer
3y ago
|
4 comments
19.
▲
Medical AI: How to raise and eventually make money
(imaurer.com)
1 points
by
imaurer
3y ago
|
0 comments
20.
▲
by
imaurer
3y ago
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/weaviate/api/graphql/filter
21.
▲
by
imaurer
3y ago
AWS just added yesterday. Hosting options tracked here: https://github.com/pgvector/pgvector/issues/54
22.
▲
by
imaurer
3y ago
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 other ideas: https://github.com/pgvector
23.
▲
by
imaurer
3y ago
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.
24.
▲
What Happened to Fiverr?
(old.reddit.com)
1 points
by
imaurer
3y ago
|
0 comments
25.
▲
by
imaurer
3y ago
Best part of Simon being part of it, is that there will be a great record of it from his blog and TILs.
26.
▲
by
imaurer
3y ago
HuggingFace’s platform allows for experimenting, learning and leveraging models and data sets including LLM and instruction sets to train a chat bot. For “merging”, I would learn about fine tuning to see if that’s what you are looking to le
27.
▲
by
imaurer
3y ago
If Google Docs was the only way most people wrote text then I think your analogy would indeed be apt. In this case, nearly all people using Large Language Models are doing so through a web page (ChatGPT) or an API. That's the inspirati
28.
▲
by
imaurer
3y ago
Tracking repos and resources for running LLMs locally here: https://github.com/imaurer/awesome-decentralized-llm
29.
▲
by
imaurer
3y ago
Submit new links here :) https://github.com/imaurer/awesome-decentralized-llm
30.
▲
Understanding Wolfram's ChatGPT Plugin Manifest
(github.com)
1 points
by
imaurer
3y ago
|
0 comments
More ›