The maintainers of the C++ standard are adamant about sticking to the clock, prioritizing a new version of C++ every three years rather than holding back each release till it is pumped with new features. With C++20 around the corner, the chair of the ISO C++ standards committee Herb Sutter explained why they have been … continue reading
It’s a truism that the only code that has no bugs is code that has never been written. Working to prevent something from failing even though it’s inevitably going to fail anyway doesn’t solve anything. That kind of brittle approach for perfection does not address the root problem; it just papers over the issue so … continue reading
DevOps Institute (https://devopsinstitute.com/), a global member-based association for advancing the human elements of DevOps, today announced its unique role as the Continuous Learning Track Sponsor of DevOps World | Jenkins World 2019 from August 12-15 in San Francisco. The DevOps Institute will host several learning and upskilling opportunities to attendees, including two certification courses led by … continue reading
A deep learning algorithm created by researchers at the University of California Irvine (UCI) can solve Rubik’s Cubes faster than any human without any specific domain knowledge or in-game coaching from humans. In a study, the researchers demonstrated that DeepCubeA solved 100 percent of all test configurations, finding the shortest path to the goal state … continue reading
Fernando “Corby” Corbató, the creator of the first computer password, died last week. He was 93. Corbató is widely known for democratizing the use of computers with his creation of the Compatible Time-Sharing System (CTSS) that was demonstrated in 1961. CTSS led to the creation of the password because it introduced the ability to have individual … continue reading
Facebook is open-sourcing Hermes, a JavaScript engine that focuses on React Native apps and is optimized for mobile apps. The company explained it noticed the JavaScript engine was a significant factor in startup performance and download size and decided to optimize JavaScript performance in more constrained mobile environments. Facebook focused on interpreter performance by abandoning … continue reading
Microsoft is looking to open up the quantum ecosystem to experts, development and researchers with the announcement that its quantum development kit (QDK) is now open sourced. Microsoft hopes quantum computing will be used to help global challenges such as clean energy solutions and resource-efficient food production. It is already working with Case Western Reserve … continue reading
As a developer, you specialize in code – not security. However, as DevOps continues to blend roles and responsibilities, the typical software developer has become responsible for more and more operational aspects like security. A core component of application and IoT security is code signing. Let’s start with a basic definition. Code signing is a … continue reading
Google announced a developer preview of local home SDK to enhance smart home integrations. The SDK will enable developers to do this by building on the existing Smart Home platform to create local execution paths via Google smart speakers and Nest smart displays, according to Google. It introduces two new intents: ‘Identify’ to verify that … continue reading
This week’s SD Times Open Source Project of the Week — OpenStack’s Qinling — allows users to run code without provisioning or managing servers and only pay for the compute time they consume. The release is still under development and the current supported release is Stein. According to the makers of Qinling, the project was … continue reading
As laws such as the European Union’s GDPR regulation and California’s similar upcoming CCPA Act pick up steam, countries around the world are making privacy a priority and forcing companies to rethink how they obtain consent from their contacts — even when it comes to sending emails. To address the new stringent privacy laws and … continue reading
Python continues its rise to the top of the programming language charts. A newly released report revealed Python is the top language used by “unicorn” companies in the United States. Unicorns are companies valued at more than $1 billion. The Coding Dojo report is based off of the top 25 U.S. unicorns such as WeWork, … continue reading