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:The next phase of grieving (Score 1) 139

The rule of law is optional everywhere. There are a variety of specific requirements for prosecution to occur that are usually very straight forward to evade if cognizant about one's own activities. Law is mostly a big stick intended to scare the little people who do dumb things on the open public stage. Let's not pretend the "rule of law" is some morally superior code - it's the rules the wealthy apply to the poor to keep themselves wealthy and enable tranquility among the working class, while the wealthy slowly eliminate their worker's usefulness. "You will own nothing and you will be happy."

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.

Slashdot Top Deals

We are each entitled to our own opinion, but no one is entitled to his own facts. -- Patrick Moynihan

Working...