Tag

Linus Torvalds

All articles tagged with #linus torvalds

Linux at 35: From a humble hobby to the Internet's backbone, Freax almost happened
technology1 hour ago

Linux at 35: From a humble hobby to the Internet's backbone, Freax almost happened

On its 35th anniversary, Linux is celebrated as a humble hobby project started by Linus Torvalds, who briefly considered naming it Freax; through early collaborative development, GPLv2 licensing, and growing corporate involvement, Linux has become the backbone of the internet, cloud infrastructure, Android, and supercomputing, with Torvalds continuing to guide its development and embracing AI for bug finding.

Torvalds backs AI-powered coding in Linux, inviting critics to fork or walk away
technology1 month ago

Torvalds backs AI-powered coding in Linux, inviting critics to fork or walk away

Linus Torvalds says Linux is not anti-AI and supports using AI coding tools to improve the Linux kernel, arguing the tech’s merit over fear; he tells detractors they can fork the project or walk away, framing the stance as pragmatic rather than ideological, with the Sashiko AI-assisted code-review system cited in the broader AI-in-open-source debate.

technology3 months ago

Linux 7.1-rc5 Arrives with AI-Powered Kernel Fixes and Late-Cycle Churn Caution

Linux 7.1-rc5 launches with AI-assisted fixes across graphics, security, sound, and various drivers, plus improved HP/ASUS laptop x86 support and CPU power driver updates; Linus Torvalds criticizes the unusually large rc5 for late-cycle churn and hints that non-critical fixes may belong in linux-next, with a mid-June target for the stable 7.1 release.

Torvalds: AI is a powerful tool, not a replacement for programmers
technology3 months ago

Torvalds: AI is a powerful tool, not a replacement for programmers

Linus Torvalds says AI tools are reshaping Linux development by increasing commits and lowering entry barriers, but they also create social and security strains in open source. He introduced AI security disclosure guidelines, argued that AI won’t replace human programmers, and stressed that open source remains essential to managing complexity. The discussion also highlights burnout risks for maintainers due to flood-like AI bug reports and the need to understand the end result of AI-generated code, not just prompts.

Torvalds: AI Bug Reports Overwhelm Linux Security Mailing List, Prompting New Rules
technology3 months ago

Torvalds: AI Bug Reports Overwhelm Linux Security Mailing List, Prompting New Rules

Linus Torvalds says the flood of AI-generated bug reports is making the Linux security mailing list almost unmanageable. To address this, the Linux kernel team updated triage rules ahead of the 7.1‑rc4 release: AI-detected issues should generally be reported publicly and non-sensitive, duplicates should be minimized, practitioners must provide reproducible repros and ideally a patch, and private lists are reserved for urgent, cross‑system vulnerabilities; reporters are urged to add real value beyond the AI’s initial findings.

Linus Torvalds experiments with AI-powered vibe coding on AudioNoise
technology7 months 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.

technology8 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.

technology9 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.