Rust
-
In my experience, the Rust community is pretty welcoming. Like, it's actually a meme that trans women code in Rust for that reason.
just because they are accepting of people based on gender identity doesn't mean toxicity cannot exist.
terfs are a great example of that.
-
Hey now, about 1% of the Linux kernel is Rust now!
Which 1%?
-
I like how this takes familiarity with the original xkcd comic as a given.
The comic is now a mainstream meme, isn't it?
-
I get the joke, but rust is actually pretty heavily used in the backend of services theae days. Cloudflare, Amazon, Dropbox, just to randomly name a few off the top my head. Have pretty heavily invested it into their back ends for more reliable service.
Over the last one or two years I feel like Rust haters have gotten even louder than the Rust evangelists. For every person who declares "Rewrite it in Rust!" I see two or three people saying how they hate Rust or how pointless it is and so on.
-
Over the last one or two years I feel like Rust haters have gotten even louder than the Rust evangelists. For every person who declares "Rewrite it in Rust!" I see two or three people saying how they hate Rust or how pointless it is and so on.
I am convinced Rust haters are simply refusing to learn something new, consciously or not.
-
This post did not contain any content.
Needs that plucky mrust project holding up rust
-
I like how this takes familiarity with the original xkcd comic as a given.
If not, you're one of the lucky 10000.
-
Which 1%?
The 1% that allows Linux to run on the New macbooks if i understand asahi Linux correctly
-
I'm working with some Rust right now that is 100% a big mess..
It's consistently either the Rust or the Docker components that fail to build. In fairness, it's a VERY big and complex application.
If your setup doesn't make it easier for you, choose a different setup.
-
Haskell is somewhere far away off screen
And Eiffel is in a different plane of existence entirely
-
Rust is fearlessly upholding the whole thing even without touching it. Incredible!
Gotta keep a distance to that dirty unsafe code!
-
Here, FTFY:
Better meme
-
I'm working with some Rust right now that is 100% a big mess..
It's consistently either the Rust or the Docker components that fail to build. In fairness, it's a VERY big and complex application.
We had to use Nix to build Rust services and make containers of them. It works pretty well, except with Nix 2.29 and 2.30 where it is broken for some reason
-
This post did not contain any content.
Be careful, a Rust Dev will accuse you of FUDposting! They might even try to collect evidence on you for being "a terrible person", then sending their followers after you, then individually contact all your publicly known friends about it!
-
Give it time. Once Fortran was king.
You're still using BLAS if you really need high-performing matrix calculations tho'
-
Over the last one or two years I feel like Rust haters have gotten even louder than the Rust evangelists. For every person who declares "Rewrite it in Rust!" I see two or three people saying how they hate Rust or how pointless it is and so on.
Yeah, this whole meme just looks like ‘I hate Rust and don't want it anywhere’
Of course, there is importance in trying it everywhere, because it shows where the language and ecosystem lacks and can evolve; but beside that, I think adoption by big companies wouldn't happen if it wasn't any good as some want to believe
-
The 1% that allows Linux to run on the New macbooks if i understand asahi Linux correctly
So drivers, I assume.
-
This post did not contain any content.
Rust is actually awesome in many ways. No always the right solution, but nice to have in your toolbox.
-
This post did not contain any content.
Still waiting on that rust-based Nvidia driver. I assume it will take a few years tho.
-
This post did not contain any content.
not a big fan of rust personally. I think it would be much smarter to bring borrow checking to C through annotations. That way we would not have to rewrite the whole world