Submission + - Debian dropping Linux Standard Base (lwn.net)
If [Raboud's] initial comments about lack of interest in LSB were not evidence enough, a full three months then went by with no one offering any support for maintaining the LSB-compliance packages and two terse votes in favor of dropping them. Consequently, on September 17, Raboud announced that he had gutted the src:lsb package (leaving just lsb-base and lsb-release as described) and uploaded it to the "unstable" archive. That minimalist set of tools will allow an interested user to start up the next Debian release and query whether or not it is LSB-compliant—and the answer will be "no."
Submission + - Linus: "2016 Will Be the Year of the ARM Laptop" (softpedia.com)
Submission + - Linux Foundation: Security Threatens 'Golden Age' Of Open Source
The organisation launched the Core infrastructure Initiative (CII), a body backed by 20 major IT firms, last year and is investing millions of dollars in grants, tools and other support for open source projects that have until now been underfunded.
This was never move obvious than following the discovery of the Heartbleed Open SSL bug last year.
“Almost the entirety of the internet is entirely reliant on open source software,” he said. “We’ve reached a golden age of open source. Virtually every technology and product and service is created using open source.
“Heartbleed literally broke the security of the Internet. Over a long period of time, whether we knew it or not, became dependent on open source for the security and Integrity of the internet.”
“We want to find the projects on the Internet that are broken and fix them. We have raised a multi-million fund to provide grants to projects to help them out."
“We’re not talking about some new technology product or service, we’re talking about your privacy, your security. We believe creating a more secure, more robust Internet is good for all of us.”
Submission + - Cosmic Mystery Solved? Possible Dark Matter Signal Spotted (space.com)
While poring over data collected by the European Space Agency's XMM-Newton spacecraft, a team of researchers spotted an odd spike in X-ray emissions coming from two different celestial objects — the Andromeda galaxy and the Perseus galaxy cluster.
"The signal's distribution within the galaxy corresponds exactly to what we were expecting with dark matter — that is, concentrated and intense in the center of objects and weaker and diffuse on the edges," [assuming that dark matter consists of sterile neutrinos] study co-author Oleg Ruchayskiy, of the École Polytechnique Fédérale de Lausanne (EPFL) in Switzerland, said in a statement.
"With the goal of verifying our findings, we then looked at data from our own galaxy, the Milky Way, and made the same observations," added lead author Alexey Boyarsky, of EPFL and Leiden University in the Netherlands.
Researchers have proposed a number of different exotic particles as the constituents of dark matter, including weakly interacting massive particles (WIMPs), axions and sterile neutrinos, hypothetical cousins of "ordinary" neutrinos (confirmed particles that resemble electrons but lack an electrical charge).
The decay of sterile neutrinos is thought to produce X-rays, so the research team suspects these may be the dark matter particles responsible for the mysterious signal coming from Andromeda and the Perseus cluster.
Submission + - BGP Hijacking Continues, Despite the Ability to Prevent It 2
Submission + - IBM Researchers: Old Laptop Batteries Can Power Slums
Submission + - scientists discover diamond nanothreads (cnn.com)
Submission + - IEEE Guides Software Architects Toward Secure Design (threatpost.com)
The document spells out the 10 common design flaws in a straightforward manner, each with a lengthy explainer of inherent weaknesses in each area and how software designers and architects should take these potential pitfalls into consideration.
Comment Remove the ransom note excuse with Deparse (Score 5, Interesting) 536
$ perl -MO=Deparse ransom.pl >better.pl
Most of the time that removes the crazy from the script. I just got a large legacy code-base and that little trick made my life much better. If the perl code works, then you are just looking for work to do. Newer is not always better.