ZFS Deduplicaton: Save Disk Space

ZFS Deduplication Explained: Learn how ZFS deduplication works by eliminating identical data blocks. We demonstrate the feature, compare results with dedup on and off, and discuss RAM requirements and best use cases. ZFS deduplication is powerful for environments with highly redundant data like VM images or backup repositories. However, for general use cases like web hosting, compression is usually a better choice due to lower RAM requirements.

Linux Still Dealing With Quirky Firewire Devices As We Enter 2026

For Linux 6.19 as what will be the first stable kernel release of 2026, the IEEE-1394 Firewire stack continues dealing with device quirks and improving support for different Firewire-connected devices. In 2026 is also when the Linux Firewire maintainer plans to begin recommending users migrate away from the IEEE-1394 bus followed by closing the Linux Firewire efforts in 2029…

Jolla Trying Again To Develop A New Sailfish OS Linux Smartphone

Finnish company Jolla started out 14 years ago where Nokia left off with MeeGo and developed Sailfish OS as a new Linux smartphone platform. Jolla released their first smartphone in 2013 after crowdfunding but ultimately the Sailfish OS focus the past number of years now has been offering their software stack for use on other smartphone devices. But now it seems they are trying again with a new crowd-funded smartphone…

AMD EPYC 7773X “Milan-X” Performance & Power Nearly Four Years Later

Nearly four years have passed since AMD launched their EPYC Milan-X processors with 3D V-Cache. When recently rearranging some servers in the lab and realizing the four year anniversary was coming up in March, curiosity got the best of me in wondering where the Linux performance and energy efficiency on Milan-X is now with the latest Linux software stack compared to the numbers when Milan-X launched back in March 2022.

[$] Eventual Rust in CPython

Emma Smith and Kirill Podoprigora, two of Python’s core developers, have
opened a
discussion
about including Rust code in CPython, the reference implementation of
the Python programming language. Initially, Rust would only be used for optional
extension modules, but they would like to see Rust become a required dependency
over time. The initial plan was to make Rust required by 2028, but Smith and
Podoprigora indefinitely postponed that goal in response to concerns raised in the discussion.