Video summary
Untitled Linux Show 263
Main summary
Key takeaways
Technological concepts, product features, and analysis from the subtitles
1) Linus Torvalds and AI in Linux kernel development
- The show opens with a new framing: “Linux loves AI.” This responds to strong anti-AI sentiment in parts of the Linux/open-source community.
- Key points attributed to Linus Torvalds:
- AI should be treated as a useful tool, not a replacement for human responsibility.
- Kernel/patch submission still has constraints:
- Code must meet licensing requirements
- AI cannot sign off; human maintainers/developers remain responsible
- No “free pass” for hallucinated/low-quality submissions—bad patches, hallucinated bug reports, and maintainer overhead remain real problems.
- Linux is framed as not inherently anti-AI; if people dislike AI usage, they can fork or exit.
- The discussion includes an analogy: AI’s impact may be evolutionary rather than revolutionary (compared to historical shifts in programming languages).
2) Blender 5.2 LTS release (graphics + tools updates)
Blender 5.2 LTS is presented as a major long-term support release. Highlights include:
- Geometry Nodes
- New physics system focusing on hair and cloth
- Tools
- Built-in Loop tools:
- circle space evenly
- flatten loop
- (Positioned as replacing/obviating certain external extensions.)
- Built-in Loop tools:
- Rendering / compositing / workflow
- Sound socket type: outputs amplitude as a float from an imported sound
- Draw mode improvements:
- brush thumbnail updates
- texture brush pack availability via online access
- Rigging / animation QoL
- More options for spawning bones
- A head/teller slider for positioning along a bone when using bone parenting
- Playback: “allow pre roll” to play frames before the defined start frame
- Performance / memory
- Improved memory usage and faster startup on texture-heavy scenes
- Additional capabilities
- snapping to lattice objects
- interpolating vertex custom data when merging vertices
- HDR / wide gamut color spaces for scopes
3) X/Twitter “open source” promise (transparency vs trust)
A story attributes to Elon Musk a plan to open source X (Twitter) after reviewing a security vulnerability.
- Claims mentioned:
- The company will release the entire codebase with no exceptions
- Third-party reviewers can compare published code vs production-running software
- The show adds skepticism based on past mixed results:
- Earlier partial releases existed (e.g., parts of recommendation systems), but not a complete runnable open platform.
- Model/weight promises were noted as sometimes delayed (e.g., “Gro 3” mentioned as delayed beyond a stated window).
- Analysis emphasizes:
- Publishing code ≠ fully open-source in practical terms (license and buildability matter).
- Even auditable code doesn’t automatically “fix” trust—especially regarding past moderation/ranking decisions.
- If released under a real open-source license and matches production, it could enable outside security research and verification rather than speculation.
4) System76 Cosmic desktop environment 1.3 (Rust-based desktop on Pop!_OS)
The show discusses System76 releasing Cosmic Epoch 1.3 for Pop!_OS.
- Major feature: “Frosted glass” / frosted transparency effect
- Instead of fully transparent UI letting wallpaper dominate, it diffuses/diffuses the background behind panels/windows while keeping text readable.
- Other updates:
- Translation updates and minor refinements
- Cosmic Terminal
- improved fractional mouse wheel scrolling
- better frame pacing for embedded applet popups
- option to preserve panel/doc style behavior when maximizing windows in Cosmic Panel
- Cosmic Monitor
- GPU metrics improvements for Intel/AMD/NVIDIA:
- GPU memory usage collection (Intel)
- display GPU power and total VRAM in dashboard
- suspend NVIDIA GPUs
- power usage calculations for AMD/Intel
- GPU metrics improvements for Intel/AMD/NVIDIA:
- Performance/stability notes referenced by the writers:
- memory usage improvements and faster startup on texture-heavy scenes (also referenced in the Blender segment)
5) Flatpak/Flathub AI app ban debate (AI “slot” label and rejection policy)
The show covers a controversy: Flathub restricting newly submitted AI-generated apps (sometimes described as an “AI slot ban”).
- Follow-up article referenced:
- Joey Snider (OMG Ubuntu) suggests the ban may have been reasonable based on research by a Linux developer (“evangelosis”)
- Reported findings:
- Reviewed 120 projects labeled with an AI-derived marker
- 32 actively maintained; 88 appeared abandoned
- Counter-argument discussed:
- Removing AI apps from prominence can reduce installs/feedback, which can indirectly increase abandonment.
- Short inactivity windows aren’t definitive proof:
- some utilities don’t need frequent commits
- commit cadence varies
- A developer’s lack of commits after rejection may reflect loss of exposure, not necessarily code quality.
- Anecdote (first-hand experience):
- A contributor shipped Meshtastic Desktop (a Kotlin Multiplatform app) and attempted submission to Flathub.
- Their upload was initially blocked because the conversion process used AI; later Flathub made an exception (“established project” granted access).
- The app still had expected follow-up issues because it hadn’t been run on desktop long before release.
- Suggested takeaway:
- Evaluate apps based on security/functionality and maintainer willingness, not merely whether AI assisted creation.
- The policy may aim to avoid long lists of abandoned AI prototypes.
6) New UEFI boot manager: Visor
A news item covers Visor, an open-source UEFI boot manager for Linux.
- Claimed design goals and properties:
- speed/efficiency like GRUB
- icon-driven UI similar to rEFInd
- primarily written in C
- Boot capabilities:
- Linux EFI stub kernels
- Unified Kernel Images (UKIs)
- chainloading other EFI executables, including Windows boot manager
- Differentiators vs GRUB-like approaches:
- no scripting engine
- avoids multiple generated configuration files
- uses a single
boot.conffile on the EFI system partition
- UI/input:
- can use mouse/touchpad/touch if firmware supports pointer devices
- includes a text-based fallback menu
- Secure Boot support:
- supports secure boot when launched via Shim
- uses Shim verification protocol to verify kernels/UKIs/PE images before execution
- if verification fails while secure boot is active, it won’t start the image
7) Valve wireless VR headset “Steam Frame” foundation: Holo Core (ARM64 Arch Linux)
A VR-focused segment covers Valve’s upcoming wireless headset (“Steam Frame”) and Linux foundation work.
- Key technical point:
- Holo Core: a pure ARM64 port of Arch Linux, created with Collabora (spelled “Calabra” in subtitles)
- Collabora published:
- source packages
- compiled binaries
- a development container for exploration
- Why it matters:
- Steam Frame uses a Qualcomm ARM processor (unlike x86 Steam Deck).
- Standard Arch doesn’t officially support ARM64 infrastructure the same way, so infrastructure had to be built.
- Even if it’s not a general “downloadable OS image” for arbitrary ARM devices, it’s critical build infrastructure before shipping the headset.
- The open release provides community visibility into how Steam OS might expand beyond x86 hardware.
8) Clonezilla Live 3.3 (disk imaging/cloning tool improvements)
Clonezilla Live 3.3 is highlighted as a favored disk imaging/cloning utility.
- Technical improvements:
- updated kernel baseline: mentions Linux kernel 7.0.14
- based on Debian “unstable” repository (timing referenced)
- New/important feature:
- Reverse connection network cloning using ocs-onthe-fly
- the remote system initiates the connection
- helpful for NAT/firewalls where inbound connections are blocked
- Reverse connection network cloning using ocs-onthe-fly
- OCS-onthe-fly improvements:
- better handling of multi-disc setups with existing partitions
- Live system package additions:
- network-manager-tui for terminal-based NetworkManager interaction
- Additional tooling/behavior updates:
- new tools like
cnvt-ocsis-...andocs-check-initrd(names slightly garbled in subtitles) - improvements to disabled sudo PTY usage in OC S-live-hook scripts/tools
- updates to variables for net boot client behavior
- new tools like
- Practical implications:
- easier “golden image” workflows for enterprise use and in-situ cloning without opening inbound firewall rules.
9) Command line tips (practical Linux tooling)
- Rob’s tool (CLI utility described)
- GitHub project: “mem ready”
- Outputs:
- installed RAM, visible RAM, max supported RAM, upgrade headroom, slot counts
- DIMM details
- warnings about SMBIOS/firmware-reported limits
- Can export output to text/HTML/JSON/CSV
- Includes refresh actions
- Ken’s command
- Uses
mountpointto check whether a directory is a mount point - Demonstrated elements:
mountpoint --help- options to print device major/minor numbers
- script-friendly conditional logic, e.g.:
mountpoint <dir> && ls <dir>
- also mentions hardening considerations (permissions / mount options)
- references read-only mounting discussions
- Uses
10) Show/personal plugs and release availability
- Meshtastic Desktop
- Now available on Flathub
- Built from Kotlin Multiplatform code (runs on Android and Linux desktop)
- Personal links mentioned:
- Rob’s website and social/donation references
- Ken’s link to a discounted bundle including Understanding the Linux Kernel (book deal mention)
Main speakers / sources mentioned
- Jonathan (hosts/cohosts include “Ken” and “Rob,” but Jonathan is repeatedly flagged for technical issues)
- Ken (co-host)
- Rob (co-host; also provides multiple stories and the CLI tip segment)
- Linus Torvalds (primary source for the AI-in-kernel remarks)
- Marcus Nester, Michael Larabel, Bobby Barsoff (writers credited for Blender, Cosmic, UEFI Visor, Steam Frame foundation, Clonezilla, etc.)
- Joey Snider (OMG Ubuntu) (source for the Flathub AI ban follow-up article)
- “evangelosis” (developer whose research is referenced regarding Flathub AI-labeled projects)
- Elon Musk (source for the X/Twitter open-source promise)
- Collabora (partner credited for Holo Core ARM64 Arch infrastructure)
- System76 (Cosmic Epoch release context)
- Valve (Steam Frame / Steam OS foundation context)