General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Luredreier
Low Level
comments
Comments by "Luredreier" (@Luredreier) on "how can HACKERS use Rust for EVIL?? (the future of malware)" video.
@OlegLecinsky Plenty of people have found practical uses for it. While it's rare to refactor everything into Rust it's actually becoming quite common to refactor bits of code into Rust. Things that needs memory safety, speed, parallelism etc.
14
@xslvrxslwt Unsafe Rust does the job just fine. There's quite a few people doing embedded and system level programming in Rust who prefer that over C and C++ And it's nice to know exactly where it's safe or unsafe. Keeps it clear where you need to search for the critical bugs. Also, if you play ro Rusts strengths instead of just fighting the compiler you can actually have a higher productivity with Rust even for systems level programming.
7