Entertainment

My Thoughts on the Bun Rust Rewrite

๐Ÿ”ฅ Discover this awesome post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: โœ… **What Youโ€™ll Learn**: Context: Rewriting Bun in Rust History When Jarred joined the Zig community about 5 years ago, I described him as someone who had strong "beginner energy". That is, he moved fast and tried a lot of different stuff, jumping head first into problems that he was not yet equipped to solve, leading to mediocre outcomes in terms of engineering, but learning a whole heck of a lot in the process. I see it as quite a healthy attitude, particularly for young people and students. This…
Read More
malisper/pgrust: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests ยท GitHub

malisper/pgrust: Postgres rewritten in Rust, now passing 100% of the Postgres regression tests ยท GitHub

๐Ÿš€ Discover this insightful post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ“Œ **What Youโ€™ll Learn**: A Postgres rewrite in Rust. pgrust targets compatibility with Postgres 18.3 and matches Postgres's expected output across more than 46,000 regression queries. pgrust is disk compatible with Postgres and can boot from an existing Postgres 18.3 data directory. The goal is to make Postgres easier to change from the inside: keep the behavior Postgres-shaped, keep the real Postgres tests as the oracle, and use Rust plus AI-assisted programming to explore deeper server changes. pgrust is not production-ready yet. It is not performance optimized yet. Existing…
Read More
Why developers are ditching GitHub for Codeberg and self-hosting alternatives

Why developers are ditching GitHub for Codeberg and self-hosting alternatives

โœจ Read this insightful post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ’ก **What Youโ€™ll Learn**: By many measures, GitHub is as popular as ever. One new user joins every second, the service hosts over 600 million repositories, and nearly one billion commits were made in 2025. But scratch the surface, and something else is going on. Some users are concerned about a range of issues, from technical problems like frequent downtime to the serviceโ€™s political direction, especially since it was taken over by Microsoft. A few high-profile projects have taken things much further, abandoning the offering altogether, in a move…
Read More
Founding Account Executive at CollectWise

Founding Account Executive at CollectWise

โœจ Read this awesome post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: โœ… **What Youโ€™ll Learn**: About Us CollectWise is a fast growing and well funded Y Combinator-backed startup. Weโ€™re using generative AI to automate debt collection, a $35B market in the US alone. Our AI agents are already outperforming human collectors by 2X, and weโ€™re doing so at a fraction of the cost. With a team of five, we scaled to a $2 million annualized run rate in just a few months, and we are now hiring a Founding Account Executive to help us reach $10 million within the next…
Read More

AI slop starts with the codebase itself. ยท the truth as I see it now

โœจ Read this awesome post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: โœ… **What Youโ€™ll Learn**: AI changes rewrite economics because codebases with clear, common patterns get more leverage than proprietary or inconsistent systems. My view on software rewrites has changed because of AI. The quality of AI output isn't determined solely by your prompt. It's determined by what the model already knows from training data, and the context you give it to work with. For coding tasks, most of that context is the codebase. Popular tech stacks have an AI advantage because the model has seen millions of examples, including…
Read More
What’s really slowing down the AI buildout

What’s really slowing down the AI buildout

๐Ÿ’ฅ Discover this must-read post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: โœ… **What Youโ€™ll Learn**: Issue 24 of Works in Progress has now arrived with subscribers. Sign up here to receive this issue, plus another every two months โ€“ straight to your door.One of the most expensive projects in history is under construction in Abilene, Texas. This joint venture, Stargate, is the flagship of a bigger project by the same name led by OpenAI and Softbank, and is expected to cost well over $40 billion for a high-performance computing campus that will train new generations of AI models.Stargate is just…
Read More
We made Grok 4.5, GPT-5.5, and Claude build the same apps ยท TryAI

We made Grok 4.5, GPT-5.5, and Claude build the same apps ยท TryAI

๐Ÿ’ฅ Explore this awesome post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ’ก **What Youโ€™ll Learn**: Grok 4.5 landed this week with xAI calling it their smartest model yet, "trained alongside Cursor" for coding and agentic work. The internet's favorite way to vibe-check a new coding model is the build-off: hand it one prompt, see what app it spits out, post the clip. So we did it, but properly. We gave Grok 4.5, GPT-5.5, Claude Opus 4.8, and Claude Fable 5 the exact same three prompts: build a single self-contained HTML file (no libraries, no network calls) for an interactive app.…
Read More
Remote Attestation – Liam Wisehart

Remote Attestation – Liam Wisehart

โœจ Explore this awesome post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ“Œ **What Youโ€™ll Learn**: A host connects to your network. It looks like part of your fleet, but is it really? It runs your software, or at least enough of it to start serving traffic. It quacks like a duck. But whatโ€™s on the inside?Iโ€™m surprised ChatGPT agreed to make that one.But seriously. How do you know that your data isnโ€™t sitting on a compromised stack? How do you know that you arenโ€™t trying to schedule workloads on an attacker controlled machine? How do you know any of your…
Read More

I Think I Have LLM Burnout

๐Ÿ”ฅ Explore this must-read post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: โœ… **What Youโ€™ll Learn**: July 8, 2026 I use LLMs a lot. By current dev standards, my usage rate is probably average, and my methods are probably primitive. I work on one task at a time and discuss it with Claude Code (at work) or Codex (at home, for now). Sometimes, I let the assistant write code, but I read the output thoroughly, understand it, and revise it. Iโ€™m not in the deep end of autonomous agents or agent orchestration. Still, I spend hours each day interacting with LLMs…
Read More

Rewriting Bun in Rust

๐Ÿš€ Check out this must-read post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: โœ… **What Youโ€™ll Learn**: Rewriting Bun in Rust (via) Jarred Sumner has been promising this blog post (since May 9th) about his Zig to Rust rewrite of Bun for significantly longer than it took him to finish the rewrite. Honestly, it was worth the wait. This is a detailed description of an extremely sophisticated piece of agentic engineering, featuring dynamic workflows, trial runs, adversarial review and all sorts of other interesting tricks. Jarred spends the first half of the post praising Zig for getting Bun this far. Then…
Read More