this post was submitted on 29 Nov 2024
5 points (54.7% liked)

Rust

6126 readers
21 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nous 18 points 3 weeks ago (1 children)

The OP does have a fair point. Rust jobs are harder to find and generally require niche knowledge in some area more then rust knowledge.

[–] [email protected] 17 points 3 weeks ago (1 children)

Reading the comments it seems like there may be a bunch of Rust jobs, they're just not advertised as much and many of them are filled by senior people with expertise in other areas and languages. In particular it seems like a lot of jobs at Amazon in the AWS department use it heavily. It might simply be too new to really see heavy recruiting for new hires yet. In another decade as teams expand and senior people move to other positions or retire we might see a sudden surge in companies looking for Rust devs.

[–] [email protected] 13 points 3 weeks ago (2 children)

I know plenty of senior C++ devs who would love to use Rust professionally. Maybe most Rust jobs simply fill easily internally and don't get reach the public?

[–] [email protected] 10 points 3 weeks ago (1 children)

That's my guess. All the openings are being filled internally and never even make it to public listings.

[–] nous 4 points 3 weeks ago (1 children)

Which validates the authors point - it can be hard to find or get a job writing rust. Much more so than other languages. Even if there technically are jobs around, just knowing rust wont help that much in obtaining one.

[–] [email protected] 10 points 3 weeks ago (1 children)

Perhaps but it's also a subtle but important distinction between "there are no Rust jobs" and "there are no open Rust jobs". The former implies it's a dead end skill set while the latter implies potential openings in the future. It may just be one of those things where you need to keep your ears open for openings and jump on one when you see it. Personally I think Rust is just getting started and there will be a ton of job opening's, just maybe not for a little while longer.

[–] nous 3 points 3 weeks ago (1 children)

there are no Rust jobs

Neither OP nor I claimed that. Only that it is hard to find a job in rust or that knowing rust will not help you get a job today (more so than any other language that is). I do also think that rust has a bright future - but as things stand today it can be hard to get a rust job (at least ones that are not just for cryptocurrencies/blockchain). And it could take 5 or more years for significant change in that area.

[–] [email protected] 3 points 3 weeks ago

What was claimed is that you can't get a Rust job which implies there are no Rust jobs, so it's important to call out the distinction. This was further implied by the tone of the article title which implied that the author was leaving Rust for good. While the contents of the article was more nuanced the title counts for a lot and has to be taken into consideration.

On the whole cryptocurrencies/blockchain jobs thing I'm not even sure I'd consider those real jobs. The overwhelming majority of those are startups that pay in equity and I expect nearly 100% of them to fail making that "equity" utterly worthless. I'd only consider positions in established companies paying actual salaries as real jobs.

[–] [email protected] 2 points 3 weeks ago (1 children)

If they're seniors then why not slowly introduce Rust to their existing codebases?

[–] LeFantome 8 points 3 weeks ago

Some do. But introducing new language to a team is non-trivial. And maintaining a project in more than one language has its own challenges. Rewrites of course are risky and expensive. So, Rust tends to get introduced very incrementally, for smaller projects, or for green field dev. Look at all the drama in the Linux kernel.