devtake.dev

Open Source

Breakout GitHub projects, open-source releases, and developer tools.

GitHub release card for servo/servo version 0.4.0, showing the multicolour Servo hexagon logo and a note pointing to the project's June blog post
Open Source·

65.9% of the web platform tests now pass in Servo, but the Rust engine can't select text

Servo 0.4.0 landed a record 558 commits and fixed layout on real sites. Its own dashboard reads 65.9%, CSS Grid sits at 37.8%, and text selection isn't shipped yet.

The Debian swirl logo in dark red above the lowercase debian wordmark on a near-black background.
Open Source·

Codeberg banned LLM-generated projects, and Debian is voting on the same question

Codeberg's terms now bar projects that mostly consist of AI-written code. Debian's open resolution puts three answers on one ballot. Provenance is the crux.

LibrePods project banner showing the AirPods icon, the wordmark, and the tagline 'AirPods liberated from Apple's ecosystem,' available on Android and Linux.
Open Source·

Spoof an Apple device ID and your AirPods unlock their hidden features on Android

LibrePods reverse-engineers Apple's private AirPods protocol to bring ear detection, battery status, and noise control to Android and Linux.

GitHub repository page for interviewstreet/hiring-agent, HackerRank's open-source resume-scoring pipeline.
Open Source·

HackerRank open-sourced its resume screener. The same resume scored 66 to 99.

HackerRank put its AI hiring agent on GitHub under MIT. One developer ran a single resume through it 100 times and watched the score swing from 66 to 99.

Deno 2.9 release announcement card on a dark background
Open Source·

Deno 2.9 nearly doubled its cold start and learned to read Bun's lockfiles

Deno 2.9 ships a 1.98x faster cold start, a native desktop-app builder, and direct reading of npm, pnpm, yarn, and Bun lockfiles. Here's where Deno sits now.

Intel's archived Open Ecosystem Community and Evangelism program page
Open Source·

Intel quietly switched off the open-source evangelism program it ran for two decades

Intel archived its Open Ecosystem Community and Evangelism hub and dozens of open-source projects as cost cuts reshape what one of Linux's biggest backers funds.

Lore, Epic Games' open-source version control system, shown on its project site
Open Source·

Epic's Lore: the open-source version control built for the repos Git and Perforce choke on

Epic Games open-sourced Lore, a binary-first version control system meant to scale to Fortnite-sized monorepos that break Git and cost a fortune on Perforce.

Rows of server racks in a data center, the kind of estate Tesco is migrating off VMware
Open Source·

40,000 server workloads are leaving VMware. Tesco blames Broadcom's 'abusive' licensing.

Tesco is moving 40,000 workloads off VMware and suing Broadcom for £100M, the loudest signal yet in the post-acquisition exodus toward KVM, Proxmox, and OpenStack.

Cloudflare blog graphic announcing that VoidZero is joining Cloudflare
Open Source·

Cloudflare bought VoidZero, the team behind Vite. The tools stay MIT and vendor-neutral.

Cloudflare acquired VoidZero, Evan You's company behind Vite, Vitest, Rolldown and Oxc. The tools stay MIT-licensed, and there's a $1M ecosystem fund.

The microsoft/coreutils GitHub repository page
Open Source·

Microsoft is shipping Linux's core commands on Windows, built in Rust

Microsoft's Coreutils for Windows brings native ls, cp, and grep to Windows, built on the Rust uutils project. Here's what it is and why the Rust rewrite matters.

A source-code editor open to C++ code, evoking the debate over AI-written contributions to open source
Open Source·

SQLite won't accept AI-written code, but QEMU just opened the door to it

Two of the most cautious C projects split on AI contributions in the same week. The real fight is over copyright provenance and who cleans up the slop.

An open-source graphic, representing the long-lived MySQL codebase where bug #11472 sat for two decades.
Open Source·

MySQL just fixed a 20-year-old bug where cascade deletes silently skipped triggers

MySQL bug #11472 was filed in 2005: triggers never fired on foreign key cascade actions, silently breaking audit logs. MySQL 9.7 finally closes it via WL#17024.

A scan of the 86-DOS changelist from Tim Paterson's 1981 assembler printout, the kind of artifact Microsoft released under MIT on April 28.
Open Source·

Microsoft just open-sourced 86-DOS. Tim Paterson's 45-year-old listings are now on GitHub under MIT.

Yufeng Gao and Rich Cini scanned Tim Paterson's 1981 assembler printouts. Microsoft pushed them to DOS-History/Paterson-Listings on April 28, the 45th anniversary.

A Linux boot screen with kernel messages scrolling, used here as visual shorthand for the init-system layer where the Flatpak/systemd argument is happening.
Open Source·

Flatpak's next sandboxing milestone bolts it to systemd. Alpine and Void users get the bill.

Sebastian Wick and Adrian Vovk pitched systemd-appd at Linux App Summit on May 17. The cost of nested sandboxing is a hard systemd dependency in mainline Flatpak.

C# 15 union types announcement graphic from the Microsoft .NET Blog
Open Source·

C# is getting union types in version 15. The preview shipped in .NET 11 Preview 2.

Mads Torgersen's union proposal landed in .NET 11 Preview 2 on April 2. C# 15 targets November 2026 and replaces the OneOf library hack the .NET community has been living with.

Figure from a forensic document-examination study used here as visual shorthand for verifying authorship of code.
Open Source·

yt-dlp's maintainer says Bun is now 'fully vibe-coded'. Support is officially deprecated.

yt-dlp's maintainer bashonly says Bun's Rust rewrite 'has taken a turn towards being fully vibe-coded.' The supported window narrowed to four versions.

A diagram from Cloudflare's blog post illustrating how a Wasm instance recovers state after a Rust panic.
Open Source·

Cloudflare taught wasm-bindgen to catch a Rust panic. Workers no longer poison the sandbox.

Three Cloudflare engineers shipped panic and abort recovery into wasm-bindgen on April 22. A Rust Worker that panics now reinitialises on the next request.

GitHub Open Graph card for oven-sh/bun pull request #30412, the Rust rewrite merge.
Open Source·

Bun's million-line Rust rewrite is now mainline. 99.8% of tests pass and 13,000 unsafe blocks remain.

Jarred Sumner merged the Bun-in-Rust PR on May 14, ending Zig as Bun's runtime language. Binary shrinks 3-8 MB; one analysis counted 13,000 unsafe blocks.