Software Development
173 articles RSS
Broadcom Donates Velero to the CNCF Sandbox, Shifting Kubernetes Backup Governance to the Community
Broadcom has contributed Velero, the Kubernetes-native backup and disaster recovery tool with 9,900 GitHub stars, to the CNCF Sandbox after the Technical Oversight Committee approved the proposal filed in February 2026.
Netflix Engineers Detail Graph Abstraction Layer Handling 650 TB of Graph Data at 10 Million Operations Per Second
A three-part Netflix Tech Blog series and subsequent InfoQ coverage reveal how the streaming company built a custom graph platform atop Apache Cassandra and EVCache, bypassing traditional graph databases to serve social graphs, service topology, and real-time distributed graphs at internet scale.
Wasmer Launches Edge.js, a WebAssembly-Sandboxed Node.js Runtime Targeting AI Agent Workloads
The open-source runtime executes Node.js v24 applications inside a WASIX sandbox without Docker, passing 99 percent of the Node.js test suite while trading 5 to 30 percent of native performance for process-level isolation.
LLVM 22 Ships Distributed ThinLTO, Named Loops for C2y, and WebAssembly Debugging in Its Densest Release Yet
LLVM 22.1, released February 24, introduces production-ready Distributed ThinLTO, C2y Named Loops in Clang, LLDB WebAssembly debugging, and support for Intel Nova Lake and Arm C1 processors.
Linux Foundation Launches x402 Foundation With 22 Industry Backers as AI Agent Payment Infrastructure Takes Shape
Coinbase donates its x402 protocol to the Linux Foundation, joining Stripe's competing MPP standard in a race to build the payment layer for autonomous AI agents.
Linux 7.0 Concludes the Rust Experiment, Making the Language a Permanent Part of the Kernel
Linux 7.0, expected in mid-April 2026, formally ends the three-year Rust experiment in the kernel. The decision, reached at the 2025 Maintainers Summit in Tokyo, promotes Rust from experimental status to a core kernel language alongside C and assembly.
Cloudflare Launches EmDash, an Open-Source TypeScript CMS Built to Replace WordPress on the Serverless Edge
Cloudflare has released EmDash v0.1, a full-stack serverless CMS written in TypeScript atop the Astro framework it acquired in January, promising sandboxed plugin isolation, AI-native management via MCP, and MIT licensing as a direct challenge to the 42.5 percent of the web still running WordPress.
Vite 8 Ships With Rust-Based Rolldown Bundler, Replacing Dual-Engine Architecture With Up to 30x Faster Builds
Vite 8.0 replaces its dual esbuild-and-Rollup architecture with Rolldown, a Rust-based bundler delivering 10-30x faster builds. Linear reports build times dropping from 46 to 6 seconds.
Systemd 260 Removes System V Init Script Support After a Decade of Deprecation, Adds OverlayFS-Based Container Tooling
Systemd 260 removes SysV init script support, introduces OverlayFS-based mstack container tooling, adds a Varlink metrics framework, and raises the minimum kernel to Linux 5.10.
DuckDB 1.5.0 Ships VARIANT Type, Built-In Geometry, and Overhauled CLI in Largest Release Since 1.0
DuckDB 1.5.0 introduces a VARIANT type that speeds JSON queries up to 100x, promotes GEOMETRY into core, overhauls the CLI, and delivers broad performance gains across more than 6,500 commits from nearly 100 contributors.
Neovim 0.12 Ships Built-In Plugin Manager, Overhauled LSP, and an Experimental UI Redesign in Its Largest Release in Years
Neovim 0.12.0, released March 29, adds a native plugin manager, inline LSP completions, a redesigned message interface, LuaJIT-powered performance gains, and built-in HTTP requests, setting the stage for a 1.0 release targeted in the next development cycle.
GitHub Releases Copilot SDK in Public Preview, Letting Developers Embed Agentic AI Workflows in Any Application
The Copilot SDK, now in public preview with support for five languages and bring-your-own-key authentication, exposes the same agent runtime powering GitHub Copilot CLI as a programmable library for building custom AI-driven tools and workflows.