Forgot your password?
typodupeerror

Comment Re:I have to say by now I approve (Score 1) 90

There is nothing bad about(or worse) about using "unsafe" in Rust compared to say C.

Correct, nothing worse. But Rust has to be *better* than C at something for it to be a better choice, because without the memory safety guarantees, C is faster. C is also much better suited to tasks which impose structural order on byte buffers without moving data. Which happens a lot at the system programming level.

Comment Re:I have to say by now I approve (Score 2) 90

If you can write it with an efficient run time in Rust without using the "unsafe" keyword and without relying on a library that uses the "unsafe" keyword then you've generally identified a use case where Rust is a better choice than C. If you need the "unsafe" keyword or have to write convoluted code to work around its absence, C is likely still a better choice. The kernel has both use cases.

Comment Um. No. (Score 1) 1

First off, that's not even an article about Internet infrastructure, it's an article about open source software.

Second off, when you use open source software, you own the copies you're using. That's the whole point. If it breaks and the original author isn't around, you hire someone to fix it or replace it with different software. That's how it works. And all of the software licenses deemed open source are structured to make it continue to work that way, with or without the original authors.

Comment Useless without knowing what the passwords protect (Score 1) 97

This information is useless without knowing what the passwords were chosen to protect.

Let's face it: the password to my netflix account is not very important to me. If it's hacked I suffer a minor inconvenience at worst. What would be inconvenient for me would be if netflix forced me to do 2FA or some other complicated thing in order to use their service. That inconvenience would drive me toward cancellation.

The password to my bank account IS very important to me. I picked a much better one there. And of course the password to my primary email box is critical, so I chose a careful password there.

Comment Re:The plot was never the point for Tron movies (Score 1) 51

The original Tron was fantastic... if you were an '80s computer geek. If your experience with computers starts in the '90s or later, it's hard to relate.

Tron Legacy went all metaphysical. Metaphysics is where science fiction goes to die, and die it did. Tron Ares is a fitting sequel to Tron Legacy, which is to say: hot garbage with nifty special effects.

Comment They'd better tread cautiously. (Score 3, Insightful) 41

Not sure what Intel contributes that they could change to closed source without harming themselves. Closed source doesn't make it into the Linux kernel and with very few exceptions doesn't make it into the Linux distros. I can think of few Intel product lines where that wouldn't be destructive to their market share.

Slashdot Top Deals

"You show me an American who can keep his mouth shut and I'll eat him." -- Newspaperman from Frank Capra's _Meet_John_Doe_

Working...