Open-source News

Looking At The PHP 8.0 Performance So Far In Early 2020

Phoronix - Thu, 02/27/2020 - 06:55
With it being a while now since the PHP 7.4 release and the PHP developers continuing to be busy at work on PHP 8.0 as the next major installment of the popular web programming language, here is a fresh look at the performance of PHP 8.0 in its current state -- including when its JIT compiler is enabled -- compared to releases going back to PHP 5.6...

Go 1.14 Released - Performance Improvements, Go's Module Support Production-Ready

Phoronix - Thu, 02/27/2020 - 00:34
Go 1.14 is now available as the latest version of this popular programming language backed by Google...

Phoronix Test Suite 9.4 Released With More Features For Open-Source, Cross-Platform Automated Benchmarking

Phoronix - Wed, 02/26/2020 - 22:52
Phoronix Test Suite 9.4-Vestby is now available as one of our largest updates in recent years for our open-source, cross-platform automated benchmarking framework. Almost wanting to rebrand it as Phoronix Test Suite 10, sticking to conventional versioning the Phoronix Test Suite 9.4 release brings numerous result viewer improvements, a lot of polishing to the PDF result exporting, various Microsoft Windows support improvements, new statistics capabilities, some useful new sub-commands, and much more as the latest quarterly feature release.

UEFI Boot Support Published For RISC-V On Linux

Phoronix - Wed, 02/26/2020 - 20:48
As we've been expecting to happen with the Linux EFI code being cleaned up before the introduction of a new architecture, the RISC-V patches have been posted for bringing up UEFI boot support...

Intel Continues Bring-Up Of New Gateway SoC Architecture On Linux, ComboPHY Driver

Phoronix - Wed, 02/26/2020 - 20:26
Besides all the usual hardware enablement activities with the usual names by Intel's massive open-source team working on the Linux kernel, one of the more peculiar bring-ups recently has been around the "Intel Gateway SoC" with more work abound for Linux 5.7...

Game Porting Firm Feral Interactive's Days Could Be Numbered With Compulsory Strike-Off

Phoronix - Wed, 02/26/2020 - 19:40
Prominent Linux and macOS game porting firm Feral Interactive looks like it may be dissolving...

Use logzero for simple logging in Python

opensource.com - Wed, 02/26/2020 - 16:02

The logzero library makes logging as easy as a print statement, which is quite a feat of simplicity. I'm not sure whether logzero took its name to fit in with the series of "zero boilerplate" libraries like pygame-zero, GPIO Zero, and guizero, but it's certainly in that category. It's a Python library that makes logging straightforward.

You can just use its basic logging to stdout the same way you might use print for information and debugging purposes, and it has a smooth learning curve towards more advanced logging, like logging to a file.


read more

Pages