Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Not surprising (Score 2) 33

I don't get why this article is on slashdot. Is it because the average reader might think ESA has not contributed to NASA missions before? Because it is the first time a lander may be the contribution? I don't think these are the case, NASA rarely does any mission without collaborations.

Comment Re:Dark Energy (Score 3, Informative) 199

Dark energy can also be measured from the CMB radiation, through the angular size of anisotropies and through baryonic acoustic oscillations in the large scale structure.
And the constraints from these *independent* probes are consistent with the results from supernovae, all pointing to the presence of an acceleration of the universe at late times. It is not so that we rely on a single tool here!
Also, TFA states that their finding that a different class of supernova is dominant at high redshift does not attack the presence of dark energy, only its exact value (of energy density).

Comment clarification (Score 4, Informative) 32

"How does this happen, if a black hole exerts so much gravitational force that not even light can escape?"
The stars don't form inside the black hole, so I don't see how that is related. Instead they are at a distance of several light years, where some of the gas that falls towards the center stops (angular momentum; similar gravitational attraction of black hole and galaxy stars). The gas can collapse and form stars. These are called "nuclear star clusters".

Comment (A)GPL solves this (Score 1) 146

AGPLv3 solves exactly this problem.

The question of open source is really -- do you have a secure upgrade path. If Windows goes away, and software you use depends on their software, you do not. If you use software based on a BSD/Apache2 license, and someone extends it and makes the result non-open source, and the software you use begins to require these extensions, you don't have a secure upgrade path anymore. GPL solves this problem and guarantees that you will always have an upgrade path, because derivatives need to be open source.

I think this is really the key point, and why purism in software licensing should not be laughed at by "pragmatists". Like for example distributions that do not include closed source software (Flash) or drivers (nvidia), because "pragmatists" want it to "just work". If you go down that path, you are making yourself dependent on a company going the path you want. You get into a situation 5 years down the line where even more software depends on closed source (e.g. mono/.NET), and it is out of your control. That's why I think purism in open source software is still relevant.

Pragmatically speaking, the upgrade path of open source software packages is not in your hands, but in those who are experts in that package's code, and those who invest time in it. The point is rather that if you get annoyed enough to pay someone, you would be able to get control back, while with closed-source extended BSD/Apache2 packages, you would not. You would need to re-invent that software.

For Web services, I think it depends. If the company provides proprietary data, then it doesn't really matter whether the software to access it, or the API is open source. You will have that dependency, until you have open data.

In summary, I think one should ask oneself: In 5 years, when this platform is outdated, and the company goes away or refocuses, what will I do, and am I prepared for that. Who am I dependent on? Having a community of millions of programmers which are in the same situation helps, because only one has to solve the problem and open-source it for an upgrade path.

Comment Re:Tin foil hat time (Score 1, Interesting) 142

Wasn't the NSA accused of suggesting/modifying various encryption standards in order to weaken them? In which case they don't need back doors into the software as they can already unlock the data.

Yes, and the authors of said algorithms (CS researchers) agree that that was ok (a security - speed/implementation tradeoff).

Comment Re:Not everyone (Score 4, Insightful) 140

The revelations did not change the way *I* looked at the Internet and privacy. It merely confirmed my well-justified suspicions. I think the same statement can be made by most people on slashdot, and by most technicians in general. The only people who were surprised were the technically ignorant.

There is a difference between suspecting and being looked at as paranoid, and everyone knowing something as a fact.

Comment Re:Plug-in still required (Score 1, Insightful) 97

It is a Unity plug in that is legit. It basically caches the data and compiles the c++ to ecmascripten a fork of asm.js.

You can download the source and compile it yourself as an executable if you do not want the browser

And why can't they compile the c++ to ecmascripten or asm.js before they put it on the website?

Comment Re:Results? (Score 1) 61

ArXiv's problem is recognizing when human-written, realistic sounding papers are actually BS.

Actually each ArXiv section has an editor who screens the papers, checking if they have reasonable content. And it unfortunately happens that legitimate papers are withheld for several weeks, and the ArXiV administration is not responding reliably to emails (being understaffed and having many submissions). So unfortunately, ArXiV is not just a pre-print server anymore where everyone can upload, but has turned into a intransparently half peer-reviewed journal, which scientists read every day.

Comment Re:WIMPs (Score 1) 236

That the thing about dark matter... it has a perfectly reasonable explanation (WIMPs). It's not that weird of a "thing".

Having one solution does not suffice, you need to prove it. WIMPs have been proposed, but they require Supersymmetry (which is not proven), and also WIMPs have never been detected in particle accelerators. Dark matter is a weird thing, because one way or another, you need new physics which does not interact using the strong force or electromagnetism, is present already in the very early Universe (380000 years after the Big Bang).

Comment Calculated risk (Score 1) 269

For credit cards, frauds are nothing to banks. They just pay it from their profits, and the customer doesn't have to worry. Maybe it is the same here? Perhaps it still pays off for the banks and Apple to do that extra business, and it works out in their calculation.

Slashdot Top Deals

One man's constant is another man's variable. -- A.J. Perlis

Working...