<?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>Fri, 29 May 2026 17:50:13 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Native”</title>
    <link>https://podcast.thinkingelixir.com/tags/native</link>
    <pubDate>Tue, 03 Dec 2024 04:15:00 -0700</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>231: Pretty Error and OTP Raw Mode</title>
  <link>https://podcast.thinkingelixir.com/231</link>
  <guid isPermaLink="false">2d9bc06e-0828-4779-88b2-76a1fc55773b</guid>
  <pubDate>Tue, 03 Dec 2024 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/2d9bc06e-0828-4779-88b2-76a1fc55773b.mp3" length="12654592" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>News includes Dave Lucia's PR improving Elixir errors, OTP 28's "raw mode", Johanna Larsson's Elixir event site, DockYard's LiveView Native contracts, and more!</itunes:subtitle>
  <itunes:duration>17:09</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 Dave Lucia's PR making Elixir's protocol errors more readable, OTP 28 introducing a "raw mode" for immediate CLI input processing, Saša Jurić's "Against the Grain" talk on YouTube about a bespoke Kafka client, Johanna Larsson's new site listing Elixir events, DockYard's official acceptance of native application contracts highlighting the readiness of their LiveView Native library, and Brian Cardarella's teased Motion.dev wrapper enhancing animations in LiveView, and more!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/231" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/231&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://bsky.app/profile/davelucia.com/post/3lbhh5ghevc2n?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://bsky.app/profile/davelucia.com/post/3lbhh5ghevc2n&lt;/a&gt; – Dave Lucia shared his recent PR merged into Elixir, improving protocol error messages.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/elixir-lang/elixir/pull/14003?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-lang/elixir/pull/14003&lt;/a&gt; – Dave's PR titled "Make protocol errors pretty" addresses unreadable struct errors in Elixir.&lt;/li&gt;
&lt;li&gt;Dave encourages others to contribute to open-source by fixing issues like ugly error messages.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/spencerolson/chat?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/spencerolson/chat&lt;/a&gt; – With OTP 28's new "raw mode" feature, interactive CLI programs can process stdin inputs immediately.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.youtube.com/watch?v=s6c4iqsl2us?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=s6c4iqsl2us&lt;/a&gt; – Saša Jurić's talk "Against the Grain" from CodeBeam America about developing a bespoke Kafka client is available on YouTube.&lt;/li&gt;
&lt;li&gt;Johanna Larsson launched a mini site listing Elixir events.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://bsky.app/profile/jola.dev/post/3lbs2cae4ec2x?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://bsky.app/profile/jola.dev/post/3lbs2cae4ec2x&lt;/a&gt; – Announcement of the new mini site for Elixir events.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://elixirevents.net/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://elixirevents.net/&lt;/a&gt; – A resource for upcoming Elixir events.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://erlef.org/events/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://erlef.org/events/&lt;/a&gt; – ERLEF’s calendar for Elixir-related events.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://x.com/bcardarella/status/1861169450805850122?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/bcardarella/status/1861169450805850122&lt;/a&gt; – DockYard is officially accepting native application contracts, showcasing their LiveView Native library.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dockyard.com/services/mobile?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://dockyard.com/services/mobile&lt;/a&gt; – DockYard's services page for mobile application contracts.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/liveview-native/live_view_native?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/liveview-native/live_view_native&lt;/a&gt; – The LiveView Native open-source library created by DockYard.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://x.com/bcardarella/status/1858254238964412855?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/bcardarella/status/1858254238964412855&lt;/a&gt; – Brian Cardarella teases a new Motion.dev wrapper for LiveView enhancing animation support.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://motion.dev/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://motion.dev/&lt;/a&gt; – Motion.dev is an animation library for JavaScript and React.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hex.pm/packages/motion?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://hex.pm/packages/motion&lt;/a&gt; – The "motion" package on Hex providing the library.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/dockyard/motion?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://github.com/dockyard/motion&lt;/a&gt; – The GitHub repository for the Motion library.&lt;/li&gt;
&lt;li&gt;Brian explains the significance of animation integration in LiveView for mobile experiences.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://x.com/ElixirConfEU/status/1861012571865698426?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://x.com/ElixirConfEU/status/1861012571865698426&lt;/a&gt; – ElixirConf EU announces José Valim and Chris McCord as keynote speakers.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.elixirconf.eu/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener"&gt;https://www.elixirconf.eu/&lt;/a&gt; – Information about ElixirConf EU 2025 with a call for talks open.&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, otp, error, raw, cli, native</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>News includes Dave Lucia's PR making Elixir's protocol errors more readable, OTP 28 introducing a "raw mode" for immediate CLI input processing, Saša Jurić's "Against the Grain" talk on YouTube about a bespoke Kafka client, Johanna Larsson's new site listing Elixir events, DockYard's official acceptance of native application contracts highlighting the readiness of their LiveView Native library, and Brian Cardarella's teased Motion.dev wrapper enhancing animations in LiveView, and more!</p>

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

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

<ul>
<li><a href="https://bsky.app/profile/davelucia.com/post/3lbhh5ghevc2n?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://bsky.app/profile/davelucia.com/post/3lbhh5ghevc2n</a> – Dave Lucia shared his recent PR merged into Elixir, improving protocol error messages.</li>
<li><a href="https://github.com/elixir-lang/elixir/pull/14003?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/pull/14003</a> – Dave's PR titled "Make protocol errors pretty" addresses unreadable struct errors in Elixir.</li>
<li>Dave encourages others to contribute to open-source by fixing issues like ugly error messages.</li>
<li><a href="https://github.com/spencerolson/chat?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://github.com/spencerolson/chat</a> – With OTP 28's new "raw mode" feature, interactive CLI programs can process stdin inputs immediately.</li>
<li><a href="https://www.youtube.com/watch?v=s6c4iqsl2us?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://www.youtube.com/watch?v=s6c4iqsl2us</a> – Saša Jurić's talk "Against the Grain" from CodeBeam America about developing a bespoke Kafka client is available on YouTube.</li>
<li>Johanna Larsson launched a mini site listing Elixir events.</li>
<li><a href="https://bsky.app/profile/jola.dev/post/3lbs2cae4ec2x?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://bsky.app/profile/jola.dev/post/3lbs2cae4ec2x</a> – Announcement of the new mini site for Elixir events.</li>
<li><a href="https://elixirevents.net/?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://elixirevents.net/</a> – A resource for upcoming Elixir events.</li>
<li><a href="https://erlef.org/events/?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://erlef.org/events/</a> – ERLEF’s calendar for Elixir-related events.</li>
<li><a href="https://x.com/bcardarella/status/1861169450805850122?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://x.com/bcardarella/status/1861169450805850122</a> – DockYard is officially accepting native application contracts, showcasing their LiveView Native library.</li>
<li><a href="https://dockyard.com/services/mobile?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://dockyard.com/services/mobile</a> – DockYard's services page for mobile application contracts.</li>
<li><a href="https://github.com/liveview-native/live_view_native?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://github.com/liveview-native/live_view_native</a> – The LiveView Native open-source library created by DockYard.</li>
<li><a href="https://x.com/bcardarella/status/1858254238964412855?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://x.com/bcardarella/status/1858254238964412855</a> – Brian Cardarella teases a new Motion.dev wrapper for LiveView enhancing animation support.</li>
<li><a href="https://motion.dev/?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://motion.dev/</a> – Motion.dev is an animation library for JavaScript and React.</li>
<li><a href="https://hex.pm/packages/motion?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://hex.pm/packages/motion</a> – The "motion" package on Hex providing the library.</li>
<li><a href="https://github.com/dockyard/motion?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://github.com/dockyard/motion</a> – The GitHub repository for the Motion library.</li>
<li>Brian explains the significance of animation integration in LiveView for mobile experiences.</li>
<li><a href="https://x.com/ElixirConfEU/status/1861012571865698426?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://x.com/ElixirConfEU/status/1861012571865698426</a> – ElixirConf EU announces José Valim and Chris McCord as keynote speakers.</li>
<li><a href="https://www.elixirconf.eu/?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://www.elixirconf.eu/</a> – Information about ElixirConf EU 2025 with a call for talks open.</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">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" target="_blank" rel="nofollow noopener">Bluesky</a></li>
<li>Message the show - <a href="https://x.com/ThinkingElixir" target="_blank" rel="nofollow noopener">X</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a></li>
<li>Mark Ericksen on X - <a href="https://x.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a></li>
<li>Mark Ericksen on Bluesky - <a href="https://bsky.app/profile/brainlid.bsky.social" target="_blank" rel="nofollow noopener">@brainlid.bsky.social</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener">@brainlid@genserver.social</a></li>
<li>David Bernheisel on Bluesky - <a href="https://bsky.app/profile/david.bernheisel.com" target="_blank" rel="nofollow noopener">@david.bernheisel.com</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener">@dbern@genserver.social</a></li>
</ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>News includes Dave Lucia's PR making Elixir's protocol errors more readable, OTP 28 introducing a "raw mode" for immediate CLI input processing, Saša Jurić's "Against the Grain" talk on YouTube about a bespoke Kafka client, Johanna Larsson's new site listing Elixir events, DockYard's official acceptance of native application contracts highlighting the readiness of their LiveView Native library, and Brian Cardarella's teased Motion.dev wrapper enhancing animations in LiveView, and more!</p>

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

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

<ul>
<li><a href="https://bsky.app/profile/davelucia.com/post/3lbhh5ghevc2n?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://bsky.app/profile/davelucia.com/post/3lbhh5ghevc2n</a> – Dave Lucia shared his recent PR merged into Elixir, improving protocol error messages.</li>
<li><a href="https://github.com/elixir-lang/elixir/pull/14003?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/pull/14003</a> – Dave's PR titled "Make protocol errors pretty" addresses unreadable struct errors in Elixir.</li>
<li>Dave encourages others to contribute to open-source by fixing issues like ugly error messages.</li>
<li><a href="https://github.com/spencerolson/chat?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://github.com/spencerolson/chat</a> – With OTP 28's new "raw mode" feature, interactive CLI programs can process stdin inputs immediately.</li>
<li><a href="https://www.youtube.com/watch?v=s6c4iqsl2us?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://www.youtube.com/watch?v=s6c4iqsl2us</a> – Saša Jurić's talk "Against the Grain" from CodeBeam America about developing a bespoke Kafka client is available on YouTube.</li>
<li>Johanna Larsson launched a mini site listing Elixir events.</li>
<li><a href="https://bsky.app/profile/jola.dev/post/3lbs2cae4ec2x?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://bsky.app/profile/jola.dev/post/3lbs2cae4ec2x</a> – Announcement of the new mini site for Elixir events.</li>
<li><a href="https://elixirevents.net/?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://elixirevents.net/</a> – A resource for upcoming Elixir events.</li>
<li><a href="https://erlef.org/events/?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://erlef.org/events/</a> – ERLEF’s calendar for Elixir-related events.</li>
<li><a href="https://x.com/bcardarella/status/1861169450805850122?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://x.com/bcardarella/status/1861169450805850122</a> – DockYard is officially accepting native application contracts, showcasing their LiveView Native library.</li>
<li><a href="https://dockyard.com/services/mobile?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://dockyard.com/services/mobile</a> – DockYard's services page for mobile application contracts.</li>
<li><a href="https://github.com/liveview-native/live_view_native?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://github.com/liveview-native/live_view_native</a> – The LiveView Native open-source library created by DockYard.</li>
<li><a href="https://x.com/bcardarella/status/1858254238964412855?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://x.com/bcardarella/status/1858254238964412855</a> – Brian Cardarella teases a new Motion.dev wrapper for LiveView enhancing animation support.</li>
<li><a href="https://motion.dev/?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://motion.dev/</a> – Motion.dev is an animation library for JavaScript and React.</li>
<li><a href="https://hex.pm/packages/motion?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://hex.pm/packages/motion</a> – The "motion" package on Hex providing the library.</li>
<li><a href="https://github.com/dockyard/motion?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://github.com/dockyard/motion</a> – The GitHub repository for the Motion library.</li>
<li>Brian explains the significance of animation integration in LiveView for mobile experiences.</li>
<li><a href="https://x.com/ElixirConfEU/status/1861012571865698426?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://x.com/ElixirConfEU/status/1861012571865698426</a> – ElixirConf EU announces José Valim and Chris McCord as keynote speakers.</li>
<li><a href="https://www.elixirconf.eu/?utm_source=thinkingelixir&amp;utm_medium=shownotes" target="_blank" rel="nofollow noopener">https://www.elixirconf.eu/</a> – Information about ElixirConf EU 2025 with a call for talks open.</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">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" target="_blank" rel="nofollow noopener">Bluesky</a></li>
<li>Message the show - <a href="https://x.com/ThinkingElixir" target="_blank" rel="nofollow noopener">X</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a></li>
<li>Mark Ericksen on X - <a href="https://x.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a></li>
<li>Mark Ericksen on Bluesky - <a href="https://bsky.app/profile/brainlid.bsky.social" target="_blank" rel="nofollow noopener">@brainlid.bsky.social</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" target="_blank" rel="nofollow noopener">@brainlid@genserver.social</a></li>
<li>David Bernheisel on Bluesky - <a href="https://bsky.app/profile/david.bernheisel.com" target="_blank" rel="nofollow noopener">@david.bernheisel.com</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" target="_blank" rel="nofollow noopener">@dbern@genserver.social</a></li>
</ul>]]>
  </itunes:summary>
</item>
<item>
  <title>115: ElixirConf 2022 Recap</title>
  <link>https://podcast.thinkingelixir.com/115</link>
  <guid isPermaLink="false">9af32233-30ec-4006-ab50-9bb401fb016d</guid>
  <pubDate>Tue, 06 Sep 2022 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/9af32233-30ec-4006-ab50-9bb401fb016d.mp3" length="28176384" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>ElixirConf just finished! We cover the big announcements, talk highlights, and other relevant tech news. We cover Elixir 1.14, Livebook, Phoenix 1.7, ML, and the surprise announcement of Phoenix LiveView Native!</itunes:subtitle>
  <itunes:duration>38:42</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;ElixirConf US 2022 just finished! We cover the big announcements, talk highlights, and other relevant tech news. We discuss what some of these big announcements and projects represent and what they might mean for the Elixir community going forward. We talk about the Elixir 1.14 release, Livebook advances, Phoenix 1.7, machine learning progress, and the surprise announcement of Phoenix LiveView Native!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/115" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/115&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://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/" target="_blank" rel="nofollow noopener"&gt;https://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/&lt;/a&gt; – Elixir v1.14 officially released&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114&lt;/a&gt; – Elixir 1.14 changelog&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114&lt;/a&gt; – Nerves v1.9.0 fixed Elixir 1.14 warnings&lt;/li&gt;
&lt;li&gt;Phoenix 1.7 upcoming release discussed&lt;/li&gt;
&lt;li&gt;Phoenix 1.7 generators will use Tailwind CSS&lt;/li&gt;
&lt;li&gt;New &lt;code&gt;phx.gen.auth --live&lt;/code&gt; option&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/liveviewnative/liveview-client-swiftui" target="_blank" rel="nofollow noopener"&gt;https://github.com/liveviewnative/liveview-client-swiftui&lt;/a&gt; – Phoenix LiveView Native was announced&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/liveviewnative/elixirconf_chat" target="_blank" rel="nofollow noopener"&gt;https://github.com/liveviewnative/elixirconf_chat&lt;/a&gt; – ElixirConf Chat project created using Phoenix LiveView Native&lt;/li&gt;
&lt;li&gt;&lt;a href="https://getfirefly.org" target="_blank" rel="nofollow noopener"&gt;https://getfirefly.org&lt;/a&gt; – Lumen was renamed to Firefly&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/HoldenOullette/status/1565486046237921280" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/HoldenOullette/status/1565486046237921280&lt;/a&gt; – Podium released an OWASP security training LiveBook for Elixir developers.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/podium/elixir-secure-coding" target="_blank" rel="nofollow noopener"&gt;https://github.com/podium/elixir-secure-coding&lt;/a&gt; – Elixir Secure Coding Training (ESCT)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.ectoinproduction.com" target="_blank" rel="nofollow noopener"&gt;https://www.ectoinproduction.com&lt;/a&gt; – Ecto In Production future home&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/liveshowy/webauthn_live_component" target="_blank" rel="nofollow noopener"&gt;https://github.com/liveshowy/webauthn_live_component&lt;/a&gt; – SmartLogic released a LiveComponent to support WebAuthn authentication for your LiveView app&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/liveshowy/webauthn_live_component_demo" target="_blank" rel="nofollow noopener"&gt;https://github.com/liveshowy/webauthn_live_component_demo&lt;/a&gt; – WebAuthn authentication demo page&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/kipcole9/tempo" target="_blank" rel="nofollow noopener"&gt;https://github.com/kipcole9/tempo&lt;/a&gt; – Kip Cole released a new kind of DateTime library called Tempo&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kipcole9.github.io/tempo/2021-01-04-its-about-time/" target="_blank" rel="nofollow noopener"&gt;https://kipcole9.github.io/tempo/2021-01-04-its-about-time/&lt;/a&gt; – Temp blog post explains more about it.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/steveschoger/status/1562117153591107586" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/steveschoger/status/1562117153591107586&lt;/a&gt; – Heroicons v2.0 released. Used in TailwindUI templates.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/louispilfold/status/1564247740879609860" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/louispilfold/status/1564247740879609860&lt;/a&gt; – Louie Pilford showed a screenshot of Gleam compiling Elixir's Plug&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.heroku.com/next-chapter" target="_blank" rel="nofollow noopener"&gt;https://blog.heroku.com/next-chapter&lt;/a&gt; – Heroku, a popular PaaS made significant policy changes. Ending free tier and more.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://spectrum.ieee.org/top-programming-languages-2022" target="_blank" rel="nofollow noopener"&gt;https://spectrum.ieee.org/top-programming-languages-2022&lt;/a&gt; – IEEE Top Programming Languages 2022&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/josevalim/status/1565408635961884673" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/josevalim/status/1565408635961884673&lt;/a&gt; – José Valim shared they are porting non-neural algorithms to Elixir/Nx which runs on both CPU/GPU. Shared impressive performance comparisons.&lt;/li&gt;
&lt;li&gt;Chris Grainger gave a keynote about how Elixir is ready for real, production machine learning work.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.lambdadays.org/lambdadays2022" target="_blank" rel="nofollow noopener"&gt;https://www.lambdadays.org/lambdadays2022&lt;/a&gt; – Lambda Days conference. 5-6 June 2023 in Krakow, Poland&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://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&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 - &lt;a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;David Bernheisel - &lt;a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener"&gt;@bernheisel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Cade Ward - &lt;a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, conference, announcements, native, machine learning</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>ElixirConf US 2022 just finished! We cover the big announcements, talk highlights, and other relevant tech news. We discuss what some of these big announcements and projects represent and what they might mean for the Elixir community going forward. We talk about the Elixir 1.14 release, Livebook advances, Phoenix 1.7, machine learning progress, and the surprise announcement of Phoenix LiveView Native!</p>

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

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

<ul>
<li><a href="https://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/" target="_blank" rel="nofollow noopener">https://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/</a> – Elixir v1.14 officially released</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114</a> – Elixir 1.14 changelog</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114</a> – Nerves v1.9.0 fixed Elixir 1.14 warnings</li>
<li>Phoenix 1.7 upcoming release discussed</li>
<li>Phoenix 1.7 generators will use Tailwind CSS</li>
<li>New <code>phx.gen.auth --live</code> option</li>
<li><a href="https://github.com/liveviewnative/liveview-client-swiftui" target="_blank" rel="nofollow noopener">https://github.com/liveviewnative/liveview-client-swiftui</a> – Phoenix LiveView Native was announced</li>
<li><a href="https://github.com/liveviewnative/elixirconf_chat" target="_blank" rel="nofollow noopener">https://github.com/liveviewnative/elixirconf_chat</a> – ElixirConf Chat project created using Phoenix LiveView Native</li>
<li><a href="https://getfirefly.org" target="_blank" rel="nofollow noopener">https://getfirefly.org</a> – Lumen was renamed to Firefly</li>
<li><a href="https://twitter.com/HoldenOullette/status/1565486046237921280" target="_blank" rel="nofollow noopener">https://twitter.com/HoldenOullette/status/1565486046237921280</a> – Podium released an OWASP security training LiveBook for Elixir developers.</li>
<li><a href="https://github.com/podium/elixir-secure-coding" target="_blank" rel="nofollow noopener">https://github.com/podium/elixir-secure-coding</a> – Elixir Secure Coding Training (ESCT)</li>
<li><a href="https://www.ectoinproduction.com" target="_blank" rel="nofollow noopener">https://www.ectoinproduction.com</a> – Ecto In Production future home</li>
<li><a href="https://github.com/liveshowy/webauthn_live_component" target="_blank" rel="nofollow noopener">https://github.com/liveshowy/webauthn_live_component</a> – SmartLogic released a LiveComponent to support WebAuthn authentication for your LiveView app</li>
<li><a href="https://github.com/liveshowy/webauthn_live_component_demo" target="_blank" rel="nofollow noopener">https://github.com/liveshowy/webauthn_live_component_demo</a> – WebAuthn authentication demo page</li>
<li><a href="https://github.com/kipcole9/tempo" target="_blank" rel="nofollow noopener">https://github.com/kipcole9/tempo</a> – Kip Cole released a new kind of DateTime library called Tempo</li>
<li><a href="https://kipcole9.github.io/tempo/2021-01-04-its-about-time/" target="_blank" rel="nofollow noopener">https://kipcole9.github.io/tempo/2021-01-04-its-about-time/</a> – Temp blog post explains more about it.</li>
<li><a href="https://twitter.com/steveschoger/status/1562117153591107586" target="_blank" rel="nofollow noopener">https://twitter.com/steveschoger/status/1562117153591107586</a> – Heroicons v2.0 released. Used in TailwindUI templates.</li>
<li><a href="https://twitter.com/louispilfold/status/1564247740879609860" target="_blank" rel="nofollow noopener">https://twitter.com/louispilfold/status/1564247740879609860</a> – Louie Pilford showed a screenshot of Gleam compiling Elixir's Plug</li>
<li><a href="https://blog.heroku.com/next-chapter" target="_blank" rel="nofollow noopener">https://blog.heroku.com/next-chapter</a> – Heroku, a popular PaaS made significant policy changes. Ending free tier and more.</li>
<li><a href="https://spectrum.ieee.org/top-programming-languages-2022" target="_blank" rel="nofollow noopener">https://spectrum.ieee.org/top-programming-languages-2022</a> – IEEE Top Programming Languages 2022</li>
<li><a href="https://twitter.com/josevalim/status/1565408635961884673" target="_blank" rel="nofollow noopener">https://twitter.com/josevalim/status/1565408635961884673</a> – José Valim shared they are porting non-neural algorithms to Elixir/Nx which runs on both CPU/GPU. Shared impressive performance comparisons.</li>
<li>Chris Grainger gave a keynote about how Elixir is ready for real, production machine learning work.</li>
<li><a href="https://www.lambdadays.org/lambdadays2022" target="_blank" rel="nofollow noopener">https://www.lambdadays.org/lambdadays2022</a> – Lambda Days conference. 5-6 June 2023 in Krakow, Poland</li>
</ul>

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

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener">@cadebward</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!
</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>ElixirConf US 2022 just finished! We cover the big announcements, talk highlights, and other relevant tech news. We discuss what some of these big announcements and projects represent and what they might mean for the Elixir community going forward. We talk about the Elixir 1.14 release, Livebook advances, Phoenix 1.7, machine learning progress, and the surprise announcement of Phoenix LiveView Native!</p>

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

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

<ul>
<li><a href="https://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/" target="_blank" rel="nofollow noopener">https://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/</a> – Elixir v1.14 officially released</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114</a> – Elixir 1.14 changelog</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114</a> – Nerves v1.9.0 fixed Elixir 1.14 warnings</li>
<li>Phoenix 1.7 upcoming release discussed</li>
<li>Phoenix 1.7 generators will use Tailwind CSS</li>
<li>New <code>phx.gen.auth --live</code> option</li>
<li><a href="https://github.com/liveviewnative/liveview-client-swiftui" target="_blank" rel="nofollow noopener">https://github.com/liveviewnative/liveview-client-swiftui</a> – Phoenix LiveView Native was announced</li>
<li><a href="https://github.com/liveviewnative/elixirconf_chat" target="_blank" rel="nofollow noopener">https://github.com/liveviewnative/elixirconf_chat</a> – ElixirConf Chat project created using Phoenix LiveView Native</li>
<li><a href="https://getfirefly.org" target="_blank" rel="nofollow noopener">https://getfirefly.org</a> – Lumen was renamed to Firefly</li>
<li><a href="https://twitter.com/HoldenOullette/status/1565486046237921280" target="_blank" rel="nofollow noopener">https://twitter.com/HoldenOullette/status/1565486046237921280</a> – Podium released an OWASP security training LiveBook for Elixir developers.</li>
<li><a href="https://github.com/podium/elixir-secure-coding" target="_blank" rel="nofollow noopener">https://github.com/podium/elixir-secure-coding</a> – Elixir Secure Coding Training (ESCT)</li>
<li><a href="https://www.ectoinproduction.com" target="_blank" rel="nofollow noopener">https://www.ectoinproduction.com</a> – Ecto In Production future home</li>
<li><a href="https://github.com/liveshowy/webauthn_live_component" target="_blank" rel="nofollow noopener">https://github.com/liveshowy/webauthn_live_component</a> – SmartLogic released a LiveComponent to support WebAuthn authentication for your LiveView app</li>
<li><a href="https://github.com/liveshowy/webauthn_live_component_demo" target="_blank" rel="nofollow noopener">https://github.com/liveshowy/webauthn_live_component_demo</a> – WebAuthn authentication demo page</li>
<li><a href="https://github.com/kipcole9/tempo" target="_blank" rel="nofollow noopener">https://github.com/kipcole9/tempo</a> – Kip Cole released a new kind of DateTime library called Tempo</li>
<li><a href="https://kipcole9.github.io/tempo/2021-01-04-its-about-time/" target="_blank" rel="nofollow noopener">https://kipcole9.github.io/tempo/2021-01-04-its-about-time/</a> – Temp blog post explains more about it.</li>
<li><a href="https://twitter.com/steveschoger/status/1562117153591107586" target="_blank" rel="nofollow noopener">https://twitter.com/steveschoger/status/1562117153591107586</a> – Heroicons v2.0 released. Used in TailwindUI templates.</li>
<li><a href="https://twitter.com/louispilfold/status/1564247740879609860" target="_blank" rel="nofollow noopener">https://twitter.com/louispilfold/status/1564247740879609860</a> – Louie Pilford showed a screenshot of Gleam compiling Elixir's Plug</li>
<li><a href="https://blog.heroku.com/next-chapter" target="_blank" rel="nofollow noopener">https://blog.heroku.com/next-chapter</a> – Heroku, a popular PaaS made significant policy changes. Ending free tier and more.</li>
<li><a href="https://spectrum.ieee.org/top-programming-languages-2022" target="_blank" rel="nofollow noopener">https://spectrum.ieee.org/top-programming-languages-2022</a> – IEEE Top Programming Languages 2022</li>
<li><a href="https://twitter.com/josevalim/status/1565408635961884673" target="_blank" rel="nofollow noopener">https://twitter.com/josevalim/status/1565408635961884673</a> – José Valim shared they are porting non-neural algorithms to Elixir/Nx which runs on both CPU/GPU. Shared impressive performance comparisons.</li>
<li>Chris Grainger gave a keynote about how Elixir is ready for real, production machine learning work.</li>
<li><a href="https://www.lambdadays.org/lambdadays2022" target="_blank" rel="nofollow noopener">https://www.lambdadays.org/lambdadays2022</a> – Lambda Days conference. 5-6 June 2023 in Krakow, Poland</li>
</ul>

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

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener">@cadebward</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!
</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
