Open-source News

Arch Linux Looking To Employ LTO By Default, Possibly Raise x86-64 Requirements

Phoronix - Tue, 03/09/2021 - 20:06
Arch Linux developers are considering some default enhancements to their Linux distribution that would increase the out-of-the-box performance...

Experimental Rust-Based Coreutils Working Well Enough To Run Debian Basics

Phoronix - Tue, 03/09/2021 - 19:24
Sylvestre Ledru who is a director at Mozilla by day while also being prolific to Debian/Ubuntu and LLVM/Clang development has managed to get a Rust version of Coreutils packaged and running well enough on Debian...

Linux 5.11.5, 5.10.22 Released With Headless AMD Navi 12 SKU Backported

Phoronix - Tue, 03/09/2021 - 19:10
Just two days after the release of Linux 5.11.4 it has now been succeeded by Linux 5.11.5 and the maintained LTS kernels also saw new releases this morning...

Collect sensor data with your Raspberry Pi and open source tools

opensource.com - Tue, 03/09/2021 - 16:02

I have lived in 100-plus-year-old brick houses for most of my life. They look nice, they are comfortable, and usually, they are not too expensive. However, humidity is high in the winter in my climate, and mold is a recurring problem. A desktop thermometer that displays relative humidity is useful for measuring it, but it does not provide continuous monitoring.

In comes the Raspberry Pi: It is small, inexpensive, and has many sensor options, including temperature and relative humidity. It can collect data around the clock, do some alerting, and forward data for analysis.


read more

Learn Python dictionary values with Jupyter

opensource.com - Tue, 03/09/2021 - 16:01

Dictionaries are the Python programming language's way of implementing data structures. A Python dictionary consists of several key-value pairs; each pair maps the key to its associated value.

For example, say you're a teacher who wants to match students' names to their grades. You could use a Python dictionary to map the keys (names) to their associated values (grades).

If you need to find a specific student's grade on an exam, you can access it from your dictionary. This lookup shortcut should save you time over parsing an entire list to find the student's grade.


read more

Take the first global open source maintainer survey

opensource.com - Tue, 03/09/2021 - 16:00

Nadia Eghbal's 2016 Ford Foundation report on open source software infrastructure shed light on the problem of public code being built and maintained in large part by unpaid volunteers. Since then, the industry has been eager to understand how and why maintainers do this and what we can collectively do to support them better.


read more

Different Ways to Use Column Command in Linux

Tecmint - Tue, 03/09/2021 - 14:14
The post Different Ways to Use Column Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Have you ever been in a situation to work with CSV files and produce output in structured tabular format? Recently I was working with data cleansing on a file that is not in a

The post Different Ways to Use Column Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages