<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: sorenbs</title><link>https://news.ycombinator.com/user?id=sorenbs</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Jul 2026 21:08:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sorenbs" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sorenbs in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>It's a canary releasing directly from main: <a href="https://github.com/oven-sh/bun" rel="nofollow">https://github.com/oven-sh/bun</a><p>We have run it in production for a month: <a href="https://www.prisma.io/blog/bun-rust-rewrite-prisma-compute" rel="nofollow">https://www.prisma.io/blog/bun-rust-rewrite-prisma-compute</a></p>
]]></description><pubDate>Mon, 20 Jul 2026 11:46:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48977426</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=48977426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48977426</guid></item><item><title><![CDATA[New comment by sorenbs in "Claude Code uses Bun written in Rust now"]]></title><description><![CDATA[
<p>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: <a href="https://www.prisma.io/blog/bun-rust-rewrite-prisma-compute" rel="nofollow">https://www.prisma.io/blog/bun-rust-rewrite-prisma-compute</a></p>
]]></description><pubDate>Mon, 20 Jul 2026 09:35:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48976355</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=48976355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48976355</guid></item><item><title><![CDATA[New comment by sorenbs in "Searchable field-level encryption on Supabase with CipherStash"]]></title><description><![CDATA[
<p>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 team, and we were particularly excited about this, as it helped us prove out the new extensibility mechanisms we have been working so hard for in Prisma Next.<p>Docs here: <a href="https://cipherstash.com/docs/stack/cipherstash/encryption/prisma-next" rel="nofollow">https://cipherstash.com/docs/stack/cipherstash/encryption/pr...</a><p>And a mention in our April update on Prisma Next: <a href="https://www.prisma.io/blog/prisma-next-roadmap-april-milestone" rel="nofollow">https://www.prisma.io/blog/prisma-next-roadmap-april-milesto...</a><p>If you want to give CipherStash on Supabase a try, using Prisma Next is the smoothest experience.</p>
]]></description><pubDate>Sun, 19 Jul 2026 08:14:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48965958</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=48965958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48965958</guid></item><item><title><![CDATA[Bun 1.4 coming July 7th]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/jarredsumner/status/2068059134952677887">https://twitter.com/jarredsumner/status/2068059134952677887</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48606554">https://news.ycombinator.com/item?id=48606554</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 20 Jun 2026 05:16:35 +0000</pubDate><link>https://twitter.com/jarredsumner/status/2068059134952677887</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=48606554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48606554</guid></item><item><title><![CDATA[Show HN: AI Chat App on Durable Streams and Tanstack DB]]></title><description><![CDATA[
<p>I built an AI chat app that uses Durable Streams from ElectricSQL as both the storage format and transport medium. It has the very nice property that tokens are stored durably as they are steamed back from the LLM provider, and then streamed to the frontend for a smooth user experience.<p>The frontend uses Tanstack DBs differential dataflow implementation to tie together meta data from Postgres with the chat streams in the Durable Stream.<p>Made a detailed explainer of all the components.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48506809">https://news.ycombinator.com/item?id=48506809</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 12 Jun 2026 17:18:58 +0000</pubDate><link>https://oss.chat/tour</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=48506809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48506809</guid></item><item><title><![CDATA[We put the Bun Rust rewrite in production]]></title><description><![CDATA[
<p>At Prisma we've been working on a Compute offering to complement our hosted Postgres. We settled on Bun early in the process as we liked the experience we'd be able to provide thanks to Buns batteries-included approach.<p>But then we started using Bun in anger, and we found many memory leaks in the Bun internals, that we knew our customers would face as well. Prisma Compute is operating long-running services, utilising memory snapshots to pause the instance when not in use. We need these Bun instances to be able to reliably serve customer workloads for days and months.<p>We were able to fix some of these memory leaks directly in the code base, but getting the patches upstreamed proved difficult. And running on a fork with an ever increasing number of patches wasn't an appealing option.<p>And then as our Beta launch approached, Jarred announced the big rewrite  (prior discussion: https://news.ycombinator.com/item?id=48132488)<p>We have found that the rewrite directly addresses several of the memory leaks we had identified. And we have found the new Rust codebase to be easier to contribute to. So we made the decision to launch on Bun Canary and do whatever we can to help improve Bun.<p>We wrote about it here, and you can have your agent of choice deploy an app in just a couple minutes if you want to give it a try. It's Beta, so we are still busy polishing the experience: https://www.prisma.io/blog/launching-prisma-compute-public-beta</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48477886">https://news.ycombinator.com/item?id=48477886</a></p>
<p>Points: 10</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 10 Jun 2026 15:31:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48477886</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=48477886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48477886</guid></item><item><title><![CDATA[Prisma launching integrated Compute and Postgres hosting]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.prisma.io/blog/launching-prisma-compute-public-beta">https://www.prisma.io/blog/launching-prisma-compute-public-beta</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48476294">https://news.ycombinator.com/item?id=48476294</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 10 Jun 2026 13:52:11 +0000</pubDate><link>https://www.prisma.io/blog/launching-prisma-compute-public-beta</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=48476294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48476294</guid></item><item><title><![CDATA[Webwright: A terminal is all you need for web agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://microsoft.github.io/Webwright/">https://microsoft.github.io/Webwright/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48275724">https://news.ycombinator.com/item?id=48275724</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 26 May 2026 06:18:55 +0000</pubDate><link>https://microsoft.github.io/Webwright/</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=48275724</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48275724</guid></item><item><title><![CDATA[New comment by sorenbs in "Show HN: Prisma Next – data contracts, migration graphs, agent DX"]]></title><description><![CDATA[
<p>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!</p>
]]></description><pubDate>Fri, 22 May 2026 14:56:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48236812</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=48236812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48236812</guid></item><item><title><![CDATA[GLM 5.1: Pelican Test]]></title><description><![CDATA[
<p>Article URL: <a href="https://simonwillison.net/2026/Apr/7/glm-51/">https://simonwillison.net/2026/Apr/7/glm-51/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47686697">https://news.ycombinator.com/item?id=47686697</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 08 Apr 2026 07:38:19 +0000</pubDate><link>https://simonwillison.net/2026/Apr/7/glm-51/</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=47686697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47686697</guid></item><item><title><![CDATA[New comment by sorenbs in "Nvidia with unusually fast coding model on plate-sized chips"]]></title><description><![CDATA[
<p>Yeah. Completely changes the meaning of the article. I thought Nvidia was now competing with Cerebras. That's not the case...</p>
]]></description><pubDate>Tue, 17 Feb 2026 00:43:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47042262</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=47042262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47042262</guid></item><item><title><![CDATA[New comment by sorenbs in "Nvidia with unusually fast coding model on plate-sized chips"]]></title><description><![CDATA[
<p>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 the real 5.3-codex: <a href="https://www.cerebras.ai/press-release/cerebras-announces-third-generation-wafer-scale-engine" rel="nofollow">https://www.cerebras.ai/press-release/cerebras-announces-thi...</a></p>
]]></description><pubDate>Tue, 17 Feb 2026 00:42:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47042258</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=47042258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47042258</guid></item><item><title><![CDATA[New comment by sorenbs in "AWS Adds support for nested virtualization"]]></title><description><![CDATA[
<p>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.<p><a href="https://www.prisma.io/postgres" rel="nofollow">https://www.prisma.io/postgres</a></p>
]]></description><pubDate>Fri, 13 Feb 2026 09:41:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47000836</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=47000836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47000836</guid></item><item><title><![CDATA[A fast Rust port of Steve Yegge's beads]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Dicklesworthstone/beads_rust">https://github.com/Dicklesworthstone/beads_rust</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46674515">https://news.ycombinator.com/item?id=46674515</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 19 Jan 2026 02:43:55 +0000</pubDate><link>https://github.com/Dicklesworthstone/beads_rust</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=46674515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46674515</guid></item><item><title><![CDATA[New comment by sorenbs in "Gas Town Decoded"]]></title><description><![CDATA[
<p>> but some others will pick up where he left off, with more modest goals<p>Already happening :-)
<a href="https://github.com/Dicklesworthstone/beads_rust" rel="nofollow">https://github.com/Dicklesworthstone/beads_rust</a></p>
]]></description><pubDate>Mon, 19 Jan 2026 02:43:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46674510</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=46674510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46674510</guid></item><item><title><![CDATA[GLM-4.7: Frontier intelligence at record speed]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.cerebras.ai/blog/glm-4-7">https://www.cerebras.ai/blog/glm-4-7</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46551422">https://news.ycombinator.com/item?id=46551422</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 09 Jan 2026 08:38:24 +0000</pubDate><link>https://www.cerebras.ai/blog/glm-4-7</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=46551422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46551422</guid></item><item><title><![CDATA[New comment by sorenbs in "Subway Builder: A realistic subway simulation game"]]></title><description><![CDATA[
<p>I've had a lot of fun playing this the past weeks. And very happy to learn the game uses Prisma on the backend :-)</p>
]]></description><pubDate>Fri, 10 Oct 2025 07:47:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=45536307</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=45536307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45536307</guid></item><item><title><![CDATA[New comment by sorenbs in "Development on Apple Silicon with UTM"]]></title><description><![CDATA[
<p>I've had a really good time using <a href="https://github.com/lima-vm/lima">https://github.com/lima-vm/lima</a></p>
]]></description><pubDate>Thu, 17 Apr 2025 11:51:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=43715435</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=43715435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43715435</guid></item><item><title><![CDATA[The Future of Serverless Databases]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.prisma.io/blog/prisma-postgres-the-future-of-serverless-databases">https://www.prisma.io/blog/prisma-postgres-the-future-of-serverless-databases</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42919095">https://news.ycombinator.com/item?id=42919095</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 03 Feb 2025 15:25:10 +0000</pubDate><link>https://www.prisma.io/blog/prisma-postgres-the-future-of-serverless-databases</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=42919095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42919095</guid></item><item><title><![CDATA[New comment by sorenbs in "Vultr Raises $333M at $3.5B Valuation"]]></title><description><![CDATA[
<p>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.<p>Vultr is great!</p>
]]></description><pubDate>Thu, 19 Dec 2024 04:09:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=42458344</link><dc:creator>sorenbs</dc:creator><comments>https://news.ycombinator.com/item?id=42458344</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42458344</guid></item></channel></rss>