InfoQ Homepage Open Source Content on InfoQ
-
Hazelcast Change CEO, Pledge Continued Open-Source Commitments
Hazelcast, makers of open-source developer-focused infrastructure components, including an in-memory data grid (IMDG) and a stream processing engine (Hazelcast Jet), have been through a management change. The incoming CEO, Kelly Herrell (Vyatta), has pledged Hazelcast's continued strong commitment to open source and spoke to InfoQ.
-
Go 1.11 Adds WebAssembly, Experimental Module Support, and More
The two main features of Go 1.11 are WebAssembly and modules, although both are still in the experimental stage.
-
Prometheus Monitoring Platform "Graduates" from the Cloud Native Computing Foundation (CNCF)
On August 9th, the Cloud Native Computing Foundation (CNCF) announced open source monitoring toolkit, Prometheus, has graduated from its incubation status. In order to achieve this rating, projects must demonstrate growth, documentation, organized governance processes, commitment to community sustainability and inclusivity.
-
WhiteSource Launches Free Open Source Vulnerability Checking
WhiteSource, an open source security and license compliance management solution provider, has launched Vulnerability Checker; a new, free and standalone CLI tool that provides alerts on critical open source vulnerabilities.
-
F# 4.5 Brings Spans, Match!, and More
Now available as a preview, F# 4.5 introduces a number of new features, including support for .NET Core 2.1 new primitive type Span<T>, a new Match! keyword, and more.
-
Pymetrics Open-Sources Fairness-Aware Machine Learning Algorithms
Pymetrics, an AI start-up that specializes in providing recruitment services for organizations, has recently open-sourced their bias detection algorithms on Github. The tool, also known as Audit AI, is used to mitigate discriminatory patterns that exist within training data sets which influence or improve the probability of a population being selected by a machine learning algorithm.
-
Google Cirq: a Python Open Source Library for Quantum Computing
Cirq aims to make it easier to write, manipulate, and optimize quantum algorithms for noisy intermediate scale quantum (NISQ) computers. Cirq also enables the execution of those programs on a local simulator and is designed to support future quantum hardware and quantum cloud processors.
-
Caching Clang-Based C++ Compiler Zapcc Open-Sourced
Zapcc is a caching C++ compiler based on a fork of Clang/LLVM that claims to be up to 50x faster on recompilations and 2–5x faster on full builds. Developed by Creemple and initially released at the end of 2015, Zapcc is now open-source.
-
Oracle Lays off Java Mission Control Team after Open Sourcing Product
The Java Mission Control suite of tools, also known as JMC, was open sourced by Oracle on May 3rd with much applause and excitement from the Java development community. The excitement was replaced with unease as sources reported that the entire JMC development team was laid off.
-
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.