Showing headlines posted by bob

« Previous ( 1 2 3 4 5 6 7 8 9 10 ... 1170 ) Next »

LLVM/Clang Compiler Being Adapted For AVX10.2 Now Making 512-bit Support Mandatory

Coming out this week was an updated AVX10 whitepaper from Intel with the surprising decision that 512-bit floating point and integer support is no longer considered optional for AVX10.2. AVX10.2 now mandates 128 / 256 / 512-bit support and in turn also dropped the 256-bit embedded rounding support with the focus on 512-bit. The LLVM/Clang compiler had seen its AVX10 support designed around Intel's original AVX10 design assumptions and thus now is being modified to address these changes...

Rust Additions For GCC 15 Bring Support For if-let Statements, Other Improvements

  • Phoronix (Posted by bob on Mar 23, 2025 10:11 AM CST)
  • Groups: GNU; Story Type: News Story
This past week a lot of new code for the Rust "gccrs" front-end began being merged for the upcoming GCC 15.1 stable release... The Polonius borrow checker landed along with other big improvements to the Rust code ahead of this annual GNU Compiler Collection release. A third round was merged on Friday adding yet more gccrs features...

Linux 6.15 Plans To Drop Support For A Useless CRC-32 Checksum In The Kernel Image

  • Phoronix; By Michael Larabel (Posted by bob on Mar 22, 2025 6:57 PM CST)
  • Story Type: News Story; Groups: Kernel, Linux
Ingo Molnar began sending out the pull requests today for the upcoming Linux 6.15 merge window of code areas he oversees for the Linux kernel. Among those early pulls are of the x86/build updates, which includes removing some seemingly useless CRC-32 checksum code from the kernel...

KDE KWin Lands FIFO v1 Wayland Support, GNOME 48 Squeezed In XDG Toplevel Drag v1

There is some new Wayland protocol support activity this week worth mentioning for both the KDE Plasma and GNOME desktops...

T-Display K230 Combines RISC-V Processing with LoRa, Wi-Fi, and AMOLED Display

The LILYGO T-Display K230 is a compact development board targeting IoT and embedded system applications. It features the Kendryte K230 system-on-chip, which includes a dual-core 64-bit RISC-V processor and dedicated units for AI acceleration, graphics rendering, and multimedia processing. The K230 SoC includes two CPU cores: CPU1 operates at 1.6 GHz, while CPU0 runs at […]

Boost Productivity with Custom Command Shortcuts Using Linux Aliases

Linux is a powerful operating system favored by developers, system administrators, and power users due to its flexibility and efficiency. However, frequently using long and complex commands can be tedious and error-prone. This is where aliases come into play.

Photoshop FOSS alternative GIMP wakes up from 7-year coma with version 3.0

  • The Register; By Liam Proven (Posted by bob on Mar 22, 2025 8:17 AM CST)
  • Story Type: News Story; Groups: Multimedia
Meanwhile, open source video codec Ogg Theora stirs in its crypt. After a seven-year nap, version 3.0 of FOSS image editor GIMP is arriving with a splash, while a long-dormant open video format wakes from its slumbers and lumbers into beta.…

ReactOS 0.4.15 Released For This "Open-Source Windows" OS With Tons Of Enhancements

  • Phoronix; By Michael Larabel (Posted by bob on Mar 22, 2025 6:46 AM CST)
  • Story Type: News Story; Groups: Microsoft
It's been over three years since the last ReactOS open-source operating system release for this platform working on API/ABI compatibility with Microsoft Windows. Today ReactOS 0.4.15 was finally published...

Linux Security Hardening Cache Randomization Was Inadvertently Using The Same Seed

Ahead of the upcoming Linux 6.15 kernel cycle a few early pull requests have already been sent in to Linus Torvalds in advance of the anticipated v6.14 release on Sunday. Among those early changes for Linux 6.15 are the SLAB allocator updates that include a fix for cache randomization with kvmalloc inadvertently being inadequate due to accidentally using the same randomization seed...

RPI Image Gen Introduces Custom Raspberry Pi Image Creation

The Raspberry Pi team has introduced rpi image gen, a new tool for creating custom software images with detailed control over configuration. It is designed for embedded systems, industrial applications, and personalized projects. rpi image gen is an alternative to the existing pi gen tool, which is used to produce the official Raspberry Pi OS […]

Microsoft Proposes "Hornet" Security Module For The Linux Kernel

Microsoft's newest open-source contribution to the Linux kernel being proposed is... Hornet, a Linux security module (LSM) for providing signature verification of eBPF programs...

Linux 6.14 Sees Last Minute Fix For A Two Year Old Regression Causing A 30% Performance Drop

Submitted today ahead of the Linux 6.14 stable release expected Sunday is a lone scheduler fix for the kernel. This patch is for reverting a change made to the Linux kernel two years ago that ended up regressing some workloads with a significant performance hit...

NXP's FRDM i.MX 91 Board Provides Low-Power Solution for Linux-Based IoT Systems

  • LinuxGizmos.com (Posted by bob on Mar 21, 2025 5:49 PM CST)
  • Story Type: News Story; Groups: Linux
Following the release of the FRDM i.MX 93 board, NXP has launched the FRDM i.MX 91 development board, a compact platform based on the i.MX 91 applications processor. It is intended for early-stage development and evaluation of industrial and IoT systems that require basic Linux support, integrated connectivity, and hardware-level security. The board features a […]

Contribute at the Fedora 42 CoreOS Test Week

  • Fedora Magazine (Posted by bob on Mar 21, 2025 4:34 PM CST)
  • Groups: Fedora; Story Type: News Story
The Fedora 42 CoreOS Test Week focuses on testing FCOS based on Fedora 42. The FCOS next stream has been rebased on Fedora 42 content. This will be coming soon to testing and stable. To prepare for the content being promoted to other streams, the Fedora CoreOS and QA teams have organized test days from […]

Raspberry Pi Announces rpi-image-gen To Help Craft Custom Software Images

Following a slew of hardware announcements in the past few months like the RP2350 shipping, Raspberry Pi 5 16GB, Raspberry Pi Monitor, and Raspberry Pi 500, today they have a new software announcement. Today they formally announced "rpi-image-gen" as a new tool to help customers in crafting customized software OS images...

Essential Tools and Frameworks for Mastering Ethical Hacking on Linux

In today's digital world, cybersecurity threats are ever-growing, making ethical hacking and penetration testing crucial components of modern security practices. Ethical hacking involves legally testing systems, networks, and applications for vulnerabilities before malicious hackers can exploit them.

Fedora 43 Hopes To Set An Expectation That Package Builds Are Reproducible

  • Phoronix; By Michael Larabel (Posted by bob on Mar 20, 2025 8:26 PM CST)
  • Story Type: News Story; Groups: Fedora, Linux
A change proposal filed for the upcoming Fedora Linux 43 development cycles hopes to establish an expectation that RPM package builds for the distribution are reproducible.

BLAKE3 1.7 Turns To Intels oneTBB For Parallelizing C Code - Similar Perf To Rust+Rayon

BLAKE3 as the cryptographic hashing function that is much faster than the likes of SHA-1/SHA-1 while being more secure than SHA-1 and MD5 is out with a new feature update. BLAKE3 v1.7 is now available for the official C and Rust code as the reference implementations to this cryptographic hash function.

FFmpeg Lands Vulkan Improvements With Initial FFV1 Vulkan Decoder

  • Phoronix; By Michael Larabel (Posted by bob on Mar 18, 2025 9:57 AM CST)
  • Story Type: News Story; Groups: Developer
FFmpeg developer Lynne has landed a number of Vulkan Video improvements today into FFmpeg Git. In addition, there is now an FFV1 Vulkan-based decoder.

ReactOS Can Now Boot With The Windows Audio Stack... But No Sound Due To Bugs

It's been a while since having any news to share on ReactOS as the open-source operating system working to re-implement the Microsoft Windows APIs/ABIs for enjoying Windows apps/games and drivers on this platform. Today though they are celebrating a new milestone of being able to boot with the Windows audio stack...

« Previous ( 1 2 3 4 5 6 7 8 9 10 ... 1170 ) Next »