Podcasts about Open source

a broad concept article for open-source

  • 4,542PODCASTS
  • 20,894EPISODES
  • 47mAVG DURATION
  • 5DAILY NEW EPISODES
  • Mar 16, 2026LATEST

POPULARITY

20192020202120222023202420252026

Categories




    Best podcasts about Open source

    Show all podcasts related to open source

    Latest podcast episodes about Open source

    Python Bytes
    #473 A clean room rewrite?

    Python Bytes

    Play Episode Listen Later Mar 16, 2026 46:10 Transcription Available


    Topics covered in this episode: chardet ,AI, and licensing refined-github pgdog: PostgreSQL connection pooler, load balancer and database sharder Agentic Engineering Patterns Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training The Complete pytest Course Patreon Supporters Connect with the hosts Michael: @mkennedy@fosstodon.org / @mkennedy.codes (bsky) Brian: @brianokken@fosstodon.org / @brianokken.bsky.social Show: @pythonbytes@fosstodon.org / @pythonbytes.fm (bsky) Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 10am PT. Older video versions available there too. Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it. Michael #1: chardet ,AI, and licensing Thanks Ian Lessing Wow, where to start? A bit of legal precedence research. Chardet dispute shows how AI will kill software licensing, argues Bruce Perens on the Register Also see this GitHub issue. Dan Blanchard, maintainer of a Python character encoding detection library called chardet, released a new version of the library under a new software license. (LGPL → MIT) Dan is allowed to make this change because v7 is a complete “clean room” rewrite using AI BTW, v7 is WAY better: The result is a 48x increase in detection speed for a project that lives in the hot loops of many projects. That will lead to noticeable performance increases for literally millions of users (the package gets ~130M downloads per month). It paves a path towards inclusion in the standard library (assuming they don't institute policies against using AI tools). Thread-safe detect() and detect_all() with no measurable overhead; scales on free-threaded Python 3.13t+ An individual claiming to be Mark Pilgrim, the original creator of the library, opened an issue in the project's GitHub repo arguing that Blanchard had no right to change the software license, citing the LPGL requirement that the license remain unchanged. A 'complete rewrite' is irrelevant, since they had ample exposure to the originally licensed code (i.e. this is not a 'clean room' implementation). Blanchard disagreed, citing how version 7.0.0 and 6.0.0 compare when subjected to JPlag, a library for detecting plagiarism. Blanchard told The Register he had wanted to get chardet added to the Python standard library for more than a decade since it's a core dependency to most Python projects. Brian #2: refined-github Suggested by Matthias Schöttle A browser plugin that improves the GitHub experience A sampling Adds a build/CI status icon next to the repo's name. Adds a link back to the PR that ran the workflow. Enables tab and shift tab for indentation in comment fields. Auto-resizes comment fields to fit their content and no longer show scroll bars. Highlights the most useful comment in issues. Changes the default sort order of issues/PRs to Recently updated. But really, it's a huge list of improvements Michael #3: pgdog: PostgreSQL connection pooler, load balancer and database sharder PgDog is a proxy for scaling PostgreSQL. It supports connection pooling, load balancing queries and sharding entire databases. Written in Rust, PgDog is fast, secure and can manage thousands of connections on commodity hardware. Features PgDog is an application layer load balancer for PostgreSQL Health Checks: PgDog maintains a real-time list of healthy hosts. When a database fails a health check, it's removed from the active rotation and queries are re-routed to other replicas Single Endpoint: PgDog can detect writes (e.g. INSERT, UPDATE, CREATE TABLE, etc.) and send them to the primary, leaving the replicas to serve reads Failover: PgDog monitors Postgres replication state and can automatically redirect writes to a different database if a replica is promoted Sharding: PgDog is able to manage databases with multiple shards Brian #4: Agentic Engineering Patterns Simon Willison So much great stuff here, especially Anti-patterns: things to avoid And 3 sections on testing Red/green TDD First run the test Agentic manual testing Extras Brian: uv python upgrade will upgrade all versions of Python installed with uv to latest patch release suggested by John Hagen Coding After Coders: The End of Computer Programming as We Know It NY Times Article Suggested by Christopher Best quote: “Pushing code that fails pytest is unacceptable and embarrassing.” Michael: Talk Python Training users get a better account dashboard Package Managers Need to Cool Down Will AI Kill Open Source, article + video My Always activate the venv is now a zsh-plugin, sorta. Joke: Ergonomic keyboard Also pretty good and related: Claude Code Mandated Links legal precedence research Chardet dispute shows how AI will kill software licensing, argues Bruce Perens this GitHub issue citing JPlag refined-github Agentic Engineering Patterns Anti-patterns: things to avoid Red/green TDD First run the test Agentic manual testing uv python upgrade Coding After Coders: The End of Computer Programming as We Know It Suggested by Christopher a better account dashboard Package Managers Need to Cool Down Will AI Kill Open Source Always activate the venv now a zsh-plugin Ergonomic keyboard Claude Code Mandated claude-mandated.png blobs.pythonbytes.fm/keyboard-joke.jpeg?cache_id=a6026b

    LINUX Unplugged
    658: Automated Love Crunch

    LINUX Unplugged

    Play Episode Listen Later Mar 16, 2026 63:16 Transcription Available


    We each spent the week on our own projects, breaking then fixing things. Now we're back to compare progress, and a few lessons learned.Sponsored By:Jupiter Party Annual Membership: Put your support on automatic with our annual plan, and get one month of membership for free!Managed Nebula: Meet Managed Nebula from Defined Networking. A decentralized VPN built on the open-source Nebula platform that we love.Support LINUX UnpluggedLinks:

    The Linux Cast
    Episode 224: Zed Editor Review

    The Linux Cast

    Play Episode Listen Later Mar 14, 2026 67:22


    The boys are back! This time we're talking about the zed editor! ==== Special Thanks to Our Patrons! ==== https://thelinuxcast.org/patrons/ ===== Follow us

    Fed Time Stories
    From Secrets to Open-Source: Jane van Tienen on Intelligence, Leadership, and Global Security

    Fed Time Stories

    Play Episode Listen Later Mar 13, 2026 42:37


    In this episode of Fed Time Stories, Dave Brandt and John Gill sit down with Jane van Tienen, Chief Intelligence Officer at OSINT Combine, to explore her journey from the Australian national security community to the forefront of open-source intelligence in the private sector. Drawing on 24 years of experience, Jane reflects on her career journey, the growing importance of OSINT, and how intelligence derived from publicly and commercially available information is reshaping modern security.The discussion explores how AI can strengthen OSINT workflows while still requiring strong human tradecraft, ethics, and governance to be effective. Jane also shares her perspective on the Bondi Beach attack, the challenges security agencies face when threats emerge without clear warning signs, and why the absence of intelligence does not mean the absence of risk.Beyond security and intelligence, the episode also touches on mentorship, community engagement, and the importance of investing in young people to build confidence, agency, and critical thinking. Along the way, Jane offers thoughtful reflections on the cultural differences between Australia and the United States and what those differences reveal about leadership, security, and public safety.Fed Time Stories is brought to you by Kaseware, an investigative case management solution. Learn more at www.kaseware.com/fedtimestoriespodcast

    Sustain
    Episode 286: Jack Skinner of PyCon AU and Regional Confs

    Sustain

    Play Episode Listen Later Mar 13, 2026 40:05


    Guest Jack Skinner Panelist Richard Littauer Show Notes In this episode of Sustain, host Richard Littauer talks with Jack Skinner, PyCon AU organizer and freelance consultant/fractional CTO, to explore why regional conferences matter so much to the long-term health of open source communities. Their conversation looks at how events like PyCon AU do far more than host talks, they create local connections, nurture future leaders, support first-time speakers, and help sustain the broader Python ecosystem in ways that global conferences alone cannot. Drawing on Jack's experience as a conference organizer and community builder, the episode offers a behind-the-scenes look at the challenges of running volunteer-led events, from sponsorships and logistics to burnout, accessibility, and building a stronger pipeline of future organizers. Press download now to hear more! [00:01:49] Jack shares his background and how he got involved in Python and event organizing. [00:02:48] We hear about Jack's first PyCon AU experience. [00:04:14] Jack describes PyCon AU, who it serves, and how it's changed after COVID. [00:07:01] Why do regional conferences exist alongside PyCon US? [00:09:24] Jack talks about what makes Australia and New Zealand different as conference communities. [00:10:55] PyCon AU's attendance goals are discussed as Jack mentions his big goal is to bring attendance back to roughly 500-600 people, restoring pre-pandemic strength. [00:12:04] The discussion turns to conference structure: tracks, workshops, and sponsor interest, with Jack emphasizing sponsorship is not just about money. [00:14:54] Richard asks how organizers know whether conferences help people learn, connect, or build community. Jack explains how they're measuring community impact beyond “good vibes” and rebuilding local Python communities. [00:17:34] Jack explains PyCon AU is trying to build a future organizer pipeline by letting people observe how conference planning works and introduces his proposed program/project, “shadow team.” [00:19:09] Another project Jack is working on is documenting the behind-the-scenes work of organizing the conference through long-form writing. [00:20:38] Jack admits he feels imposter syndrome because he's not paid to write Python, his contribution is centered on the sociotechnical side. [00:23:20] PyCon AU's independence from government and institutions is discussed, and how the conference community is globally aware, even if locally focused. [00:27:05] Call for proposals details, deadline is March 29, and the in-person focus for this year's event are mentioned. Richard discusses the return of the academic track and Jack details more info on poster sessions and workshop submissions. [00:32:08] Volunteering and buying tickets are explained and why you should buy tickets early if you can. Quotes [00:32:20] “Volunteering is an awesome way to be involved in PyCon.” Spotlight [00:35:16] Richard's spotlight is two of his lecturers at the University of Edinburgh, Simon Kirby and Andrew Smith, who introduced him to Python. [00:35:55] Jack's spotlight is two companion projects: pretalx and pretix. Links SustainOSS podcast@sustainoss.org richard@sustainoss.org SustainOSS Discourse SustainOSS Mastodon SustainOSS Bluesky SustainOSS LinkedIn Open Collective-SustainOSS (Contribute) Richard Littauer Socials Jack Skinner LinkedIn Jack Skinner Website PyCon AU, August 26-30, 2026, Brisbane PyCon AU News & Updates Sustain Podcast-Episode 75: Deb Nicholson on the OSI, the future of open source, and SeaGL Sustain Podcast-Episode 137: A How-to Guide for Contributing to Open Source as an Employee, for Corporations (featuring Deb Nicholson as Host) Guido van Rossum Whale song shows language-like statistical structure Simon Kirby (co-lead author) pretalx (GitHub) pretix (GitHub) Sponsor CURIOSS Credits Produced by Richard Littauer Edited by Paul M. Bahr at Peachtree Sound Show notes by DeAnn Bahr Peachtree Sound Special Guest: Jack Skinner.

    All TWiT.tv Shows (MP3)
    Hands-On Windows 180: The Return of Microsoft Edit

    All TWiT.tv Shows (MP3)

    Play Episode Listen Later Mar 12, 2026 13:30 Transcription Available


    Microsoft Edit is stepping into the spotlight as Notepad faces backlash for its new AI-heavy features. Find out why this lightweight, command-line text editor might just be your next favorite productivity tool. Host: Paul Thurrott Download or subscribe to Hands-On Windows at https://twit.tv/shows/hands-on-windows Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free audio and video feeds, a members-only Discord, and exclusive content. Join today: https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord. Sponsor: threatlocker.com/twit

    ChinaTalk
    Why it Sucks to Work in AI in China + Open Source with Kevin Xu

    ChinaTalk

    Play Episode Listen Later Mar 12, 2026 50:34


    Kevin Xu of http://interconnected.blog/ and I did a liveshow on substack! We chat about why working in Chinese AI looks so much tougher than building in the West: less compute, lower upside, more political constraints, and a much weaker market for enterprise software. We also get into Kevin Xu's definitive history of open source in China (https://interconnected.blog/chinese-open-source-a-definitive-history/?ref=kevin-xus-interconnected-newsletter) and talk why open source has become one of the few real paths Chinese AI companies have to win users abroad, even as the business model at home remains brutal. Also: the Qwen shakeup at Alibaba, what it says about the limits of China's AI lab ecosystem, and why Chinese firms may still beat the West in areas like AI shopping and commerce. Learn more about your ad choices. Visit megaphone.fm/adchoices

    BSD Now
    654: Plasma Rage

    BSD Now

    Play Episode Listen Later Mar 12, 2026 45:26


    Pool and Vdev topology for promox, KDE Plasma is not forcing systemd, Running a 2.11 BSD system, Booting NetBSD from a wedge and more... NOTES This episode of BSDNow is brought to you by Tarsnap and the BSDNow Patreon Headlines Pool and VDEV Topology for Proxmox Workloads News Roundup KDE Plasma 6.6 is Not Forcing systemd(1) but Arguments Rage On. An old article with covering : Running and administrating a 2.11 BSD system Booting NetBSD from a wedge, the hard way Beastie Bits The NetBSD Foundation will participate in Google Summer of Code 2026! Solaris 11.4 SRU90: Preserve Boot Environments zfs-2.4.1 Hardening OPNsense: Using Q-Feeds to Block Malicious Traffic Tarsnap This weeks episode of BSDNow was sponsored by our friends at Tarsnap, the only secure online backup you can trust your data to. Even paranoids need backups. Feedback/Questions Gary - A nice blog Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv Join us and other BSD Fans in our BSD Now Telegram channel

    ChinaEconTalk
    Why it Sucks to Work in AI in China + Open Source with Kevin Xu

    ChinaEconTalk

    Play Episode Listen Later Mar 12, 2026 50:34


    Kevin Xu of http://interconnected.blog/ and I did a liveshow on substack! We chat about why working in Chinese AI looks so much tougher than building in the West: less compute, lower upside, more political constraints, and a much weaker market for enterprise software. We also get into Kevin Xu's definitive history of open source in China (https://interconnected.blog/chinese-open-source-a-definitive-history/?ref=kevin-xus-interconnected-newsletter) and talk why open source has become one of the few real paths Chinese AI companies have to win users abroad, even as the business model at home remains brutal. Also: the Qwen shakeup at Alibaba, what it says about the limits of China's AI lab ecosystem, and why Chinese firms may still beat the West in areas like AI shopping and commerce. Learn more about your ad choices. Visit megaphone.fm/adchoices

    All TWiT.tv Shows (Video LO)
    Hands-On Windows 180: The Return of Microsoft Edit

    All TWiT.tv Shows (Video LO)

    Play Episode Listen Later Mar 12, 2026 13:30 Transcription Available


    Microsoft Edit is stepping into the spotlight as Notepad faces backlash for its new AI-heavy features. Find out why this lightweight, command-line text editor might just be your next favorite productivity tool. Host: Paul Thurrott Download or subscribe to Hands-On Windows at https://twit.tv/shows/hands-on-windows Join Club TWiT for Ad-Free Podcasts! Support what you love and get ad-free audio and video feeds, a members-only Discord, and exclusive content. Join today: https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord. Sponsor: threatlocker.com/twit

    Atareao con Linux
    ATA 778 ¡Adiós Docker! Cómo configurar Traefik con Podman (Rootless y Seguro)

    Atareao con Linux

    Play Episode Listen Later Mar 12, 2026 21:00


    Bienvenidos a un episodio clave en la serie de Podman. Soy Lorenzo y hoy configuramos nuestro proxy inverso de referencia utilizando Podman y Quadlets. Si alguna vez te has preguntado si puedes dejar atrás Docker sin perder la potencia de Traefik, este podcast te dará todas las respuestas.Lo que aprenderás en este episodio:Seguridad Rootless: Cómo ejecutar Traefik sin ser root y por qué es la mejor decisión para tu servidor.Gestión de Puertos: El truco para usar los puertos 80 y 443 con un usuario común de forma persistente.Persistencia con Systemd: Configuramos el sistema para que tus servicios sigan vivos aunque cierres tu sesión.Quadlets y IaC: Organización de volúmenes, redes y contenedores mediante archivos de configuración limpios.Rendimiento Avanzado: Implementación de HTTP/3, optimización de cifrados (como ChaCha20) y compresión de tráfico.Ecosistema de Plugins: Integración de OIDC con Pocket ID para una autenticación centralizada y segura.Exploramos cómo el uso de variables como %H y %T simplifica el despliegue en diferentes entornos y cómo la configuración dinámica de Traefik nos permite añadir servicios "al vuelo" sin interrupciones. También profundizo en las medidas de seguridad extremas, como eliminar todas las capacidades del kernel excepto las necesarias para el bind de puertos y forzar que el sistema de archivos del contenedor sea de solo lectura.Marcadores de tiempo:00:00:00 - Introducción y objetivos00:02:18 - El reto de los puertos 80 y 44300:04:14 - Persistencia de procesos de usuario00:05:13 - Socket de Podman vs Docker00:06:43 - Quadlets: La magia de la infraestructura00:09:34 - Seguridad y privilegios mínimos00:12:12 - Configuración estática y dinámica00:14:39 - Autenticación avanzada con OIDC00:18:43 - Podman como el futuro del self-hostingNo te pierdas los detalles técnicos disponibles en las notas del episodio y únete a nuestra comunidad en Telegram para debatir sobre el fascinante mundo del Open Source.Más información y enlaces en las notas del episodio

    Open Source with Christopher Lydon
    Sleepwalking into World War III

    Open Source with Christopher Lydon

    Play Episode Listen Later Mar 11, 2026 37:28


    I must say, among all the wise people commenting on this world’s situation, I honor Jeffrey Sachs especially for being relentless on the dangers out there, going back to the Biden years. Jeffrey Sachs. He ... The post Sleepwalking into World War III appeared first on Open Source with Christopher Lydon.

    The Cloudcast
    Inside OpenClaw and Open Source Innovation

    The Cloudcast

    Play Episode Listen Later Mar 11, 2026 25:55


    SUMMARY: Sally O'Malley (Principle Software Engineer @RedHat, Maintainter @OpenClaw) talks about her early experiences of immersing herself into OpenClaw and evolution of the OpenClaw community.SHOW: 1009SHOW TRANSCRIPT: The Reasoning Show #1009 TranscriptSHOW VIDEO: https://youtu.be/7xARBtgiMQgSPONSORS:VENTION - Ready for expert developers who actually deliver?Visit ventionteams.comSHOW NOTES:OpenClaw - Personal AI AssistantOpenClaw - RedditOpenClaw, OpenAI and the Future (Peter Steinberger - OpenClaw creator)OpenClaw Foundation (coming soon)Topic 1 - Welcome to the show. Tell us a little bit about your background in software engineering. Topic 2 - You recently jumped into the deep end of the pool with OpenClaw. Tell us about the week of immersion with this new technology. What did you go into it thinking about?What did you learn, what did you create?What new sorts of things did you have to try?Topic 2a - For anyone that's new to OpenClaw, can you give us the basics of what OpenClaw does?Topic 3 - You mentioned that this is a very different (or completely different) paradigm of how software is created. Can you walk us through the differences, your observations, how you had to really rethink things that you did before and after?Topic 4 - In your day job, you're focused on software that's used by large enterprises that have to be concerned with security and stability, as much as they do innovation. How do you see the existing OpenClaw fitting into that world? How do you expect that OpenClaw might need to change?How do you expect that enterprises might need to change to adapt to this new capability that might be unleashed with their employees?Topic 5 - You (very) recently were accepted as a committer to the OpenClaw project. I know it's only been a few days, but what is opening your eyes about how this community operates, especially in comparison to other open projects you've worked on? We could probably have an entire podcast on AI development in open communities.FEEDBACK? Email: show @ reasoning dot show Bluesky: @reasoningshow.bsky.social Twitter/X: @ReasoningShow Instagram: @reasoningshow TikTok: @reasoningshow

    SIIMcast
    S9E09 Interview w/ Sébastien Jodogne: Orthanc, Open-source, Academic Research and more!

    SIIMcast

    Play Episode Listen Later Mar 11, 2026 51:34


    In this episode, we chat with Sébastien Jodogne, perhaps most well-known for creating the Orthanc DICOM server. We also cover Sébastien's journey, open-source philsophy and academic interests.

    Coffee and Open Source
    Helen Hou-Sandí

    Coffee and Open Source

    Play Episode Listen Later Mar 10, 2026 61:23


    Helen Hou-Sandí is a Staff Software Engineering Manager for Accessibility at GitHub and a WordPress Lead Developer. As a technologist, she is a leader in open source software and management, and caree deeply about building great user experiences. She am also a classically-trained pianist who's performed extensively worldwide.You can find Helen on the following sites:BlogLinkedInXGitHubBlueSkyPLEASE SUBSCRIBE TO THE PODCASTSpotifyApple PodcastsYouTube MusicAmazon MusicRSS FeedYou can check out more episodes of Coffee and Open Source on https://www.coffeeandopensource.comCoffee and Open Source is hosted by Isaac Levin

    Python Bytes
    #472 Monorepos

    Python Bytes

    Play Episode Listen Later Mar 9, 2026 28:52 Transcription Available


    Topics covered in this episode: Setting up a Python monorepo with uv workspaces cattrs: Flexible Object Serialization and Validation Learning to program in the AI age VS Code extension for FastAPI and friends Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training The Complete pytest Course Patreon Supporters Connect with the hosts Michael: @mkennedy@fosstodon.org / @mkennedy.codes (bsky) Brian: @brianokken@fosstodon.org / @brianokken.bsky.social Show: @pythonbytes@fosstodon.org / @pythonbytes.fm (bsky) Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 11am PT. Older video versions available there too. Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it. Brian #1: Setting up a Python monorepo with uv workspaces Dennis Traub The 3 things Give the Root a Distinct Name Use workspace = true for Inter-Package Deps Use importlib Mode for pytest Michael #2: cattrs: Flexible Object Serialization and Validation cattrs is a Swiss Army knife for (un)structuring and validating data in Python. A natural alternative/follow on from DataClass Wizard Converts to ←→ from dictionaries cattrs also focuses on functional composition and not coupling your data model to its serialization and validation rules. When you're handed unstructured data (by your network, file system, database, …), cattrs helps to convert this data into trustworthy structured data. Batteries Included: cattrs comes with pre-configured converters for a number of serialization libraries, including JSON (standard library, orjson, UltraJSON), msgpack, cbor2, bson, PyYAML, tomlkit and msgspec (supports only JSON at this time). Brian #3: Learning to program in the AI age Jose Blanca “I teach a couple of introductory Python courses and I've been thinking about which advice to give to my students, that are studying how to program for the first time. I have collected my ideas in these blog posts” Why learning to program is as useful as ever, even with powerful AI tools available. How to use AI as a tutor rather than a shortcut, and why practice remains the key to real understanding. What the real learning objectives are: mental models, managing complexity, and thinking like a software developer. Michael #4: VS Code extension for FastAPI and friends Enhances the FastAPI development experience in Visual Studio Code Path Operation Explorer: Provides a hierarchical tree view of all FastAPI routes in your application. Search for routes: Use the Command Palette and quickly search for routes by path, method, or name. CodeLens links appear above HTTP client calls like client.get('/items'), letting you jump directly to the matching route definition. Deploy your application directly to FastAPI Cloud from the status bar with zero config. View real-time logs from your FastAPI Cloud deployed applications directly within VS Code. Install from Marketplace. Extras Brian: Guido van Rossum interviews key Python developers from the first 25 years Interview with Brett Cannon Interview with Thomas Wouters Michael: IntelliJ IDEA: The Documentary | An origin story video Cursor Joined the ACP Registry and Is Now Live in Your JetBrains IDE What hyper-personal software looks like I'm doing in-person training again (limited scope): On-site, hands-on AI engineering enablement for software teams with Michael Joke: Saas is dead

    LINUX Unplugged
    657: Slop to Slap

    LINUX Unplugged

    Play Episode Listen Later Mar 9, 2026 84:15 Transcription Available


    After experiencing Planet Nix and SCaLE, we come back convinced the next phase of Linux is already taking shape.Sponsored By:Jupiter Party Annual Membership: Put your support on automatic with our annual plan, and get one month of membership for free! Managed Nebula: Meet Managed Nebula from Defined Networking. A decentralized VPN built on the open-source Nebula platform that we love. Support LINUX UnpluggedLinks:

    Crazy Wisdom
    Episode #536: From Filament to Agents: The Tools Keep Getting Cheaper and the Judgment Keeps Getting Scarcer

    Crazy Wisdom

    Play Episode Listen Later Mar 9, 2026 42:54


    In this episode of Crazy Wisdom, Stewart Alsop sits down with Andre Oliveira, founder of Splash N Color, a bootstrapped 3D printing e-commerce business selling consumer goods on Amazon. The two cover a lot of ground — from how Andre went from running 40 FDM printers out of South Florida to offshoring manufacturing to China, to how he's using Claude Code to automate inventory management and generate supplier RFQs across 200+ SKUs. The conversation stretches into bigger territory too: the San Francisco AI scene, the rise of AI agents and what they mean for the future of the internet, whether local on-device AI will eventually replace cloud-based tools, and why building physical products will stay hard long after software becomes easy. It's a candid, wide-ranging conversation between two self-taught builders figuring things out in real time. Follow Andre on X: @AndreBaach.Timestamps00:00 — Andre introduces Splash N Color, his Amazon-based 3D printing e-commerce business and explains the grind of running 40 FDM machines in South Florida.05:00 — The conversation shifts to Claude Code and how Andre built an inventory automation system to manage sales velocity and RFQs across 200+ SKUs.10:00 — Stewart and Andre compare notes on Opus 4.6, debate Codex vs Claude, and Andre breaks down the new Agent Teams feature in Claude Code.15:00 — Discussion turns to the San Francisco AI scene, the viral OpenClaw launch event that drew 700 people, and what's capturing the city's imagination right now.20:00 — The pair wrestle with data privacy, the illusion of it since 2000, and whether full transparency of personal data might actually serve people better.25:00 — Stewart pitches his vision of local on-device AI replacing cloud tools entirely, and they debate the 10–15 year timeline for mainstream societal adoption.30:00 — Andre traces his origin story: a high school dropout from Brazil who spotted a 3D printing opportunity on Facebook Marketplace and got lucky timing with COVID.35:00 — They explore whether AI-generated 3D models and DfAM will automate physical manufacturing, and why proprietary specs keep the space stubbornly hard.Key InsightsLifestyle businesses deserve more respect. Andre spent months feeling inadequate scrolling through Twitter watching founders announce funding rounds, before realizing his cash-flowing, location-independent business was already the goal. The social media version of entrepreneurial success warped his perception of what he actually had built.Claude Code is becoming an operating system. Stewart describes running Claude Code as having a second OS on top of MacOS — one that makes the underlying machine legible in ways it never was before. Both guests use it not just for coding but as a primary interface for understanding and operating their businesses.Agent Teams changes how work gets done. Andre explains that Claude's new multi-agent feature lets you assign a team lead and specialized roles that communicate with each other in parallel, essentially running an autonomous task force inside your terminal — a meaningful leap beyond single-instance prompting.Physical manufacturing will stay hard. Even as AI-generated 3D models improve, tolerances of 0.5 millimeters can mean the difference between a product working or not. Design for manufacturing is a separate discipline from design itself, and proprietary specs mean open source models rarely hit commercial quality.The internet is heading toward agents. Both guests agree that AI agents will increasingly handle tasks humans currently do manually online — booking services, making payments, coordinating logistics — with the human internet potentially becoming secondary to a machine-to-machine layer.Iteration is the real value of 3D printing. Andre pushes back on 3D printing as a business unto itself, framing it instead as a prototyping tool. The true value is rapid iteration on housing, tolerances, and fit — not the printer, but the speed of the feedback loop it enables.Technology compounds in layers. Andre closes with a tech-tree analogy: each generation normalizes the tools of the previous one and builds the next layer on top. Agentic coding today is what the internet was in the 90s — the foundation for something we can't yet fully see.

    DLN Xtend
    220: Data Has Weight, Laws Have Teeth, Linux Has Jokes | Linux Out Loud 122

    DLN Xtend

    Play Episode Listen Later Mar 7, 2026 61:03


    In this episode of Linux Out Loud, Wendy, Nate, and Bill start in the server room and end up staring down new “for the children” age‑verification laws aimed squarely at your operating system. They talk through wrangling tablets and printers with CUPS, why Framework laptops keep surviving industrial abuse, and how Deskflow brings Synergy/Barrier‑style magic to Wayland setups. From there, they dig into the new FIRST LEGO League robotics kits and what might be lost when classroom‑friendly AI kits replace hands‑on engineering. Finally, they unpack California and Colorado's OS‑level age‑verification bills, what “OS providers” really means, and why small Linux and BSD projects are already threatening to block entire states rather than bolt surveillance rails onto their distros. Show Links: CUPS (Common UNIX Printing System) – https://www.cups.org/ LibreNMS – network and printer monitoring – https://www.librenms.org/ Framework Laptop – https://frame.work/ Deskflow – seamless multi‑computer control – https://cubiclenate.com/2026/02/13/deskflow-seamless-multi-computer-control/ Third Reality Zigbee devices – https://3reality.com/ LEGO Education Computer Science & AI kit (new FLL robots) – https://education.lego.com/en-us/products/lego-education-computer-science-and-ai-45522 LEGO Education SPIKE Prime set – https://education.lego.com/en-us/products/lego-education-spike-prime-set-45678 California AB 1043 – Digital Age Assurance Act overview – https://calmatters.digitaldemocracy.org/bills/ca/2025-2026/ab1043 Nate – Data has weight (but only on SSDs) – https://cubiclenate.com/2026/03/04/data-has-weight-but-only-on-ssds-blathering/ Chapters: 00:00:00 Intro 00:00:52 Bill is a pro, trust me bro! 00:02:19 Printer monitoring, SNMP & copier contracts 00:07:01 Framework laptops in industrial environments 00:09:24 Framework durability, cases & drop protection 00:14:14 Deskflow – Wayland-friendly Synergy/Barrier 00:19:59 New FLL robots – kits, AI & concerns 00:33:10 Age verification laws hit Linux & BSD 00:38:58 Fines, liability & open-source maintainers 00:40:02 What counts as an “OS provider”? 00:44:43 Surveillance, mission creep & “for the children” 00:46:22 Future of OS compliance & responses 00:50:54 Guard rails 00:55:16 Wrap-up, jokes & closing banter 00:57:30 Data has weight 01:00:27 Outro Connect with the Hosts on Discord: Matt – @Dark1ltg Wendy – @Wendy.sh Nate – CubicleNate.com @CubicleNate Bill – @ctlinux on MastodonSpecial Guest: Bill.

    Open Source with Christopher Lydon

    We’re sorting puzzle pieces from the opening rounds of war with Iran. The U.S. and Israel started it. The Supreme Leader of the Islamic Republic in Iran was among the first to die in it, ... The post War with Iran appeared first on Open Source with Christopher Lydon.

    Sustain
    Episode 285: Miranda Heath on Altruism & Burnout in Open Source

    Sustain

    Play Episode Listen Later Mar 6, 2026 44:11


    Guest Miranda Heath Panelist Richard Littauer Show Notes In this episode of Sustain, host Richard Littauer is joined by PhD student Miranda Heath to discuss her research on altruism and maintainer burnout in open source, and specifically her report on burn out in open source maintainers. Miranda shares insights from her study on what motivates people to act altruistically and how these behaviors manifest in open source communities. She delves into the common issues maintainers face, such as changing motivations and the systemic challenges that contribute to burnout. Drawing on examples from her research, including kidney donors and open source maintainers, Miranda explores how community support, mentorship, and better funding can help mitigate burnout. The conversation also touches on the unique challenges neurodiverse maintainers face and the importance of creating supportive environments for them. Press download now to hear more! [00:00:44] Richard introduces Miranda Heath, whom he met at FOSDEM, and she's built a major report on maintainer burnout. [00:02:04] Miranda studies what motivates people to benefit others, how “altruism” is often framed too narrowly, and she points out neglected forms. [00:03:40] Richard asks about a name for the type of altruism, and they land on “collective altruism” as a useful label for shared/commons based giving. [00:04:25] Miranda explains her work on anonymous kidney donors and the key insight from the kidney donors is that altruism can be mundane. [00:06:45] Looking at the motivations of open source developers, Miranda sees overlap between altruistic impulses and open source and contrasts this with academia's paywall-driven publication system. [00:08:36] They discuss how motivation changes which leads to burnout risk, and Richard brings up Miranda's maintainer burnout report and what it was based on. [00:10:13] Miranda describes how this report started and what she wanted to change. [00:13:21] What are some systematic solutions for burnout? Miranda argues “money vs people” is a false dichotomy: respecting maintainers includes making it possible to live. Burnout is worsened by “double shift” dynamics and “Labor of love is still labor.” [00:16:18] Richard notes many maintainers are paid through employers, Miranda talks about paid maintainer roles still carry burnout risk, and some research done by Robert Karasek in the late 70's. [00:20:14] Miranda draws from social psychology: communities run on group norms (often unspoken), and emphasizes we need to make beneficiaries feel part of the in-group, so they adopt norms. [00:22:36] Richard highlights the Open Source Pledge and policy approaches like the Cyber Resilience Act, and Miranda notes policy could reduce autonomy and increase burnout if rigid. [00:26:22] What happens after burnout? Miranda believes we should prevent unwanted exits, normalize “sunsetting” conversations, and have a plan to wind down a project. [00:31:17] There's a discussion on how burnout shouldn't equal personal failure, and an example is brought up with the Tailwind CSS tensions. [00:35:19] Miranda stresses the importance of mentorship for community roles to be filled, Richard cites Abby Cabunoc's “3 C's” for mentor-worthy contributors, and Miranda mentions the concept of “Mentorship Triangle.” [00:38:03] Find out where you can follow Miranda and her work online. [00:38:27] We wrap with Miranda sharing there's an important gap with neurodivergence and autistic burnout and how more research needs to be done. Quotes [00:15:13] “Maintenance work is work, but a labor of love is labor.” Spotlight [00:40:47] Richard's spotlight is the klezmer band, OCH VEY. [00:41:33] Miranda's spotlight is the puzzle game, TR-49. Links SustainOSS podcast@sustainoss.org richard@sustainoss.org SustainOSS Discourse SustainOSS Mastodon SustainOSS Bluesky SustainOSS LinkedIn Open Collective-SustainOSS (Contribute) Richard Littauer Socials Miranda Heath Website Sentry Open Source Pledge Job Demands, Job Decision Latitude, and Mental Strain: Implications for Job Redesign by Robert Karasek, Jr. (Sage Publications) Cyber Resilience Act Abby Cabunoc Mayes-The Synthetic Senior: Rethinking Free Software Mentorship in the AI Era (FOSDEM 2026 talk video) OCH VEY Instagram TR-49 Credits Produced by Richard Littauer Edited by Paul M. Bahr at Peachtree Sound Show notes by DeAnn Bahr Peachtree Sound Special Guest: Miranda Heath.

    Cloud Champions
    64. Eurocloud ed Open Source con Rossella Sblendido, Director of Engineering di SUSE

    Cloud Champions

    Play Episode Listen Later Mar 6, 2026 51:12


    In questa puntata, abbiamo parlato con Rossella Sblendido, Director of Engineering di SUSE, per entrare nel merito di cosa significa oggi costruire e governare uno stack cloud native basato su open source. Dalla distribuzione Linux a Rancher e Kubernetes, emergono scelte architetturali, modelli operativi e responsabilità tecniche che incidono direttamente sulla libertà di esecuzione dei workload.Uno sguardo concreto su cosa comporta adottare uno stack utilizzabile on-premises o su diversi cloud, riducendo il lock-in verso la piattaforma sottostante. Una riflessione pragmatica sul valore – e sui limiti – dell'essere davvero open nelle decisioni tecnologiche con impatto strategico.

    Truth & Liberty Coalition
    Restore Election Confidence with Russell Nobile

    Truth & Liberty Coalition

    Play Episode Listen Later Mar 5, 2026 58:30


    Attorney T. Russell Nobile (Judicial Watch) joins Richard Harris on the Truth & Liberty Show to unpack practical election reforms—voter ID & citizenship checks, accurate voter rolls, limits on all‑mail ballots, ballot receipt deadlines, and new legal pathways after key standing rulings.Register for our 2026 Awards Banquet, where we're honoring David Barton and Tina Peters. Subscribe to our newsletter: https://www.truthandliberty.net/subscribe  Donate here: https://www.truthandliberty.net/donate  

    BSD Now
    653: Butter makes everything better

    BSD Now

    Play Episode Listen Later Mar 5, 2026 55:18


    NOTES This episode of BSDNow is brought to you by Tarsnap and the BSDNow Patreon Headlines ZFS vs BTRFS Architects features and stability RHEL on ZFS Root: An Unholy Experiment News Roundup Slackware on Encrypted ZFS Root. https://tumfatig.net/2026/slackware-on-encrypted-zfs-root/ OpenIndiana Is Porting Solaris' IPS Package Management To Rust FreeBSD Jail Memory Metrics Tcl: The Most Underrated, But The Most Productive Programming Language How to Setup WireGuard on OpenBSD: The Ultimate Self-Hosted VPN Guide (2026) Tarsnap This weeks episode of BSDNow was sponsored by our friends at Tarsnap, the only secure online backup you can trust your data to. Even paranoids need backups. Feedback/Questions Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv Join us and other BSD Fans in our BSD Now Telegram channel

    Doomer Optimism
    DO 301 - Open Source Civilization: Marcin Jakubowski of Open Source Ecology

    Doomer Optimism

    Play Episode Listen Later Mar 4, 2026 74:59


    When Your Tractor Breaks, Open Source the Whole CivilizationMarcin Jakubowski, founder of Open Source Ecology, joins Ashley to talk about his 20-year project to open source the blueprints for civilization, starting with a broken tractor on a Missouri farm and expanding into a full Global Village Construction Set of 50 industrial machines. They get into the abundance vs. scarcity mindset, solar concrete, modular open source housing at $100K build cost, why proprietary design is a bad mental model, and how Marcin is now recruiting 75 people for his Future Builders Academy to finish the whole set by 2028. If you've ever been frustrated by planned obsolescence, right to repair, or the cost of building anything in America, this one's for you.https://www.opensourceecology.org/

    america missouri open source civilization marcin open source ecology marcin jakubowski
    DevOps and Docker Talk
    Your Images are Out of Date (probably) - The Silent Rebuilds problem

    DevOps and Docker Talk

    Play Episode Listen Later Mar 4, 2026 38:19


    Container base images (like Official Docker Hub images) are often updated without new tag versions. I call this Silent Rebuilds. There's no way to know this happens without image digest-checking automation like Dependabot and Renovate with specific settings. Failure to keep up-to-date is a prime source of vulnerabilities that can lead to serious security breaches. Automate the updates!Check out the video podcast version here: https://youtu.be/z_ahbsSc4Fo

    POD256 | Bitcoin Mining News & Analysis
    106. High Signal in the Hashtub: Workshops, Open Source, and Hashrate Heat

    POD256 | Bitcoin Mining News & Analysis

    Play Episode Listen Later Mar 4, 2026 44:01 Transcription Available


    In this episode, we debrief the second annual Heatpunk Summit from the legendary Hashtub in Denver. We recap how builders from HVAC, hydronics, and home mining came together to advance hashrate heating—complete with live hardware demos, workshops, and a brutally constructive critique of our boiler setup from a pro hydronics engineer. We dig into galvanic corrosion gotchas, smarter system design, and why practical, hands-on education is the real unlock for bringing Bitcoin miners back into homes and businesses as useful heaters.We also break down the big development with Canaan's openness to support the home-mining and heat reuse market, what a “willing partner” ASIC manufacturer could mean for decentralization, and how small improvements—docs, APIs, and integrations—can catalyze a whole ecosystem. From workshop highlights (Home Assistant control, hydronics integration, open-source mining OS, and regulatory/insurance insights) to the industry's AI pivots and the investability of open source, this is a high-signal builder's recap with clear next steps and renewed momentum for hashrate heating.

    Coffee and Open Source
    Jeffrey Snover

    Coffee and Open Source

    Play Episode Listen Later Mar 3, 2026 68:07


    Jeffrey Snover is retired and spending his time as a Philosopher-Errant, attending Science & Technology conferences and giving public talks. Prior to retiring in 2026, he was a Distinguished Engineer at Google and a Technical Fellow at Microsoft where he was an AI Architect in Office, the Chief Architect for Windows Server Azure Stack. Snover is the inventor of Windows PowerShell, an object-based distributed automation engine, scripting language, and command line shell.Snover joined Microsoft in 1999 as divisional architect for the Management and Services Division, providing technical direction across Microsoft's management technologies and products.Snover held 8 patents prior to joining Microsoft, and has registered over 30 patents since. He is a frequent speaker at industry and research conferences on a variety of management and language topics.You can find Jeffrey on the following sites:BlogBlueskyXLinkedInPLEASE SUBSCRIBE TO THE PODCASTSpotifyApple PodcastsYouTube MusicAmazon MusicRSS FeedYou can check out more episodes of Coffee and Open Source on https://www.coffeeandopensource.comCoffee and Open Source is hosted by Isaac Levin

    AI + a16z
    Jack Altman & Martin Casado on the Future of VC

    AI + a16z

    Play Episode Listen Later Mar 3, 2026 53:28


    Jack Altman sits down with Martin Casado, General Partner at a16z, to unpack the shifting dynamics of venture capital and why media matters more than ever. They cover a16z's evolution from generalists to specialized platforms, the rise of AI infrastructure, and why today's fiercest battles are often for talent, not market share. Timecodes: 0:00 Introduction 0:27 Importance of Media for VC 3:50 Evolution of a16z 7:00 Specialization 10:32 Value of Distribution 13:16 Staying Power in Infrastructure 19:49 The Conflicts Dynamic 26:32 State of Play in AI 30:48 The Future of Coding 34:58 Significance of Open Source 39:48 Marc Andreessen's Leadership 44:02 The Only Sin in VC 48:37 Scaling a Lot of Board Seats Resources:  Listen to more from Uncapped: https://linktr.ee/uncappedpod Find Jack on X: https://x.com/jaltma Find Uncapped on X: https://x.com/uncapped_pod Find Martin on X: https://x.com/martin_casado Stay Updated:  Let us know what you think: https://ratethispodcast.com/a16z Find a16z on Twitter: https://twitter.com/a16z Find a16z on LinkedIn: https://www.linkedin.com/company/a16z Subscribe on your favorite podcast app: https://a16z.simplecast.com/ Follow our host: https://x.com/eriktorenberg Please note that the content here is for informational purposes only; should NOT be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security; and is not directed at any investors or potential investors in any a16z fund. a16z and its affiliates may maintain investments in the companies discussed. For more details please see a16z.com/disclosures. Check out everything a16z is doing with artificial intelligence here, including articles, projects, and more podcasts. Please note that the content here is for informational purposes only; should NOT be taken as legal, business, tax, or investment advice or be used to evaluate any investment or security; and is not directed at any investors or potential investors in any a16z fund. a16z and its affiliates may maintain investments in the companies discussed. For more details please see a16z.com/disclosures. Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.

    GOTO - Today, Tomorrow and the Future
    Building Planetary-Scale Data Systems with Venice • Felix GV & Olimpiu Pop

    GOTO - Today, Tomorrow and the Future

    Play Episode Listen Later Mar 3, 2026 28:38


    This interview was recorded for GOTO Unscripted.https://gotopia.techCheck out more here:https://gotopia.tech/articles/421Félix GV - Current Interests: Multi-Planetary Databases, Data Sovereignty & LifeloggingOlimpiu Pop - Technologist & Tech JournalistRESOURCESFélixhttps://bsky.app/profile/felixgv.ninjahttps://github.com/FelixGVhttps://www.linkedin.com/in/felixgvOlimpiuhttps://x.com/olimpiupophttps://github.com/zrollhttps://www.linkedin.com/in/olimpiupopLinkshttps://venicedb.orghttps://github.com/linkedin/venicehttps://rocksdb.orghttps://duckdb.orgDESCRIPTIONFélix GV, a former engineer at LinkedIn and architect of the Venice database system, discusses the complexity of building planetary-scale data systems. He explains Venice's unbundled architecture where each component—from Kafka-based pub/sub to RocksDB-powered servers—operates as an independent distributed system. Félix details their rigorous chaos engineering practices, including regular load tests that push data centers beyond normal capacity to ensure reliability.The discussion covers fundamental distributed systems concepts like the CAP theorem and the trade-offs between consistency and availability in multi-region deployments. He also explains why Venice, as a derived data system, deliberately sacrifices strong consistency for high throughput and availability, and concludes by discussing their experimental integration of DuckDB for SQL-based analytics and data exploration capabilities.RECOMMENDED BOOKSKasun Indrasiri & Danesh Kuruppu • gRPC: Up and Running • https://amzn.to/3sBGBJJTomer Shiran, Jason Hughes & Alex Merced • Apache Iceberg: The Definitive Guide • https://amzn.to/488Z30kWilliam Smith • Arrow Flight Protocols and Practices • https://amzn.to/4o2Q2fdAdi Polak • Scaling Machine Learning with Spark • https://amzn.to/3N9vx1HMark Needham, Michael Hunger & Michael Simons • DuckDB in Action • https://amzn.to/45QwSliSimon Aubury & Ned Letcher • Getting Started with DuckDB • https://amzn.to/3VPk4qBlueskyInstagramLinkedInFacebookCHANNEL MEMBERSHIP BONUSJoin this channel to get early access to videos & other perks:https://www.youtube.com/channel/UCs_tLP3AiwYKwdUHpltJPuA/joinLooking for a unique learning experience?Attend the next GOTO conference near you! Get your ticket: gotopia.techSUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted daily!

    Python Bytes
    #471 The ORM pattern of 2026?

    Python Bytes

    Play Episode Listen Later Mar 2, 2026 39:23 Transcription Available


    Topics covered in this episode: Raw+DC: The ORM pattern of 2026? pytest-check releases Dataclass Wizard SQLiteo - “native macOS SQLite browser built for normal people” Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training The Complete pytest Course Patreon Supporters Connect with the hosts Michael: @mkennedy@fosstodon.org / @mkennedy.codes (bsky) Brian: @brianokken@fosstodon.org / @brianokken.bsky.social Show: @pythonbytes@fosstodon.org / @pythonbytes.fm (bsky) Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 11am PT. Older video versions available there too. Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it. Michael #1: Raw+DC: The ORM pattern of 2026? ORMs/ODMs provide great support and abstractions for developers They are not the native language of agentic AI Raw queries are trained 100x+ more than standard ORMs Using raw queries at the data access optimizes for AI coding Returning some sort of object mapped to the data optimizes for type safety and devs Brian #2: pytest-check releases 3 merged pull requests 8 closed issues at one point got to 0 PR's and 1 enhancement request Now back to 2 issues and 1 PR, but activity means it's still alive and being used. so cool Check out changelog for all mods A lot of changes around supporting mypy I've decided to NOT have the examples be fully --strict as I find it reduces readability See tox.ini for explanation But src is --strict clean now, so user tests can be --strict clean. Michael #3: Dataclass Wizard Simple, elegant wizarding tools for Python's dataclasses. Features

    LINUX Unplugged
    656: Why KDE Linux Surprised Us

    LINUX Unplugged

    Play Episode Listen Later Mar 2, 2026 71:03 Transcription Available


    We take KDE Linux for a spin and push it a little too far. Plus, a friend of the show stops by with a fresh tool: Nebula Commander.Sponsored By:Jupiter Party Annual Membership: Put your support on automatic with our annual plan, and get one month of membership for free! Managed Nebula: Meet Managed Nebula from Defined Networking. A decentralized VPN built on the open-source Nebula platform that we love. Support LINUX UnpluggedLinks:

    surprised fountain stable open source arch tetris linux vpn nebula home assistant chris fisher oses systemd flatpak kde plasma mesh network hetzner flox jupiter broadcasting unraid linux podcast linux unplugged wes payne
    This Week in Linux
    338: Linux LTS, COSMIC, Discord delays age verify, Firefox 148, Ladybird Browser & more Linux news

    This Week in Linux

    Play Episode Listen Later Mar 2, 2026 29:15


    video: https://youtu.be/9P4ki0yBVb0 This week in Linux, we've got a solid mix of kernel news, desktop progress, application releases, and even a little bit drama thrown in for good measure. Several Linux LTS kernels are getting extended support, COSMIC Desktop 1.0.8 has landed with more polish, Firefox 148 is out with some notable changes, and the Ladybird browser project is making a big move by adding Rust to its development strategy. On top of that, Discord has officially delayed its global age verification rollout after significant backlash, so we'll break down what happened there and what it means going forward. All of this and more on This Week in Linux, the weekly news show that keeps you up to date with what's going on in the Linux and Open Source world. Now let's jump right into Your Source for Linux GNews! Download as MP3 Support the Show Become a Patron = tuxdigital.com/membership Store = tuxdigital.com/store Chapters: 00:00 Intro 00:57 Linux LTS Kernels Get Extended 03:02 COSMIC Desktop 1.0.8 Released 05:25 Discord Age Verification Delayed 11:23 Sandfly Security, agentless Linux security 12:53 Firefox 148 Released 19:25 ONLYOFFICE 9.3 Released 21:26 Ladybird Browser Project Shifts to Rust 24:48 NVIDIA GeForce News 28:08 Outro Links: Linux LTS Kernels Get Extended https://www.phoronix.com/news/Linux-6.18-LTS-6.12-6.6-Extend https://9to5linux.com/linux-6-18-and-several-lts-kernels-are-getting-extended-long-term-support https://git.kernel.org/pub/scm/docs/kernel/website.git/commit/?id=d04587da86a3464881e0c97aabddd2c271105698 COSMIC Desktop 1.0.8 Released https://blog.system76.com/post/cosmic-1-0-8-released https://blog.system76.com/post/cosmic-epoch-1-updates https://blog.system76.com/post/cosmic-epoch-2-and-3-roadmap Discord Age verify delayed https://discord.com/blog/getting-global-age-assurance-right-what-we-got-wrong-and-whats-changing https://www.gamingonlinux.com/2026/02/discord-delay-global-rollout-of-age-verification-to-improve-transparency-and-add-more-options/ https://www.polygon.com/discord-delays-age-id-verification/ https://www.ign.com/articles/were-listening-well-get-this-right-discord-delays-global-age-verification-check-rollout-admitting-it-missed-the-mark https://www.gamedeveloper.com/business/-we-failed-at-our-most-basic-job-discord-delays-age-verification-rollout Sandfly Security, agentless Linux security https://thisweekinlinux.com/sandfly Firefox 148 Released https://www.firefox.com/en-US/firefox/148.0/releasenotes/ https://support.mozilla.org/en-US/kb/install-firefox-linux#w_install-firefox-deb-package-for-debian-based-distributions-recommended https://www.omgubuntu.co.uk/2026/02/firefox-148-released-ai-kill-switch https://9to5linux.com/firefox-148-is-now-available-for-download-with-ai-kill-switch-and-other-changes https://www.phoronix.com/news/Firefox-148 ONLYOFFICE 9.3 Released https://www.onlyoffice.com/blog/2026/02/onlyoffice-docs-9-3 https://www.omgubuntu.co.uk/2026/02/onlyoffice-9-3-desktop-editors-released https://itsfoss.com/news/onlyoffice-docs-9-3-release/ Ladybird Browser Project Shifts to Rust https://ladybird.org/posts/adopting-rust/ https://itsfoss.com/news/ladybird-web-browser-rustification/ https://www.theregister.com/2026/02/23/ladybird_goes_rusty/ NVIDIA GeForce News https://jobs.nvidia.com/careers/job/893393165007 https://jobs.nvidia.com/careers/job/893393264012 https://www.gamingonlinux.com/2026/02/nvidia-hiring-linux-driver-engineers-to-help-with-vulkan-proton-and-more/ Support the show https://tuxdigital.com/membership https://store.tuxdigital.com/

    CiscoChat Podcast
    Cisco Tech Stories - ep 32 - Open Source Pizza Boxes in the DC

    CiscoChat Podcast

    Play Episode Listen Later Mar 1, 2026 44:37


    In this episode, we interview Jean Christophe Rode, principal engineer working in the IOS-XR engineering team. He also specalizes in SONIC support. He explains how this open source operating system is gaining ground and what are the difference with Cisco proprietary IOS-XR. No blue Hedgehogs are mentioned in this episode

    The Linux Cast
    Episode 223: Note Taking Apps Tier List

    The Linux Cast

    Play Episode Listen Later Mar 1, 2026 94:21


    We're ranking your favorite note taking apps today on The Linux Cast. Link to the image for the tier list: https://git.thelinuxcast.org/tlc/notes/src/branch/main/s10/2026-02-24_22-08-41.png ==== Special Thanks to Our Patrons! ==== https://thelinuxcast.org/patrons/ ===== Follow us

    BIMrras Podcast
    200 Programando un CDE Open Source con Ángel Díaz

    BIMrras Podcast

    Play Episode Listen Later Mar 1, 2026 76:13


    En el episodio 200 de BIMrras nos metemos en terreno peligroso. ¿Y si en vez de usar un CDE lo programamos? ¿Y si dejamos de tratarlo como una marca comercial y empezamos a entenderlo como lo que realmente es: un sistema de reglas para gestionar información? Hablamos de qué significa construir un CDE Open Source, de traducir la ISO 19650 a código, de dejar de confundir software con metodología y de lo incómodo que resulta descubrir que no entendemos tan bien el sistema que usamos todos los días. Porque automatizar el caos no lo ordena. Lo acelera. Un episodio sobre soberanía digital, procesos y responsabilidad. Y sobre una idea que puede doler un poco: si no entiendes tu CDE, no estás gestionando información. Estás alquilando comodidad. Bienvenido al episodio 200 de BIMrras! Contenido del episodio: 00:00:00 Introducción y celebración del episodio 200 00:06:00 Origen del proyecto de CDE Open Source 00:10:30 Adaptar el software a la forma de trabajar 00:28:00 CDE como infraestructura frente a plataforma cerrada 00:38:30 Control de versiones y problemas con archivos IFC 00:45:00 Gestión de datos frente a gestión de archivos en BIM 00:57:00 Interoperabilidad, APIs y automatización 01:02:00 Seguridad y copias de respaldo 01:07:00 Open Source y soberanía del dato 01:13:00 Responsabilidades y trazabilidad en el proyecto

    Closed Network Privacy Podcast
    Episode 52 - Opsec Fail - Epstein Files - Why Decentralized Systems Are a Threat to Power Networks

    Closed Network Privacy Podcast

    Play Episode Listen Later Feb 27, 2026 94:55 Transcription Available


    Show Notes - https://forum.closednetwork.io/t/episode-52-opsec-fail-epstein-files-why-decentralized-systems-are-a-threat-to-power-networks-age-verify-is-coming-to-everything/177Website / Donations / Support - https://closednetwork.io/support/BTC Lightning Donations - closednetwork@getalby.com / simon@primal.netThank You Patreons! - https://www.patreon.com/closednetworkMichael Bates - Privacy Bad AssDavid - Privacy Bad AssInferno Potato - Privacy Bad AssTK - Privacy Bad AssDavid - Privacy Bad AssVO - Privacy Bad AssMrMilkMustache - Privacy SupporterHutch - Privacy AdvocateTOP LIGHTNING BOOSTERS !!!! THANK YOU !!!@bon@sn@x@fireflygowartime@unkown@anonymousBBB - Buy Me. A Coffee - $30.00Thank You To Our Moderators:Unintelligentseven - Follow on NOSTR primal.net/p/npub15rp9gyw346fmcxgdlgp2y9a2xua9ujdk9nzumflshkwjsc7wepwqnh354dMaddestMax - Follow on NOSTR primal.net/p/npub133yzwsqfgvsuxd4clvkgupshzhjn52v837dlud6gjk4tu2c7grqq3sxavtJoin Our CommunityClosed Network Forum - https://forum.closednetwork.ioJoin Our Matrix Channels!Main - https://matrix.to/#/#closedntwrk:matrix.orgOff Topic - https://matrix.to/#/#closednetworkofftopic:matrix.orgSimpleX Group Chat - https://smp9.simplex.im/g#SRBJK7JhuMWa1jgxfmnOfHz7Bl5KjnKUFL5zy-Jn-j0Join Our Mastodon server!https://closednetwork.socialFollow Simon On The SocialsMastodon - https://closednetwork.social/@simonNOSTR - Public Address - npub186l3994gark0fhknh9zp27q38wv3uy042appcpx93cack5q2n03qte2lu2 - primal.net/simonTwitter / X - @ClosedNtwrkInstagram - https://www.instagram.com/closednetworkpodcast/YouTube - https://www.youtube.com/@closednetworkEmail - simon@closednetwork.ioApple rolls out age-verification tools worldwide to comply with growing web of child safety lawshttps://techcrunch.com/2026/02/24/apple-rolls-out-age-verification-tools-worldwide-to-comply-with-growing-web-of-child-safety-laws/iOS 26.3—Update Now Warning Issued To All iPhone Usershttps://www.forbes.com/sites/kateoflahertyuk/2026/02/13/ios-263-update-now-warning-issued-to-all-iphone-users/Using the vulnerability, tracked as CVE-2026-20700, an attacker could execute arbitrary code. “Apple is aware of a report that this issue may have been exploited in an extremely sophisticated attack against specific targeted individuals on versions of iOS before iOS 26,” Apple said on its support page.iOS 26.4 Beta - End-To-End RCS Encryption For Messageshttps://www.macrumors.com/guide/ios-26-4-beta-features/#:~:text=End%2Dto%2DEnd%20RCS%20Encryption%20for%20MessagesPopular password managers fall short of “zero-knowledge” claimshttps://cyberinsider.com/popular-password-managers-fall-short-of-zero-knowledge-claims/https://www.youtube.com/watch?v=nLJ_sLr72-gWatch Out: Your Friends Might Be Sharing Your Number With ChatGPThttps://www.pcmag.com/news/watch-out-your-friends-might-be-sharing-your-number-with-chatgpt?test_uuid=04IpBmWGZleS0I0J3epvMrC&test_variant=ABitLocker, the FBI, and the Illusion of Controlhttps://cryptomator.org/blog/2026/02/15/bitlocker-fbi-and-the-illusion-of-control/Google patches first Chrome zero-day exploited in attacks this yearhttps://www.bleepingcomputer.com/news/security/google-patches-first-chrome-zero-day-exploited-in-attacks-this-year/the watchers: how openai, the US government, and persona built an identity surveillance machine that files reports on you to the fedshttps://vmfunc.re/blog/personaTL;DR: discord's KYC provider (persona) is very naked, very poorly secured federal intelligence outfit, and also a siphon for openai data for them and their partners like worldcoinThe most interesting part (for me) is that it legit crosschecks a discord ID check (actually involves checking your face, IP, device signature, etc....) against chainanlysis dossiers for any partial matches to devices/people/accounts/names involved with tracked crypto addresses.So, if chainalysis gets a device signature, and then you verify your discord on the same device (yielding the same signature), both FinCEN, Chainalysis, OpenAI, and basically everyone now knows your crypto tx your device sig your real identityBill Summary: SB26-051 – Age Attestation on Computing DevicesPurpose:SB26-051 requires operating system providers (such as mobile device platforms) to implement an age attestation system that signals a user's age bracket to apps in order to enhance protections for minors.What the Bill Requires1. Operating System Providers Must:Provide an accessible interface at account setup requiring the account holder to enter the user's birth date or age.Generate an “age signal” that communicates the user's age bracket (not exact age) to applications in a covered app store.Provide developers access to this age signal through a real-time API.Share only the minimum amount of information necessary to comply.Not share the age signal with third parties except as required by the bill.2. Application Developers Must:Request the age signal when the app is downloaded and launched.Treat the age signal as knowledge of the user's age range across all platforms and access points.If they have clear and convincing evidence that a user's age differs from the signal, they must rely on that updated information.Not request more information than necessary.Not share the age signal with third parties except as required by the bill.Enforcement & PenaltiesIf violated:Up to $2,500 per minor per negligent violationUp to $7,500 per minor per intentional violationEnforced through civil action by the Colorado Attorney GeneralIn Simple TermsThe bill creates a standardized age-verification signal built into device operating systems. Instead of each app independently collecting age data, the operating system provides an age bracket to apps — while limiting unnecessary data sharing.The goal is to:Strengthen protections for minorsLimit excessive data collectionCreate a consistent age-verification framework across apps

    BSD Now
    652: Ghostly Graphics

    BSD Now

    Play Episode Listen Later Feb 26, 2026 70:14


    OpenZFS monitoring, hellosystems 0.8, GhostBSD and XLibre, Bhyve Exporters and 30 year old LibC issues. NOTES This episode of BSDNow is brought to you by Tarsnap and the BSDNow Patreon Headlines OpenZFS Monitoring and Observability: What to Track and Why It Matters helloSystem 0.8 Released FreeBSD Based OS Inspired by macOS. https://itsfoss.gitlab.io/post/hellosystem-08-released-freebsd-based-os-inspired-by-macos/ News Roundup [Default GhostBSD to XLibre](https://github.com/ghostbsd/ghostbsd-build/pull/259] Addressing XLibre Change and GhostBSD Future Bhyve Prometheus Exporter for Sylve on FreeBSD. Linux GNU C Library Fixes Security Issue Present Since 1996 Beastie Bits NetBSD 11.0 RC1 available! The Book of PF, 4th Edition is now available December 2025 Finance Report LLDB improvements on FreeBSD Any desire for OnmiOS/Illumos Support : Now's your chance to convince me Tarsnap This weeks episode of BSDNow was sponsored by our friends at Tarsnap, the only secure online backup you can trust your data to. Even paranoids need backups. Feedback/Questions Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv Join us and other BSD Fans in our BSD Now Telegram channel

    Ardan Labs Podcast
    APIs, Wundergraph, and Resilience with Jens Neuse

    Ardan Labs Podcast

    Play Episode Listen Later Feb 25, 2026 76:33


    In this episode of the Ardan Labs Podcast, Ale Kennedy talks with Jens Neuse, CEO and co-founder of WunderGraph, about his unconventional path into technology and entrepreneurship. After a life-altering accident ended his carpentry career, Jens taught himself to code during recovery and eventually built WunderGraph to solve modern API challenges.Jens shares the evolution of WunderGraph from an early-stage startup to a successful open-source platform, including pivotal moments like securing eBay as a customer. The conversation highlights the importance of resilience, community-driven development, and balancing startup life with family, offering insight into what it takes to build meaningful technology through adversity and persistence.00:00 Introduction and Current Life07:19 Dropping Out and Carpentry Career10:52 Life-Altering Accident and Recovery18:01 Learning to Walk and Finding Direction27:46 Discovering Coding and Technology31:17 Starting the Startup Journey33:07 Discovering the Power of APIs40:50 Building a Team and Leadership Growth48:17 Founding WunderGraph59:07 Pivoting to Open Source01:05:32 eBay Breakthrough and Validation01:10:08 Balancing Family and Startup LifeConnect with Jens: LinkedIn: https://www.linkedin.com/in/jens-neuseMentioned in this Episode:Wundergraph: https://wundergraph.comWant more from Ardan Labs? You can learn Go, Kubernetes, Docker & more through our video training, live events, or through our blog!Online Courses : https://ardanlabs.com/education/ Live Events : https://www.ardanlabs.com/live-training-events/ Blog : https://www.ardanlabs.com/blog Github : https://github.com/ardanlabs

    Python Bytes
    #470 A Jolting Episode

    Python Bytes

    Play Episode Listen Later Feb 23, 2026 25:29 Transcription Available


    Topics covered in this episode: Better Python tests with inline-snapshot jolt Battery intelligence for your laptop Markdown code formatting with ruff act - run your GitHub actions locally Extras Joke Watch on YouTube About the show Sponsored by us! Support our work through: Our courses at Talk Python Training The Complete pytest Course Patreon Supporters Connect with the hosts Michael: @mkennedy@fosstodon.org / @mkennedy.codes (bsky) Brian: @brianokken@fosstodon.org / @brianokken.bsky.social Show: @pythonbytes@fosstodon.org / @pythonbytes.fm (bsky) Join us on YouTube at pythonbytes.fm/live to be part of the audience. Usually Monday at 11am PT. Older video versions available there too. Finally, if you want an artisanal, hand-crafted digest of every week of the show notes in email form? Add your name and email to our friends of the show list, we'll never share it. Brian #1: Better Python tests with inline-snapshot Alex Hall, on Pydantic blog Great for testing complex data structures Allows you to write a test like this: from inline_snapshot import snapshot def test_user_creation(): user = create_user(id=123, name="test_user") assert user.dict() == snapshot({}) Then run pytest --inline-snapshot=fix And the library updates the test source code to look like this: def test_user_creation(): user = create_user(id=123, name="test_user") assert user.dict() == snapshot({ "id": 123, "name": "test_user", "status": "active" }) Now, when you run the code without “fix” the collected data is used for comparison Awesome to be able to visually inspect the test data right there in the test code. Projects mentioned inline-snapshot pytest-examples syrupy dirty-equals executing Michael #2: jolt Battery intelligence for your laptop Support for both macOS and Linux Battery Status — Charge percentage, time remaining, health, and cycle count Power Monitoring — System power draw with CPU/GPU breakdown Process Tracking — Processes sorted by energy impact with color-coded severity Historical Graphs — Track battery and power trends over time Themes — 10+ built-in themes with dark/light auto-detection Background Daemon — Collect historical data even when the TUI isn't running Process Management — Kill energy-hungry processes directly Brian #3: Markdown code formatting with ruff Suggested by Matthias Schoettle ruff can now format code within markdown files Will format valid Python code in code blocks marked with python, py, python3 or py3. Also recognizes pyi as Python type stub files. Includes the ability to turn off formatting with comment [HTML_REMOVED] , [HTML_REMOVED] blocks. Requires preview mode [tool.ruff.lint] preview = true Michael #4: act - run your GitHub actions locally Run your GitHub Actions locally! Why would you want to do this? Two reasons: Fast Feedback - Rather than having to commit/push every time you want to test out the changes you are making to your .github/workflows/ files (or for any changes to embedded GitHub actions), you can use act to run the actions locally. The environment variables and filesystem are all configured to match what GitHub provides. Local Task Runner - I love make. However, I also hate repeating myself. With act, you can use the GitHub Actions defined in your .github/workflows/ to replace your Makefile! When you run act it reads in your GitHub Actions from .github/workflows/ and determines the set of actions that need to be run. Uses the Docker API to either pull or build the necessary images, as defined in your workflow files and finally determines the execution path based on the dependencies that were defined. Once it has the execution path, it then uses the Docker API to run containers for each action based on the images prepared earlier. The environment variables and filesystem are all configured to match what GitHub provides. Extras Michael: Winter is coming: Frozendict accepted Django ORM stand-alone Command Book app announcement post Joke: Plug ‘n Paste

    LINUX Unplugged
    655: Speeding Up Mistakes

    LINUX Unplugged

    Play Episode Listen Later Feb 23, 2026 56:48 Transcription Available


    Planet Nix and SCaLE are just days away, and we're getting a head start with two guests, the tech, and the trends shaping open source. Our trip starts here!Sponsored By:Jupiter Party Annual Membership: Put your support on automatic with our annual plan, and get one month of membership for free! Managed Nebula: Meet Managed Nebula from Defined Networking. A decentralized VPN built on the open-source Nebula platform that we love. Support LINUX UnpluggedLinks:

    Bitcoin Park
    NEMS26: How Do Open Source Innovations Change Mining?

    Bitcoin Park

    Play Episode Listen Later Feb 23, 2026 27:18


    DescriptionThis conversation explores the importance of open source in Bitcoin mining, discussing how it can drive innovation, improve efficiency, and create value for the industry. The panelists emphasize the need for collaboration and community contributions to establish standards and develop better tools. They also highlight the potential of heat reuse from Bitcoin mining as a valuable application, and the challenges of creating customized solutions in a competitive mining landscape.TakeawaysOpen source is fundamental to Bitcoin's success.The mining industry has shifted towards proprietary solutions.Innovations in open source can enhance mining efficiency.Heat generated by miners can be repurposed for heating applications.Community collaboration is essential for developing standards.Open source allows for iterative improvements in technology.Building in public fosters creativity and diverse use cases.Custom solutions are necessary for unique mining operations.Contributions can come in various forms, not just code.Investing in open source benefits the entire ecosystem.Chapters00:00 The Open Source Ethos in Bitcoin Mining07:37 Innovations Through Open Source Collaboration14:40 Heat Reuse: A New Perspective on Bitcoin Mining20:08 Building Custom Solutions with Mining OSKeywordsBitcoin, mining, open source, ASIC, innovation, heat reuse, mining OS, collaboration, standards, community

    FINOS Open Source in Fintech Podcast
    Open Source AI in Finance | What's Happening in Toronto

    FINOS Open Source in Fintech Podcast

    Play Episode Listen Later Feb 23, 2026 18:30


    OSFF Toronto 2026 Preview: FINOS Ecosystem, AI, HPC, Fluxnova, CALM, CDM & Open Data CommonsIn this episode of the Open Source in Finance Podcast, host Grizz Griswold delivers an essential preview of the upcoming inaugural OSFF Toronto. Grizz breaks down why Toronto's unique position as a top-tier global financial hub—home to Canada's "Big Five" banks and a world-class AI research community—makes it the perfect environment for the next evolution of open-source collaboration. The episode explores the shift from Canadian institutions being open-source consumers to becoming active leaders in projects like FDC3 and Common Cloud Controls, providing a roadmap for what to expect when the forum debuts in the "6ix."

    This Week in Linux
    337: KDE Plasma 6.6, Lutris Update, Asahi Linux, NuTyX, Valve vs Patent Troll & more Linux news

    This Week in Linux

    Play Episode Listen Later Feb 22, 2026 33:11


    video: https://youtu.be/2188McQBnHg This week in Linux, was a HUGE week for Linux news and it was also a HUGE week for me because today marks the 10th anniversary of TuxDigital. That's right I started TuxDigital back in 2016 so it's just crazy to think I've been making content for 10 years. Also KDE has a brand new version of their desktop with Plasma 6.6. We've also got a new version of Linux game manager, Lutris. Then we've got an update from the Asahi Linux project for their work on getting Linux on Apple hardware. Later in the show, we've got everyone's favorite with Legal News, although seriously this is good news about Valve winning a lawsuit against a Patent Troll. All of this and more on This Week in Linux, the weekly news show that keeps you up to date with what's going on in the Linux and Open Source world. Now let's jump right into Your Source for Linux GNews! Download as MP3 Support the Show Become a Patron = tuxdigital.com/membership Store = tuxdigital.com/store Chapters: 00:00 Intro 02:01 KDE Plasma 6.6 Released 09:25 Lutris 0.5.20 Linux Game Manager Released 11:11 NuTyX 26.02.2 Released 13:44 Sandfly Security, agentless Linux security 15:06 PipeWire 1.6 Released 18:52 Asahi Linux progress on Apple M3 Support 22:59 KaOS 2026.02 Released 26:45 Valve Wins Patent Lawsuit vs Rothschild 32:17 Outro Links: KDE Plasma 6.6 Released https://kde.org/announcements/plasma/6/6.6.0/ https://www.omgubuntu.co.uk/2026/02/kde-plasma-6-6-released https://itsfoss.com/news/kde-plasma-6-6-release/ https://www.gamingonlinux.com/2026/02/kde-plasma-6-6-released-with-improved-accessibility-new-on-screen-keyboard-and-lots-more/ https://www.phoronix.com/news/KDE-Plasma-6.6 https://9to5linux.com/kde-plasma-6-6-desktop-environment-officially-released-this-is-whats-new https://9to5linux.com/kde-says-plasma-desktop-will-never-force-users-to-use-systemd https://www.theregister.com/2026/01/26/plasma_6_6_systemd_login/ Lutris 0.5.20 Linux Game Manager Released https://lutris.net/ https://github.com/lutris/lutris/releases/tag/v0.5.20 https://www.gamingonlinux.com/2026/02/game-manager-lutris-v0-5-20-released-with-proton-upgrades-store-updates-and-much-more/ https://www.phoronix.com/news/Lutris-0.5.20-Released https://9to5linux.com/lutris-0-5-20-game-manager-adds-support-for-importing-commodore-64-roms NuTyX 26.02.2 Released https://nutyx.org/en/news Sandfly Security, agentless Linux security https://thisweekinlinux.com/sandfly PipeWire 1.6 Released https://pipewire.org/ https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/1.6.0 https://www.phoronix.com/news/PipeWire-1.6 https://9to5linux.com/pipewire-1-6-released-with-support-for-audio-channel-layouts-ldac-decoder https://linuxiac.com/pipewire-1-6-released-with-ldac-decoder-and-128-channel-audio-support/ Asahi Linux progress on Apple M3 Support https://asahilinux.org/2026/02/progress-report-6-19/ https://www.phoronix.com/news/Apple-M3-Asahi-Linux-2026 https://lwn.net/Articles/1059339/ https://www.phoronix.com/news/Apple-M3-Linux-Boot-To-KDE KaOS 2026.02 Released https://kaosx.us/news/2026/systemd_kaos/ https://kaosx.us/news/2026/kaos02/ https://9to5linux.com/kaos-linux-drops-kde-plasma-after-12-years-for-niri-noctalia-to-escape-systemd https://linuxiac.com/kaos-2026-02-debuts-niri-wayland-desktop/ Valve Wins Patent Lawsuit vs Rothschild https://www.gamingonlinux.com/2026/02/valve-wins-legal-battle-against-patent-troll-rothschild-and-associated-companies/ https://www.gamingonlinux.com/2020/05/gnome-and-rothschild-patent-imaging-settle/ https://www.theregister.com/2020/05/21/gnome_foundation_settles_patent_troll_lawsuit/ https://patents.justia.com/inventor/leigh-m-rothschild https://dockets.justia.com/docket/washington/wawdce/2:2023cv01016/323951 https://www.courtlistener.com/docket/67569388/252/valve-corporation-v-rothschild/ https://storage.courtlistener.com/recap/gov.uscourts.wawd.323951/gov.uscourts.wawd.323951.256.0.pdf Support the show https://tuxdigital.com/membership https://store.tuxdigital.com/

    The Linux Cast
    Episode 222: Should "Old Tech" Make a Comeback?

    The Linux Cast

    Play Episode Listen Later Feb 22, 2026 84:26


    The fellas are back, this time to discuss if older tech like iPods and the handy notebook make sense in this high tech age. ==== Special Thanks to Our Patrons! ==== https://thelinuxcast.org/patrons/ ===== Follow us

    Open Source with Christopher Lydon
    Bernie’s Journey

    Open Source with Christopher Lydon

    Play Episode Listen Later Feb 19, 2026 51:28


    We’re tracking the Bernie Sanders story from a Brooklyn boyhood to the Green Mountain socialism that he implanted in Vermont, and then to his two offbeat campaigns for the Democratic presidential nomination: in 2016, and ... The post Bernie’s Journey appeared first on Open Source with Christopher Lydon.

    The Data Exchange with Ben Lorica
    Building the Open Source Alternative to AWS

    The Data Exchange with Ben Lorica

    Play Episode Listen Later Feb 19, 2026 49:52


    In this episode, Umur Cubukcu, co-founder of Ubicloud, explains what an “open cloud” should mean in practice — starting with an open-source control plane and extending to transparency, portability, and freedom from data lock-in. Subscribe to the Gradient Flow Newsletter

    BSD Now
    651: Spatially aware ZFS

    BSD Now

    Play Episode Listen Later Feb 19, 2026 57:06


    GeoIP PF FreeBSD, ZFs in production, linuxulator feels like magic, XFCE is great, the scariest boot code, and more... NOTES This episode of BSDNow is brought to you by Tarsnap and the BSDNow Patreon Headlines GeoIP-Aware Firewalling with PF on FreeBSD ZFS in Production: Real-World Deployment Patterns and Pitfalls News Roundup Xfce is great Linuxulator on FreeBSD Feels Like Magic The scariest boot loader code OpenBSD-current now runs as guest under Apple Hypervisor Tarsnap This weeks episode of BSDNow was sponsored by our friends at Tarsnap, the only secure online backup you can trust your data to. Even paranoids need backups. Feedback/Questions Matt - Audio Levels Interviews can be troublesome because there's only so much we can do with multiple guests with multiple feeds, and mulitple audio conditions. We can try to normalize but sometimes it's just not easy to do without editing taking an entire day.. Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv Join us and other BSD Fans in our BSD Now Telegram channel

    Everyday AI Podcast – An AI and ChatGPT Podcast
    Ep 714: OpenAI acquihires OpenClaw, Deepseek could be in deep trouble, Google takes back AI model crown and more

    Everyday AI Podcast – An AI and ChatGPT Podcast

    Play Episode Listen Later Feb 16, 2026 46:45


    LINUX Unplugged
    654: Creating Discord in the Matrix

    LINUX Unplugged

    Play Episode Listen Later Feb 16, 2026 84:48 Transcription Available


    We were minutes away from shutting down our Matrix server when the Discord news hit. Now we're not just keeping it, we're doubling down. Can open source seize this moment?Sponsored By:Jupiter Party Annual Membership: Put your support on automatic with our annual plan, and get one month of membership for free! Managed Nebula: Meet Managed Nebula from Defined Networking. A decentralized VPN built on the open-source Nebula platform that we love. Support LINUX UnpluggedLinks: