Open-source News

NVIDIA Releases Beta Driver With Khronos Vulkan Ray Tracing Support

Phoronix - Mon, 11/23/2020 - 22:54
While NVIDIA has supported its own vendor-specific Vulkan ray-tracing extension on Windows and Linux since the GeForce RTX GPUs originally debuted, they are moving quick to support the Khronos ray-tracing extensions for Vulkan given the industry adoption and games coming to market likely opting for using the KHR version...

Wine 6.0 Release Preparations Begin In Two Weeks

Phoronix - Mon, 11/23/2020 - 20:57
With Wine on an annual stable release cadence for shipping new stable feature releases generally at the beginning of each calendar year after a year's worth of bi-weekly development snapshots, Wine 6.0 is due for release around January...

Vulkan 1.2.162 Released With Ray-Tracing Support Promoted

Phoronix - Mon, 11/23/2020 - 19:00
Earlier this year Vulkan ray-tracing arrived in provisional form while with today's Vulkan 1.2.162 specification update this functionality has been promoted to stable and ready for broad industry support...

Fedora 34 Might Try To Use PipeWire By Default To Replace PulseAudio/JACK

Phoronix - Mon, 11/23/2020 - 16:30
Red Hat for several years now has been working on PipeWire to overhaul audio/video stream management on Linux while being able to fill the duties currently managed by the likes of PulseAudio and JACK and being engineered with Wayland and Flatpak security in mind among other modern Linux technologies. With Fedora 34 next spring they may try to ship PipeWire by default in place of JACK, PulseAudio, and even legacy ALSA...

6 predictions for JavaScript build tools

opensource.com - Mon, 11/23/2020 - 16:02

Code used in production is different from development code. In production, you need to build packages that run fast, manage dependencies, automate tasks, load external modules, and more. JavaScript tools that make it possible to turn development code into production code are called build tools.

The reason frontend code is "built" can be explained by looking into the various build steps and their importance.


read more

A beginner's guide to Kubernetes Jobs and CronJobs

opensource.com - Mon, 11/23/2020 - 16:02

Kubernetes is the default orchestration engine for containers. Its options for controlling and managing pods and containers include:

  1. Deployments
  2. StatefulSets
  3. ReplicaSets

Each of these features has its own purpose, with the common function to ensure that pods run continuously. In failure scenarios, these controllers either restart or reschedule pods to ensure the services in the pods continue running.


read more

Run serverless functions, Kubernetes ingress controllers comparisons, and more industry trends

opensource.com - Mon, 11/23/2020 - 16:01

As part of my role as a principal communication strategist at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends. Here are some of my and their favorite articles from that update.


read more

Pages