Open-source News

Crocus: Working On Gallium3D For Old Intel Graphics

Phoronix - Wed, 03/24/2021 - 20:16
Raised during the recent discussion over looking at removing Mesa's classic drivers from the mainline tree this year is that there still exists an effort trying to create an Intel Gallium3D driver for older pre-Broadwell graphics currently only served by the i965 classic driver. That Crocus effort continues to be worked on but isn't yet mainline...

AOMedia libaom AV1 3.0 Encoder Released With Better Compression Efficiency

Phoronix - Wed, 03/24/2021 - 19:11
AOMedia libaom 3.0.0 was released on Tuesday by Google engineers as this reference AV1 video encoder...

Microsoft Surface "DTX" Driver Slated For Linux 5.13

Phoronix - Wed, 03/24/2021 - 15:30
While Microsoft often likes to proclaim their "love" for Linux, it's been independent open-source developer Maximilian Luz that has been spearheading improvements for Microsoft Surface devices on Linux. With Linux 5.13 his latest work on better handling Microsoft Surface device detachment handling should land...

Read and write files with Bash

opensource.com - Wed, 03/24/2021 - 15:02

When you're scripting with Bash, sometimes you need to read data from or write data to a file. Sometimes a file may contain configuration options, and other times the file is the data your user is creating with your application. Every language handles this task a little differently, and this article demonstrates how to handle data files with Bash and other POSIX shells.


read more

Build a to-do list app in React with hooks

opensource.com - Wed, 03/24/2021 - 15:00

React is one of the most popular and simple JavaScript libraries for building user interfaces (UIs) because it allows you to create reusable UI components.

Components in React are independent, reusable pieces of code that serve as building blocks for an application. React functional components are JavaScript functions that separate the presentation layer from the business logic. According to the React docs, a simple, functional component can be written like:


read more

How to Use Break and Continue Statements in Shell Scripts

Tecmint - Wed, 03/24/2021 - 12:23
The post How to Use Break and Continue Statements in Shell Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we will take a look at how to use a break and continue in bash scripts. In bash, we have three main loop constructs (for, while, until). Break and continue statements

The post How to Use Break and Continue Statements in Shell Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux Kernel Patches Sent Out For A More Powerful Virtual M68k Machine

Phoronix - Wed, 03/24/2021 - 12:00
Right now when it comes to Motorola 68000 "m68k" emulation with Linux the most powerful target is the Quadra 800 that is limited to just 1GB of RAM and specific interfaces. But on the way is the new "Virtual M68k Machine" that is much more powerful...

Radeon ROCm 4.1 Released - Still Without RDNA GPU Support

Phoronix - Wed, 03/24/2021 - 08:50
ROCm 4.0 released back in December with "CDNA" GPU support while now ROCm 4.1 has been released as the newest quarterly feature release to this open-source Radeon compute stack focused primarily on HPC/data-center needs...

Plan 9 Copyright Transferred To Foundation, MIT Licensed Code Released

Phoronix - Wed, 03/24/2021 - 06:27
Nokia Bell Labs announced today that the copyright to the Plan 9 operating system software has been transferred to the Plan 9 Foundation for all future development of this novel distributed operating system that originated in the 80's...

Intel Provides Update On 7nm, New US Fabs, "Intel On" Event

Phoronix - Wed, 03/24/2021 - 05:28
Intel CEO Pat Gelsinger is hosting a webcast to provide an update on the company's manufacturing and other engineering efforts...

Manjaro 21.0 Released With Linux 5.10 Kernel, GNOME 3.38 + Xfce 4.16 + KDE Plasma 5.21

Phoronix - Wed, 03/24/2021 - 04:22
Manjaro 21.0 is out today as the newest feature release to this popular desktop Linux distribution built atop Arch Linux...

Pages