this post was submitted on 14 Sep 2023
411 points (79.5% liked)

Programmer Humor

19207 readers
1293 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] areyouevenreal@lemm.ee 1 points 1 year ago (1 children)

Do you not think Rust also has security flaws? At least Microsoft patch theirs.

[–] fuck_u_spez_in_particular@lemmy.world 1 points 1 year ago (1 children)

There are of course security flaws, we're humans after all. Unless the compiler and the language can be proven mathematically correct at least.

But as described above, in practice the security flaws are easier to isolate in Rust compared to C# IME. The current story of security flaws in Rust is quite good so far.

[–] areyouevenreal@lemm.ee 1 points 11 months ago

The current story of security flaws in Rust is quite good so far.

That means nothing without knowing who said it. I find it hard to believe it's anymore secure the C# without security research saying so. It's a very complex language from what I understand with a lot of moving parts. It's also dependant on external frameworks in a way that C# just isn't. If you have a problem with .net there is a company behind it who is responsible. Who is responsible for actix web or seaorm?