Someone recently wrote an article about how susceptible WSL was to hacks and how it was an excellent attack vector because windows didn’t check it. It was on one of the cyber security communities on Lemmy.
I dont have WSL but based on that article, I assume you can circumvent a lot of winblows crap in WSL. If you can run GUI apps all the better!































What are you talking about specifically? I’ve written C and C++ code and it’s terrible. UTF strings were an absolute pain, you needed Boost for the simplest things (though many things of boost have been assimilated in the standard), there are a thousand different ways to do simple things like iterating through iterables (again, things have changed in the standard), there’s no default dependency management, and so much more.
Rust comes with dependency management, a way to write unit tests and integrations, generate docs, toggle features, has standard iterables, string handling, async, compiler targets, and a lot more things C and C++ could only dream of having.
Don’t even get me started on zig which doesn’t have its own friggin string class / struct whatever.
So again, I ask you, what are you referring to? Please provide examples.