Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pjot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
pjot
5d ago
I don’t think it’s necessarily the use case changed but maybe the constraints. Streaming directly to Clickhouse is a great solution. Recent approaches I’ve seen though buffer data as parquet in object storage first, and read data from there
2.
▲
by
pjot
5d ago
Thought this was the ascii Star Wars in your terminal à la telnet towel.blinkenlights.nl
3.
▲
by
pjot
12d ago
1008 pages, wow!
4.
▲
by
pjot
18d ago
It also made a really satisfying “boyoyoyinnng” sound
5.
▲
by
pjot
18d ago
Will need to degauss after this
6.
▲
by
pjot
22d ago
Where do you get this free beer?
7.
▲
by
pjot
1mo ago
I used to love watching the “unlimited” storage counter increase as each second went by
8.
▲
by
pjot
1mo ago
I wonder how this would work in trying to parallelize the worker threads (multiple duckdb instances) coordinating them via Quack. Ducks all the way down!
9.
▲
by
pjot
1mo ago
One step further are those who want to point an llm directly at the data warehouse to get the data needed to run predictions
10.
▲
by
pjot
2mo ago
See also the bullwhip effect https://en.wikipedia.org/wiki/Bullwhip_effect
11.
▲
by
pjot
2mo ago
Here’s a different kind of binary clock https://www.hey.earth/posts/binary-clock
12.
▲
by
pjot
3mo ago
The actual post from Anthropic: https://www.anthropic.com/institute/recursive-self-improveme...
13.
▲
by
pjot
4mo ago
> created bunch of fake spam pages and trying to mine crypto Pages like GitHub pages? We’re repos being created in your account? Curious how you discovered that your tokens were pwned
14.
▲
by
pjot
4mo ago
After years of using orchestration tools like airflow and dagster so many lightbulbs have just lit up in my head. I wish documentation for tools would explain their abstractions concepts in terms of its primitives. Great post, thanks!
15.
▲
by
pjot
4mo ago
> The Chinese are a decade ahead of the west when it comes to building cars. Is this true? From years of watching Top Gear any Chinese car that was tested was laughably bad.
16.
▲
by
pjot
4mo ago
DuckDB has indexes. One specifically for highly selective point lookups. The structure is called an adaptive radix tree. The workloads you’re describing are sort of duckdb’s bread and butter (even the parquet stuff it’ll handle out of the b
17.
▲
by
pjot
5mo ago
To be fair, pie charts are horrible in general.
18.
▲
by
pjot
6mo ago
Re-reading your comment :) Yes, my demo has just a simple loop when loading the embeddings. I was replying more towards the latency you mentioned. Because duckdb runs on device, you save yourself the additional round trip network time when
19.
▲
by
pjot
6mo ago
I did this but used duckdb as the vector store. Works really well, quite fast too. https://github.com/patricktrainer/duckdb-embedding-search
20.
▲
by
pjot
7mo ago
For me, it helps to slow down my thoughts and aides deep work. I draw diagrams, connect blurbs with arrows, and “link” to other page numbers.
21.
▲
by
pjot
7mo ago
Claude Code release notes: > Version 2.1.32: • Claude Opus 4.6 is now available! • Added research preview agent teams feature for multi-agent collaboration (token-intensive feature, requires setting CLAUDE_CODE_EXPERIM
22.
▲
by
pjot
8mo ago
Not sure how you missed it, it’s here: https://fs.blog/about/
23.
▲
by
pjot
9mo ago
“Hover” seems to be causing some confusion. It’s more of a “shallow” press. Like the opposite of “pressing into” when 3D Touch was a thing
24.
▲
by
pjot
9mo ago
Similar is the save icon, though for a different reason. It conveys its function well, but one first needs to know what a floppy disk even is!
25.
▲
by
pjot
1y ago
I’ve found myself writing code intending to write prompts for writing better code. Soon enough Im sure we’ll start to see programming languages that are geared towards interacting with llms
26.
▲
by
pjot
1y ago
Author of the mentioned DuckDB-DOOM here! This is awesome - multiplayer is a great addition. Really like the cone in the mini-map too
27.
▲
by
pjot
1y ago
A “fully dressed” poboy in New Orleans is one with all the fixing’s
28.
▲
by
pjot
1y ago
Ha! I made this. I’m not a robot either :)
29.
▲
by
pjot
1y ago
Author here, wild to see this at the top of HN! You can play it here: https://patricktrainer.github.io/duckdb-doom/ Pressing “L” enables (very) verbose logging in the dev console and prints much of the sql being execu
30.
▲
by
pjot
1y ago
Rather than juggling your parent’s __init__ on another thread, it’s usually clearer to: 1. Keep all of your object–initialization in the main thread (i.e. call super().__init__() synchronously). 2. Defer any ZMQ socket creation that you act
More ›