this post was submitted on 02 Feb 2024
152 points (95.2% liked)

Programming

17123 readers
95 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 15 comments
sorted by: hot top controversial new old
[–] [email protected] 32 points 8 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] 38 points 8 months ago (1 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] 3 points 8 months ago

Yeah, this is pretty funny from that perspective.

[–] [email protected] 15 points 8 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] 25 points 8 months ago (2 children)
[–] litchralee 57 points 8 months ago (1 children)

For other people's benefit beyond my own:

RIIR: "Rewrite It In Rust"

[–] [email protected] 29 points 8 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 8 months ago

Very, very real haha

[–] [email protected] 23 points 8 months ago (1 children)

A single architect to move the mammoth of a software?

Oookay

[–] [email protected] 28 points 8 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 8 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 8 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] 3 points 8 months ago (1 children)
[–] [email protected] 9 points 8 months ago (1 children)
[–] [email protected] 8 points 8 months ago* (last edited 8 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.