Open-source News

Cloudflare Improving Linux Disk Encryption Performance - Doubling The Throughput

Phoronix - Wed, 03/25/2020 - 23:37
Cloudflare employs Linux disk encryption on their servers and with some optimizations have made it at least two times faster throughput while also lowering the latency...

npm joins GitHub, building operators in Kubernetes, and more industry trends

opensource.com - Wed, 03/25/2020 - 23:35

As part of my role as a senior product marketing manager at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends for product marketers, managers, and other influencers. Here are five of my and their favorite articles from that update.


read more

AMD Developers Looking At GNU C Library Platform Optimizations For Zen

Phoronix - Wed, 03/25/2020 - 20:18
It's long overdue but AMD engineers are now looking at refactoring the GNU C Library (Glibc) platform support to enhance the performance for AMD Zen processors...

Android-x86 9.0-r2 Released With Updated Kernel, UEFI Boot Fix

Phoronix - Wed, 03/25/2020 - 19:08
Released at the end of February was the long overdue stable release of Android-x86 9.0 that re-based this Intel/AMD focused Android spin atop the 9.0 "Pie" Android Open-Source Project state plus with various additions/improvements for running on x86_64 laptop/desktop hardware. Out today is the second stable update to the Android-x86 9.0 series...

TTM Huge Page Table Entries Pending For Lowering Graphics Driver CPU Usage

Phoronix - Wed, 03/25/2020 - 18:39
Longtime open-source Linux graphics developer Thomas Hellström of VMware has sent out a patch series aiming for Linux 5.7 or 5.8 to introduce support for huge and giant page-table entries for the TTM memory management code and TTM-enabled graphics drivers...

Intel IWD 1.6 Wireless Daemon Released With MAC Randomization, Per-Network MAC Addresses

Phoronix - Wed, 03/25/2020 - 18:07
Intel open-source developers have released IWD v1.6 as their open-source, embedded-friendly wireless daemon for Linux systems as an alternative to WPA_Supplicant...

LLVM Developers Are Still Debating How To Handle The Intel JCC Erratum Mitigation

Phoronix - Wed, 03/25/2020 - 16:34
Disclosed back in mid-November was the Intel JCC Erratum that required a CPU microcode update to mitigate and that in turn had broad performance hits. But via toolchain updates, some of that overhead can be offset. The GNU Assembler patches were quickly merged and new options exposed for helping to decrease that performance hit but on the LLVM side the developers are still working on their mitigation with some design decisions still to be made...

How to Install KVM on CentOS/RHEL 8

Tecmint - Wed, 03/25/2020 - 15:23
Kernel-based Virtual Machine (KVM in short) is an open-source and de facto standard virtualization solution that is tightly integrated into Linux. It is a loadable kernel module that turns Linux into a type-1 (bare-metal)...

Build a Kubernetes Operator in 10 minutes with Operator SDK

opensource.com - Wed, 03/25/2020 - 15:02

In Kubernetes, objects are analogous to a job or a completed task in the real world. You can use them to define common tasks, store them in a version control system, and apply them with kubectl apply. Kubernetes ensures that this triggers everything necessary to bring your declarative description to life by creating the depending resources (like pods) to run your software. Kubernetes contains a number of built-in object types that can be created with this workflow, like Deployments and Services.


read more

Getting started with hidden Markov models using Perl

opensource.com - Wed, 03/25/2020 - 15:01

A Markov model (named after the mathematician Andrey Markov) is used for forecasting in systems of random change. Markov's insight is that good predictions in this context can be made from only the most recent occurrence of an event, ignoring any occurrences before the current one. The approach might be described as memoryless or history-agnostic prediction.


read more

Pages