Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chuckhend
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
OpenRouter more than doubles valuation to $1.3B in a year
(techcrunch.com)
4 points
by
chuckhend
4mo ago
|
0 comments
2.
▲
Leveraging Rust and the GPU to render user interfaces at 120 FPS
(zed.dev)
1 points
by
chuckhend
5mo ago
|
0 comments
3.
▲
ClickHouse AI Policy
(github.com)
2 points
by
chuckhend
7mo ago
|
0 comments
4.
▲
by
chuckhend
8mo ago
Great work Lev!
5.
▲
by
chuckhend
9mo ago
IMO, Python rode some of the growth from the data and scientific computing computing. It was lower friction for many people partially due to the amount of blogs, and open source projects that were available. Pandas and Numpy made it quite e
6.
▲
by
chuckhend
9mo ago
Helpful read, thanks for sharing! We have been (slowly) working on some fairness related queueing features over in pgmq for a bit too https://github.com/pgmq/pgmq/pull/442 . It does get complicated on Postgres
7.
▲
We Improved Organization Invites to Keycloak
(xata.io)
2 points
by
chuckhend
9mo ago
|
0 comments
8.
▲
by
chuckhend
1y ago
Love SQLx for my Rust projects. I would like to figure out a great way to use the compile time checks in python or js projects, but haven't explored it yet.
9.
▲
by
chuckhend
1y ago
LiteLLM is quite battle tested at this point as well. > it reimplements provider interfaces rather than leveraging official SDKs, which can lead to compatibility issues and unexpected behavior modifications Leveraging official SDKs also
10.
▲
by
chuckhend
1y ago
Very relevant talk if anyone is interested in learning a bit more about how the project is so fast. https://www.youtube.com/watch?v=gSKTfG1GXYQ
11.
▲
Rewriting Kafka in Rust
(wangjunfei.com)
30 points
by
chuckhend
1y ago
|
6 comments
12.
▲
ChatGPT future just revealed – get ready for a 'super assistant'
(tomsguide.com)
3 points
by
chuckhend
1y ago
|
0 comments
13.
▲
ChatGPT: H1 2025 Strategy
(justice.gov)
3 points
by
chuckhend
1y ago
|
0 comments
14.
▲
Show HN: Install PGMQ on Any Postgres
(github.com)
2 points
by
chuckhend
1y ago
|
0 comments
15.
▲
Against Config as a Lifestyle
(thecaptainslog.io)
3 points
by
chuckhend
1y ago
|
0 comments
16.
▲
How Cursor and Windsurf Work Under the Hood
(diamantai.substack.com)
3 points
by
chuckhend
1y ago
|
0 comments
17.
▲
An MCP-powered agent in 50 lines of code
(huggingface.co)
1 points
by
chuckhend
1y ago
|
0 comments
18.
▲
The Feed's Automated Warehouse [video]
(youtube.com)
1 points
by
chuckhend
2y ago
|
1 comments
19.
▲
Can You Measure a Technology Team's Efficiency?
(scarletink.com)
1 points
by
chuckhend
2y ago
|
0 comments
20.
▲
LangChain vs. OpenAI API: When Simplicity Meets Scalability
(blogs.adityabh.is-a.dev)
3 points
by
chuckhend
2y ago
|
2 comments
21.
▲
by
chuckhend
2y ago
Automating this with linter and formatter is great. It moves the argument over style and format to a one liner change to a lint config instead of mingling it with the with the main code change.
22.
▲
Exiting Apple in 2024 – The Final Upgrade
(noahgift.com)
5 points
by
chuckhend
2y ago
|
1 comments
23.
▲
The AI Supply Chain Tug of War
(sequoiacap.com)
1 points
by
chuckhend
2y ago
|
0 comments
24.
▲
by
chuckhend
2y ago
Congrats to the paradedb team!
25.
▲
Hugging Face ZeroGPU
(theverge.com)
1 points
by
chuckhend
2y ago
|
0 comments
26.
▲
by
chuckhend
2y ago
you can send or read a single message at a time or as many as you want in a batch. https://github.com/tembo-io/pgmq?tab=readme-ov-file#read-mes...
27.
▲
by
chuckhend
2y ago
pop() or read() in a loop, yes. can read 1 message or many messages at a time. what we do at Tembo in our infrastructure is pause for up to a few seconds if a read() returns no messages. when there are messages, then we read() with no pause
28.
▲
by
chuckhend
2y ago
The client libs are a nice convenience, but most users write the sql directly when integrating with other SQL statements, something like: begin; select * from my table group by... select pgmq.send(); commit;
29.
▲
How to Stay Sane While Working from Home
(roughlywritten.substack.com)
3 points
by
chuckhend
2y ago
|
0 comments
30.
▲
by
chuckhend
2y ago
There is a long poll, https://tembo-io.github.io/pgmq/api/sql/functions/#read_with... We have been talking about a push using Postgres 'notify', or even via an http, but we don't have a so
More ›