Microsoft Launches WSL Containers

Windows 11 users can now run native Linux containers via the ‘wslc’ command line tool in public preview. This move significantly streamlines cloud-native development and testing on Windows by integrating GPU support and high-performance file systems from day one.

Git 2.55 Shifts to Rust by Default

Git 2.55 has been released, now enabling Rust support by default. This is a critical step toward a potential mandatory Rust requirement for Git 3.0, while also introducing ‘git history fixup’ to allow merging changes into older commits without interactive rebasing.

DXVK 3.0: Performance Boosts and AMD Warning

DXVK 3.0 is out, offering significant memory savings and faster startup times for gamers. However, AMD RDNA1 and RDNA2 users on Windows are warned to avoid this version due to lack of Vulkan 1.4 support in their drivers, which leads to severe performance degradation.

Bcachefs Moves Rust into the Kernel

The Bcachefs file-system is integrating Rust directly into its kernel driver. While this improves safety and modernizes the core, it complicates deployment for out-of-tree modules, making DKMS builds impractical due to Rust’s lack of a stable ABI.

Infinity Scheduler: A New Linux CPU Strategy

A new Linux CPU scheduler, Infinity Scheduler, aims to replace BPF-based approaches by patching the kernel directly. It optimizes for interactive tasks by shrinking time slices for CPU-bound tasks, potentially reducing latency and improving system responsiveness.