This link captures the confusion about how to pronounce "fsck":
https://lwn.net/Articles/190223/
Here's the truth. Ted Kowalski, username frodo, may he rest in peace, was the original author, just down the hall from my office in Murray Hill, and his name for the program had a 'u' where there is now an 's'. Management made him change it for distribution, but they couldn't make him change his pronunciation.
Interesting post from the Android Rust compiler team:
https://android-developers.googleblog.com/2023/12/faster-rust-toolchains-for-android.html
Seems to line up with my benchmarks for performing a lot of the same optimization techniques to LLVM and clang and it is cool to see the amount of savings that this translates to for CI. Reminds me that I should look at integrating my kernel.org LLVM builds into tuxmake so that we can use them with tuxsuite…