Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment SVN? (Score 1) 148

This isn't a specific git problem. It's a windows problem.

I have source trees that I can't check out of an SVN server on windows because either the files get overwritten by different case filenames being aliased onto the same file or the file tree being to deep for windows.

Comment Re:Innovative sheepdips (Score 1) 91

>From my understanding CSIRO solved the key problems for microwave echo cancellation and invented the IC's that encapsulated the fast fourier transforms. Here is an article with a video if it is too long to read.

You mean OFDM? Try googling "who invented OFDM". It dates back to the 60s.
I am one of the authors of 802.11 and 802.16 that both use OFDM. So are many other Slashdot readers.

Comment Re:No problem. (Score 1) 137

> That may be news worthy, but it deserves a more accurate headline: new statistical test can form confidence bounds for how unlikely a it would be for a new parameter to be of this magnitude if there were causation: when combined with existing test it may discredit more potential claims of causation than previously practical.

Bingo. You have won the internets.

Comment Re:Always (Score 3, Informative) 137

An algorithm changes its behavior based on the value.

The example I gave is a sneaky algorithm in the FIPS spec that deletes consecutive values when they match.
I.E.
If this_value == last_value:
    don't output this_value
else
    do output this_value.

This is on the output of an RNG and so it reduces the entropy in the random numbers because there are no matching consecutive numbers, whereas in a full entropy stream, all pairs would be equally likely.

In the context of noise in statistical analysis, it can confound the additive noise models.

Algorithms that do things to data, but don't look at the values of the data when deciding what to do are not data dependent and so that limits the scope various bad things to happen.

Comment Re:The Earth is connected (Score 5, Informative) 70

to the rest of the solar system in ways we are just beginning to see.
The electric sun theory explains most of it. Now we are filling in the
"we're not sure why" parts and it is amazingly simple. Physics rule.
Radioactive decay releases energy that has to go somewhere.
Since you can not destroy energy, just transfer it, Storms are conduits to the ground or a catalyst.
The gamma rays go out to be balanced with the force needed to equal the force absorbed electrically
or magnetically (Ion based) by the Earth. Ions and gamma rays Oh my!
A sort of St Elmo's fire? Only with a radioactivity spectrum.
No telling what we might see next with our new eyes.

It's like you paid attention to 20% of your physics classes, then figured you understood 100% of it and don't know when to quit.

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...