Forgot your password?
typodupeerror

Comment Not in all the world (Score 3, Insightful) 71

There's not 10 petabytes of sensitive data in all the world. 10 petabytes is enough to store a copy of every movie and television show ever released to DVD plus every book ever written in any language on Earth.

What they captured was some sensitive data and a whole lot of garbage that someone could possibly, maybe analyze to make some statistical inferences about conceivably sensitive data.

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.

Slashdot Top Deals

1: No code table for op: ++post

Working...