Agregátor zdrojů

Wine 9.6 Adds Support For Advanced AVX Features In Register Contexts

Phoronix - 5. Duben 2024 - 18:39
Wine 9.6 has just been issued as the newest bi-weekly development release for this open-source software to enjoy Windows games and applications under Linux...

New EEVDF Linux Scheduler Patches Make It Functionally "Complete"

Phoronix - 5. Duben 2024 - 17:21
Veteran Linux kernel developer Peter Zijlstra is working to wrap-up feature work around the EEVDF kernel scheduler code...

OpenZFS Merges Support For Using Multiple Task Queues To Increase Performance

Phoronix - 5. Duben 2024 - 15:49
The OpenZFS file-system has merged support for using multiple task queues (TaskQs) to enhance performance for multi-core systems...

OpenBLAS 0.3.27 Adds C-SKY Arch, Improved GEMM For AMD Zen & Sapphire Rapids Fixes

Phoronix - 5. Duben 2024 - 15:17
OpenBLAS 0.3.27 is out as the newest version of this prominent open-source Basic Linear Algebra Subprograms (BLAS) library...

Fwupd 1.9.16 Adds Support For More USB Docks & Qualcomm Devices

Phoronix - 5. Duben 2024 - 13:57
Richard Hughes of Red Hat has published Fwupd 1.9.16 as the newest update to this open-source firmware updating solution for Linux systems that pairs with the Linux Vendor Firmware Service (LVFS) for easy firmware redistribution...

FFmpeg 7.0 Released With Native VVC Decoding & Multi-Threaded CLI

Phoronix - 5. Duben 2024 - 11:57
The very exciting FFmpeg 7.0 multimedia library has been released! FFmpeg 7.0 rolls out most notably the new native VVC decoder that is currently experimental for supporting Versatile Video Coding as well as introducing the multi-threaded FFmpeg CLI tool...

Mesa Adds PCI IDs For Intel Arc Graphics A580E & A750E

Phoronix - 5. Duben 2024 - 11:50
Following the Intel Linux kernel graphics driver patches last month adding two new DG2/Alchemist PCI IDs that when digging through the Intel Compute Runtime sources were confirmed as the Arc Graphics A580E and A750E, the Mesa OpenGL/Vulkan drivers have now added support for these new graphics processors...

OpenBSD 7.5 Released - Faster Performance For Many-Core ARM Servers

Phoronix - 5. Duben 2024 - 11:37
Theo de Raadt has released OpenBSD 7.5 as the newest version of this security-focused BSD operating system. With OpenBSD 7.5 there is a number of improvements for ARM (AArch64) hardware, never-ending kernel optimizations and other tuning work, countless package updates, and other adjustments to this popular BSD platform...

OpenCL 3.0.16 Released With One New Extension, Semaphores & External Memory Finalized

Phoronix - 5. Duben 2024 - 11:23
OpenCL 3.0 debuted back in 2020 and while we haven't heard talks of any major revision on the horizon, it does continue to see new point releases. Released on Thursday was OpenCL 3.0.16 that adds one new extension while finalizing eight formerly provisional extensions...

Segmentace MRI mozku – DeepLabV3 model

Root.cz - 5. Duben 2024 - 8:30
Dnes bych se rád podíval na další typ modelu pro sémantickou segmentaci obrázků, a tím je DeepLabV3. Důvodem, proč jsem si vybral právě tento, je použití bloku Spatial Pyramid Pooling a s ním spojené Atrous Convolution.

AMD Working To Release MES Documentation & Source Code

Phoronix - 5. Duben 2024 - 1:18
Following up on their tweet earlier this week that they would be working to open-source more of their GPU software stack and hardware documentation, AMD now says they will be releasing documentation followed by the source code for their Micro-Engine Scheduler (MES) IP block found within Radeon GPUs...

Continuation Flood vystavuje implementace HTTP/2 útokům DoS

Root.cz - 4. Duben 2024 - 23:00
Nově objevený útok zneužívá zprávu Continuation v protokolu HTTP/2, kterou je možné zahltit server a způsobit jeho výpadek. Zranitelná je řada implementací, včetně Apache HTTP Serveru.

Netplan 1.0 Is Ready To Go For Ubuntu 24.04 LTS

Phoronix - 4. Duben 2024 - 19:27
After years being used by Ubuntu Server/Cloud, Ubuntu 23.10 began making use of Canonical's Netplan declarative network configuration software and now Netplan is fully ready to take on all duties with Ubuntu 24.04 LTS. After seven years of development, Netplan 1.0 is ready for primetime use from servers to desktops...

Novinky v distribúcii Nitrux 3.4

LinuxEXPRES - 4. Duben 2024 - 17:15

Najnovšia stabilná verzia linuxovej distribúcie Nitrux 3.4 aktualizuje základné predinštalované softvérové balíčky. Vývojári Nitruxu zároveň oznámili, že tento rok plánujú nahradiť prostredie KDE Plasma.

Wine Project's April Fools' Gag With Merit: Leveraging AI For Faster Code Review

Phoronix - 4. Duben 2024 - 16:25
Earlier this week Wine developer Gabriel Ivăncescu with CodeWeavers laid out a great proposal: leveraging AI for assisting with the code review process for more punctual review and upstreaming of patches into the Wine codebase for this software that allows Windows games and apps to run on Linux and other platforms. While great in theory, at this stage just amounted to an April Fools' gag for Wine...

Intel Xeon Max Sees Some Performance Gains For OpenVINO & ONNX With Linux 6.9

Phoronix - 4. Duben 2024 - 15:30
Last week being surprised to see a number of AMD EPYC performance gains with Linux 6.9 using that in-development kernel, I was curious about what other platforms may be benefiting from better performance on this kernel that will debut as stable in May. This week I turned to running some fresh benchmarks of Intel Xeon Max using the Supermicro Hyper SuperServer SYS-221H-TNR. More than 230 benchmarks were carried out of Linux 6.8 stable versus Linux 6.9-rc2 in looking for any performance differences.

PostgreSQL Merges JSON_TABLE(), Incremental JSON Parser

Phoronix - 4. Duben 2024 - 14:48
For years the PostgreSQL database server has been adding various JSON features while now the latest addition for dealing with JavaScript Object Notation (JSON) structured data is the JSON_TABLE() SQL function...

UPower Power Profiles Daemon v0.21 Automatically Adapts For Linux Laptop Battery Use

Phoronix - 4. Duben 2024 - 13:43
The Power Profiles Daemon software under the UPower project has released version 0.21 which now is automatically battery-state aware for adjusting the CPU power/performance behavior depending upon whether your Linux laptop is connected to AC or battery power...

LLVM's BOLT Being Adapted To Analyze Security Hardening Of Binaries

Phoronix - 4. Duben 2024 - 12:35
LLVM's BOLT is an amazing tool for optimizing the layout of binaries and in turn can lead to some mighty useful performance improvements. But now an Arm compiler engineer has taken to leveraging BOLT for creating a binary analysis tool to vet the correctness of security hardening options...

Qt Creator 13 Released For Enhancing Qt/C++ Development

Phoronix - 4. Duben 2024 - 11:47
Following the release of the Qt 6.7 toolkit earlier this week, released today is the Qt Creator 13 integrated development environment. Qt Creator is the Qt/C++ tailored IDE aimed to help accelerate developer productivity with tight Qt integration and supporting a variety of features...
Syndikovat obsah