Entry tags:
Microsoft is looking for Rust developers to do some work on its Microsoft 365 platform
This is a good move. They're migrating some core code libraries from C# to Rust. C# is not truly based on C and C++, it has characteristics of several languages. The language is pronounced SEE-SHARP and they wanted to use the musical sharp symbol, similar to the #, but it doesn't exist on pretty much every keyboard in the world, so they compromised and went with the name but the pound symbol.
The job is described as "...include "guiding technical direction, design and implementation of Rust component libraries, SDKs, and re-implementation of existing global scale C# based services to Rust."
The goodness is that Rust is a very tight language when it comes to memory strictness. Lots of languages are pretty loose when it comes to enforcing memory allocation and access, Rust is definitely not. This looseness is what gives hackers open doors to lots of systems. And this is why Linux is now rewriting a lot of its core systems in Rust from C and C++. Microsoft is doing the same thing with the Windows operating system. But this is a very slow process as there's far fewer Rust programmers than C/C++ programmers, so it's a slow slog.
If you know anyone who says they want to be a programmer, and they're serious about it, Rust and systems programming would be a very financially rewarding line to explore. Hard work, but well-paying.
https://www.theregister.com/2024/01/31/microsoft_seeks_rust_developers/
The job is described as "...include "guiding technical direction, design and implementation of Rust component libraries, SDKs, and re-implementation of existing global scale C# based services to Rust."
The goodness is that Rust is a very tight language when it comes to memory strictness. Lots of languages are pretty loose when it comes to enforcing memory allocation and access, Rust is definitely not. This looseness is what gives hackers open doors to lots of systems. And this is why Linux is now rewriting a lot of its core systems in Rust from C and C++. Microsoft is doing the same thing with the Windows operating system. But this is a very slow process as there's far fewer Rust programmers than C/C++ programmers, so it's a slow slog.
If you know anyone who says they want to be a programmer, and they're serious about it, Rust and systems programming would be a very financially rewarding line to explore. Hard work, but well-paying.
https://www.theregister.com/2024/01/31/microsoft_seeks_rust_developers/
no subject
Indeed, next question will be sustaining and here AI should help also. Otherwise training developers on Rust instead of C# doesn’t helps at all.
no subject
I made a post within the last month or so about programmers using AI to help them generate code. When surveyed, they thought they were producing more secure code. When the code was analyzed, the code was found to be less secure. I have a feeling that having an LLM just straight convert code between the two languages would be even worse.
no subject
no subject
That was about a year ago. Some developers found it helpful to give them an initial draft to correct. (The way I think, that wouldn't work for me; I find harder to spot missing code than to write the code correctly in the first place.)
Has it improved enough to be reliable yet? In particular, reliable enough to replace something that's already working, with a goal of improving quality?!
no subject