InfoQ Homepage Open Source Content on InfoQ
-
Git Vulnerability May Lead to Arbitrary Code Execution
A flaw in Git submodule name validation makes it possible for a remote attacker to execute arbitrary code on developer machines. Additionally, an attacker could get access to portion of system memory. Both vulnerabilities have been already patched in Git 2.17.1, 2.16.4, 2.15.2, and other versions.
-
PyTorch 1.0 Announced for Research and Production AI Projects
In a recent blog post, Bill Jia announced a new 1.0 version of PyTorch. PyTorch is an open source AI framework package for Python with Tensor computation and Deep Neural Networks. The importance of this new release is the reduction in time required to move an AI-driven project from the research phase to production while improving the accuracy and performance of these applications.
-
New GCC 8.1 Supports Several Features of C++2a
GCC 8.1 is the latest major release of the GNU Compiler Collection, bringing experimental support for some parts of the upcoming C++2a standard. Additionally, GCC 8.1 improves profile driven optimizations and brings Go support up to version 1.10.1.
-
NGINX Releases Open Source Web Server with Dynamic Configuration
NGINX recently released version 1.0 of Unit, an open-source web and application server. The server supports remote and dynamic configuration and incurs no service interruptions for configuration changes. Unit 1.0 also supports multiple languages (Go, Perl, PHP, Python, and Ruby) running on the same instance, including multiple versions of the same language.
-
New Report from The Linux Foundation Shows Demand High for DevOps Skills
The 2017 Open Source Jobs Report from the Linux Foundation and tech career hub, Dice, shows 60% demand for DevOps human resources among more than 2,000 IT open source professionals and IT hiring managers. DevOps skills were found to be in the top three most sought after open source skills (57%) along with cloud/virtualisation (60%) and application platforms (59%).
-
Apple Open Sources FoundationDB
Apple has open sourced its distributed database core, FoundationDB, which it acquired back in 2015 from the homonymous company. FoundationDB is designed to handle large volumes of data stored across clusters of commodity servers and to favor data consistency by supporting fully global, cross-row ACID transactions.
-
Hyperledger Adds "Caliper" to Measure Blockchain Performance across Implementations
On March 19th, Hyperledger announced Caliper has been accepted by the Technical Steering Committee as a Hyperledger project. Hyperledger Caliper is a blockchain benchmark tool that allows projects to consistently track performance characteristics across different blockchain implementations.
-
Google Open Sources Accessibility Test Framework for iOS
Google GTXiLib, an accessibility test automation framework for iOS, is now open source under the Apache License. GTXiLib is written in Objective-C and integrate with Xcode unit testing facilities.
-
Swift 4.1 Enhances Generics, Compiler Optimizations, and Package Manager
Swift 4.1 is now officially available, bringing new language features, build options, and a few enhancements to the Swift Package Manager and Foundation.
-
Baidu Release Huge Dataset "ApolloScape" for Autonomous Vehicle Research
Baidu, the Chinese internet giant, has released ApolloScape, a massive data-set for autonomous vehicle simulation and research. ApolloScape is an order of magnitude more complex than similar open data-sets. It is part of Apollo, Baidu's vehicle simulation and hardware platform. With this release, Baidu strengthens its position in the automated driving sector.
-
LG Release webOS Open Source Edition (OSE), an IoT-Friendly OS
LG has released an open-sourced version of webOS, with the aim of expanding its usage for display products, mobile devices, and home appliances.
-
GitHub Security Alerts Detected over Four Million Vulnerabilities
Launched last October, GitHub security alerts significantly reduced the time it takes for developers to remove vulnerabilities from their Ruby and JavaScript projects, says GitHub.
-
Microsoft Embeds Artificial Intelligence Platform in Windows 10 Update
The next Windows 10 update opens the way for the integration of artificial intelligence functionalities within Windows applications. Developers will be able to integrate pre-trained deep-learning models converted to the ONNX framework in their Windows applications.
-
GitHub Licensed Aims to Make it Easier to Comply with OSS Licenses
GitHub Licensed is an open-source tool that aims to simplify the chore of ensuring license soundness and documentation for all dependencies of a GitHub project.
-
Rust 2018 Will Focus on Productivity, WebAssembly, Embedded, and More
The Rust core team has announced the official roadmap for Rust in 2018, which brings productivity to the fore and targets four main domains: Web services, WebAssembly, CLI apps, and embedded devices.