Software Development
237 articles RSS
Cursor 3 Recasts the IDE as an Agent Control Plane
Cursor's April 2 release shifts the product toward multi-agent orchestration, with cloud-local handoff, review artifacts, and a plugin marketplace.
GitHub CLI Adds 'gh skill' Command, Turning Anthropic's Agent Skills Standard Into a Package Manager for AI Coding Agents
The new public-preview command installs, pins, updates, and publishes portable skills for Copilot, Claude Code, Cursor, Codex, Gemini CLI, and Antigravity — with git-backed provenance and an explicit prompt-injection warning.
Raspberry Pi OS 6.2 Disables Passwordless Sudo by Default, Drops PulseAudio for PipeWire in Biggest Desktop Overhaul Since Trixie Migration
Raspberry Pi OS 6.2 tightens security by requiring a password for sudo commands on new installations and replaces PulseAudio with PipeWire across the desktop stack.
.NET 11 Preview 3 Lands With C# Union Types, Zstandard Compression, and Signed Container Images
Microsoft's third .NET 11 preview brings the first in-SDK drop of C# 15 union types, Zstandard support in ASP.NET Core, and cryptographically signed container images.
Kubernetes AI Conformance Program Nearly Doubles Certified Platforms to 31 as CNCF Adds Agentic Workflow Validation and Stricter Hardware Requirements
The CNCF expanded its Kubernetes AI Conformance program from 18 to 31 certified platforms while introducing new requirements for disaggregated inference, high-performance networking, and agentic workload support.
Etsy Completes Five-Year Migration of Its 1,000-Shard, 425 TB MySQL Architecture to Vitess
Etsy has finished migrating its proprietary 1,000-shard MySQL infrastructure to Vitess after five years, 2,500 pull requests, and 6,000 query rewrites, eliminating a single point of failure while preserving its existing data layout through custom vindexes.
Servo Reaches crates.io With v0.1.0, Giving Rust Developers an Embeddable Browser Engine With Long-Term Support
The Servo project publishes its first crates.io release, making the Rust-native browser engine available as an embeddable library with a WebView API and a six-month LTS cycle.
KubeVirt 1.8 Introduces Hypervisor Abstraction Layer, Breaking KVM Lock-In for Kubernetes Virtual Machines
The CNCF incubating project's latest release adds a multi-hypervisor backend, Intel TDX attestation for confidential computing, and PCIe NUMA topology awareness for AI workloads, while scaling its test framework to 8,000 virtual machines.
Next.js 16.2 Ships With 400 Percent Faster Dev Startup and First-of-Their-Kind AI Agent DevTools
Vercel's Next.js 16.2 delivers an 87 percent reduction in dev server startup time, up to 60 percent faster rendering via a React contribution, and introduces experimental tooling that gives AI coding agents direct access to browser DevTools and component trees from the terminal.
CPython Targets Python 3.16 for First Rust Code as Project Clears Build System Hurdle and Plots PEP Timeline
The Rust for CPython project has achieved cross-platform builds in CI and shifted its target from Python 3.15 to 3.16, setting a July deadline to submit a formal Python Enhancement Proposal that would make Rust a build-time dependency of the reference interpreter.
Databricks Lakebase Reaches General Availability on Azure, Completing Multi-Cloud Rollout of Its Serverless PostgreSQL Database
Databricks has made Lakebase generally available on Azure across 14 regions, completing a multi-cloud rollout of its serverless PostgreSQL database built on technology from its Neon and Mooncake Labs acquisitions.
Go 1.26 Makes Green Tea Garbage Collector the Default, Cutting GC Overhead by Up to 40 Percent
Go 1.26 ships with the Green Tea garbage collector enabled by default, replacing the object-centric mark-sweep algorithm with a page-level scanner that reduces GC CPU costs by 10 to 40 percent in real-world workloads.