Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sorenbs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sorenbs
2mo ago
It's a canary releasing directly from main: https://github.com/oven-sh/bun We have run it in production for a month: https://www.prisma.io/blog/bun-rust-rewrite-prisma-compute
2.
▲
by
sorenbs
2mo ago
We found the Rust based canary version to solve a number of memory leaks that we were struggling with in the Zig based 1.3. One of our engineers wrote up the details here: https://www.prisma.io/blog/bun-rust-rewrite-pri
3.
▲
by
sorenbs
2mo ago
We worked with the CipherStash team to build a Prisma Next extension that provides full type safety for their additional query shapes, and a fully managed experience for applying schema changes. It was a great experience working with the te
4.
▲
Bun 1.4 coming July 7th
(twitter.com)
2 points
by
sorenbs
3mo ago
|
0 comments
5.
▲
Show HN: AI Chat App on Durable Streams and Tanstack DB
(oss.chat)
2 points
by
sorenbs
3mo ago
|
0 comments
6.
▲
We put the Bun Rust rewrite in production
10 points
by
sorenbs
3mo ago
|
1 comments
7.
▲
Prisma launching integrated Compute and Postgres hosting
(prisma.io)
6 points
by
sorenbs
3mo ago
|
0 comments
8.
▲
Webwright: A terminal is all you need for web agents
(microsoft.github.io)
2 points
by
sorenbs
4mo ago
|
0 comments
9.
▲
by
sorenbs
4mo ago
There's a lot of new stuff here. The complete rewrite in TypeScript alone is a huge improvement. But the new migration system is probably the most ambitious part. Very curious for feedback on that!
10.
▲
GLM 5.1: Pelican Test
(simonwillison.net)
4 points
by
sorenbs
5mo ago
|
2 comments
11.
▲
by
sorenbs
7mo ago
Yeah. Completely changes the meaning of the article. I thought Nvidia was now competing with Cerebras. That's not the case...
12.
▲
by
sorenbs
7mo ago
If chip manufacturing advances allow them to eventually run leading edge models at speeds much faster than competition, that seems a really bright future all on its own. Their current chip is reportedly 5nm already, and much too small for t
13.
▲
by
sorenbs
7mo ago
We operate a postgres service on Firecracker. You can create as many databases as you want, and we memory-snapshot them after 5 seconds of inactivity, and spin them up again in 50ms when a query arrives. https://www.prisma.io
14.
▲
A fast Rust port of Steve Yegge's beads
(github.com)
3 points
by
sorenbs
8mo ago
|
0 comments
15.
▲
by
sorenbs
8mo ago
> but some others will pick up where he left off, with more modest goals Already happening :-) https://github.com/Dicklesworthstone/beads_rust
16.
▲
GLM-4.7: Frontier intelligence at record speed
(cerebras.ai)
2 points
by
sorenbs
8mo ago
|
1 comments
17.
▲
by
sorenbs
11mo ago
I've had a lot of fun playing this the past weeks. And very happy to learn the game uses Prisma on the backend :-)
18.
▲
by
sorenbs
1y ago
I've had a really good time using https://github.com/lima-vm/lima
19.
▲
The Future of Serverless Databases
(prisma.io)
6 points
by
sorenbs
2y ago
|
1 comments
20.
▲
by
sorenbs
2y ago
I am somehow uniquely well positioned to answer this question. I worked at Trustpilot for 7 years, and am now a relatively large Vultr customer. Vultr is great!
21.
▲
by
sorenbs
2y ago
Very interesting announcement! We are also building a hosted Postgres service based on Firecracker and with the ability to create unlimited databases. Will have to dig in and see how we compare to this. https://www.prisma.io/
22.
▲
by
sorenbs
2y ago
That would be billed as a single query. We think this is a much simpler way to reason about your cost compared to counting rows scanned, CPU time consumed or something more granular like that. If your query is very expensive, it will take l
23.
▲
by
sorenbs
2y ago
Thank you! Reclaiming memory is orthogonal to unikernals. It's a concern of the VMM, and Firecracker does support this through the balloon device: https://github.com/firecracker-microvm/firecracker/blob/m
24.
▲
by
sorenbs
2y ago
We are looking for input on this during the EA phase. Here's how we plan for this to work: - Each incremental concurrent query allocates additional compute resource to your database - All queries share that pool of compute resource - Q
25.
▲
by
sorenbs
2y ago
It's not every day you get to launch a hosted Postgres service that has something fundamentally new to offer. That's what we have done with Prisma Postgres, and I'm incredibly excited for it. We are using Firecracker and unik
26.
▲
by
sorenbs
2y ago
Existing discussion: https://news.ycombinator.com/item?id=41805515
27.
▲
Tesla's Robotaxi event still not started after 40 minutes [video]
(youtube.com)
19 points
by
sorenbs
2y ago
|
55 comments
28.
▲
The open-source Auth0 alternative
(stack-auth.com)
3 points
by
sorenbs
2y ago
|
1 comments
29.
▲
by
sorenbs
2y ago
We are using SQLx under the hood to generate types for SQLite in https://www.prisma.io/typedsql . It's really great.
30.
▲
by
sorenbs
2y ago
I am super excited for this release. We build Prisma Optimize with inspiration from a tool I used as a young software developer almost 15 years ago, nhprof: https://hibernatingrhinos.com/products/nhprof Technology has
More ›