Why Rust is worse than C for programming low-level hw
infosec.exchange
Why Rust is worse than C for programming low-level hw
1–10 of 22 posts
Re: Why Rust is worse than C for programming low-level hw
#2Re: Why Rust is worse than C for programming low-level hw
#3Re: Why Rust is worse than C for programming low-level hw
#4Re: Why Rust is worse than C for programming low-level hw
#5Such fameous hacker like Zalewski should better distinguish language and library interfaces design issues.
I've yet to discover a language that doesn't allow a sufficiently clever engineer paint themselves into a corner with API complexity. Even deliberately simple languages like Python suffer from this.
Re: Why Rust is worse than C for programming low-level hw
#6Such fameous hacker like Zalewski should better distinguish language and library interfaces design issues.
Nothing about this post is notable or interesting. It's low-effort rage bait.
Re: Why Rust is worse than C for programming low-level hw
#7It it what happens when you try to make an universal API for any thinkable and unthinkable use-case.
[1] https://www.humprog.org/~stephen//research/papers/kell17some...
Re: Why Rust is worse than C for programming low-level hw
#8Either case it's way easier to just twiddle the bits yourself, and can be clearer is that code is tailor made to your use case.
FWIW, I still jump to Rust to begin with, just ignore most libraries.
Re: Why Rust is worse than C for programming low-level hw
#9Re: Why Rust is worse than C for programming low-level hw
#10Recent languages tend to come from the other direction.