this post was submitted on 02 Feb 2024
156 points (95.3% liked)

Programming

16975 readers
1288 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
top 16 comments
sorted by: hot top controversial new old
[–] [email protected] 34 points 7 months ago (2 children)

Imagine being such a niche language that a single job posting makes headlines. In another 10.000 maybe I'll be able to get a Rust job too.

[–] [email protected] 41 points 7 months ago (2 children)

It's less the job post, more the implication, that they consider Rust to be better than (their internally developed) C# for one of their major products. And that I think is worth news (as it could further drive towards adoption of Rust in general).

[–] [email protected] 15 points 7 months ago

This. C# has been losing momentum for years but some people just won't see it. I think Microsoft trying to move 365 of of it is just another big flag that devs need to start looking elsewhere.

Microsoft has been pretty open that they intend to move to Rust. They are currently re-building the Windows API in Rust as well. I do expect they will try to push .NET in that world which will be a bummer.

[–] [email protected] 3 points 7 months ago

Yeah, this is pretty funny from that perspective.

[–] [email protected] 15 points 7 months ago

the news isn't that there's one job listing, the news is that Microsoft office 365 is being rewritten in rust.

[–] [email protected] 27 points 7 months ago (2 children)
[–] [email protected] 57 points 7 months ago (1 children)

For other people's benefit beyond my own:

RIIR: "Rewrite It In Rust"

[–] [email protected] 29 points 7 months ago

Thanks for not leaving out the lucky 10 000 <3

spoiler (for another lucky 10 000)

Ten Thousand XKCD comic

source

[–] [email protected] 8 points 7 months ago

Very, very real haha

[–] [email protected] 24 points 7 months ago (1 children)

A single architect to move the mammoth of a software?

Oookay

[–] [email protected] 28 points 7 months ago (1 children)

The actual job posting says:

We are forming a new team focused on enabling the adoption of the Rust programming language as the foundation to modernizing global scale platform services, and beyond.

So, it doesn't sound to me like they'll actively port everything. I imagine, they don't yet know where the journey is really headed, but probably have a need for performance-critical software to be rewritten in Rust.

Well, and yeah, it's going to be a team and they're only really going to maybe port one or two services, to figure out what technologies work well.

[–] [email protected] 3 points 7 months ago (1 children)

I suspect they will port core software running on the cloud first, running C# and chomping tops of RAM and CPU because reasons. Rust helps with both, but it takes time to port. Frontend apps will be the last thing will bring to Rust, maybe using WASM, and to avoid tools, use the same WASM packaged with Chromium for their standalone "apps" and walá: one codebase, all platforms.

[–] [email protected] 1 points 7 months ago

That's the really nice thing about a subscription model the way jetbrains puts it you don't have to keep moving the chairs on the deck or keep shuffling the UI elements around to get a steady revenue. I am sure moving to rust will help Microsoft cut its cloud / azure cost I mean at some point it costs Microsoft money even though it owns azure.

[–] [email protected] 4 points 7 months ago (1 children)
[–] [email protected] 9 points 7 months ago (1 children)
[–] [email protected] 8 points 7 months ago* (last edited 7 months ago)

I’m guessing it’s for large enterprise customers. Microsoft provides it as a service so they have to deal with scaling and the hosting. Rust can help improve performance on these large systems were it counts and can reduce hosting costs.