EU Parliament Backs Chat Control, Postgres Gets a Rust Rewrite, and Bots Flood LinkedIn

||Download

Show notes

The European Parliament's Civil Liberties committee narrowly approved the Chat Control proposal, which would scan private — including encrypted — messages for child sexual abuse material, setting up a broader fight ahead. Meanwhile, a community rewrite of PostgreSQL in Rust now passes 100% of the original regression test suite, while a separate analysis argues that generative AI is fundamentally lowering the cost of such massive rewrites. The Bun JavaScript runtime is also migrating parts of its

Timeline

  • 00:00:00 Opening
  • 00:00:04 Introduction
  • 00:00:22 EU Parliament Greenlights Chat Control 1.0
  • 00:01:08 Postgres Rewritten in Rust Passes All Regression Tests
  • 00:02:01 Bun's Rust Rewrite Sparks Developer Debate
  • 00:02:58 Developers Ditching GitHub for Codeberg
  • 00:03:51 AI Content Floods Social Media, Especially LinkedIn
  • 00:04:24 GLM 5.2 and Near-Human Bookkeeping Accuracy
  • 00:04:50 The Glass Backbone: Army Logistics Vulnerabilities
  • 00:05:42 Spider Venom Kills Varroa Mites Without Harming Bees
  • 00:06:25 No Leap Second at End of December 2026
  • 00:07:12 Context.dev API for Structured Web Data
  • 00:07:54 TLS Certificates for Internal Services Done Right
  • 00:08:43 Damn Interesting and the Cost of Ad-Free Publishing
  • 00:09:34 Analog Watch, Pi.dev, Hy3, and Muse Spark 1.1
  • 00:11:52 18 Words Browser Game
  • 00:12:27 Outro

Related links

This episode is produced by Bri. Bri uses advanced AI technology to turn the feeds you care about into podcasts made for listening. Contact us at hi@bri.so.

Transcript

Mia: Welcome to this Bri podcast. I'm Mia.

Milo: And I'm Milo.

Mia: Today we start with a big privacy fight in Europe, then move to major Rust rewrites, signals in developer communities, and a few threads that are just interesting.

Milo: Mia, the privacy story today has a vote count attached to it.

Mia: A committee in the European Parliament just voted on the "Chat Control" proposal. The core idea is scanning every private message, including encrypted ones, for child sexual abuse material.

Milo: And the Civil Liberties committee said yes, 31 votes to 26, with 3 abstentions. That is a narrow path for a very broad surveillance mechanism.

Mia: The plan would override earlier safeguards that protected encrypted chats. The backlash is already sharp, from encryption experts, digital rights groups, and some EU member states who see a backdoor mandate.

Milo: What the vote does is set up a bigger fight in the full Parliament, but the direction of travel right now is clear.

Mia: Now a different kind of overhaul. A community project to rewrite the PostgreSQL database engine in Rust just hit a milestone.

Milo: Does this one actually run the original tests?

Mia: One hundred percent. It passes the entire original PostgreSQL regression test suite. That means functional parity with the standard engine, at least on paper.

Milo: So we have a memory-safe Postgres, but the question is whether it can ever leave the lab. These rewrites are famously expensive.

Mia: That is where a separate thread fits in. It argues that generative AI is fundamentally lowering the cost of these massive rewrites, cutting developer hours to a point where a project like this becomes thinkable.

Milo: Not that they used AI to build this one, but that the economics of the whole category are shifting under our feet.

Mia: That logic is playing out in real time with another project. The Bun JavaScript runtime is rewriting parts of its engine from Zig to Rust.

Milo: So after we just talked about rewriting a database, now it is a JavaScript engine. What is the trade-off they are actually making?

Mia: It is not a full rewrite of Bun, just a subset of the internals. According to a developer breakdown, the big gain for Rust is developer onboarding. More people know the language and its tools.

Milo: And the cost?

Mia: They lose Zig's comptime metaprogramming, which the original code used heavily for fast hash maps and Web API code generation. The analysis also points out the new Rust code might not actually run faster than the already-optimized Zig.

Milo: So it is a maintainability bet, not a raw performance one.

Mia: Exactly. Familiarity over a very specific speed trick.

Milo: Speaking of moves, a small but vocal slice of the developer community is pulling their code from GitHub.

Mia: Where are they going and why?

Milo: The main driver is political. They are objecting to Microsoft's perceived alignment with current U.S. policies, what some call a "techno-fascist ecosystem." The alternative they are naming is Codeberg, a non-profit host backed by NLnet in Berlin.

Mia: So it is a shift from a centralized, corporate-owned giant to a decentralized, European non-profit. Is GitLab in the mix?

Milo: Self-hosting Gitea or GitLab is also on the table for teams that want total control. The narrative was pulled together by the Garbage Day newsletter, citing Hacker News. But a caution: the original source article wouldn't render, so we are working off the summary.

Mia: there is noise on the platforms they are leaving behind. A new report says AI-generated content is flooding social media, and LinkedIn is the standout example.

Milo: That feels true just scrolling through it. What does the report actually pin down?

Mia: It pins down very little. The original article is unavailable, so we have no methodology or data. Just the headline and the discussion around it. But the signal is that professional credibility might be the next thing AI noise erodes.

Milo: We also saw a claim in the feed about a model named GLM 5.2. It is supposedly nearly as accurate as a human bookkeeper.

Mia: If verified, that kind of specialized, detail-oriented accuracy would be a real step.

Milo: But that is a big if. The Hacker News headline is all we have. The original paper is inaccessible. So it is a pin on the map, not a proven fact.

Mia: Now a sharp warning with a vivid metaphor. An article titled "The Glass Backbone" argues logistics will break the U.S. Army in the next big war.

Milo: What does a glass backbone mean in a military context?

Mia: It means an interconnected digital system that looks strong but is brittle. The argument is that the Army's logistics are optimized for peacetime efficiency, with data centers and real-time tracking.

Milo: Right, and a peer adversary would target those networks with cyber and electronic warfare on day one.

Mia: And the paralysis cascades. If you cannot order, track, or route, the fuel and ammunition never leave the depot. The original piece is gone, so this comes from the Hacker News analysis, but the core thesis is clear.

Milo: Let's end this block with a biology story that caught our eye. Spider venom versus a bee killer.

Mia: Researchers have found a peptide in spider venom that is lethal to the varroa mite. That is the parasite decimating honeybee colonies globally.

Milo: And it does not hurt the bees. That selectivity is the real prize. Current chemical treatments can contaminate honey and the mites build resistance.

Mia: Pressure on one vector, no collateral damage to the hive. The details are thin because the primary paper is unavailable, but the abstract-level finding points to a possible new tool for a very old agricultural problem.

Milo: A quiet decision from the people who keep the world's clocks in sync. The IERS has confirmed no leap second will be added at the end of December 2026.

Mia: Which continues a pattern. We haven't added one since 2016.

Milo: Precisely. Leap seconds exist to keep ultra-precise atomic time aligned with the Earth's slightly slowing rotation. But each one creates a tiny risk of disrupting satellite networks or financial systems.

Mia: So the pause is less about the planet speeding up, and more about a global debate on whether to just scrap the practice entirely.

Milo: Right. The target for a final decision is by 2035. So for now, the trend is simply not to add them.

Mia: A new Y Combinator startup wants to solve a messy problem, pulling clean data from any website. It's called Context.dev.

Milo: The pitch is a straightforward API that takes a URL and returns structured data, something developers often have to build fragile custom scrapers for.

Mia: The source here is a launch post on Hacker News, so it's the company's own framing. The original detailed article was not available.

Milo: Which means we don't have specifics on the underlying tech, pricing, or how it handles a site that actively tries to block extraction. The interest from the HN community is clear, but the real test is how well it works at scale.

Mia: A practical guide surfaced on Hacker News today that tackles a common security shortcut. It lays out how to properly automate TLS certificates for internal services.

Milo: The core idea is simple, don't manually manage certs, and don't use self-signed ones that nobody trusts. The recommendation is to run your own internal certificate authority.

Mia: And make it speak the ACME protocol, the same standard Let's Encrypt uses. Tools like the open-source step-ca can do this. Internal services then automatically get short-lived certificates.

Milo: The main benefit is that a short-lived cert limits the damage from a key leak. It also avoids the whole nightmare of managing certificate revocation lists, which is where manual setups really fall apart.

Mia: We have a real cost breakdown from the long-running website Damn Interesting. The founder, Alan Bellows, has opened the books to explain a funding drive to keep the site alive.

Milo: He publishes deeply researched, long-form nonfiction with zero ads. It's a website, not a podcast. And the price of that independence is $89,700 a year.

Mia: The biggest line item is the assistant editor's salary at $48,000. Then writer pay at $17,500, and pure server costs at $12,000.

Milo: They're asking for straight donations and selling what they call curiosity capsules, basically a digital time capsule. It's a transparent look at the fragile math behind an ad-free publication.

Mia: A quick glimpse now at a creative hardware mod. A developer posted a project on Hacker News called "Analog Watch."

Milo: The idea seems to be turning a broken analog watch into a wearable e-paper display. The post got a decent amount of attention.

Mia: But a big caveat here, the original article detailing the build is unavailable. So we only have the project's title and the community's initial upvotes.

Milo: So we can see the curiosity is there for DIY wearables, but we can't confirm the project's final functionality or share the build process itself.

Mia: For anyone who finds setting up a Raspberry Pi a bit daunting, a project called Pi.dev has surfaced. It's described as an opinionated and easy configuration tool.

Milo: The goal is to lower the friction, making a bunch of setup choices for the user instead of presenting a blank terminal.

Mia: The source is a Hacker News summary with 67 points. But again, the original article with the technical details was not accessible.

Milo: So we know there's community interest in simpler Pi tools. What those specific opinionated choices are, we just can't verify from the available evidence.

Mia: A new name is surfacing among developer power users. A tiling window manager called Hy3 just hit a high point total on Hacker News.

Milo: 281 points on a single post. That signals a real spike in attention.

Mia: The catch is the original article was down, so we're missing the details on what makes Hy3 different from established managers like i3 or Sway.

Milo: But that point score alone puts it on the radar of a community that's very opinionated about how they manage their desktop windows. It's a name to watch.

Mia: Finally, an update for designers. Muse Spark 1.1 has been released.

Milo: The tool is described as AI-native, with this release focused squarely on user experience improvements. The announcement on Hacker News pulled in 237 points.

Mia: The source was brief, so we don't have specifics on the feature list or a direct comparison to the previous version. But the high point total suggests a user base that's paying very close attention.

Milo: To finish, a small thing that caught a lot of attention this week. A new browser game called "18 Words" landed on Hacker News.

Mia: The pitch is simple. You get a fixed set of letters and a timer, and you need to build eighteen specific words.

Milo: The Show HN post by user pompomsheep asks, "Can you survive 18 words?"

Mia: It pulled in over seven hundred points, which is a strong signal of interest.

Milo: We do not have the comment thread though, so we can only say it got traction, not what players actually thought of the puzzle.

Milo: That is the show. A quick thank you for listening, and for making time for the details that matter.

Mia: We will be back next time. I'm Mia.

Milo: And I'm Milo.