Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Thanks. What were web page results? (Score 1) 141

Thank for that info, and for making your test scripts available on Github.
I'm curious* what were the results of web page tests? Obviously a typical web page with CSS files, Javascript files, images, etc. is much different from a monolithic 10 MB file.

* curious, but not curious enough to run the tests for myself.

Comment alpha is, if your pages are all 10MB single files (Score 5, Informative) 141

As I understand it, QUIC is largely about multiplexing - downloading all 35 files needed for a page concurrently. The test was the opposite of what QUIC is designed for

    TCP handles one file at at a time* - first download the html, then the logo, then the background, then the first navigation button ....

QUIC gets all of those page elements at the same time, over a single connection. The problem with TCP and the strength of QUIC is exactly what TFA chose NOT to test. By using a single 10 MB file, their test is the opposite of web browsing and doesn't test the innovations in QUIC.

* browsers can negotiate multiple TCP connections, which is a slow way to retrieve many small files.

Comment If you copied the whole review, you should link (Score 1) 259

Did you copy / paste the whole review? How long was it? If it was more than a few sentences, you probably should have linked to the full review and copied only a few sentences, or better yet, a few key phrases, like this:

      I agree with Jody Bruchon, who says " It's unfortunate that there aren't SLAPP laws in every state". Write our own opinion, blah, blah, blah.
      Blah, blah, Bruchon is incorrect is the assertion that "the person with the most money always wins" because ...

You say you copied the review "so I could refute it ", but you don't have to copy and paste an entire work in order to refute it. I can refute Obama's latest speech without copying and pasting the entire thing.

Of course if the original review was only two sentences, my comment doesn't apply.

Comment They MUST pick and choose. Policy allows criticism (Score 3, Informative) 259

> They cant pick and choose.

In fact they MUST pick and choose. To avoid losing their mark, they need to be proactive about instances that could be considered infringement.
They can allow certain users and decline others. What they can't do, under the law, is ignore potential infringement - they are supposed to either allow it or object to it.
One way they do that is through the published policy, which grants people the right to use their trademark in specific ways:

http://www.canonical.com/intellectual-property-policy

One thing their policy explicitly grants permission for is:

        You can use the Trademarks in discussion, commentary, criticism or parody, provided that you do not imply endorsement by Canonical.

It seems to me this use was already authorized under that published statement of permission.

Comment it's been interesting , thanks (Score 1) 304

It's been an interesting conversation, thanks.
I believe I do understand your point, I just have a different view.

I understand you to be saying that a CD "is" a bunch of numbers.
That's true, whether it's a music CD or a software CD.
However, I'm of the opinion that it's myopic to view the contents of the CD as "a bunch of numbers". Mozart isn't a bunch of numbers. To say that's what music IS, one misses the essence of the thing.

Similarly, my wife IS a pile of hydrogen and oxygen. She's defined mostly by her DNA, a mathematical sequence. To look at it that way is to be absolutely blind to what my wife truly is, in my opinion.

Anyway, thanks again for an interesting conversation. I look forward to reading your thoughts on the next topic.

Comment ps - your homemade encryption isn't hard to figure (Score 1) 104

Ps - you're independent weak encryption is not hard to figure out. Let's say you use it for some PHP script on your web site. Well, it's on a publicly accessible web server, and it's friggin PHP, so I'll have the source code in ten minutes. As soon as I see the source, not only do I know what weak algorithms you're using, but I can also see the common flaws in your particular implementation.

A case in point -
A common "do it my own way" idea is to stack hash algorithms. Take a sha256 of the data, an MD5 of that, and RC4 that or whatever. Well, stacking hashes results in a hash that's provably WEAKER than the weakest hash in the chain. Each step you take to make it stronger actually makes it weaker.

I'm a total DIYer. I'd even DIY stitching a cut. There are two things you shouldn't DIY - high explosives and information security. (But low explosives are fun.)

Comment audit will reveal the likely flaws, non-encryption (Score 2) 104

The best way to deal with strong encryption is to go around it, to use the back door. Those are the flaws an audit would reveal, issues not with the actual encryption, which is a fairly small part of the software, but with the other 90% of the code .

The encryption itself has been analyzed, and will continue to be analyzed, outside of Truecrypt, which is just one of many packages that use the same encryption.

Comment we know current version gcc is safe (Score 2) 104

We know that the current version of GCC doesn't have the "Ken Thompson" trojan. The original version could have, theoretically a but it couldn't survive so many versions. Also, gdb would have revealed it long ago.
Maybe gcc also trojans gdb? And ptrace, and ...
You have to imagine that the author wrote specialized trojans for a bunch of programs that hadn't been created yet, and hid them all in a few kilobytes. That's beyond impossible, even for the best programmer in the world.

Comment the product is what people buy. Steve Jobs says (Score 1) 304

> I am saying that the PRODUCT is math, not the thought process that goes into it.

A PRODUCT is something people buy.
I suggest that one of the greatest software makers of all time*, Steve Jobs, would tell us that the product is anything but math.
The math behind Mac is mostly the same as the math behind FreeBSD. The difference is the artistic aspects - design, etc. They are the same math, are they the same product? One is a bestselling product, the other hasn't even become a product at all.

Steve Jobs did a lot of stuff that annoys me, but he did it very well.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...