Forgot your password?
typodupeerror

Comment I hate Rust so much (Score 1) 134

I wouldn't mind if it was just it's own thing but Rustoids insist on cramming it into anything and everything even when it breaks stuff or lacks functionality and stability compared to what it is replacing. See also the Ubuntu coreutils. Over decades they had 17 bugs ever and the Rust replacement forcibly stuffed in lacked basic functionality and was riddled with bugs.

Comment Re: What does the science say? (Score 0) 85

The case where some dude was sued over using Monsanto seeds was because the dude hoarded a bunch that blew into his field and then planted an entire ass field of the stuff. It was a basic trademark case and he lost 9-0 in the SC. It wasn't a case of "evil chemical company sues poor farmer for having 3 plants"

Comment Here is why Rust is not catching on (Score -1) 28

* Panicking whenever something goes wrong is a dumb thing to do outside of userspace * Panicking when you can't allocate memory is definitely a dumb thing to do outside of userspace * There's no Rust standard * There's only one Rust compiler, and the community autistically screeches whenever someone tries to create another * For that matter, the community itself is a trash fire of the worst people in coding * Linux supports more architectures than Rust does * Rust is very much still evolving, with a culture of using compilers only a few days old * Rust is unashamedly political, which pisses off the 90%+ of developers who aren't anarcho-socialists * Rust takes longer to write than C, even with competent developers ("struggling with the borrow checker", etc.) * The npm-ness of Cargo is a left-pad disaster waiting to happen * The inherent nature of kernel code means a lot of it is going to be unsafe, removing a lot of Rust's benefits * It'd take literally man-millennia to rewrite all of Linux in Rust, and nobody wants to pay for that

Comment No real surprise here (Score -1, Troll) 90

It was a transparently obvious attempt to clamp down on the crypto industry, despite them doing nothing illegal, simply because they are politically unpopular with a certain segment at the moment. If you want to regulate them, go to Congress and pass some laws, stop trying to do all this back door BS.

Slashdot Top Deals

The bogosity meter just pegged.

Working...