C++14 Is Here: Summary of New Features
C++14, the new C++ standard succeeding C++11, has been finally approved and is heading to ISO for publication this year. While improvements in C++14 are “deliberately tiny” compared to C++11, says C++ creator Bjarne Stroustrup, they still “add significant convenience for users” and are a step on the route to make C++ “more novice friendly.”
Git 2.1 Released: What's New
Two-and-a-half months after Git 2.0, a new version of Git has been released. Though a minor update, the list of new features and improvements is large.
Debugging iOS File Corruption at Facebook
Facebook engineers Slobodan Predolac and Nicolas Spielberg have recently described how they “solved a long-term mobile debugging problem and reduced the crash rate … by more than 50 percent.” In the process, they show general useful techniques and a few Facebook tools that can help with large, rapidly evolving codebases.
Facebook F8 Apps for iOS and Android Now Open-Source
Facebook-owned DBaaS platform Parse has open-sourced the full source code of the official Facebook f8 apps for iOS and Android, Parse Developer Advocates Christine Abernathy announced. The apps are aimed to provide guidance for how to build apps on Parse as well as a starting point for similar apps and shows an interesting use of Parse for UI customisation.
PHP 5.6 Released
The PHP development team announced the availability of PHP 5.6. The new release brings new features and many improvements, PHP development team say, as well as some backward incompatible changes.