Tag

Linus Torvalds

All articles tagged with #linus torvalds

Linus Torvalds experiments with AI-powered vibe coding on AudioNoise
technology1 month ago

Linus Torvalds experiments with AI-powered vibe coding on AudioNoise

Linus Torvalds has quietly explored vibe coding by using Google's Antigravity AI to generate a Python-based audio visualizer for AudioNoise, a personal project built around his C code for digital audio effects. The effort grew from his GuitarPedal hardware experiments, and he notes the AI wrote the visualizer with minimal manual input, illustrating how AI tools are aiding coders on low-stakes tasks and signaling AI’s growing presence in the Linux ecosystem.

technology2 months ago

Linux Kernel 2025: Rust Integration and Security Enhancements

The article reviews the most significant Linux kernel developments in 2025, including increased Rust integration, community decisions on file systems like Bcachefs and Btrfs, hardware support updates, and Linus Torvalds' commentary on kernel policies and architecture proposals, highlighting ongoing innovation and challenges in kernel development.

technology3 months ago

Linux Kernel Considers Supporting Microsoft C Extensions

The Linux kernel is considering enabling the Microsoft C Extensions via the -fms-extensions compiler flag, which would allow for more flexible and potentially cleaner code by supporting non-standard C/C++ constructs used in Microsoft header files. Two patches are queued for the upcoming Linux 6.19 kernel, and Linus Torvalds appears to be supportive, though some debate remains about adopting this change widely.

Bill Gates and Linus Torvalds Meet for the First Time in 50 Years
technology8 months ago

Bill Gates and Linus Torvalds Meet for the First Time in 50 Years

A recent selfie posted by Mark Russinovich featuring Bill Gates, Linus Torvalds, and Dave Cutler highlights the interconnected history of modern computing, showcasing Gates' role in early OS development, Torvalds' creation of Linux, and Cutler's influential work on Windows NT, illustrating the overlapping generations that have shaped the tech world.

Bill Gates and Linus Torvalds Meet for the First Time in 50 Years
technology8 months ago

Bill Gates and Linus Torvalds Meet for the First Time in 50 Years

Bill Gates and Linux creator Linus Torvalds met publicly for the first time at a dinner hosted by Microsoft Azure's CTO, marking a rare encounter between two industry giants with contrasting philosophies—Gates focusing on closed-source, monetized software, and Torvalds advocating for open-source collaboration. No major decisions were made during the meeting.

"Linus Torvalds Stands Firm on Tabs-Versus-Spaces Debate in Kernel Trap"
technology1 year ago

"Linus Torvalds Stands Firm on Tabs-Versus-Spaces Debate in Kernel Trap"

Linus Torvalds reiterates his preference for tabs over spaces in the Linux kernel coding style by adding hidden tabs to a commit that attempted to replace a tab with a space. This sparked a robust rebuttal from Torvalds, emphasizing the importance of adhering to the kernel's coding style and the need for tools to properly parse tabs. The debate over tabs versus spaces continues within the context of the Linux kernel's coding standards.

"Linus Torvalds' Unconventional Approach to Indentation in Linux Kconfig"
technology1 year ago

"Linus Torvalds' Unconventional Approach to Indentation in Linux Kconfig"

Linus Torvalds intentionally made the use of indentation in Linux kernel config files more complex to challenge inferior parsers, aiming to improve the quality of tools that parse such files. This change, found in the latest release candidate for the next version of the Linux kernel, is a deliberate move to expose and weed out weaker parsing tools, without publicly criticizing anyone.

technology1 year ago

"Linus Torvalds' Tab Injection Fix for Kconfig Parsers"

Linus Torvalds has added intentional hidden tabs to the common Kconfig file for handling page sizes in the Linux kernel to thwart Kconfig parsers that can't correctly handle them, following a patch that replaced a tab with a space character. Torvalds authored the patch to intentionally add tabs to throw off any out-of-tree/third-party parsers that can't correctly handle them, emphasizing that if a parser can't handle tabs as whitespace, it should not be parsing the kernel Kconfig files.

technology2 years ago

"Linux 6.8-rc3 Release: Slightly Larger, Not Cause for Concern"

Linus Torvalds has released Linux 6.8-rc3, the latest weekly test candidate for the upcoming Linux 6.8 kernel, noting that it's slightly larger than expected but not concerning at this stage. The release includes driver fixes, filesystem updates, and tooling improvements, with notable changes such as initial support for Lenovo Legion Go controllers and optimizations for low-memory scenarios. Linux 6.8 is anticipated to be an important release, especially with Ubuntu 24.04 LTS considering its use.

technology2 years ago

Linux 6.6 Stable Release Imminent: rc6 Marks Final Testing Phase

Linux 6.6-rc6 has been released by Linus Torvalds, with plans to release the stable version in two weeks, barring any unforeseen issues. The release includes fixes for a kernel crash when unplugging Logitech USB receivers, hung systems at shutdowns or reboots on certain Lenovo, Sony, and Dell systems, and other miscellaneous fixes. The release also features support for PXN V900 racing steering wheel and addresses a Zen 4 CPU bug. The stable version is expected to debut on October 29th, followed by the start of the v6.7 kernel cycle.