<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Chaos Computer Club - LixCon 2026 (opus)</title>
    <link>https://media.ccc.de/c/lixcon2026</link>
    <description> This feed contains all events from lixcon2026 as opus</description>
    <copyright>see video outro</copyright>
    <lastBuildDate>Sun, 19 Apr 2026 14:04:34 -0000</lastBuildDate>
    <image>
      <url>https://static.media.ccc.de/media/events/lixcon/2026/logo.png</url>
      <title>Chaos Computer Club - LixCon 2026 (opus)</title>
      <link>https://media.ccc.de/c/lixcon2026</link>
    </image>
    <item>
      <title>To sleep in a sea of Tests | Refactoring a testing &quot;framework&quot; from hell (lixcon2026)</title>
      <link>https://media.ccc.de/v/lixcon-2026-1-to-sleep-in-a-sea-of-tests-refactoring-a-testing-framework-from-hell</link>
      <description>Taking a look at the `functional` test suite, pointing out its concepts and flaws to then take a look at its successor `functional2`

Many curses and screams of frustration has the functional test suite brought forth in many - if not all - lix developers. Hence people wanted a successor. 
In this session, we will talk about all the pain, impurities and falkeyness of the functional suite, look at the features and non-features of functional2, and the pain of migrating tests.

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/KBFUXL/
</description>
      <enclosure url="https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-1-eng-To_sleep_in_a_sea_of_Tests_Refactoring_a_testing_framework_from_hell_opus.opus"
        length="10485760"
        type="audio/opus"/>
      <pubDate>Fri, 17 Apr 2026 14:15:00 +0200</pubDate>
      <guid isPermaLink="true">https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-1-eng-To_sleep_in_a_sea_of_Tests_Refactoring_a_testing_framework_from_hell_opus.opus?1776607010</guid>
      <dc:identifier>dafe38a9-1feb-5273-90f2-5fc8ef102b62</dc:identifier>
      <dc:date>2026-04-17T14:15:00+02:00</dc:date>
      <itunes:author>rootile</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>1, 2026, lixcon2026, Amphitheater Dussane, lixcon2026-eng, Day 1</itunes:keywords>
      <itunes:summary>Taking a look at the `functional` test suite, pointing out its concepts and flaws to then take a look at its successor `functional2`

Many curses and screams of frustration has the functional test suite brought forth in many - if not all - lix developers. Hence people wanted a successor. 
In this session, we will talk about all the pain, impurities and falkeyness of the functional suite, look at the features and non-features of functional2, and the pain of migrating tests.

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/KBFUXL/
</itunes:summary>
      <itunes:duration>00:16:58</itunes:duration>
    </item>
    <item>
      <title>Regiux: prototyping a fast Nix interpreter (lixcon2026)</title>
      <link>https://media.ccc.de/v/lixcon-2026-4-regiux-prototyping-a-fast-nix-interpreter</link>
      <description>The Nix expression language is challenging to evaluate due to non-strict semantics, dynamic scoping, a diverse collection of builtin operators, and tight integration with the Nix store. We give a progress report on Regiux, an interpreter for Nix which is narrowly focused on efficient evaluation of expressions.

Regiux is yet another attempt at a fast Nix evaluator. Come learn about the ingredients that go into modern compilers and interpreters, particularly:

* Lexing and parsing
* Desugaring and expanding
* Intermediate languages for lambda calculus
* Using the RPython JIT toolkit
* Bytecode for lazy graph evaluation

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/F83VYV/
</description>
      <enclosure url="https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-4-eng-Regiux_prototyping_a_fast_Nix_interpreter_opus.opus"
        length="20971520"
        type="audio/opus"/>
      <pubDate>Fri, 17 Apr 2026 11:45:00 +0200</pubDate>
      <guid isPermaLink="true">https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-4-eng-Regiux_prototyping_a_fast_Nix_interpreter_opus.opus?1776606722</guid>
      <dc:identifier>96146e73-9f8c-5b23-9a33-e22dedae57ea</dc:identifier>
      <dc:date>2026-04-17T11:45:00+02:00</dc:date>
      <itunes:author>Corbin</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>4, 2026, lixcon2026, Amphitheater Dussane, lixcon2026-eng, Day 1</itunes:keywords>
      <itunes:summary>The Nix expression language is challenging to evaluate due to non-strict semantics, dynamic scoping, a diverse collection of builtin operators, and tight integration with the Nix store. We give a progress report on Regiux, an interpreter for Nix which is narrowly focused on efficient evaluation of expressions.

Regiux is yet another attempt at a fast Nix evaluator. Come learn about the ingredients that go into modern compilers and interpreters, particularly:

* Lexing and parsing
* Desugaring and expanding
* Intermediate languages for lambda calculus
* Using the RPython JIT toolkit
* Bytecode for lazy graph evaluation

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/F83VYV/
</itunes:summary>
      <itunes:duration>00:30:51</itunes:duration>
    </item>
    <item>
      <title>The politics of language design (lixcon2026)</title>
      <link>https://media.ccc.de/v/lixcon-2026-3-the-politics-of-language-design</link>
      <description>This talk is about Elpe, a mixture of ideas from Nix, Docker and Ubuntu/Debian/RHEL, with a strong focus on performance and security.

I&#39;ll talk about the design choices I&#39;ve made, and demo the thing and about how choices that may seem purely technical can have extreme political consequences. I&#39;ll also explain how such choices can have deep and lasting consequences on the dynamics of growing organisations.

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/HVZTB9/
</description>
      <enclosure url="https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-3-eng-The_politics_of_language_design_opus.opus"
        length="23068672"
        type="audio/opus"/>
      <pubDate>Fri, 17 Apr 2026 11:15:00 +0200</pubDate>
      <guid isPermaLink="true">https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-3-eng-The_politics_of_language_design_opus.opus?1776605526</guid>
      <dc:identifier>d92f0715-b3ef-513e-b188-0f392ec59017</dc:identifier>
      <dc:date>2026-04-17T11:15:00+02:00</dc:date>
      <itunes:author>Pierre-Étienne Meunier</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>3, 2026, lixcon2026, Amphitheater Dussane, lixcon2026-eng, Day 1</itunes:keywords>
      <itunes:summary>This talk is about Elpe, a mixture of ideas from Nix, Docker and Ubuntu/Debian/RHEL, with a strong focus on performance and security.

I&#39;ll talk about the design choices I&#39;ve made, and demo the thing and about how choices that may seem purely technical can have extreme political consequences. I&#39;ll also explain how such choices can have deep and lasting consequences on the dynamics of growing organisations.

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/HVZTB9/
</itunes:summary>
      <itunes:duration>00:38:06</itunes:duration>
    </item>
    <item>
      <title>The untapped potential of Lix plugins (lixcon2026)</title>
      <link>https://media.ccc.de/v/lixcon-2026-13-the-untapped-potential-of-lix-plugins</link>
      <description>Lix plugins — a feature so esoteric none yet remember their existence. What power could they hold? What secrets could they unlock? Let&#39;s discover together!

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/PEDV9S/
</description>
      <enclosure url="https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-13-eng-The_untapped_potential_of_Lix_plugins_opus.opus"
        length="11534336"
        type="audio/opus"/>
      <pubDate>Fri, 17 Apr 2026 10:45:00 +0200</pubDate>
      <guid isPermaLink="true">https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-13-eng-The_untapped_potential_of_Lix_plugins_opus.opus?1776604494</guid>
      <dc:identifier>4f093efc-1c60-5d96-a861-e3f77747b156</dc:identifier>
      <dc:date>2026-04-17T10:45:00+02:00</dc:date>
      <itunes:author>Qyriad</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>13, 2026, lixcon2026, Amphitheater Dussane, lixcon2026-eng, Day 1</itunes:keywords>
      <itunes:summary>Lix plugins — a feature so esoteric none yet remember their existence. What power could they hold? What secrets could they unlock? Let&#39;s discover together!

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/PEDV9S/
</itunes:summary>
      <itunes:duration>00:21:14</itunes:duration>
    </item>
    <item>
      <title>Botanix: A Nix native CI in a forge-agnostic world (lixcon2026)</title>
      <link>https://media.ccc.de/v/lixcon-2026-8-botanix-a-nix-native-ci-in-a-forge-agnostic-world</link>
      <description>Botanix is a new CI software that targets a native nix integration as it builds derivations as its pipeline. It integrates natively with both Gerrit and Forgejo currently but its genericity allows for even more diversity in the future!

This talk will present the genesis of the Botanix project, worked on by students from ENS de Lyon, its philosophy and inner workings.

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/YZZKYT/
</description>
      <enclosure url="https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-8-eng-Botanix_A_Nix_native_CI_in_a_forge-agnostic_world_opus.opus"
        length="9437184"
        type="audio/opus"/>
      <pubDate>Fri, 17 Apr 2026 10:15:00 +0200</pubDate>
      <guid isPermaLink="true">https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-8-eng-Botanix_A_Nix_native_CI_in_a_forge-agnostic_world_opus.opus?1776603159</guid>
      <dc:identifier>238ae78e-b9c5-5e6a-98e7-8412f3137205</dc:identifier>
      <dc:date>2026-04-17T10:15:00+02:00</dc:date>
      <itunes:author>Tom Hubrecht</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>8, 2026, lixcon2026, Amphitheater Dussane, lixcon2026-eng, Day 1</itunes:keywords>
      <itunes:summary>Botanix is a new CI software that targets a native nix integration as it builds derivations as its pipeline. It integrates natively with both Gerrit and Forgejo currently but its genericity allows for even more diversity in the future!

This talk will present the genesis of the Botanix project, worked on by students from ENS de Lyon, its philosophy and inner workings.

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/YZZKYT/
</itunes:summary>
      <itunes:duration>00:16:41</itunes:duration>
    </item>
    <item>
      <title>Introduction to LixCon (lixcon2026)</title>
      <link>https://media.ccc.de/v/lixcon-2026-9-introduction-to-lixcon</link>
      <description>Welcome to LixCon!

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/38JNUB/
</description>
      <enclosure url="https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-9-eng-Introduction_to_LixCon_opus.opus"
        length="4194304"
        type="audio/opus"/>
      <pubDate>Fri, 17 Apr 2026 10:00:00 +0200</pubDate>
      <guid isPermaLink="true">https://cdn.media.ccc.de/events/lixcon/2026/opus/lixcon2026-9-eng-Introduction_to_LixCon_opus.opus?1776594613</guid>
      <dc:identifier>378ba267-be86-570c-90c9-3c58132d3721</dc:identifier>
      <dc:date>2026-04-17T10:00:00+02:00</dc:date>
      <itunes:author>Ryan Lahfa (&quot;RaitoBezarius&quot;)</itunes:author>
      <itunes:explicit>No</itunes:explicit>
      <itunes:keywords>9, 2026, lixcon2026, Amphitheater Dussane, lixcon2026-eng, Day 1</itunes:keywords>
      <itunes:summary>Welcome to LixCon!

Licensed to the public under http://creativecommons.org/licenses/by/4.0
about this event: https://pretalx.dgnum.eu/lixcon-2026/talk/38JNUB/
</itunes:summary>
      <itunes:duration>00:07:39</itunes:duration>
    </item>
    <generator>media.ccc.de / RSS 0.3.1</generator>
    <itunes:category text="Technology"/>
    <itunes:image href="https://static.media.ccc.de/media/events/lixcon/2026/logo.png"/>
    <itunes:owner>
      <itunes:name>CCC media team</itunes:name>
      <itunes:email>media@c3voc.de</itunes:email>
    </itunes:owner>
    <itunes:author>CCC media team</itunes:author>
    <itunes:explicit>No</itunes:explicit>
    <itunes:keywords>CCC Congress Hacking Security Netzpolitik</itunes:keywords>
    <itunes:subtitle>A wide variety of video material distributed by the CCC. All content is taken from cdn.media.ccc.de and media.ccc.de</itunes:subtitle>
    <itunes:summary>A wide variety of video material distributed by the Chaos Computer Club. This feed contains all events from lixcon2026 as opus</itunes:summary>
  </channel>
</rss>