ipioxu15's comments

ipioxu15 | 7 years ago | on: Russian hackers targeted U.S. conservative think-tanks, says Microsoft

And you need to source your claims. Nobody has reason to believe a word of what you write.

Presumably, it is based on claims by Russian and Syrian authorities. These are not impartial sources, and they delayed access of international inspectors to the site.

OPCW has confirmed use of chemical weapons by Syrian government during the civil war at several separate occasions.

ipioxu15 | 7 years ago | on: Half of the Great Barrier Reef Is Dead

> Because the fossil remains were found in deep waters where coral typically can't survive, the researchers suspect that the reef drowned due to rising sea levels leaving behind the newly discovered fossil structure and a small section of living coral, which was able to stay in shallow water.

Not related to the mechanism that is killing the Great Barrier Reef, which has survived sea level changes.

ipioxu15 | 7 years ago | on: No Paper Is That Good

> The psychologists think this has something to do with child psychology and have written 10,000 pages on it.

If you mean that 10000 pages in total in 10-page papers, you have read the literature, and become the hero child psychology needs by writing a paper refuting this.

On the other hand, if you did not read the literature wider, how do you know that you are first to do so, or that the misconception is even shared by other than the authors of those papers. Of course, the implicit assumption in all this is that psychologists are stupid.

ipioxu15 | 7 years ago | on: Emails Show FDA Chemists Have Been Finding Glyphosate in Food

There's nothing strange: GP is giving those as historical examples of this sort of behavior by the industry, not claiming the jury is out today on these topics.

Especially with climate change, there is no doubt the industry has done all it can to cloud the issue in the past, and still continues it. You could add other things (e.g. smoking) to the list.

ipioxu15 | 9 years ago | on: A Git catastrophe cleaned up

Git is certainly the best of the version control systems to date, and I'm happy that it won. Experts have no problems with issues like this.

The described failure mode also can occur in any existing version control system --- the user is essentially did

cp -f ../mybranch/somefile-new.c somefile.c; hg commit somefile.c

The history in mybranch touching somefile.c is now partly useless, since all the patches are already applied. Of course, the branch can still be merged, if the conflicts are resolved --- the conflict resolution is then pretty much doing the above command again.

page 1