Linux kernel
AdoptPlatforms
The core operating system kernel used by many servers, desktops, and embedded systems.
Why it's here
Placed in Adopt: 18 article(s) of evidence from 5 source(s), led by open-source activity, with 13 in the last 30 days. Confidence 86%.
Evidence (18)
- 4InfoQ·8/10/2026framework_updateLinux Ecosystem Shows Diverging AI Policy Approaches
The article describes how AI policies differ widely across the Linux ecosystem, from stricter rules in GCC to the Linux kernel’s more pragmatic stance and Kubernetes’ disclosure-oriented model. Despite these differences, the common goal is to keep human maintainers as the final authority over code changes.
- 8Hacker News·8/9/2026regulationIllinois passes OS-level child age verification law
Illinois has enacted HB5511, requiring device makers, operating system providers, and app stores to collect a child's birth date at account setup and expose an age bracket to apps through an API. Apps that receive a minor signal must enable default safety controls such as restricted feeds, hidden profiles, blocked adult messaging, and night-time notification limits, with enforcement starting in 2028.
- 6Hacker News·8/2/2026open_sourceKakehashi lets macOS binaries run on Linux ARM
Kakehashi is an experimental userspace project that aims to run macOS binaries on Linux running on ARM hardware. It appears as an open-source proof of concept shared on Hacker News, with the project hosted on GitHub.
- 6Hacker News·8/2/2026breakthroughLinux desktop market share tops 10% in North America
A Hacker News discussion highlights a report claiming Linux desktop market share has exceeded 10% in North America. The figure suggests growing adoption of Linux on personal computers, though it is a regional estimate rather than a global operating-system shift.
- 5Hacker News·7/30/2026product_launchRon Gilbert starts production on Thimbleweed Park 2
Ron Gilbert announced that production has begun on Thimbleweed Park 2, with an early 2028 release target. The sequel will be self-published with support from a private investor and will reunite several key members of the original team, with versions planned for Steam, Mac, Windows, Linux, GOG, and Switch.
- 4Hacker News·7/27/2026framework_updateVLC for Unity gains Linux support
VLC for Unity is now supported on Linux, expanding the platform options for developers using the Unity ecosystem. The update is relevant to teams building cross-platform applications that rely on VLC integration.
- 4Hacker News·7/26/2026open_sourceCheapSecurity: Lightweight Self-Hosted CCTV for Linux SBCs
CheapSecurity is an open-source, self-hosted CCTV application designed to run on lightweight Linux single-board computers. It aims to provide a low-cost surveillance setup that can operate locally without relying on cloud services.
- 5Hacker News·7/17/2026open_sourceLinux X Server Written in Assembly
A developer has built a Linux X server called Frame entirely in Assembly, aiming for a smaller, more battery-efficient desktop stack. The post says it already runs a daily desktop setup with Firefox and GIMP, while replacing a larger set of traditional desktop components with a much smaller codebase.
- 8The New Stack·7/16/2026open_sourceTorvalds backs AI coding in Linux kernel
Linus Torvalds said he supports the use of AI coding tools in Linux and told critics they can fork the project or leave if they object. His comments came during debate over Sashiko, an agentic Linux kernel code review system that can find some bugs but also produces false positives.
- 4Hacker News·7/16/2026researchTraining a Kick Drum Diffusion Model on a 6GB VRAM Linux Desktop
The article describes how to train a generative AI model for kick drum sounds on an older Linux desktop with only 6GB of VRAM. It focuses on making audio model training feasible on modest consumer hardware, likely using lightweight diffusion-based techniques and practical optimization choices.
- 4Hacker News·7/15/2026researchA Proposal for an Agentic Harness Design
The article argues for a lightweight, transparent harness that helps LLM agents operate outside the chat interface with minimal cognitive overhead. It emphasizes determinism, strong logging, error recovery, and using Unix-like environments as a practical model for agent tooling.
- 5Hacker News·7/13/2026open_sourceLinux 0.11 Rewritten in Idiomatic Rust and Booted in QEMU
A GitHub project rewrites Linux 0.11 in idiomatic Rust and demonstrates it booting successfully in QEMU. The work appears to be a hobbyist reimplementation rather than an official Linux release, but it highlights Rust’s use in low-level systems programming.
- 5Hacker News·7/13/2026open_sourceClawk gives coding agents disposable Linux VMs
Clawk is an open-source tool that lets coding agents run inside disposable Linux virtual machines instead of directly on a developer’s laptop. The project is aimed at reducing risk when agentic tools execute code, install dependencies, or make system changes locally.
- 7Hacker News·7/8/2026researchWindows Falls Below 60% of Global Desktop OS Share
Windows has dropped below 60% of global desktop operating system share for the first time in years, marking a notable shift in the desktop market. The article attributes the decline to continued gains by Linux and macOS rather than to a single release or event.
- 5Hacker News·7/6/2026open_sourceLinux Port for the Atari Jaguar
The article describes efforts to bring Linux to the Atari Jaguar, a 1993 game console based on Motorola 68000-family CPUs and custom chips. It explains how an MMU-less Linux setup with uClinux and execute-in-place techniques can help fit the kernel into the Jaguar’s limited memory and ROM layout.
- 3Hacker News·7/6/2026open_sourceIOCCC crowns bizarre but useful C code
The 2025 International Obfuscated C Code Contest has announced its winners, including a standout entry that demonstrates a practical use case: preserving software by emulating the Subleq architecture. Other winning entries showcase highly obfuscated C programs, with judges assigning custom categories to each result. The article highlights a 366-byte SDL-based implementation that can render graphics, play Pong, and bootstrap Subleq Linux.
- 5Hacker News·7/3/2026researchPostgreSQL and the OOM Killer: Why Ubicloud Uses Strict Memory Overcommit
Ubicloud explains why its managed PostgreSQL service keeps Linux strict memory overcommit enabled to reduce the risk of catastrophic out-of-memory kills. The post describes how the setting helps fail early, the impact of a kernel bug that temporarily forced the team to disable it, and the heuristic used to choose a commit limit.
- 8Hacker News·7/2/2026securityLinux 6.9 LUKS suspend no longer wipes encryption keys from memory
A Hacker News discussion highlighted that since Linux 6.9, suspending a system with LUKS no longer wipes disk-encryption keys from memory as previously expected. The change raises security concerns for encrypted laptops and servers because keys may remain resident across suspend states until the underlying behavior is fixed or clarified.