<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Wed, 20 May 2026 23:28:13 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Popcorn”</title>
    <link>https://podcast.thinkingelixir.com/tags/popcorn</link>
    <pubDate>Tue, 02 Sep 2025 04:15:00 -0600</pubDate>
    <description>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>News and interviews for the Elixir community</itunes:subtitle>
    <itunes:author>ThinkingElixir.com</itunes:author>
    <itunes:summary>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>elixir, programming, web, clustering, phoenix, liveview, news, developer</itunes:keywords>
    <itunes:owner>
      <itunes:name>ThinkingElixir.com</itunes:name>
      <itunes:email>podcast@thinkingelixir.com</itunes:email>
    </itunes:owner>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="News">
  <itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology"/>
<item>
  <title>268: Got your Popcorn here!</title>
  <link>https://podcast.thinkingelixir.com/268</link>
  <guid isPermaLink="false">0e8add93-3c4a-42a1-ae8e-1207d7c7a074</guid>
  <pubDate>Tue, 02 Sep 2025 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/0e8add93-3c4a-42a1-ae8e-1207d7c7a074.mp3" length="30433280" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>News includes a new SQL analytics library called Lotus, plus an interview with Mateusz Front about the Popcorn project enabling Elixir to run in WebAssembly in the browser!</itunes:subtitle>
  <itunes:duration>41:50</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>&lt;p&gt;News includes a new library called Lotus and LotusWeb that provides a safe, read-only environment for running SQL analytics queries with organized storage for saved queries. After the news, we had an interview with Mateusz Front about the Popcorn project, which enables Elixir to run in WebAssembly (WASM) in the browser courtesy of AtomVM. We dig into how it works, what it's capable of doing, and where it could go in the future!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/268" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/268&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Elixir Community News&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://paraxial.io/?utm_source=thinkingelixir&amp;amp;utm_campaign=thinkingelixir-aug2025" target="_blank" rel="nofollow noopener"&gt;https://paraxial.io/&lt;/a&gt; – Paraxial.io is sponsoring today's show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/typhoonworks/lotus?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/typhoonworks/lotus&lt;/a&gt; – Lotus - a lightweight SQL query runner and storage library for Elixir applications with Ecto&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/typhoonworks/lotus_web?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/typhoonworks/lotus_web&lt;/a&gt; – LotusWeb - companion library for the Lotus SQL query runner&lt;/li&gt;
&lt;li&gt;Provides a safe, read-only environment for executing analytical queries while offering organized storage and management of saved queries&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.metabase.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://www.metabase.com/&lt;/a&gt; – Metabase - business intelligence tool that Lotus draws inspiration from&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/ankane/blazer?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/ankane/blazer&lt;/a&gt; – Blazer - Ruby gem that inspired the Lotus library&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have some Elixir news to share? Tell us at &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt; or email at &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discussion Resources&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://popcorn.swmansion.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://popcorn.swmansion.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://popcorn.swmansion.com/demos/eval?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://popcorn.swmansion.com/demos/eval&lt;/a&gt; – Interactively run an IEx shell in the browser locally with no Elixir install&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/software-mansion/popcorn/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/software-mansion/popcorn/&lt;/a&gt; – Github project for Popcorn&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24&lt;/a&gt; – Popcorn announcement post&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be&lt;/a&gt; – Blog post about Popcorn and how it works, limitations, etc.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/atomvm/AtomVM?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/atomvm/AtomVM&lt;/a&gt; – AtomVM - Tiny Erlang VM&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://atomvm.org/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://atomvm.org/&lt;/a&gt; – AtomVM is a lightweight implementation of the BEAM virtual machine&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/249?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/249&lt;/a&gt; – LiveDebugger - Software Mansion project we talked about previously&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/emscripten-core/emscripten?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/emscripten-core/emscripten&lt;/a&gt; – Emscripten - An LLVM-to-WebAssembly Compiler&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://wasi.dev/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://wasi.dev/&lt;/a&gt; – WebAssembly System Interface (WASI) is a group of standards-track API specifications for software compiled to the W3C WebAssembly (Wasm) standard.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/software-mansion/smelter?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/software-mansion/smelter&lt;/a&gt; – Toolkit for real-time, low latency, programmable video and audio mixing.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://smelter.dev/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://smelter.dev/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://globalelixirmeetups.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://globalelixirmeetups.com/&lt;/a&gt; – Website setup to coordinate the meetups (find a registered one or host)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Guest Information&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://x.com/uusszz?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/uusszz&lt;/a&gt; – on Twitter/X&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/mat-hek/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/mat-hek/&lt;/a&gt; – on Github&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://swmansion.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://swmansion.com/&lt;/a&gt; – Software Mansion website&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/elixirmembrane?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/elixirmembrane&lt;/a&gt; – Membrane Framework on X/Twitter&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bsky.app/profile/membrane-swmansion.bsky.social?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://bsky.app/profile/membrane-swmansion.bsky.social&lt;/a&gt; – Membrane Framework on Bluesky&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://discord.com/invite/nwnfVSY?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://discord.com/invite/nwnfVSY&lt;/a&gt; – Software Mansion on Discord&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Find us online&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Message the show - &lt;a href="https://bsky.app/profile/thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;Bluesky&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Message the show - &lt;a href="https://x.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;X&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Message the show on Fediverse - &lt;a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email the show - &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen on X - &lt;a href="https://x.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen on Bluesky - &lt;a href="https://bsky.app/profile/brainlid.bsky.social" target="_blank" rel="nofollow noopener"&gt;@brainlid.bsky.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen on Fediverse - &lt;a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel on Bluesky - &lt;a href="https://bsky.app/profile/david.bernheisel.com" target="_blank" rel="nofollow noopener"&gt;@david.bernheisel.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel on Fediverse - &lt;a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener"&gt;@dbern@genserver.social&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, news, analytics, popcorn, wasm</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>News includes a new library called Lotus and LotusWeb that provides a safe, read-only environment for running SQL analytics queries with organized storage for saved queries. After the news, we had an interview with Mateusz Front about the Popcorn project, which enables Elixir to run in WebAssembly (WASM) in the browser courtesy of AtomVM. We dig into how it works, what it&#39;s capable of doing, and where it could go in the future!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/268" rel="nofollow">http://podcast.thinkingelixir.com/268</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://paraxial.io/?utm_source=thinkingelixir&utm_campaign=thinkingelixir-aug2025" rel="nofollow">https://paraxial.io/</a> – Paraxial.io is sponsoring today&#39;s show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.</li>
<li><a href="https://github.com/typhoonworks/lotus?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/typhoonworks/lotus</a> – Lotus - a lightweight SQL query runner and storage library for Elixir applications with Ecto</li>
<li><a href="https://github.com/typhoonworks/lotus_web?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/typhoonworks/lotus_web</a> – LotusWeb - companion library for the Lotus SQL query runner</li>
<li>Provides a safe, read-only environment for executing analytical queries while offering organized storage and management of saved queries</li>
<li><a href="https://www.metabase.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.metabase.com/</a> – Metabase - business intelligence tool that Lotus draws inspiration from</li>
<li><a href="https://github.com/ankane/blazer?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/ankane/blazer</a> – Blazer - Ruby gem that inspired the Lotus library</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://popcorn.swmansion.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://popcorn.swmansion.com/</a></li>
<li><a href="https://popcorn.swmansion.com/demos/eval?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://popcorn.swmansion.com/demos/eval</a> – Interactively run an IEx shell in the browser locally with no Elixir install</li>
<li><a href="https://github.com/software-mansion/popcorn/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/software-mansion/popcorn/</a> – Github project for Popcorn</li>
<li><a href="https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24</a> – Popcorn announcement post</li>
<li><a href="https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be</a> – Blog post about Popcorn and how it works, limitations, etc.</li>
<li><a href="https://github.com/atomvm/AtomVM?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/atomvm/AtomVM</a> – AtomVM - Tiny Erlang VM</li>
<li><a href="https://atomvm.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://atomvm.org/</a> – AtomVM is a lightweight implementation of the BEAM virtual machine</li>
<li><a href="https://podcast.thinkingelixir.com/249?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://podcast.thinkingelixir.com/249</a> – LiveDebugger - Software Mansion project we talked about previously</li>
<li><a href="https://github.com/emscripten-core/emscripten?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/emscripten-core/emscripten</a> – Emscripten - An LLVM-to-WebAssembly Compiler</li>
<li><a href="https://wasi.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://wasi.dev/</a> – WebAssembly System Interface (WASI) is a group of standards-track API specifications for software compiled to the W3C WebAssembly (Wasm) standard.</li>
<li><a href="https://github.com/software-mansion/smelter?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/software-mansion/smelter</a> – Toolkit for real-time, low latency, programmable video and audio mixing.</li>
<li><a href="https://smelter.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://smelter.dev/</a></li>
<li><a href="https://globalelixirmeetups.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://globalelixirmeetups.com/</a> – Website setup to coordinate the meetups (find a registered one or host)</li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://x.com/uusszz?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/uusszz</a> – on Twitter/X</li>
<li><a href="https://github.com/mat-hek/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/mat-hek/</a> – on Github</li>
<li><a href="https://swmansion.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://swmansion.com/</a> – Software Mansion website</li>
<li><a href="https://x.com/elixirmembrane?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/elixirmembrane</a> – Membrane Framework on X/Twitter</li>
<li><a href="https://bsky.app/profile/membrane-swmansion.bsky.social?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://bsky.app/profile/membrane-swmansion.bsky.social</a> – Membrane Framework on Bluesky</li>
<li><a href="https://discord.com/invite/nwnfVSY?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://discord.com/invite/nwnfVSY</a> – Software Mansion on Discord</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://bsky.app/profile/thinkingelixir.com" rel="nofollow">Bluesky</a></li>
<li>Message the show - <a href="https://x.com/ThinkingElixir" rel="nofollow">X</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen on X - <a href="https://x.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Bluesky - <a href="https://bsky.app/profile/brainlid.bsky.social" rel="nofollow">@brainlid.bsky.social</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel on Bluesky - <a href="https://bsky.app/profile/david.bernheisel.com" rel="nofollow">@david.bernheisel.com</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://paraxial.io/?utm_source=thinkingelixir&amp;utm_campaign=thinkingelixir-aug2025">Paraxial.io</a>: <a rel="nofollow" href="https://paraxial.io/?utm_source=thinkingelixir&amp;utm_campaign=thinkingelixir-aug2025">Paraxial.io is sponsoring today's show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>News includes a new library called Lotus and LotusWeb that provides a safe, read-only environment for running SQL analytics queries with organized storage for saved queries. After the news, we had an interview with Mateusz Front about the Popcorn project, which enables Elixir to run in WebAssembly (WASM) in the browser courtesy of AtomVM. We dig into how it works, what it&#39;s capable of doing, and where it could go in the future!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/268" rel="nofollow">http://podcast.thinkingelixir.com/268</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://paraxial.io/?utm_source=thinkingelixir&utm_campaign=thinkingelixir-aug2025" rel="nofollow">https://paraxial.io/</a> – Paraxial.io is sponsoring today&#39;s show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.</li>
<li><a href="https://github.com/typhoonworks/lotus?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/typhoonworks/lotus</a> – Lotus - a lightweight SQL query runner and storage library for Elixir applications with Ecto</li>
<li><a href="https://github.com/typhoonworks/lotus_web?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/typhoonworks/lotus_web</a> – LotusWeb - companion library for the Lotus SQL query runner</li>
<li>Provides a safe, read-only environment for executing analytical queries while offering organized storage and management of saved queries</li>
<li><a href="https://www.metabase.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.metabase.com/</a> – Metabase - business intelligence tool that Lotus draws inspiration from</li>
<li><a href="https://github.com/ankane/blazer?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/ankane/blazer</a> – Blazer - Ruby gem that inspired the Lotus library</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://popcorn.swmansion.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://popcorn.swmansion.com/</a></li>
<li><a href="https://popcorn.swmansion.com/demos/eval?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://popcorn.swmansion.com/demos/eval</a> – Interactively run an IEx shell in the browser locally with no Elixir install</li>
<li><a href="https://github.com/software-mansion/popcorn/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/software-mansion/popcorn/</a> – Github project for Popcorn</li>
<li><a href="https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24</a> – Popcorn announcement post</li>
<li><a href="https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be</a> – Blog post about Popcorn and how it works, limitations, etc.</li>
<li><a href="https://github.com/atomvm/AtomVM?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/atomvm/AtomVM</a> – AtomVM - Tiny Erlang VM</li>
<li><a href="https://atomvm.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://atomvm.org/</a> – AtomVM is a lightweight implementation of the BEAM virtual machine</li>
<li><a href="https://podcast.thinkingelixir.com/249?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://podcast.thinkingelixir.com/249</a> – LiveDebugger - Software Mansion project we talked about previously</li>
<li><a href="https://github.com/emscripten-core/emscripten?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/emscripten-core/emscripten</a> – Emscripten - An LLVM-to-WebAssembly Compiler</li>
<li><a href="https://wasi.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://wasi.dev/</a> – WebAssembly System Interface (WASI) is a group of standards-track API specifications for software compiled to the W3C WebAssembly (Wasm) standard.</li>
<li><a href="https://github.com/software-mansion/smelter?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/software-mansion/smelter</a> – Toolkit for real-time, low latency, programmable video and audio mixing.</li>
<li><a href="https://smelter.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://smelter.dev/</a></li>
<li><a href="https://globalelixirmeetups.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://globalelixirmeetups.com/</a> – Website setup to coordinate the meetups (find a registered one or host)</li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://x.com/uusszz?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/uusszz</a> – on Twitter/X</li>
<li><a href="https://github.com/mat-hek/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/mat-hek/</a> – on Github</li>
<li><a href="https://swmansion.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://swmansion.com/</a> – Software Mansion website</li>
<li><a href="https://x.com/elixirmembrane?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/elixirmembrane</a> – Membrane Framework on X/Twitter</li>
<li><a href="https://bsky.app/profile/membrane-swmansion.bsky.social?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://bsky.app/profile/membrane-swmansion.bsky.social</a> – Membrane Framework on Bluesky</li>
<li><a href="https://discord.com/invite/nwnfVSY?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://discord.com/invite/nwnfVSY</a> – Software Mansion on Discord</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://bsky.app/profile/thinkingelixir.com" rel="nofollow">Bluesky</a></li>
<li>Message the show - <a href="https://x.com/ThinkingElixir" rel="nofollow">X</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen on X - <a href="https://x.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Bluesky - <a href="https://bsky.app/profile/brainlid.bsky.social" rel="nofollow">@brainlid.bsky.social</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel on Bluesky - <a href="https://bsky.app/profile/david.bernheisel.com" rel="nofollow">@david.bernheisel.com</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://paraxial.io/?utm_source=thinkingelixir&amp;utm_campaign=thinkingelixir-aug2025">Paraxial.io</a>: <a rel="nofollow" href="https://paraxial.io/?utm_source=thinkingelixir&amp;utm_campaign=thinkingelixir-aug2025">Paraxial.io is sponsoring today's show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>264: Hot Reload In Dev and QA Bottlenecks</title>
  <link>https://podcast.thinkingelixir.com/264</link>
  <guid isPermaLink="false">9649451a-cfcf-4422-b694-404afbd0d5a4</guid>
  <pubDate>Tue, 05 Aug 2025 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/9649451a-cfcf-4422-b694-404afbd0d5a4.mp3" length="29179904" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>News includes Phoenix v1.8 shipping with AGENTS support, Popcorn bringing Elixir to the browser via WebAssembly, LiveVue v0.6.0 with major performance improvements, and more!</itunes:subtitle>
  <itunes:duration>40:06</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>&lt;p&gt;News includes Phoenix v1.8 shipping with an AGENTS markdown file for new apps to enhance coding agent experiences, Popcorn bringing Elixir to the browser through WebAssembly with no installation required, LiveVue v0.6.0 with 90% payload size reduction through JSON Patch operations, an awesome LiveView development tip for hot-reloading code changes while preserving LiveView state, MDEx v0.8 adding decorators support for enhanced code block styling, Hologram v0.5.0 delivering major performance improvements with milliseconds to microseconds execution times, ElixirConf US 2025 tickets available with our discount code, and a discussion about how AI-generated code is creating new bottlenecks in QA and code review processes, and more!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/264" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/264&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Elixir Community News&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://paraxial.io/?utm_source=thinkingelixir&amp;amp;utm_campaign=thinkingelixir-july2025" target="_blank" rel="nofollow noopener"&gt;https://paraxial.io/&lt;/a&gt; – Paraxial.io is sponsoring today's show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/josevalim/status/1948826989357367698?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/josevalim/status/1948826989357367698&lt;/a&gt; – José Valim announces Phoenix v1.8 will ship with an AGENTS markdown file for new apps, ensuring teams using coding agents have an outstanding experience out of the box&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/phoenixframework/phoenix/commit/50ffaa5aa1c60503f01cd2107edd43f22435f9e7?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/phoenixframework/phoenix/commit/50ffaa5aa1c60503f01cd2107edd43f22435f9e7&lt;/a&gt; – Phoenix commit adding the AGENTS.md file by Chris McCord&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/phoenixframework/phoenix/blob/main/installer/templates/phx_single/AGENTS.md?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/phoenixframework/phoenix/blob/main/installer/templates/phx_single/AGENTS.md&lt;/a&gt; – The actual AGENTS.md template file in Phoenix&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://hex.pm/packages/usage_rules?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://hex.pm/packages/usage_rules&lt;/a&gt; – Related package for usage rules&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24&lt;/a&gt; – Announcement post about Popcorn - Elixir in your browser via WebAssembly&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://popcorn.swmansion.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://popcorn.swmansion.com/&lt;/a&gt; – Popcorn - run Elixir locally in your browser with no install required&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://popcorn.swmansion.com/demos/eval?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://popcorn.swmansion.com/demos/eval&lt;/a&gt; – Interactive IEx shell demo running in the browser&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/software-mansion/popcorn/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/software-mansion/popcorn/&lt;/a&gt; – GitHub project for Popcorn&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be&lt;/a&gt; – Blog post explaining how Popcorn works and its limitations&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/atomvm/AtomVM?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/atomvm/AtomVM&lt;/a&gt; – AtomVM - Tiny Erlang VM that powers Popcorn&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://atomvm.org/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://atomvm.org/&lt;/a&gt; – AtomVM website with details about the lightweight BEAM implementation&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://hackaday.com/2025/06/25/floss-weekly-episode-838-atomvm-and-the-full-stack-elixir-developer/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://hackaday.com/2025/06/25/floss-weekly-episode-838-atomvm-and-the-full-stack-elixir-developer/&lt;/a&gt; – Podcast appearance by AtomVM team&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/jskalc/status/1947674420459254203?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/jskalc/status/1947674420459254203&lt;/a&gt; – LiveVue v0.6.0 release announcement&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/Valian/live_vue?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/Valian/live_vue&lt;/a&gt; – LiveVue project - end-to-end reactivity for Phoenix LiveView and Vue&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/jskalc/status/1950110941137285567?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/jskalc/status/1950110941137285567&lt;/a&gt; – Jakob explains new End to End testing setup for LiveVue&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/jskalc/status/1949882608424538420?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/jskalc/status/1949882608424538420&lt;/a&gt; – Awesome LiveView development tip for hot-reloading while keeping state&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/jskalc/status/1788308446007132509?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/jskalc/status/1788308446007132509&lt;/a&gt; – Original tip post about LiveView hot reloading&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gist.github.com/chrismccord/2c26c876bb4430c1bdcd313b64e4c2c5?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://gist.github.com/chrismccord/2c26c876bb4430c1bdcd313b64e4c2c5&lt;/a&gt; – Chris McCord's Gist showing how to implement LiveView hot reload with state preservation&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/leandrocesquini/status/1949827775541502037?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/leandrocesquini/status/1949827775541502037&lt;/a&gt; – MDEx v0.8 release announcement&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/leandrocp/mdex?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/leandrocp/mdex&lt;/a&gt; – MDEx project - Markdown processor for Elixir&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://hexdocs.pm/mdex/0.8.0/MDEx.html#module-code-block-decorators?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://hexdocs.pm/mdex/0.8.0/MDEx.html#module-code-block-decorators&lt;/a&gt; – Documentation for MDEx decorators feature&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://bsky.app/profile/bartblast.com/post/3lutbbibma22a?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://bsky.app/profile/bartblast.com/post/3lutbbibma22a&lt;/a&gt; – Hologram v0.5.0 announcement&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://hologram.page/blog/hologram-v0-5-0-released?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://hologram.page/blog/hologram-v0-5-0-released&lt;/a&gt; – Hologram v0.5.0 release blog post&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/bartblast/hologram?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/bartblast/hologram&lt;/a&gt; – Hologram project - components defined in Elixir that become JS in the browser&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://elixirconf.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://elixirconf.com/&lt;/a&gt; – ElixirConf US 2025 website&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://ti.to/elixirconf/2025/discount/ThinkingElixir?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://ti.to/elixirconf/2025/discount/ThinkingElixir&lt;/a&gt; – ElixirConf ticket discount link with ThinkingElixir code for 10% off&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/ThatArrowsmith/status/1948490317277143438?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/ThatArrowsmith/status/1948490317277143438&lt;/a&gt; – George Arrowsmith's tweet about QA becoming a bottleneck with AI-generated code&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/mikehostetler/status/1948491086130819331?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/mikehostetler/status/1948491086130819331&lt;/a&gt; – Mike Hostetler's response about teams struggling with code review and QA of AI-generated code&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://x.com/josevalim/status/1948634632716488809?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/josevalim/status/1948634632716488809&lt;/a&gt; – José Valim's insight on the need for new software verification practices with AI code generation&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=RM2IZLR0LXc?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=RM2IZLR0LXc&lt;/a&gt; – Mark's first AI demo video: I Built an AI Tool That Saves Me Hours Every Week (Demo)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=piS1J4ru1fE?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=piS1J4ru1fE&lt;/a&gt; – Mark's second AI demo video: How to Build AI Systems That Actually Run Your Business (Not Just Chat)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have some Elixir news to share? Tell us at &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt; or email at &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Find us online&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Message the show - &lt;a href="https://bsky.app/profile/thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;Bluesky&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Message the show - &lt;a href="https://x.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;X&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Message the show on Fediverse - &lt;a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email the show - &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen on X - &lt;a href="https://x.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen on Bluesky - &lt;a href="https://bsky.app/profile/brainlid.bsky.social" target="_blank" rel="nofollow noopener"&gt;@brainlid.bsky.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen on Fediverse - &lt;a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid@genserver.social&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel on Bluesky - &lt;a href="https://bsky.app/profile/david.bernheisel.com" target="_blank" rel="nofollow noopener"&gt;@david.bernheisel.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel on Fediverse - &lt;a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener"&gt;@dbern@genserver.social&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, news, ai, QA, bottleneck, LiveVue, Popcorn</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>News includes Phoenix v1.8 shipping with an AGENTS markdown file for new apps to enhance coding agent experiences, Popcorn bringing Elixir to the browser through WebAssembly with no installation required, LiveVue v0.6.0 with 90% payload size reduction through JSON Patch operations, an awesome LiveView development tip for hot-reloading code changes while preserving LiveView state, MDEx v0.8 adding decorators support for enhanced code block styling, Hologram v0.5.0 delivering major performance improvements with milliseconds to microseconds execution times, ElixirConf US 2025 tickets available with our discount code, and a discussion about how AI-generated code is creating new bottlenecks in QA and code review processes, and more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/264" rel="nofollow">http://podcast.thinkingelixir.com/264</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://paraxial.io/?utm_source=thinkingelixir&utm_campaign=thinkingelixir-july2025" rel="nofollow">https://paraxial.io/</a> – Paraxial.io is sponsoring today&#39;s show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.</li>
<li><a href="https://x.com/josevalim/status/1948826989357367698?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/josevalim/status/1948826989357367698</a> – José Valim announces Phoenix v1.8 will ship with an AGENTS markdown file for new apps, ensuring teams using coding agents have an outstanding experience out of the box</li>
<li><a href="https://github.com/phoenixframework/phoenix/commit/50ffaa5aa1c60503f01cd2107edd43f22435f9e7?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/phoenixframework/phoenix/commit/50ffaa5aa1c60503f01cd2107edd43f22435f9e7</a> – Phoenix commit adding the AGENTS.md file by Chris McCord</li>
<li><a href="https://github.com/phoenixframework/phoenix/blob/main/installer/templates/phx_single/AGENTS.md?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/phoenixframework/phoenix/blob/main/installer/templates/phx_single/AGENTS.md</a> – The actual AGENTS.md template file in Phoenix</li>
<li><a href="https://hex.pm/packages/usage_rules?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hex.pm/packages/usage_rules</a> – Related package for usage rules</li>
<li><a href="https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24</a> – Announcement post about Popcorn - Elixir in your browser via WebAssembly</li>
<li><a href="https://popcorn.swmansion.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://popcorn.swmansion.com/</a> – Popcorn - run Elixir locally in your browser with no install required</li>
<li><a href="https://popcorn.swmansion.com/demos/eval?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://popcorn.swmansion.com/demos/eval</a> – Interactive IEx shell demo running in the browser</li>
<li><a href="https://github.com/software-mansion/popcorn/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/software-mansion/popcorn/</a> – GitHub project for Popcorn</li>
<li><a href="https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be</a> – Blog post explaining how Popcorn works and its limitations</li>
<li><a href="https://github.com/atomvm/AtomVM?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/atomvm/AtomVM</a> – AtomVM - Tiny Erlang VM that powers Popcorn</li>
<li><a href="https://atomvm.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://atomvm.org/</a> – AtomVM website with details about the lightweight BEAM implementation</li>
<li><a href="https://hackaday.com/2025/06/25/floss-weekly-episode-838-atomvm-and-the-full-stack-elixir-developer/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hackaday.com/2025/06/25/floss-weekly-episode-838-atomvm-and-the-full-stack-elixir-developer/</a> – Podcast appearance by AtomVM team</li>
<li><a href="https://x.com/jskalc/status/1947674420459254203?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/jskalc/status/1947674420459254203</a> – LiveVue v0.6.0 release announcement</li>
<li><a href="https://github.com/Valian/live_vue?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/Valian/live_vue</a> – LiveVue project - end-to-end reactivity for Phoenix LiveView and Vue</li>
<li><a href="https://x.com/jskalc/status/1950110941137285567?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/jskalc/status/1950110941137285567</a> – Jakob explains new End to End testing setup for LiveVue</li>
<li><a href="https://x.com/jskalc/status/1949882608424538420?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/jskalc/status/1949882608424538420</a> – Awesome LiveView development tip for hot-reloading while keeping state</li>
<li><a href="https://x.com/jskalc/status/1788308446007132509?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/jskalc/status/1788308446007132509</a> – Original tip post about LiveView hot reloading</li>
<li><a href="https://gist.github.com/chrismccord/2c26c876bb4430c1bdcd313b64e4c2c5?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://gist.github.com/chrismccord/2c26c876bb4430c1bdcd313b64e4c2c5</a> – Chris McCord&#39;s Gist showing how to implement LiveView hot reload with state preservation</li>
<li><a href="https://x.com/leandrocesquini/status/1949827775541502037?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/leandrocesquini/status/1949827775541502037</a> – MDEx v0.8 release announcement</li>
<li><a href="https://github.com/leandrocp/mdex?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/leandrocp/mdex</a> – MDEx project - Markdown processor for Elixir</li>
<li><a href="https://hexdocs.pm/mdex/0.8.0/MDEx.html#module-code-block-decorators?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/mdex/0.8.0/MDEx.html#module-code-block-decorators</a> – Documentation for MDEx decorators feature</li>
<li><a href="https://bsky.app/profile/bartblast.com/post/3lutbbibma22a?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://bsky.app/profile/bartblast.com/post/3lutbbibma22a</a> – Hologram v0.5.0 announcement</li>
<li><a href="https://hologram.page/blog/hologram-v0-5-0-released?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hologram.page/blog/hologram-v0-5-0-released</a> – Hologram v0.5.0 release blog post</li>
<li><a href="https://github.com/bartblast/hologram?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/bartblast/hologram</a> – Hologram project - components defined in Elixir that become JS in the browser</li>
<li><a href="https://elixirconf.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://elixirconf.com/</a> – ElixirConf US 2025 website</li>
<li><a href="https://ti.to/elixirconf/2025/discount/ThinkingElixir?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://ti.to/elixirconf/2025/discount/ThinkingElixir</a> – ElixirConf ticket discount link with ThinkingElixir code for 10% off</li>
<li><a href="https://x.com/ThatArrowsmith/status/1948490317277143438?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/ThatArrowsmith/status/1948490317277143438</a> – George Arrowsmith&#39;s tweet about QA becoming a bottleneck with AI-generated code</li>
<li><a href="https://x.com/mikehostetler/status/1948491086130819331?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/mikehostetler/status/1948491086130819331</a> – Mike Hostetler&#39;s response about teams struggling with code review and QA of AI-generated code</li>
<li><a href="https://x.com/josevalim/status/1948634632716488809?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/josevalim/status/1948634632716488809</a> – José Valim&#39;s insight on the need for new software verification practices with AI code generation</li>
<li><a href="https://www.youtube.com/watch?v=RM2IZLR0LXc?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.youtube.com/watch?v=RM2IZLR0LXc</a> – Mark&#39;s first AI demo video: I Built an AI Tool That Saves Me Hours Every Week (Demo)</li>
<li><a href="https://www.youtube.com/watch?v=piS1J4ru1fE?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.youtube.com/watch?v=piS1J4ru1fE</a> – Mark&#39;s second AI demo video: How to Build AI Systems That Actually Run Your Business (Not Just Chat)</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://bsky.app/profile/thinkingelixir.com" rel="nofollow">Bluesky</a></li>
<li>Message the show - <a href="https://x.com/ThinkingElixir" rel="nofollow">X</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen on X - <a href="https://x.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Bluesky - <a href="https://bsky.app/profile/brainlid.bsky.social" rel="nofollow">@brainlid.bsky.social</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel on Bluesky - <a href="https://bsky.app/profile/david.bernheisel.com" rel="nofollow">@david.bernheisel.com</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://paraxial.io/?utm_source=thinkingelixir&amp;utm_campaign=thinkingelixir-july2025">Paraxial.io</a>: <a rel="nofollow" href="https://paraxial.io/?utm_source=thinkingelixir&amp;utm_campaign=thinkingelixir-july2025">Paraxial.io is sponsoring today's show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>News includes Phoenix v1.8 shipping with an AGENTS markdown file for new apps to enhance coding agent experiences, Popcorn bringing Elixir to the browser through WebAssembly with no installation required, LiveVue v0.6.0 with 90% payload size reduction through JSON Patch operations, an awesome LiveView development tip for hot-reloading code changes while preserving LiveView state, MDEx v0.8 adding decorators support for enhanced code block styling, Hologram v0.5.0 delivering major performance improvements with milliseconds to microseconds execution times, ElixirConf US 2025 tickets available with our discount code, and a discussion about how AI-generated code is creating new bottlenecks in QA and code review processes, and more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/264" rel="nofollow">http://podcast.thinkingelixir.com/264</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://paraxial.io/?utm_source=thinkingelixir&utm_campaign=thinkingelixir-july2025" rel="nofollow">https://paraxial.io/</a> – Paraxial.io is sponsoring today&#39;s show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.</li>
<li><a href="https://x.com/josevalim/status/1948826989357367698?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/josevalim/status/1948826989357367698</a> – José Valim announces Phoenix v1.8 will ship with an AGENTS markdown file for new apps, ensuring teams using coding agents have an outstanding experience out of the box</li>
<li><a href="https://github.com/phoenixframework/phoenix/commit/50ffaa5aa1c60503f01cd2107edd43f22435f9e7?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/phoenixframework/phoenix/commit/50ffaa5aa1c60503f01cd2107edd43f22435f9e7</a> – Phoenix commit adding the AGENTS.md file by Chris McCord</li>
<li><a href="https://github.com/phoenixframework/phoenix/blob/main/installer/templates/phx_single/AGENTS.md?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/phoenixframework/phoenix/blob/main/installer/templates/phx_single/AGENTS.md</a> – The actual AGENTS.md template file in Phoenix</li>
<li><a href="https://hex.pm/packages/usage_rules?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hex.pm/packages/usage_rules</a> – Related package for usage rules</li>
<li><a href="https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://bsky.app/profile/membrane-swmansion.bsky.social/post/3luptf3p76s24</a> – Announcement post about Popcorn - Elixir in your browser via WebAssembly</li>
<li><a href="https://popcorn.swmansion.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://popcorn.swmansion.com/</a> – Popcorn - run Elixir locally in your browser with no install required</li>
<li><a href="https://popcorn.swmansion.com/demos/eval?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://popcorn.swmansion.com/demos/eval</a> – Interactive IEx shell demo running in the browser</li>
<li><a href="https://github.com/software-mansion/popcorn/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/software-mansion/popcorn/</a> – GitHub project for Popcorn</li>
<li><a href="https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://blog.swmansion.com/popcorn-bringing-elixir-to-the-browser-8993a58a00be</a> – Blog post explaining how Popcorn works and its limitations</li>
<li><a href="https://github.com/atomvm/AtomVM?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/atomvm/AtomVM</a> – AtomVM - Tiny Erlang VM that powers Popcorn</li>
<li><a href="https://atomvm.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://atomvm.org/</a> – AtomVM website with details about the lightweight BEAM implementation</li>
<li><a href="https://hackaday.com/2025/06/25/floss-weekly-episode-838-atomvm-and-the-full-stack-elixir-developer/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hackaday.com/2025/06/25/floss-weekly-episode-838-atomvm-and-the-full-stack-elixir-developer/</a> – Podcast appearance by AtomVM team</li>
<li><a href="https://x.com/jskalc/status/1947674420459254203?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/jskalc/status/1947674420459254203</a> – LiveVue v0.6.0 release announcement</li>
<li><a href="https://github.com/Valian/live_vue?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/Valian/live_vue</a> – LiveVue project - end-to-end reactivity for Phoenix LiveView and Vue</li>
<li><a href="https://x.com/jskalc/status/1950110941137285567?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/jskalc/status/1950110941137285567</a> – Jakob explains new End to End testing setup for LiveVue</li>
<li><a href="https://x.com/jskalc/status/1949882608424538420?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/jskalc/status/1949882608424538420</a> – Awesome LiveView development tip for hot-reloading while keeping state</li>
<li><a href="https://x.com/jskalc/status/1788308446007132509?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/jskalc/status/1788308446007132509</a> – Original tip post about LiveView hot reloading</li>
<li><a href="https://gist.github.com/chrismccord/2c26c876bb4430c1bdcd313b64e4c2c5?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://gist.github.com/chrismccord/2c26c876bb4430c1bdcd313b64e4c2c5</a> – Chris McCord&#39;s Gist showing how to implement LiveView hot reload with state preservation</li>
<li><a href="https://x.com/leandrocesquini/status/1949827775541502037?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/leandrocesquini/status/1949827775541502037</a> – MDEx v0.8 release announcement</li>
<li><a href="https://github.com/leandrocp/mdex?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/leandrocp/mdex</a> – MDEx project - Markdown processor for Elixir</li>
<li><a href="https://hexdocs.pm/mdex/0.8.0/MDEx.html#module-code-block-decorators?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/mdex/0.8.0/MDEx.html#module-code-block-decorators</a> – Documentation for MDEx decorators feature</li>
<li><a href="https://bsky.app/profile/bartblast.com/post/3lutbbibma22a?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://bsky.app/profile/bartblast.com/post/3lutbbibma22a</a> – Hologram v0.5.0 announcement</li>
<li><a href="https://hologram.page/blog/hologram-v0-5-0-released?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hologram.page/blog/hologram-v0-5-0-released</a> – Hologram v0.5.0 release blog post</li>
<li><a href="https://github.com/bartblast/hologram?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/bartblast/hologram</a> – Hologram project - components defined in Elixir that become JS in the browser</li>
<li><a href="https://elixirconf.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://elixirconf.com/</a> – ElixirConf US 2025 website</li>
<li><a href="https://ti.to/elixirconf/2025/discount/ThinkingElixir?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://ti.to/elixirconf/2025/discount/ThinkingElixir</a> – ElixirConf ticket discount link with ThinkingElixir code for 10% off</li>
<li><a href="https://x.com/ThatArrowsmith/status/1948490317277143438?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/ThatArrowsmith/status/1948490317277143438</a> – George Arrowsmith&#39;s tweet about QA becoming a bottleneck with AI-generated code</li>
<li><a href="https://x.com/mikehostetler/status/1948491086130819331?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/mikehostetler/status/1948491086130819331</a> – Mike Hostetler&#39;s response about teams struggling with code review and QA of AI-generated code</li>
<li><a href="https://x.com/josevalim/status/1948634632716488809?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/josevalim/status/1948634632716488809</a> – José Valim&#39;s insight on the need for new software verification practices with AI code generation</li>
<li><a href="https://www.youtube.com/watch?v=RM2IZLR0LXc?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.youtube.com/watch?v=RM2IZLR0LXc</a> – Mark&#39;s first AI demo video: I Built an AI Tool That Saves Me Hours Every Week (Demo)</li>
<li><a href="https://www.youtube.com/watch?v=piS1J4ru1fE?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.youtube.com/watch?v=piS1J4ru1fE</a> – Mark&#39;s second AI demo video: How to Build AI Systems That Actually Run Your Business (Not Just Chat)</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://bsky.app/profile/thinkingelixir.com" rel="nofollow">Bluesky</a></li>
<li>Message the show - <a href="https://x.com/ThinkingElixir" rel="nofollow">X</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen on X - <a href="https://x.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Bluesky - <a href="https://bsky.app/profile/brainlid.bsky.social" rel="nofollow">@brainlid.bsky.social</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel on Bluesky - <a href="https://bsky.app/profile/david.bernheisel.com" rel="nofollow">@david.bernheisel.com</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://paraxial.io/?utm_source=thinkingelixir&amp;utm_campaign=thinkingelixir-july2025">Paraxial.io</a>: <a rel="nofollow" href="https://paraxial.io/?utm_source=thinkingelixir&amp;utm_campaign=thinkingelixir-july2025">Paraxial.io is sponsoring today's show! Sign up for a free trial of Paraxial.io today and mention Thinking Elixir when you schedule a demo for a special offer.</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
