

10·
1 day agoFor me, it’s mostly interesting because it brings automatic tiling to a desktop environment. System76 has previously implemented this as an extension for Gnome, but they haven’t been too happy with that approach.
I think would also be good for the Linux Desktop community to have more than 2 strong desktop environments. Hopefully this would incentivize app developers to account for more than just a singe DE.
Rust actually doesn’t guarantee that there are no memory leaks. I think the more important memory safety improvements are regarding use after free, out-of-bounds accesses, null pointer issues, and double free problems.