194

It's getting more and more unhinged on LinkedIn.

top 50 comments
sorted by: hot top controversial new old
[-] jenesaisquoi@feddit.org 3 points 1 day ago

I'll take salty C++ masochist for 5

[-] drosophila 13 points 6 days ago* (last edited 6 days ago)

This is such an incredible self-own.

Either:

  • C++ is such a horrific language and Rust is so vastly superior that a person with 6 months of experience in Rust can be as productive and valuable as someone with 30 years of experience in C++.

  • The person writing the post, and according to them C++ programmers in general, bring virtually nothing to the table other than knowing the syntax and semantics of C++, even after 30 years of programming.

[-] jenesaisquoi@feddit.org 1 points 1 day ago

Por que no los dos?

[-] xav@programming.dev 5 points 6 days ago

Sorry but you're wrong. It's both.

[-] soulsource@discuss.tchncs.de 10 points 6 days ago

This is so fucking stupid, I can't even.

For your mental health, have some reasonable arguments about Rust: https://www.heise.de/hintergrund/Entwicklung-Warum-Rust-die-Antwort-auf-miese-Software-und-Programmierfehler-ist-4879795.html

Since it's in German, here are the key points of the article (written from memory - the article is quite old, so I might misremember - best read the article yourself):

  • Software development is stuck in a vicious cycle regarding project budgets.
    • Some competitors don't know better and just budget the "happy path", that assumes that everything during development goes right.
      • The author uses a term for this which I like a lot: "Hybris of the programmer"
    • Other competitors know better, but still have to lie in order to remain competitive when it comes to prices
    • Therefore almost all software projects end up with a way too low budget
      • So we get buggy software
  • Rust might be a way out of this misery, because
    • it is understood that it takes longer to develop something with Rust
    • but on the flip-side the safety-guarantees rule out a lot of bugs
    • so customers who choose to have their project implemented using Rust are fully aware of the higher costs, but also the higher quality
    • and developers have a well known argument for the higher costs, and also have data that shows how this higher investment will yield a better quality product.
[-] Miaou@jlai.lu 3 points 5 days ago

The first point applies to any kind of engineering anyway.

[-] figjam@midwest.social 3 points 6 days ago

This has been the nature of technical innovation since forever. Carriage mechanics were replaced by car mechanics and leech farmers were replaced by phlebotamists

[-] Mubelotix@jlai.lu 3 points 6 days ago

I'm almost 22 and I have six years of intensive Rust usage, confirmed by many projects and contributions on Github. Switching to Rust was the best decision I ever made, because this post is partly true

[-] savvywolf@pawb.social 141 points 1 week ago

If moving to another language erases 15 years of experience, you probably don't have a good grasp on the fundamentals...

[-] sus@programming.dev 44 points 1 week ago

15 years is just about enough to understand how initializing a variable works in C++: https://randomcat.org/cpp-initialization/initialization.png

load more comments (3 replies)
[-] ulterno@programming.dev 29 points 1 week ago

Perhaps the LinkedIn user should have considered learning "programming" instead of just C++

load more comments (1 replies)
[-] haakon@lemmy.sdf.org 71 points 1 week ago

What the hell is going on with the kerning in that screenshot? My eyes, they bleed.

[-] Aux@feddit.uk 2 points 6 days ago

Linux is going on.

[-] heavydust@sh.itjust.works 46 points 1 week ago

Wh atd oyou mean?

[-] Colloidal@programming.dev 13 points 1 week ago
[-] caseyweederman@lemmy.ca 2 points 6 days ago

If not, please make one, I wanna subscribe

[-] jlow@beehaw.org 7 points 1 week ago

Yeah, wth is this? It's so bad at points that it sometimes looks like two words.

[-] Red_October@lemmy.world 52 points 1 week ago

This really implies a level of competence and understanding among the highest levels of management that I think we all know just isn't there.

[-] entropicdrift@lemmy.sdf.org 40 points 1 week ago

Anti-Rust crusaders: "C is easy actually and Rust is pointlessly annoying and hard to learn"

Also anti-Rust crusaders:

[-] qprimed@lemmy.ml 18 points 1 week ago

ancient amateur C coder here (not even c++). picked up python about 5 years ago (cuz why not?). been playing around with rust for a bit (like it so far). only issue is recoded tools getting released under mit license instead of gpl (cuz, get off my lawn!).

[-] umbrella@lemmy.ml 3 points 6 days ago

nah, keep on, gpl is superior.

[-] pivot_root@lemmy.world 13 points 1 week ago

get with the times old man. nobody uses rust anymore, its already 10 years old and it takes soooooooooooo long to build. ur not gonna get anywhere unless u can l33tcode in rustscript these days. dinosaur

^/s^

[-] qprimed@lemmy.ml 10 points 1 week ago

great grandkids told be brainfuck is the future. are they right?!

[-] entropicdrift@lemmy.sdf.org 6 points 1 week ago

Yep, agreed that the license change is an actual issue

load more comments (2 replies)
load more comments (3 replies)
[-] busyvar@piaille.fr 38 points 1 week ago

@onlinepersona the master plan to remove old senior devs is ... to train new senior devs.

load more comments (1 replies)
[-] grob@mstdn.social 25 points 1 week ago

@onlinepersona ah, the time-honored tradition of The Big Rewrite 'cause it's cheap. Where do people get these horseshit ideas?

[-] taladar@sh.itjust.works 32 points 1 week ago

Probably from the same spot where they get the idea that languages literally designed within the first few decades of our profession are the pinnacle of technical excellence and can never be surpassed.

The US government recommending memory safe languages has really given people worms in their heads

[-] stardustsystem@lemmy.world 21 points 1 week ago

This whole circumstance just reminds me of COBOL. Nowadays you have scant few programmers for it, but the ones who do demand a big salary because it's such old specialized technology and often they have decades of experience in it. There's simply less COBOL programmers than there were in the languages heyday, and the ones trying to enter that market nowadays have a huge learning curve ahead of them.

The only reason most of these places that do that though, is because they wrote in COBOL to begin with decades ago, and didn't want to switch away to something more modern as other languages gained functionality and popularity.

I doubt C is ever going to go the way that COBOL has, it's too ubiquitous, but it does make one consider the language you write in and how compatible it may be not just with what exists today but what's going to exist years from the creation of that code.

The only reason most of these places that do that though, is because they wrote in COBOL to begin with decades ago, and didn’t want to switch away to something more modern as other languages gained functionality and popularity.

And it would've been much cheaper to rewrite once some years ago than to keep paying people to maintain it.

And in many cases, rewriting something improves the code substantially by finding bugs and fixing architectural issues. Old code doesn't mean it's correct, it's just old, and just today we had a high severity bug from code that was never properly tested and sat unchanged since near the start of the project.

load more comments (2 replies)
[-] vii@programming.dev 15 points 1 week ago

This is triggering me really good. Especially the part about seniors competing with juniors. Has this person ever met .... people?

[-] Jocarnail@lemmy.world 14 points 1 week ago

I seriously doubt changing language would impact a senior that much...

[-] pivot_root@lemmy.world 21 points 1 week ago

Rust is one of the harder languages for beginners to learn because of its borrow checker and strict ownership model, but it shouldn't take more than a month or two for a competent senior to pick up.

It's going to be deeply unpleasant and seem like a problem if:

  • You're writing dangerously bad C or C++ code already.
  • You've only ever used Python or JavaScript.
  • You try to shoehorn OOP and inheritance into it (Rust idioms are composition and functional programming).
  • You refuse to use/learn pattern matching.
  • You're a pedant about "pretty" syntax.

If someone is at a senior level and any of those apply, they probably shouldn't be at a senior level, though.

[-] SatouKazuma@programming.dev 3 points 6 days ago

Junior here. Rust was easy as fuck to learn, honestly. I just want a way out of junior hell with 4 YoE.

[-] bunitor@lemmy.eco.br 1 points 5 days ago

rust is leans more towards data oriented design than functional programming imo

[-] barsoap@lemm.ee 10 points 1 week ago* (last edited 1 week ago)

You’re a pedant about “pretty” syntax.

Oh I'm definitely whinging about it but it doesn't make me stop using Rust. People coming from C or especially C++ don't really have a leg to stand on, though, neither do people coming from ML. It's Haskell people who get hit hardest.

[-] onlinepersona@programming.dev 7 points 1 week ago

You’re writing dangerously bad C or C++ code already.

Shots fired. Must be footgun that went off somewhere.

Anti Commercial-AI license

Can confirm, I'm a senior and I didn't have much trouble with Rust. After a couple weeks, I was writing useful code. After a month, I generally stopped cussing at the compiler.

I'm still finding odd surprises here and there, but it's honestly no big deal. I'm about as productive in Rust as I am in Python, which I use at my day job, though I use them for very different domains.

load more comments (6 replies)
[-] sugar_in_your_tea@sh.itjust.works 14 points 1 week ago

Wait, so saving a ton of money by using a language that reduces production bugs is now a bad thing?

I'm a senior sw engineer, and I don't get paid because I know the vagueries of whatever language we're using, I get paid because I can lead a team that solves problems. I don't really care what the language is, but I do care that it's relatively easy to on-board someone in case we have turnover or something.

I don't know about you, but I'd rather be highly paid because I'm able to be really productive instead of highly paid because I'm literally the only shot the company has of fixing the bug.

[-] peregrin5@lemm.ee 12 points 1 week ago

Bruh. Just put Rust on your resume. It's not like they'll actually check and you can still Google everything.

load more comments (1 replies)
[-] eager_eagle@lemmy.world 10 points 1 week ago* (last edited 1 week ago)

Here's a shocking (/s) observation: it's about different things for different people.

For seniors like the author, it may be about companies trying to replace them with cheaper professionals. For companies, it may be about renewing the workforce. For product owners / tech leads, it could be about the opportunity of using a rewrite to pick a stack that better aligns with the problems they're trying to solve. For regulators it may be about its safety features and eliminating entire categories of common issues. For juniors, it may be about choosing a language they actually like working with.

[-] iAvicenna@lemmy.world 10 points 1 week ago

is this the programmers' version of "Dey took 'er jerbs!! Durka der!!"

[-] SatouKazuma@programming.dev 2 points 6 days ago

That's precisely it.

[-] Paragone@programming.dev 8 points 1 week ago

https://www.softpost.org/rust/difference-between-rust-and-c

So, this "senior developer" is .. braindead & still allowed to be working, then?

_ /\ _

load more comments
view more: next ›
this post was submitted on 25 Mar 2025
194 points (100.0% liked)

Rust

6699 readers
82 users here now

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

Wormhole

!performance@programming.dev

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