@itsfoss I wonder how likely it will be to see a BSOD. I don't remember the last time a Linux distro crashed on me - even unstable ones like Arch or Gentoo. Or is the SystemD team going to assimilate the crash functionality too? Just to show off their new feature?
Notices by Gokul Das (goku12@fosstodon.org)
-
Gokul Das (goku12@fosstodon.org)'s status on Friday, 22-Dec-2023 21:51:43 JST Gokul Das -
Gokul Das (goku12@fosstodon.org)'s status on Monday, 11-Dec-2023 17:17:18 JST Gokul Das @itsfoss Reading this while converting all my shell scripts and status bar to custom Rust programs!
It's such a pleasure to program in Rust. Everything is explicit and tightly controlled. No hidden flows (a problem I had with Python on more than one occasion) - but without sacrificing expressiveness (how about sorting a vector of enum variants with just 2 lines?). And the compiled programs are almost always fast and rock solid.