<?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, 17 Apr 2026 01:29:53 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Machine Learning”</title>
    <link>https://podcast.thinkingelixir.com/tags/machine%20learning</link>
    <pubDate>Tue, 28 Mar 2023 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>144: Thinking Elixir News</title>
  <link>https://podcast.thinkingelixir.com/144</link>
  <guid isPermaLink="false">2a2efab1-871a-43eb-9d32-a064a1b56f01</guid>
  <pubDate>Tue, 28 Mar 2023 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/2a2efab1-871a-43eb-9d32-a064a1b56f01.mp3" length="10184704" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>A collection of ML stories, fixing an 8-year old LiveView bug, Docker drama, speeding up Dialyzer in CI, a new Credo release and more!</itunes:subtitle>
  <itunes:duration>13:43</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>A collection of ML stories, fixing an 8-year old LiveView bug, Docker drama, speeding up Dialyzer in CI, a new Credo release and more!
Show Notes online - http://podcast.thinkingelixir.com/144 (http://podcast.thinkingelixir.com/144)
Elixir Community News
- https://www.phoenixframework.org/blog/whisper-speech-to-text-phoenix (https://www.phoenixframework.org/blog/whisper-speech-to-text-phoenix?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Chris McCord made a video showing how quickly he can add audio transcription to the open-source LiveBeats application.
- https://fly.io/blog/livebeats/ (https://fly.io/blog/livebeats/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – LiveBeats blog post with link to the project
- https://www.youtube.com/watch?v=OsxGB6MbA8o (https://www.youtube.com/watch?v=OsxGB6MbA8o?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Warsaw meetup was recorded where Hans Josephsen showed using “Object detection in Elixir with Axon” in a Livebook.
- https://twitter.com/livebookdev/status/1636780420422418465 (https://twitter.com/livebookdev/status/1636780420422418465?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Conversation models coming soon to Livebook + Bumblebee
- https://github.com/nickgnd/programming-machine-learning-livebooks (https://github.com/nickgnd/programming-machine-learning-livebooks?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Gin Lennon converted the Jupyter notebooks for the Python book “Programming Machine Learning” book by P. Perrotta into Elixir Livebooks with Axon.
- https://fly.io/phoenix-files/phoenix-dev-blog-sounds-like-a-bug/ (https://fly.io/phoenix-files/phoenix-dev-blog-sounds-like-a-bug/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Chris McCord wrote a blog post about his journey to diagnose and fix a challenging race condition in LiveView but only when using the long-poll feature.
- https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/ (https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – The Docker drama update from blog post published on March 16th.
- https://twitter.com/hexpm/status/1636337448543301633 (https://twitter.com/hexpm/status/1636337448543301633?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Docker policy update and the impact on Hex "TL;DR - we are not affected by it"
- https://hub.docker.com/u/hexpm (https://hub.docker.com/u/hexpm?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – The Hexpm organization on Docker Hub
- https://twitter.com/whatyouhide/status/1635692248485572622 (https://twitter.com/whatyouhide/status/1635692248485572622?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Andrea Leopardi added module support for the "since" metadata attribute
- https://github.com/elixir-lang/ex_doc/pull/1680 (https://github.com/elixir-lang/ex_doc/pull/1680?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – PR for the change
- https://blog.massdriver.cloud/posts/gha-dialyzer/ (https://blog.massdriver.cloud/posts/gha-dialyzer/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Massdriver published a blog post on speeding up Dialyzer in CI
- https://hexdocs.pm/credo/changelog.html (https://hexdocs.pm/credo/changelog.html?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Credo released a big update 1.7.0
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com)
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Message the show on Fediverse - @ThinkingElixir@genserver.social (https://genserver.social/ThinkingElixir)
- Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com)
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- Mark Ericksen on Fediverse - @brainlid@genserver.social (https://genserver.social/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- David Bernheisel on Fediverse - @dbern@genserver.social (https://genserver.social/dbern)
- Cade Ward - @cadebward (https://twitter.com/cadebward)
- Cade Ward on Fediverse - @cadebward@genserver.social (https://genserver.social/cadebward) 
</description>
  <itunes:keywords>elixir, machine learning, liveview, credo, dialyzer</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>A collection of ML stories, fixing an 8-year old LiveView bug, Docker drama, speeding up Dialyzer in CI, a new Credo release and more!</p>

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

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

<ul>
<li><a href="https://www.phoenixframework.org/blog/whisper-speech-to-text-phoenix?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.phoenixframework.org/blog/whisper-speech-to-text-phoenix</a> – Chris McCord made a video showing how quickly he can add audio transcription to the open-source LiveBeats application.</li>
<li><a href="https://fly.io/blog/livebeats/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://fly.io/blog/livebeats/</a> – LiveBeats blog post with link to the project</li>
<li><a href="https://www.youtube.com/watch?v=OsxGB6MbA8o?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.youtube.com/watch?v=OsxGB6MbA8o</a> – Warsaw meetup was recorded where Hans Josephsen showed using “Object detection in Elixir with Axon” in a Livebook.</li>
<li><a href="https://twitter.com/livebookdev/status/1636780420422418465?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/livebookdev/status/1636780420422418465</a> – Conversation models coming soon to Livebook + Bumblebee</li>
<li><a href="https://github.com/nickgnd/programming-machine-learning-livebooks?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/nickgnd/programming-machine-learning-livebooks</a> – Gin Lennon converted the Jupyter notebooks for the Python book “Programming Machine Learning” book by P. Perrotta into Elixir Livebooks with Axon.</li>
<li><a href="https://fly.io/phoenix-files/phoenix-dev-blog-sounds-like-a-bug/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://fly.io/phoenix-files/phoenix-dev-blog-sounds-like-a-bug/</a> – Chris McCord wrote a blog post about his journey to diagnose and fix a challenging race condition in LiveView but only when using the long-poll feature.</li>
<li><a href="https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/</a> – The Docker drama update from blog post published on March 16th.</li>
<li><a href="https://twitter.com/hexpm/status/1636337448543301633?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/hexpm/status/1636337448543301633</a> – Docker policy update and the impact on Hex &quot;TL;DR - we are not affected by it&quot;</li>
<li><a href="https://hub.docker.com/u/hexpm?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hub.docker.com/u/hexpm</a> – The Hexpm organization on Docker Hub</li>
<li><a href="https://twitter.com/whatyouhide/status/1635692248485572622?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/whatyouhide/status/1635692248485572622</a> – Andrea Leopardi added module support for the &quot;since&quot; metadata attribute</li>
<li><a href="https://github.com/elixir-lang/ex_doc/pull/1680?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/elixir-lang/ex_doc/pull/1680</a> – PR for the change</li>
<li><a href="https://blog.massdriver.cloud/posts/gha-dialyzer/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://blog.massdriver.cloud/posts/gha-dialyzer/</a> – Massdriver published a blog post on speeding up Dialyzer in CI</li>
<li><a href="https://hexdocs.pm/credo/changelog.html?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/credo/changelog.html</a> – Credo released a big update 1.7.0</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://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</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 - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Fediverse - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</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>A collection of ML stories, fixing an 8-year old LiveView bug, Docker drama, speeding up Dialyzer in CI, a new Credo release and more!</p>

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

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

<ul>
<li><a href="https://www.phoenixframework.org/blog/whisper-speech-to-text-phoenix?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.phoenixframework.org/blog/whisper-speech-to-text-phoenix</a> – Chris McCord made a video showing how quickly he can add audio transcription to the open-source LiveBeats application.</li>
<li><a href="https://fly.io/blog/livebeats/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://fly.io/blog/livebeats/</a> – LiveBeats blog post with link to the project</li>
<li><a href="https://www.youtube.com/watch?v=OsxGB6MbA8o?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.youtube.com/watch?v=OsxGB6MbA8o</a> – Warsaw meetup was recorded where Hans Josephsen showed using “Object detection in Elixir with Axon” in a Livebook.</li>
<li><a href="https://twitter.com/livebookdev/status/1636780420422418465?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/livebookdev/status/1636780420422418465</a> – Conversation models coming soon to Livebook + Bumblebee</li>
<li><a href="https://github.com/nickgnd/programming-machine-learning-livebooks?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/nickgnd/programming-machine-learning-livebooks</a> – Gin Lennon converted the Jupyter notebooks for the Python book “Programming Machine Learning” book by P. Perrotta into Elixir Livebooks with Axon.</li>
<li><a href="https://fly.io/phoenix-files/phoenix-dev-blog-sounds-like-a-bug/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://fly.io/phoenix-files/phoenix-dev-blog-sounds-like-a-bug/</a> – Chris McCord wrote a blog post about his journey to diagnose and fix a challenging race condition in LiveView but only when using the long-poll feature.</li>
<li><a href="https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/</a> – The Docker drama update from blog post published on March 16th.</li>
<li><a href="https://twitter.com/hexpm/status/1636337448543301633?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/hexpm/status/1636337448543301633</a> – Docker policy update and the impact on Hex &quot;TL;DR - we are not affected by it&quot;</li>
<li><a href="https://hub.docker.com/u/hexpm?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hub.docker.com/u/hexpm</a> – The Hexpm organization on Docker Hub</li>
<li><a href="https://twitter.com/whatyouhide/status/1635692248485572622?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/whatyouhide/status/1635692248485572622</a> – Andrea Leopardi added module support for the &quot;since&quot; metadata attribute</li>
<li><a href="https://github.com/elixir-lang/ex_doc/pull/1680?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/elixir-lang/ex_doc/pull/1680</a> – PR for the change</li>
<li><a href="https://blog.massdriver.cloud/posts/gha-dialyzer/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://blog.massdriver.cloud/posts/gha-dialyzer/</a> – Massdriver published a blog post on speeding up Dialyzer in CI</li>
<li><a href="https://hexdocs.pm/credo/changelog.html?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/credo/changelog.html</a> – Credo released a big update 1.7.0</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://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</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 - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Fediverse - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</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>
<item>
  <title>133: Winning the ML Prise</title>
  <link>https://podcast.thinkingelixir.com/133</link>
  <guid isPermaLink="false">ad89ae71-a53e-44c3-ab82-fbd916afbc12</guid>
  <pubDate>Tue, 10 Jan 2023 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/ad89ae71-a53e-44c3-ab82-fbd916afbc12.mp3" length="31905792" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Philip Brown talks about how he created Prise.com using Elixir, Phoenix, Axon, Nx and LiveView to help people use machine learning to prioritize their tasks spread across multiple systems!</itunes:subtitle>
  <itunes:duration>43:53</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>We talk with Philip Brown who started Prise in Jan 2022 using Elixir, Axon and Nx to apply machine learning to project management. He shares what he's accomplished as a one-person dev team and how Elixir enabled him to develop more rapidly. He shares how, with no ML academic training, he learned as he went and developed and trained his own models that classify and prioritize people's tasks spread across multiple systems! A fun and empowering discussion!
Show Notes online - http://podcast.thinkingelixir.com/133 (http://podcast.thinkingelixir.com/133)
Elixir Community News
- https://twitter.com/whatyouhide/status/1609914819511222273 (https://twitter.com/whatyouhide/status/1609914819511222273) – Andrea Leopardi has started a video series solving networking problems from protohackers.com
- https://protohackers.com/ (https://protohackers.com/)
- https://twitter.com/livebookdev/status/1608127539196882944 (https://twitter.com/livebookdev/status/1608127539196882944) – A Smart cell for playing with DALL-E directly from Livebook
- https://github.com/PJUllrich/kino_dalle (https://github.com/PJUllrich/kino_dalle)
- https://twitter.com/toranb/status/1609238634020106246 (https://twitter.com/toranb/status/1609238634020106246) – A "hello world" of ML with Axon
- https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58 (https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58) – Gist with the full example
- https://en.wikipedia.org/wiki/Fizz_buzz (https://en.wikipedia.org/wiki/Fizz_buzz) – Fizz Buzz explained
- https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less (https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less) – German Velesco released a video and post about Phoenix going “View-less”
- https://www.youtube.com/watch?v=h-803kOXq3g (https://www.youtube.com/watch?v=h-803kOXq3g)
- https://news.ycombinator.com/item?id=34188461 (https://news.ycombinator.com/item?id=34188461) – The view-less post discussion on Hacker News
- https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39ADAh6IwIuh8K6gd (https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd) – ElixirConf EU 2022 videos continue to be released.
- https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto (https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto) – finitomata library updated to support Ecto
- https://github.com/am-kantox/finitomata (https://github.com/am-kantox/finitomata)
- https://fosstodon.org/@lfe/109620918877368730 (https://fosstodon.org/@lfe/109620918877368730) – Version 2.1.0 of LFE was released.
- https://pagespeed.web.dev/report (https://pagespeed.web.dev/report) – Fun experiment. Pagespeed Insights and LiveView with Tailwind.
- https://hex.pm/packages/phoenix_seo (https://hex.pm/packages/phoenix_seo) – Phoenix SEO package
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com)
Discussion Resources
- https://prise.com (https://prise.com)
- https://www.reddit.com/r/elixir/comments/z9q156/ibuiltpriseatooltotrackandsearch_work/ (https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/)
- https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/ (https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/) – End-to-end article showing recognizing handwritten digits with Elixir, Axon, and Nx
- https://twitter.com/philipbrown/status/1604476648639692800 (https://twitter.com/philipbrown/status/1604476648639692800) – Tweet about Elixir reducing cost of development
- https://twitter.com/philipbrown/status/1604793690630672384 (https://twitter.com/philipbrown/status/1604793690630672384) – Tweet about Elixir reducing cost of development
Guest Information
- https://twitter.com/philipbrown (https://twitter.com/philipbrown) – on Twitter
- https://github.com/philipbrown/ (https://github.com/philipbrown/) – on Github
- https://prise.com (https://prise.com) – Website
- https://culttt.com (https://culttt.com) – Blog
- philip@prise.com
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Message the show on Mastadon - @ThinkingElixir@genserver.social (https://genserver.social/ThinkingElixir)
- Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com)
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- Mark Ericksen on Mastadon - @brainlid@genserver.social (https://genserver.social/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- David Bernheisel on Mastadon - @dbern@genserver.social (https://genserver.social/dbern)
- Cade Ward - @cadebward (https://twitter.com/cadebward)
- Cade Ward on Mastadon - @cadebward@genserver.social (https://genserver.social/cadebward) 
</description>
  <itunes:keywords>elixir, machine learning, nx, axon, live view, startup</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We talk with Philip Brown who started Prise in Jan 2022 using Elixir, Axon and Nx to apply machine learning to project management. He shares what he&#39;s accomplished as a one-person dev team and how Elixir enabled him to develop more rapidly. He shares how, with no ML academic training, he learned as he went and developed and trained his own models that classify and prioritize people&#39;s tasks spread across multiple systems! A fun and empowering discussion!</p>

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

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

<ul>
<li><a href="https://twitter.com/whatyouhide/status/1609914819511222273" rel="nofollow">https://twitter.com/whatyouhide/status/1609914819511222273</a> – Andrea Leopardi has started a video series solving networking problems from protohackers.com</li>
<li><a href="https://protohackers.com/" rel="nofollow">https://protohackers.com/</a></li>
<li><a href="https://twitter.com/livebookdev/status/1608127539196882944" rel="nofollow">https://twitter.com/livebookdev/status/1608127539196882944</a> – A Smart cell for playing with DALL-E directly from Livebook</li>
<li><a href="https://github.com/PJUllrich/kino_dalle" rel="nofollow">https://github.com/PJUllrich/kino_dalle</a></li>
<li><a href="https://twitter.com/toranb/status/1609238634020106246" rel="nofollow">https://twitter.com/toranb/status/1609238634020106246</a> – A &quot;hello world&quot; of ML with Axon</li>
<li><a href="https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58" rel="nofollow">https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58</a> – Gist with the full example</li>
<li><a href="https://en.wikipedia.org/wiki/Fizz_buzz" rel="nofollow">https://en.wikipedia.org/wiki/Fizz_buzz</a> – Fizz Buzz explained</li>
<li><a href="https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less" rel="nofollow">https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less</a> – German Velesco released a video and post about Phoenix going “View-less”</li>
<li><a href="https://www.youtube.com/watch?v=h-803kOXq3g" rel="nofollow">https://www.youtube.com/watch?v=h-803kOXq3g</a></li>
<li><a href="https://news.ycombinator.com/item?id=34188461" rel="nofollow">https://news.ycombinator.com/item?id=34188461</a> – The view-less post discussion on Hacker News</li>
<li><a href="https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd" rel="nofollow">https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd</a> – ElixirConf EU 2022 videos continue to be released.</li>
<li><a href="https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto" rel="nofollow">https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto</a> – finitomata library updated to support Ecto</li>
<li><a href="https://github.com/am-kantox/finitomata" rel="nofollow">https://github.com/am-kantox/finitomata</a></li>
<li><a href="https://fosstodon.org/@lfe/109620918877368730" rel="nofollow">https://fosstodon.org/@lfe/109620918877368730</a> – Version 2.1.0 of LFE was released.</li>
<li><a href="https://pagespeed.web.dev/report" rel="nofollow">https://pagespeed.web.dev/report</a> – Fun experiment. Pagespeed Insights and LiveView with Tailwind.</li>
<li><a href="https://hex.pm/packages/phoenix_seo" rel="nofollow">https://hex.pm/packages/phoenix_seo</a> – Phoenix SEO package</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://prise.com" rel="nofollow">https://prise.com</a></li>
<li><a href="https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/" rel="nofollow">https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/</a></li>
<li><a href="https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/" rel="nofollow">https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/</a> – End-to-end article showing recognizing handwritten digits with Elixir, Axon, and Nx</li>
<li><a href="https://twitter.com/philipbrown/status/1604476648639692800" rel="nofollow">https://twitter.com/philipbrown/status/1604476648639692800</a> – Tweet about Elixir reducing cost of development</li>
<li><a href="https://twitter.com/philipbrown/status/1604793690630672384" rel="nofollow">https://twitter.com/philipbrown/status/1604793690630672384</a> – Tweet about Elixir reducing cost of development</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/philipbrown" rel="nofollow">https://twitter.com/philipbrown</a> – on Twitter</li>
<li><a href="https://github.com/philipbrown/" rel="nofollow">https://github.com/philipbrown/</a> – on Github</li>
<li><a href="https://prise.com" rel="nofollow">https://prise.com</a> – Website</li>
<li><a href="https://culttt.com" rel="nofollow">https://culttt.com</a> – Blog</li>
<li><a href="mailto:philip@prise.com" rel="nofollow">philip@prise.com</a></li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <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 - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</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>We talk with Philip Brown who started Prise in Jan 2022 using Elixir, Axon and Nx to apply machine learning to project management. He shares what he&#39;s accomplished as a one-person dev team and how Elixir enabled him to develop more rapidly. He shares how, with no ML academic training, he learned as he went and developed and trained his own models that classify and prioritize people&#39;s tasks spread across multiple systems! A fun and empowering discussion!</p>

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

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

<ul>
<li><a href="https://twitter.com/whatyouhide/status/1609914819511222273" rel="nofollow">https://twitter.com/whatyouhide/status/1609914819511222273</a> – Andrea Leopardi has started a video series solving networking problems from protohackers.com</li>
<li><a href="https://protohackers.com/" rel="nofollow">https://protohackers.com/</a></li>
<li><a href="https://twitter.com/livebookdev/status/1608127539196882944" rel="nofollow">https://twitter.com/livebookdev/status/1608127539196882944</a> – A Smart cell for playing with DALL-E directly from Livebook</li>
<li><a href="https://github.com/PJUllrich/kino_dalle" rel="nofollow">https://github.com/PJUllrich/kino_dalle</a></li>
<li><a href="https://twitter.com/toranb/status/1609238634020106246" rel="nofollow">https://twitter.com/toranb/status/1609238634020106246</a> – A &quot;hello world&quot; of ML with Axon</li>
<li><a href="https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58" rel="nofollow">https://gist.github.com/toranb/e5c48565e83e4baaaf2c5850531a8a58</a> – Gist with the full example</li>
<li><a href="https://en.wikipedia.org/wiki/Fizz_buzz" rel="nofollow">https://en.wikipedia.org/wiki/Fizz_buzz</a> – Fizz Buzz explained</li>
<li><a href="https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less" rel="nofollow">https://www.germanvelasco.com/blog/phoenix-1-7-is-view-less</a> – German Velesco released a video and post about Phoenix going “View-less”</li>
<li><a href="https://www.youtube.com/watch?v=h-803kOXq3g" rel="nofollow">https://www.youtube.com/watch?v=h-803kOXq3g</a></li>
<li><a href="https://news.ycombinator.com/item?id=34188461" rel="nofollow">https://news.ycombinator.com/item?id=34188461</a> – The view-less post discussion on Hacker News</li>
<li><a href="https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd" rel="nofollow">https://www.youtube.com/playlist?list=PLvL2NEhYV4ZuuF39_A_DAh6IwIuh8K6gd</a> – ElixirConf EU 2022 videos continue to be released.</li>
<li><a href="https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto" rel="nofollow">https://rocket-science.ru/hacking/2023/01/01/finitomata-marries-ecto</a> – finitomata library updated to support Ecto</li>
<li><a href="https://github.com/am-kantox/finitomata" rel="nofollow">https://github.com/am-kantox/finitomata</a></li>
<li><a href="https://fosstodon.org/@lfe/109620918877368730" rel="nofollow">https://fosstodon.org/@lfe/109620918877368730</a> – Version 2.1.0 of LFE was released.</li>
<li><a href="https://pagespeed.web.dev/report" rel="nofollow">https://pagespeed.web.dev/report</a> – Fun experiment. Pagespeed Insights and LiveView with Tailwind.</li>
<li><a href="https://hex.pm/packages/phoenix_seo" rel="nofollow">https://hex.pm/packages/phoenix_seo</a> – Phoenix SEO package</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://prise.com" rel="nofollow">https://prise.com</a></li>
<li><a href="https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/" rel="nofollow">https://www.reddit.com/r/elixir/comments/z9q156/i_built_prise_a_tool_to_track_and_search_work/</a></li>
<li><a href="https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/" rel="nofollow">https://fly.io/phoenix-files/recognize-digits-using-ml-in-elixir/</a> – End-to-end article showing recognizing handwritten digits with Elixir, Axon, and Nx</li>
<li><a href="https://twitter.com/philipbrown/status/1604476648639692800" rel="nofollow">https://twitter.com/philipbrown/status/1604476648639692800</a> – Tweet about Elixir reducing cost of development</li>
<li><a href="https://twitter.com/philipbrown/status/1604793690630672384" rel="nofollow">https://twitter.com/philipbrown/status/1604793690630672384</a> – Tweet about Elixir reducing cost of development</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/philipbrown" rel="nofollow">https://twitter.com/philipbrown</a> – on Twitter</li>
<li><a href="https://github.com/philipbrown/" rel="nofollow">https://github.com/philipbrown/</a> – on Github</li>
<li><a href="https://prise.com" rel="nofollow">https://prise.com</a> – Website</li>
<li><a href="https://culttt.com" rel="nofollow">https://culttt.com</a> – Blog</li>
<li><a href="mailto:philip@prise.com" rel="nofollow">philip@prise.com</a></li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <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 - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</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>
<item>
  <title>130: Bumblebee Buzz with José Valim</title>
  <link>https://podcast.thinkingelixir.com/130</link>
  <guid isPermaLink="false">5068b898-a32b-43d8-a448-f2e0194baad3</guid>
  <pubDate>Tue, 20 Dec 2022 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/5068b898-a32b-43d8-a448-f2e0194baad3.mp3" length="54884352" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>The buzz around Bumblebee is energetic! Listen to José Valim, Paulo Valente, and Jonatan Kłosko explain and share what this means for the Elixir community! We can easily add advanced AI models to our Phoenix apps for one!</itunes:subtitle>
  <itunes:duration>1:15:48</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>The Elixir community is buzzing with excitement around Bumblebee! Bumblebee makes it easy to use a variety of pre-trained neural network models in Elixir. José Valim, Paulo Valente, and Jonatan Kłosko join us to talk about this latest advancement. We learn how Bumblebee works, the abilities that are supported today, where things are going next and the longer term visions of what's possible. We cover the new Livebook smart cells that create an easy playground for playing with Bumblebee, a single-file Phoenix example that does image classification, and much more!
Show Notes online - http://podcast.thinkingelixir.com/130 (http://podcast.thinkingelixir.com/130)
Elixir Community News
- https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O (https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O) – José Valim made the Bumblebee reveal
- https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix (https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix) – Phoenix examples using Bumblebee
- https://spawnfest.org/2022.html (https://spawnfest.org/2022.html) – SpawnFest 2022 winners announced
- https://github.com/spawnfest/json_native (https://github.com/spawnfest/json_native) – 1st place overall - jasonnative
- https://github.com/spawnfest/secret_vault (https://github.com/spawnfest/secret_vault) – Tie for 2nd place - secretvault
- https://github.com/spawnfest/the-arborists (https://github.com/spawnfest/the-arborists) – Tied for 2nd place - the-arborists
- https://github.com/spawnfest/dtu (https://github.com/spawnfest/dtu) – 3rd place overall - dtu (“Data The Ultimate”)
- https://podcast.thinkingelixir.com/127 (https://podcast.thinkingelixir.com/127) – Lively project episode won in Livebook category
- https://twitter.com/sorentwo/status/1600167231828086785 (https://twitter.com/sorentwo/status/1600167231828086785) – Github's Dependabot Elixir support explained
- https://fosstodon.org/@tylerayoung/109467615067473743 (https://fosstodon.org/@tylerayoung/109467615067473743) – Post from Tyler Young about Dependabot
- https://twitter.com/ElixirMembrane/status/1599751442180382721 (https://twitter.com/ElixirMembrane/status/1599751442180382721) – The Membrane GitHub org is changing to Jellyfish
- https://podcast.thinkingelixir.com/43 (https://podcast.thinkingelixir.com/43) – Previous interview about Membrane
- https://github.com/benvp/ex_cva (https://github.com/benvp/ex_cva) – Class Variance Authority library
- https://elixirforum.com/t/cva-easily-construct-component-variants/52043 (https://elixirforum.com/t/cva-easily-construct-component-variants/52043) – CVA variant usage explained
- https://github.com/joe-bell/cva (https://github.com/joe-bell/cva) – Original implementation in JS
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com)
Discussion Resources
- https://twitter.com/josevalim/status/1600955042621976576 (https://twitter.com/josevalim/status/1600955042621976576) – Bumblebee announcement
- https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O (https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O) – Livebook announcement with embedded Youtube video
- https://www.youtube.com/watch?v=g3oyh3g1AtQ (https://www.youtube.com/watch?v=g3oyh3g1AtQ) – YouTube show-and-tell video from Jose
- https://twitter.com/josevalim/status/1601228739819450368 (https://twitter.com/josevalim/status/1601228739819450368) – Guest article on HuggingFace about Elixir and ML
- https://huggingface.co/blog/elixir-bumblebee (https://huggingface.co/blog/elixir-bumblebee)
- https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix (https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix) – Examples of embedding a Phoenix app in a single file from Chris McCord
- https://github.com/livebook-dev/kino_bumblebee (https://github.com/livebook-dev/kino_bumblebee) – Livebook smart cell
- https://podcast.thinkingelixir.com/109 (https://podcast.thinkingelixir.com/109) – Paulo episode
- https://podcast.thinkingelixir.com/46 (https://podcast.thinkingelixir.com/46) – Jonatan episode
- https://huggingface.co (https://huggingface.co)
- https://github.com/elixir-nx/scholar (https://github.com/elixir-nx/scholar)
- https://podcast.thinkingelixir.com/104 (https://podcast.thinkingelixir.com/104) – Exploring Our Data with Chris Grainger
- https://podcast.thinkingelixir.com/95 (https://podcast.thinkingelixir.com/95) – Rustler Precompiled with Philip Sampaio
- https://en.wikipedia.org/wiki/Federated_learning (https://en.wikipedia.org/wiki/Federated_learning)
- https://prise.com/ (https://prise.com/)
- https://www.amplified.ai/ (https://www.amplified.ai/)
- https://github.com/polvalente/nx-signal (https://github.com/polvalente/nx-signal)
- https://erlef.org/slack-invite/erlef (https://erlef.org/slack-invite/erlef)
Guest Information
- https://genserver.social/josevalim (https://genserver.social/josevalim) – José Valim on Mastadon
- https://twitter.com/josevalim (https://twitter.com/josevalim) – José Valim on Twitter
- https://github.com/josevalim (https://github.com/josevalim) – José Valim on Github
- https://dashbit.co/ (https://dashbit.co/) – Dashbit website and blog
- https://github.com/jonatanklosko/ (https://github.com/jonatanklosko/) – Jonatan Kłosko on Github
- https://jonatanklosko.com/ (https://jonatanklosko.com/) – Blog
- jonatanklosko@gmail.com (mailto:jonatanklosko@gmail.com) – Jonatan's email
- https://twitter.com/polvalente (https://twitter.com/polvalente) – Paulo Valente on Twitter
- https://github.com/polvalente/ (https://github.com/polvalente/) – Paulo Valente on Github
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Message the show on Mastadon - @ThinkingElixir@genserver.social (https://genserver.social/ThinkingElixir)
- Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com)
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- Mark Ericksen on Mastadon - @brainlid@genserver.social (https://genserver.social/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- David Bernheisel on Mastadon - @dbern@genserver.social (https://genserver.social/dbern)
- Cade Ward - @cadebward (https://twitter.com/cadebward)
- Cade Ward on Mastadon - @cadebward@genserver.social (https://genserver.social/cadebward) 
</description>
  <itunes:keywords>elixir, axon, nx, bumblebee, machine learning, neural networks, huggingface</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>The Elixir community is buzzing with excitement around Bumblebee! Bumblebee makes it easy to use a variety of pre-trained neural network models in Elixir. José Valim, Paulo Valente, and Jonatan Kłosko join us to talk about this latest advancement. We learn how Bumblebee works, the abilities that are supported today, where things are going next and the longer term visions of what&#39;s possible. We cover the new Livebook smart cells that create an easy playground for playing with Bumblebee, a single-file Phoenix example that does image classification, and much more!</p>

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

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

<ul>
<li><a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" rel="nofollow">https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O</a> – José Valim made the Bumblebee reveal</li>
<li><a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" rel="nofollow">https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix</a> – Phoenix examples using Bumblebee</li>
<li><a href="https://spawnfest.org/2022.html" rel="nofollow">https://spawnfest.org/2022.html</a> – SpawnFest 2022 winners announced</li>
<li><a href="https://github.com/spawnfest/json_native" rel="nofollow">https://github.com/spawnfest/json_native</a> – 1st place overall - jason_native</li>
<li><a href="https://github.com/spawnfest/secret_vault" rel="nofollow">https://github.com/spawnfest/secret_vault</a> – Tie for 2nd place - secret_vault</li>
<li><a href="https://github.com/spawnfest/the-arborists" rel="nofollow">https://github.com/spawnfest/the-arborists</a> – Tied for 2nd place - the-arborists</li>
<li><a href="https://github.com/spawnfest/dtu" rel="nofollow">https://github.com/spawnfest/dtu</a> – 3rd place overall - dtu (“Data The Ultimate”)</li>
<li><a href="https://podcast.thinkingelixir.com/127" rel="nofollow">https://podcast.thinkingelixir.com/127</a> – Lively project episode won in Livebook category</li>
<li><a href="https://twitter.com/sorentwo/status/1600167231828086785" rel="nofollow">https://twitter.com/sorentwo/status/1600167231828086785</a> – Github&#39;s Dependabot Elixir support explained</li>
<li><a href="https://fosstodon.org/@tylerayoung/109467615067473743" rel="nofollow">https://fosstodon.org/@tylerayoung/109467615067473743</a> – Post from Tyler Young about Dependabot</li>
<li><a href="https://twitter.com/ElixirMembrane/status/1599751442180382721" rel="nofollow">https://twitter.com/ElixirMembrane/status/1599751442180382721</a> – The Membrane GitHub org is changing to Jellyfish</li>
<li><a href="https://podcast.thinkingelixir.com/43" rel="nofollow">https://podcast.thinkingelixir.com/43</a> – Previous interview about Membrane</li>
<li><a href="https://github.com/benvp/ex_cva" rel="nofollow">https://github.com/benvp/ex_cva</a> – Class Variance Authority library</li>
<li><a href="https://elixirforum.com/t/cva-easily-construct-component-variants/52043" rel="nofollow">https://elixirforum.com/t/cva-easily-construct-component-variants/52043</a> – CVA variant usage explained</li>
<li><a href="https://github.com/joe-bell/cva" rel="nofollow">https://github.com/joe-bell/cva</a> – Original implementation in JS</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://twitter.com/josevalim/status/1600955042621976576" rel="nofollow">https://twitter.com/josevalim/status/1600955042621976576</a> – Bumblebee announcement</li>
<li><a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" rel="nofollow">https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O</a> – Livebook announcement with embedded Youtube video</li>
<li><a href="https://www.youtube.com/watch?v=g3oyh3g1AtQ" rel="nofollow">https://www.youtube.com/watch?v=g3oyh3g1AtQ</a> – YouTube show-and-tell video from Jose</li>
<li><a href="https://twitter.com/josevalim/status/1601228739819450368" rel="nofollow">https://twitter.com/josevalim/status/1601228739819450368</a> – Guest article on HuggingFace about Elixir and ML</li>
<li><a href="https://huggingface.co/blog/elixir-bumblebee" rel="nofollow">https://huggingface.co/blog/elixir-bumblebee</a></li>
<li><a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" rel="nofollow">https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix</a> – Examples of embedding a Phoenix app in a single file from Chris McCord</li>
<li><a href="https://github.com/livebook-dev/kino_bumblebee" rel="nofollow">https://github.com/livebook-dev/kino_bumblebee</a> – Livebook smart cell</li>
<li><a href="https://podcast.thinkingelixir.com/109" rel="nofollow">https://podcast.thinkingelixir.com/109</a> – Paulo episode</li>
<li><a href="https://podcast.thinkingelixir.com/46" rel="nofollow">https://podcast.thinkingelixir.com/46</a> – Jonatan episode</li>
<li><a href="https://huggingface.co" rel="nofollow">https://huggingface.co</a></li>
<li><a href="https://github.com/elixir-nx/scholar" rel="nofollow">https://github.com/elixir-nx/scholar</a></li>
<li><a href="https://podcast.thinkingelixir.com/104" rel="nofollow">https://podcast.thinkingelixir.com/104</a> – Exploring Our Data with Chris Grainger</li>
<li><a href="https://podcast.thinkingelixir.com/95" rel="nofollow">https://podcast.thinkingelixir.com/95</a> – Rustler Precompiled with Philip Sampaio</li>
<li><a href="https://en.wikipedia.org/wiki/Federated_learning" rel="nofollow">https://en.wikipedia.org/wiki/Federated_learning</a></li>
<li><a href="https://prise.com/" rel="nofollow">https://prise.com/</a></li>
<li><a href="https://www.amplified.ai/" rel="nofollow">https://www.amplified.ai/</a></li>
<li><a href="https://github.com/polvalente/nx-signal" rel="nofollow">https://github.com/polvalente/nx-signal</a></li>
<li><a href="https://erlef.org/slack-invite/erlef" rel="nofollow">https://erlef.org/slack-invite/erlef</a></li>
</ul>

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

<ul>
<li><a href="https://genserver.social/josevalim" rel="nofollow">https://genserver.social/josevalim</a> – José Valim on Mastadon</li>
<li><a href="https://twitter.com/josevalim" rel="nofollow">https://twitter.com/josevalim</a> – José Valim on Twitter</li>
<li><a href="https://github.com/josevalim" rel="nofollow">https://github.com/josevalim</a> – José Valim on Github</li>
<li><a href="https://dashbit.co/" rel="nofollow">https://dashbit.co/</a> – Dashbit website and blog</li>
<li><a href="https://github.com/jonatanklosko/" rel="nofollow">https://github.com/jonatanklosko/</a> – Jonatan Kłosko on Github</li>
<li><a href="https://jonatanklosko.com/" rel="nofollow">https://jonatanklosko.com/</a> – Blog</li>
<li><a href="mailto:jonatanklosko@gmail.com" rel="nofollow">jonatanklosko@gmail.com</a> – Jonatan&#39;s email</li>
<li><a href="https://twitter.com/polvalente" rel="nofollow">https://twitter.com/polvalente</a> – Paulo Valente on Twitter</li>
<li><a href="https://github.com/polvalente/" rel="nofollow">https://github.com/polvalente/</a> – Paulo Valente on Github</li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <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 - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</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>The Elixir community is buzzing with excitement around Bumblebee! Bumblebee makes it easy to use a variety of pre-trained neural network models in Elixir. José Valim, Paulo Valente, and Jonatan Kłosko join us to talk about this latest advancement. We learn how Bumblebee works, the abilities that are supported today, where things are going next and the longer term visions of what&#39;s possible. We cover the new Livebook smart cells that create an easy playground for playing with Bumblebee, a single-file Phoenix example that does image classification, and much more!</p>

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

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

<ul>
<li><a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" rel="nofollow">https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O</a> – José Valim made the Bumblebee reveal</li>
<li><a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" rel="nofollow">https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix</a> – Phoenix examples using Bumblebee</li>
<li><a href="https://spawnfest.org/2022.html" rel="nofollow">https://spawnfest.org/2022.html</a> – SpawnFest 2022 winners announced</li>
<li><a href="https://github.com/spawnfest/json_native" rel="nofollow">https://github.com/spawnfest/json_native</a> – 1st place overall - jason_native</li>
<li><a href="https://github.com/spawnfest/secret_vault" rel="nofollow">https://github.com/spawnfest/secret_vault</a> – Tie for 2nd place - secret_vault</li>
<li><a href="https://github.com/spawnfest/the-arborists" rel="nofollow">https://github.com/spawnfest/the-arborists</a> – Tied for 2nd place - the-arborists</li>
<li><a href="https://github.com/spawnfest/dtu" rel="nofollow">https://github.com/spawnfest/dtu</a> – 3rd place overall - dtu (“Data The Ultimate”)</li>
<li><a href="https://podcast.thinkingelixir.com/127" rel="nofollow">https://podcast.thinkingelixir.com/127</a> – Lively project episode won in Livebook category</li>
<li><a href="https://twitter.com/sorentwo/status/1600167231828086785" rel="nofollow">https://twitter.com/sorentwo/status/1600167231828086785</a> – Github&#39;s Dependabot Elixir support explained</li>
<li><a href="https://fosstodon.org/@tylerayoung/109467615067473743" rel="nofollow">https://fosstodon.org/@tylerayoung/109467615067473743</a> – Post from Tyler Young about Dependabot</li>
<li><a href="https://twitter.com/ElixirMembrane/status/1599751442180382721" rel="nofollow">https://twitter.com/ElixirMembrane/status/1599751442180382721</a> – The Membrane GitHub org is changing to Jellyfish</li>
<li><a href="https://podcast.thinkingelixir.com/43" rel="nofollow">https://podcast.thinkingelixir.com/43</a> – Previous interview about Membrane</li>
<li><a href="https://github.com/benvp/ex_cva" rel="nofollow">https://github.com/benvp/ex_cva</a> – Class Variance Authority library</li>
<li><a href="https://elixirforum.com/t/cva-easily-construct-component-variants/52043" rel="nofollow">https://elixirforum.com/t/cva-easily-construct-component-variants/52043</a> – CVA variant usage explained</li>
<li><a href="https://github.com/joe-bell/cva" rel="nofollow">https://github.com/joe-bell/cva</a> – Original implementation in JS</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://twitter.com/josevalim/status/1600955042621976576" rel="nofollow">https://twitter.com/josevalim/status/1600955042621976576</a> – Bumblebee announcement</li>
<li><a href="https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O" rel="nofollow">https://news.livebook.dev/announcing-bumblebee-gpt2-stable-diffusion-and-more-in-elixir-3Op73O</a> – Livebook announcement with embedded Youtube video</li>
<li><a href="https://www.youtube.com/watch?v=g3oyh3g1AtQ" rel="nofollow">https://www.youtube.com/watch?v=g3oyh3g1AtQ</a> – YouTube show-and-tell video from Jose</li>
<li><a href="https://twitter.com/josevalim/status/1601228739819450368" rel="nofollow">https://twitter.com/josevalim/status/1601228739819450368</a> – Guest article on HuggingFace about Elixir and ML</li>
<li><a href="https://huggingface.co/blog/elixir-bumblebee" rel="nofollow">https://huggingface.co/blog/elixir-bumblebee</a></li>
<li><a href="https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix" rel="nofollow">https://github.com/elixir-nx/bumblebee/tree/main/examples/phoenix</a> – Examples of embedding a Phoenix app in a single file from Chris McCord</li>
<li><a href="https://github.com/livebook-dev/kino_bumblebee" rel="nofollow">https://github.com/livebook-dev/kino_bumblebee</a> – Livebook smart cell</li>
<li><a href="https://podcast.thinkingelixir.com/109" rel="nofollow">https://podcast.thinkingelixir.com/109</a> – Paulo episode</li>
<li><a href="https://podcast.thinkingelixir.com/46" rel="nofollow">https://podcast.thinkingelixir.com/46</a> – Jonatan episode</li>
<li><a href="https://huggingface.co" rel="nofollow">https://huggingface.co</a></li>
<li><a href="https://github.com/elixir-nx/scholar" rel="nofollow">https://github.com/elixir-nx/scholar</a></li>
<li><a href="https://podcast.thinkingelixir.com/104" rel="nofollow">https://podcast.thinkingelixir.com/104</a> – Exploring Our Data with Chris Grainger</li>
<li><a href="https://podcast.thinkingelixir.com/95" rel="nofollow">https://podcast.thinkingelixir.com/95</a> – Rustler Precompiled with Philip Sampaio</li>
<li><a href="https://en.wikipedia.org/wiki/Federated_learning" rel="nofollow">https://en.wikipedia.org/wiki/Federated_learning</a></li>
<li><a href="https://prise.com/" rel="nofollow">https://prise.com/</a></li>
<li><a href="https://www.amplified.ai/" rel="nofollow">https://www.amplified.ai/</a></li>
<li><a href="https://github.com/polvalente/nx-signal" rel="nofollow">https://github.com/polvalente/nx-signal</a></li>
<li><a href="https://erlef.org/slack-invite/erlef" rel="nofollow">https://erlef.org/slack-invite/erlef</a></li>
</ul>

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

<ul>
<li><a href="https://genserver.social/josevalim" rel="nofollow">https://genserver.social/josevalim</a> – José Valim on Mastadon</li>
<li><a href="https://twitter.com/josevalim" rel="nofollow">https://twitter.com/josevalim</a> – José Valim on Twitter</li>
<li><a href="https://github.com/josevalim" rel="nofollow">https://github.com/josevalim</a> – José Valim on Github</li>
<li><a href="https://dashbit.co/" rel="nofollow">https://dashbit.co/</a> – Dashbit website and blog</li>
<li><a href="https://github.com/jonatanklosko/" rel="nofollow">https://github.com/jonatanklosko/</a> – Jonatan Kłosko on Github</li>
<li><a href="https://jonatanklosko.com/" rel="nofollow">https://jonatanklosko.com/</a> – Blog</li>
<li><a href="mailto:jonatanklosko@gmail.com" rel="nofollow">jonatanklosko@gmail.com</a> – Jonatan&#39;s email</li>
<li><a href="https://twitter.com/polvalente" rel="nofollow">https://twitter.com/polvalente</a> – Paulo Valente on Twitter</li>
<li><a href="https://github.com/polvalente/" rel="nofollow">https://github.com/polvalente/</a> – Paulo Valente on Github</li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Mastadon - <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 - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Mastadon - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Mastadon - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Mastadon - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</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>
<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>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!
Show Notes online - http://podcast.thinkingelixir.com/115 (http://podcast.thinkingelixir.com/115)
Elixir Community News
- https://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/ (https://elixir-lang.org/blog/2022/09/01/elixir-v1-14-0-released/) – Elixir v1.14 officially released
- https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114 (https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114) – Elixir 1.14 changelog
- https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114 (https://github.com/elixir-lang/elixir/blob/v1.14.0/CHANGELOG.md#changelog-for-elixir-v114) – Nerves v1.9.0 fixed Elixir 1.14 warnings
- Phoenix 1.7 upcoming release discussed
- Phoenix 1.7 generators will use Tailwind CSS
- New &lt;code&gt;phx.gen.auth --live&lt;/code&gt; option
- https://github.com/liveviewnative/liveview-client-swiftui (https://github.com/liveviewnative/liveview-client-swiftui) – Phoenix LiveView Native was announced
- https://github.com/liveviewnative/elixirconf_chat (https://github.com/liveviewnative/elixirconf_chat) – ElixirConf Chat project created using Phoenix LiveView Native
- https://getfirefly.org (https://getfirefly.org) – Lumen was renamed to Firefly
- https://twitter.com/HoldenOullette/status/1565486046237921280 (https://twitter.com/HoldenOullette/status/1565486046237921280) – Podium released an OWASP security training LiveBook for Elixir developers.
- https://github.com/podium/elixir-secure-coding (https://github.com/podium/elixir-secure-coding) – Elixir Secure Coding Training (ESCT)
- https://www.ectoinproduction.com (https://www.ectoinproduction.com) – Ecto In Production future home
- https://github.com/liveshowy/webauthnlivecomponent (https://github.com/liveshowy/webauthn_live_component) – SmartLogic released a LiveComponent to support WebAuthn authentication for your LiveView app
- https://github.com/liveshowy/webauthnlivecomponent_demo (https://github.com/liveshowy/webauthn_live_component_demo) – WebAuthn authentication demo page
- https://github.com/kipcole9/tempo (https://github.com/kipcole9/tempo) – Kip Cole released a new kind of DateTime library called Tempo
- https://kipcole9.github.io/tempo/2021-01-04-its-about-time/ (https://kipcole9.github.io/tempo/2021-01-04-its-about-time/) – Temp blog post explains more about it.
- https://twitter.com/steveschoger/status/1562117153591107586 (https://twitter.com/steveschoger/status/1562117153591107586) – Heroicons v2.0 released. Used in TailwindUI templates.
- https://twitter.com/louispilfold/status/1564247740879609860 (https://twitter.com/louispilfold/status/1564247740879609860) – Louie Pilford showed a screenshot of Gleam compiling Elixir's Plug
- https://blog.heroku.com/next-chapter (https://blog.heroku.com/next-chapter) – Heroku, a popular PaaS made significant policy changes. Ending free tier and more.
- https://spectrum.ieee.org/top-programming-languages-2022 (https://spectrum.ieee.org/top-programming-languages-2022) – IEEE Top Programming Languages 2022
- https://twitter.com/josevalim/status/1565408635961884673 (https://twitter.com/josevalim/status/1565408635961884673) – José Valim shared they are porting non-neural algorithms to Elixir/Nx which runs on both CPU/GPU. Shared impressive performance comparisons.
- Chris Grainger gave a keynote about how Elixir is ready for real, production machine learning work.
- https://www.lambdadays.org/lambdadays2022 (https://www.lambdadays.org/lambdadays2022) – Lambda Days conference. 5-6 June 2023 in Krakow, Poland
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com)
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com)
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- Cade Ward - @cadebward (https://twitter.com/cadebward) 
</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" rel="nofollow">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/" rel="nofollow">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" rel="nofollow">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" rel="nofollow">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" rel="nofollow">https://github.com/liveviewnative/liveview-client-swiftui</a> – Phoenix LiveView Native was announced</li>
<li><a href="https://github.com/liveviewnative/elixirconf_chat" rel="nofollow">https://github.com/liveviewnative/elixirconf_chat</a> – ElixirConf Chat project created using Phoenix LiveView Native</li>
<li><a href="https://getfirefly.org" rel="nofollow">https://getfirefly.org</a> – Lumen was renamed to Firefly</li>
<li><a href="https://twitter.com/HoldenOullette/status/1565486046237921280" rel="nofollow">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" rel="nofollow">https://github.com/podium/elixir-secure-coding</a> – Elixir Secure Coding Training (ESCT)</li>
<li><a href="https://www.ectoinproduction.com" rel="nofollow">https://www.ectoinproduction.com</a> – Ecto In Production future home</li>
<li><a href="https://github.com/liveshowy/webauthn_live_component" rel="nofollow">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" rel="nofollow">https://github.com/liveshowy/webauthn_live_component_demo</a> – WebAuthn authentication demo page</li>
<li><a href="https://github.com/kipcole9/tempo" rel="nofollow">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/" rel="nofollow">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" rel="nofollow">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" rel="nofollow">https://twitter.com/louispilfold/status/1564247740879609860</a> – Louie Pilford showed a screenshot of Gleam compiling Elixir&#39;s Plug</li>
<li><a href="https://blog.heroku.com/next-chapter" rel="nofollow">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" rel="nofollow">https://spectrum.ieee.org/top-programming-languages-2022</a> – IEEE Top Programming Languages 2022</li>
<li><a href="https://twitter.com/josevalim/status/1565408635961884673" rel="nofollow">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" rel="nofollow">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" 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://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@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" rel="nofollow">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/" rel="nofollow">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" rel="nofollow">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" rel="nofollow">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" rel="nofollow">https://github.com/liveviewnative/liveview-client-swiftui</a> – Phoenix LiveView Native was announced</li>
<li><a href="https://github.com/liveviewnative/elixirconf_chat" rel="nofollow">https://github.com/liveviewnative/elixirconf_chat</a> – ElixirConf Chat project created using Phoenix LiveView Native</li>
<li><a href="https://getfirefly.org" rel="nofollow">https://getfirefly.org</a> – Lumen was renamed to Firefly</li>
<li><a href="https://twitter.com/HoldenOullette/status/1565486046237921280" rel="nofollow">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" rel="nofollow">https://github.com/podium/elixir-secure-coding</a> – Elixir Secure Coding Training (ESCT)</li>
<li><a href="https://www.ectoinproduction.com" rel="nofollow">https://www.ectoinproduction.com</a> – Ecto In Production future home</li>
<li><a href="https://github.com/liveshowy/webauthn_live_component" rel="nofollow">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" rel="nofollow">https://github.com/liveshowy/webauthn_live_component_demo</a> – WebAuthn authentication demo page</li>
<li><a href="https://github.com/kipcole9/tempo" rel="nofollow">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/" rel="nofollow">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" rel="nofollow">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" rel="nofollow">https://twitter.com/louispilfold/status/1564247740879609860</a> – Louie Pilford showed a screenshot of Gleam compiling Elixir&#39;s Plug</li>
<li><a href="https://blog.heroku.com/next-chapter" rel="nofollow">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" rel="nofollow">https://spectrum.ieee.org/top-programming-languages-2022</a> – IEEE Top Programming Languages 2022</li>
<li><a href="https://twitter.com/josevalim/status/1565408635961884673" rel="nofollow">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" rel="nofollow">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" 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://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@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>
<item>
  <title>102: Machine Learning in Elixir with Sean Moriarity</title>
  <link>https://podcast.thinkingelixir.com/102</link>
  <guid isPermaLink="false">550821e1-8d03-4aac-8107-3b28d9e4a1f3</guid>
  <pubDate>Tue, 07 Jun 2022 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/550821e1-8d03-4aac-8107-3b28d9e4a1f3.mp3" length="30597120" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Sean Moriarity explains Machine Learning in the Elixir space. It's a fast developing area and Sean helps us follow the important points even if we aren't doing ML ourselves… because our teams may still need it.</itunes:subtitle>
  <itunes:duration>42:12</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>Sean Moriarity, the author of Genetic Algorithms in Elixir, lays out Machine Learning in the Elixir space. We talk about where it is today and where it's going in the future. Sean talks more about his book, how that led to working with José Valim which then led to the creation of Nx. He fills us in on recent ML events with Google and Facebook and shows us how Elixir fits into the bigger picture. It's a fast developing area and Sean helps us follow the important points even if we aren't doing ML ourselves… because our teams may still need it.
Show Notes online - http://podcast.thinkingelixir.com/102 (http://podcast.thinkingelixir.com/102)
Elixir Community News
- https://github.com/phoenixframework/phoenixliveview/blob/v0.17.10/CHANGELOG.md (https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md) – Phoenix LiveView gets a minor release v0.17.10 with formatting improvements
- https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell (https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell) – Creating custom Livebook Smart Cells
- https://twitter.com/evadne/status/1527651328188723209 (https://twitter.com/evadne/status/1527651328188723209) – Etso was updated to work with the latest Ecto
- https://github.com/evadne/etso (https://github.com/evadne/etso) – Etso library
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com)
Discussion Resources
- https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/ (https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/) – Genetic Algorithms in Elixir
- https://github.com/elixir-nx/nx (https://github.com/elixir-nx/nx) – Numerical Elixir (Nx)
- https://github.com/elixir-nx/axon (https://github.com/elixir-nx/axon) – Nx-powered Neural Networks for Elixir.
- https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/ (https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/) – Book - Genetic Algorithms in Elixir
- https://scala-lang.org/ (https://scala-lang.org/)
- https://www.quora.com/ (https://www.quora.com/)
- https://pragprog.com/titles/elixir16/programming-elixir-1-6/ (https://pragprog.com/titles/elixir16/programming-elixir-1-6/)
- https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/ (https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/)
- https://www.linkedin.com/in/briancardarella/ (https://www.linkedin.com/in/briancardarella/)
- https://dockyard.com/ (https://dockyard.com/)
- https://dockyard.com/blog/authors/sean-moriarity (https://dockyard.com/blog/authors/sean-moriarity) – Sean's blog posts on Dockyard blog
- https://numpy.org/ (https://numpy.org/)
- https://llvm.org/ (https://llvm.org/)
- https://en.wikipedia.org/wiki/Softmax_function (https://en.wikipedia.org/wiki/Softmax_function)
- https://en.wikipedia.org/wiki/Naturallanguageprocessing (https://en.wikipedia.org/wiki/Natural_language_processing)
- https://xkcd.com/1897/ (https://xkcd.com/1897/) – XKCD comic
- https://www.image-net.org/ (https://www.image-net.org/)
- https://www.deeplearningbook.org/ (https://www.deeplearningbook.org/)
- https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html (https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html)
- https://erlef.org/wg/machine-learning (https://erlef.org/wg/machine-learning) – Erlang Eco-system foundation machine working group
Guest Information
- https://twitter.com/sean_moriarity (https://twitter.com/sean_moriarity) – on Twitter
- https://github.com/seanmor5/ (https://github.com/seanmor5/) – on Github
- https://seanmoriarity.com (https://seanmoriarity.com) – Blog
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com)
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- Cade Ward - @cadebward (https://twitter.com/cadebward) 
</description>
  <itunes:keywords>elixir, machine learning, ai, nx, axon, genetic algorithms</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Sean Moriarity, the author of Genetic Algorithms in Elixir, lays out Machine Learning in the Elixir space. We talk about where it is today and where it&#39;s going in the future. Sean talks more about his book, how that led to working with José Valim which then led to the creation of Nx. He fills us in on recent ML events with Google and Facebook and shows us how Elixir fits into the bigger picture. It&#39;s a fast developing area and Sean helps us follow the important points even if we aren&#39;t doing ML ourselves… because our teams may still need it.</p>

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

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

<ul>
<li><a href="https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md" rel="nofollow">https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md</a> – Phoenix LiveView gets a minor release v0.17.10 with formatting improvements</li>
<li><a href="https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell" rel="nofollow">https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell</a> – Creating custom Livebook Smart Cells</li>
<li><a href="https://twitter.com/evadne/status/1527651328188723209" rel="nofollow">https://twitter.com/evadne/status/1527651328188723209</a> – Etso was updated to work with the latest Ecto</li>
<li><a href="https://github.com/evadne/etso" rel="nofollow">https://github.com/evadne/etso</a> – Etso 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://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" rel="nofollow">https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/</a> – Genetic Algorithms in Elixir</li>
<li><a href="https://github.com/elixir-nx/nx" rel="nofollow">https://github.com/elixir-nx/nx</a> – Numerical Elixir (Nx)</li>
<li><a href="https://github.com/elixir-nx/axon" rel="nofollow">https://github.com/elixir-nx/axon</a> – Nx-powered Neural Networks for Elixir.</li>
<li><a href="https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" rel="nofollow">https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/</a> – Book - Genetic Algorithms in Elixir</li>
<li><a href="https://scala-lang.org/" rel="nofollow">https://scala-lang.org/</a></li>
<li><a href="https://www.quora.com/" rel="nofollow">https://www.quora.com/</a></li>
<li><a href="https://pragprog.com/titles/elixir16/programming-elixir-1-6/" rel="nofollow">https://pragprog.com/titles/elixir16/programming-elixir-1-6/</a></li>
<li><a href="https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/" rel="nofollow">https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/</a></li>
<li><a href="https://www.linkedin.com/in/briancardarella/" rel="nofollow">https://www.linkedin.com/in/briancardarella/</a></li>
<li><a href="https://dockyard.com/" rel="nofollow">https://dockyard.com/</a></li>
<li><a href="https://dockyard.com/blog/authors/sean-moriarity" rel="nofollow">https://dockyard.com/blog/authors/sean-moriarity</a> – Sean&#39;s blog posts on Dockyard blog</li>
<li><a href="https://numpy.org/" rel="nofollow">https://numpy.org/</a></li>
<li><a href="https://llvm.org/" rel="nofollow">https://llvm.org/</a></li>
<li><a href="https://en.wikipedia.org/wiki/Softmax_function" rel="nofollow">https://en.wikipedia.org/wiki/Softmax_function</a></li>
<li><a href="https://en.wikipedia.org/wiki/Natural_language_processing" rel="nofollow">https://en.wikipedia.org/wiki/Natural_language_processing</a></li>
<li><a href="https://xkcd.com/1897/" rel="nofollow">https://xkcd.com/1897/</a> – XKCD comic</li>
<li><a href="https://www.image-net.org/" rel="nofollow">https://www.image-net.org/</a></li>
<li><a href="https://www.deeplearningbook.org/" rel="nofollow">https://www.deeplearningbook.org/</a></li>
<li><a href="https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html" rel="nofollow">https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html</a></li>
<li><a href="https://erlef.org/wg/machine-learning" rel="nofollow">https://erlef.org/wg/machine-learning</a> – Erlang Eco-system foundation machine working group</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/sean_moriarity" rel="nofollow">https://twitter.com/sean_moriarity</a> – on Twitter</li>
<li><a href="https://github.com/seanmor5/" rel="nofollow">https://github.com/seanmor5/</a> – on Github</li>
<li><a href="https://seanmoriarity.com" rel="nofollow">https://seanmoriarity.com</a> – Blog</li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@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>Sean Moriarity, the author of Genetic Algorithms in Elixir, lays out Machine Learning in the Elixir space. We talk about where it is today and where it&#39;s going in the future. Sean talks more about his book, how that led to working with José Valim which then led to the creation of Nx. He fills us in on recent ML events with Google and Facebook and shows us how Elixir fits into the bigger picture. It&#39;s a fast developing area and Sean helps us follow the important points even if we aren&#39;t doing ML ourselves… because our teams may still need it.</p>

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

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

<ul>
<li><a href="https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md" rel="nofollow">https://github.com/phoenixframework/phoenix_live_view/blob/v0.17.10/CHANGELOG.md</a> – Phoenix LiveView gets a minor release v0.17.10 with formatting improvements</li>
<li><a href="https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell" rel="nofollow">https://www.rakeroutes.com/2022/05/18/let-s-write-an-elixir-livebook-smart-cell</a> – Creating custom Livebook Smart Cells</li>
<li><a href="https://twitter.com/evadne/status/1527651328188723209" rel="nofollow">https://twitter.com/evadne/status/1527651328188723209</a> – Etso was updated to work with the latest Ecto</li>
<li><a href="https://github.com/evadne/etso" rel="nofollow">https://github.com/evadne/etso</a> – Etso 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://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" rel="nofollow">https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/</a> – Genetic Algorithms in Elixir</li>
<li><a href="https://github.com/elixir-nx/nx" rel="nofollow">https://github.com/elixir-nx/nx</a> – Numerical Elixir (Nx)</li>
<li><a href="https://github.com/elixir-nx/axon" rel="nofollow">https://github.com/elixir-nx/axon</a> – Nx-powered Neural Networks for Elixir.</li>
<li><a href="https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/" rel="nofollow">https://pragprog.com/titles/smgaelixir/genetic-algorithms-in-elixir/</a> – Book - Genetic Algorithms in Elixir</li>
<li><a href="https://scala-lang.org/" rel="nofollow">https://scala-lang.org/</a></li>
<li><a href="https://www.quora.com/" rel="nofollow">https://www.quora.com/</a></li>
<li><a href="https://pragprog.com/titles/elixir16/programming-elixir-1-6/" rel="nofollow">https://pragprog.com/titles/elixir16/programming-elixir-1-6/</a></li>
<li><a href="https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/" rel="nofollow">https://pragprog.com/titles/phoenix14/programming-phoenix-1-4/</a></li>
<li><a href="https://www.linkedin.com/in/briancardarella/" rel="nofollow">https://www.linkedin.com/in/briancardarella/</a></li>
<li><a href="https://dockyard.com/" rel="nofollow">https://dockyard.com/</a></li>
<li><a href="https://dockyard.com/blog/authors/sean-moriarity" rel="nofollow">https://dockyard.com/blog/authors/sean-moriarity</a> – Sean&#39;s blog posts on Dockyard blog</li>
<li><a href="https://numpy.org/" rel="nofollow">https://numpy.org/</a></li>
<li><a href="https://llvm.org/" rel="nofollow">https://llvm.org/</a></li>
<li><a href="https://en.wikipedia.org/wiki/Softmax_function" rel="nofollow">https://en.wikipedia.org/wiki/Softmax_function</a></li>
<li><a href="https://en.wikipedia.org/wiki/Natural_language_processing" rel="nofollow">https://en.wikipedia.org/wiki/Natural_language_processing</a></li>
<li><a href="https://xkcd.com/1897/" rel="nofollow">https://xkcd.com/1897/</a> – XKCD comic</li>
<li><a href="https://www.image-net.org/" rel="nofollow">https://www.image-net.org/</a></li>
<li><a href="https://www.deeplearningbook.org/" rel="nofollow">https://www.deeplearningbook.org/</a></li>
<li><a href="https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html" rel="nofollow">https://ai.googleblog.com/2022/04/pathways-language-model-palm-scaling-to.html</a></li>
<li><a href="https://erlef.org/wg/machine-learning" rel="nofollow">https://erlef.org/wg/machine-learning</a> – Erlang Eco-system foundation machine working group</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/sean_moriarity" rel="nofollow">https://twitter.com/sean_moriarity</a> – on Twitter</li>
<li><a href="https://github.com/seanmor5/" rel="nofollow">https://github.com/seanmor5/</a> – on Github</li>
<li><a href="https://seanmoriarity.com" rel="nofollow">https://seanmoriarity.com</a> – Blog</li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@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>
<item>
  <title>100: 10 Years of Elixir with José Valim</title>
  <link>https://podcast.thinkingelixir.com/100</link>
  <guid isPermaLink="false">57aeecf0-2088-4fc6-9856-ccc3daab9ed6</guid>
  <pubDate>Tue, 24 May 2022 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/57aeecf0-2088-4fc6-9856-ccc3daab9ed6.mp3" length="66351104" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>José Valim talks about 10 years of Elixir! 🎂🎉 We cover v1.13, upcoming v1.14, far future v2.0 and much more! We talk about the story and growth of Dashbit and share appreciation for the community we are a part of!</itunes:subtitle>
  <itunes:duration>1:31:51</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>Our 100th episode is spent with José Valim celebrating 10 years of Elixir. We close out our 5-part series talking about the recent 1.13 release, the upcoming 1.14 release and looking into the future and v2.0. We learn that many features were created with Nx in mind but are still broadly helpful to Elixir developers. José gives a 1-minute explanation of how ex_unit works, explains what usually makes it into a point release, and how adding stepped ranges meant changes to many Enum functions and so much more! In addition to Elixir, we talk about his journey with Dashbit and we end up learning how the song "The Final Countdown" by Europe might actually be teaching functional programming and recursion?? A super packed episode!
Show Notes online - http://podcast.thinkingelixir.com/100 (http://podcast.thinkingelixir.com/100)
Elixir Community News
- https://news.livebook.dev/v0.6-automate-and-learn-with-smart-cells-mxJJe (https://news.livebook.dev/v0.6-automate-and-learn-with-smart-cells-mxJJe) – Livebook v0.6 released with new "Smart Cells"
- https://twitter.com/josevalim/status/1524761086880276482 (https://twitter.com/josevalim/status/1524761086880276482) – Livebook Twitter thread
- https://www.youtube.com/watch?v=4hVIxyHxwK8 (https://www.youtube.com/watch?v=4hVIxyHxwK8) – Livebook announcement and demonstration video
- https://youtu.be/4hVIxyHxwK8?t=409 (https://youtu.be/4hVIxyHxwK8?t=409) – Time signature for talking about making custom Smart Cells
- https://github.com/livebook-dev/nerves_livebook (https://github.com/livebook-dev/nerves_livebook) – Nerves Livebook v0.6 was also released
- https://stackoverflow.blog/2022/05/11/stack-overflow-2022-developer-survey-is-open/ (https://stackoverflow.blog/2022/05/11/stack-overflow-2022-developer-survey-is-open/) – Stack Overflow - 2022 Developer Survey is open until June 1st.
- https://meta.stackoverflow.com/questions/417991/take-the-2022-developer-survey (https://meta.stackoverflow.com/questions/417991/take-the-2022-developer-survey) – More information about the survey
- https://twitter.com/DNAutics/status/1526358294016794624 (https://twitter.com/DNAutics/status/1526358294016794624) – Zig adds the ability to execute Javascript from Zig
- https://github.com/wojtekmach/req (https://github.com/wojtekmach/req) – Wojtek Mach is working on Req and is adding some pretty cool features
- https://github.com/wojtekmach/req_easyhtml (https://github.com/wojtekmach/req_easyhtml)
- https://github.com/wojtekmach/req_hex (https://github.com/wojtekmach/req_hex)
- https://twitter.com/wojtekmach/status/1525226000283467776 (https://twitter.com/wojtekmach/status/1525226000283467776) – Wojtek teasing a new Req feature
- https://twitter.com/wojtekmach/status/1525972732680232960 (https://twitter.com/wojtekmach/status/1525972732680232960) – Wojtek teasing another new Req feature
- https://www.youtube.com/playlist?list=PLyO-58-sOapwMYqvLRtvV8AGPdREu5Wg7 (https://www.youtube.com/playlist?list=PLyO-58-sOapwMYqvLRtvV8AGPdREu5Wg7) – Empex MTN presentation videos are up!
- https://www.elixirconf.eu/ (https://www.elixirconf.eu/) – ElixirConf EU in London on June 9-10
- https://elixirconf.com/events (https://elixirconf.com/events) – ElixirConf US in Colorado on August 30 - Sep 2
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com)
Discussion Resources
- https://podcast.thinkingelixir.com/82 (https://podcast.thinkingelixir.com/82) – Reviewing Elixir with José Valim - Part 1
- https://podcast.thinkingelixir.com/87 (https://podcast.thinkingelixir.com/87) – Reviewing Elixir with José Valim - Part 2
- https://podcast.thinkingelixir.com/91 (https://podcast.thinkingelixir.com/91) – Reviewing Elixir with José Valim - Part 3
- https://podcast.thinkingelixir.com/96 (https://podcast.thinkingelixir.com/96) – Reviewing Elixir with José Valim - Part 4
- https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md (https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md) – v1.13
- https://podcast.thinkingelixir.com/60 (https://podcast.thinkingelixir.com/60) – 60 - Compile Faster with Marc-André Lafortune
- &lt;code&gt;mix xref trace FILE&lt;/code&gt;
- https://podcast.thinkingelixir.com/54 (https://podcast.thinkingelixir.com/54) – AST Parsing using Sourceror with Lucas San Román
- New power operator "**"
- mix test supports &lt;code&gt;--profile-require=time&lt;/code&gt;
- https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md (https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md) – v1.14
- Dashbit as a company and growth over time.
- Elixir v2.0?
- https://podcast.thinkingelixir.com/54 (https://podcast.thinkingelixir.com/54) – AST Parsing using Sourceror with Lucas San Román
- https://talonvoice.com/ (https://talonvoice.com/)
- https://www.erlang.org/eeps/eep-0054.html (https://www.erlang.org/eeps/eep-0054.html)
- https://www.elixirconf.eu/ (https://www.elixirconf.eu/) – ElixirConf EU - hybrid conference 9-10 June 2022
- https://livebook.dev/ (https://livebook.dev/)
- https://github.com/elixir-nx/explorer (https://github.com/elixir-nx/explorer)
- https://github.com/elixir-nx/scholar (https://github.com/elixir-nx/scholar)
- https://github.com/elixir-nx/axon/ (https://github.com/elixir-nx/axon/)
- https://podcast.thinkingelixir.com/95 (https://podcast.thinkingelixir.com/95) – Rustler Precompiled with Philip Sampaio
- https://github.com/lukaszsamson (https://github.com/lukaszsamson)
- https://github.com/elixir-lsp/elixir-ls (https://github.com/elixir-lsp/elixir-ls)
- https://github.com/elixir-lang/elixir/issues?q=is%3Aopen+is%3Aissue+milestone%3Av2.0 (https://github.com/elixir-lang/elixir/issues?q=is%3Aopen+is%3Aissue+milestone%3Av2.0)
- https://www.youtube.com/watch?v=9jK-NcRmVcw (https://www.youtube.com/watch?v=9jK-NcRmVcw) – Europe - The Final Countdown
Guest Information
- https://twitter.com/josevalim (https://twitter.com/josevalim) – on Twitter
- https://github.com/josevalim (https://github.com/josevalim) – on Github
- https://dashbit.co/ (https://dashbit.co/) – Dashbit website and blog
- https://erlef.org/news/ (https://erlef.org/news/) – The Erlang Ecosystem Foundation news
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com)
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- Cade Ward - @cadebward (https://twitter.com/cadebward) 
</description>
  <itunes:keywords>elixir, functional, Dashbit, concurrency, 1.14, 2.0, machine learning</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Our 100th episode is spent with José Valim celebrating 10 years of Elixir. We close out our 5-part series talking about the recent 1.13 release, the upcoming 1.14 release and looking into the future and v2.0. We learn that many features were created with Nx in mind but are still broadly helpful to Elixir developers. José gives a 1-minute explanation of how ex_unit works, explains what usually makes it into a point release, and how adding stepped ranges meant changes to many Enum functions and so much more! In addition to Elixir, we talk about his journey with Dashbit and we end up learning how the song &quot;The Final Countdown&quot; by Europe might actually be teaching functional programming and recursion?? A super packed episode!</p>

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

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

<ul>
<li><a href="https://news.livebook.dev/v0.6-automate-and-learn-with-smart-cells-mxJJe" rel="nofollow">https://news.livebook.dev/v0.6-automate-and-learn-with-smart-cells-mxJJe</a> – Livebook v0.6 released with new &quot;Smart Cells&quot;</li>
<li><a href="https://twitter.com/josevalim/status/1524761086880276482" rel="nofollow">https://twitter.com/josevalim/status/1524761086880276482</a> – Livebook Twitter thread</li>
<li><a href="https://www.youtube.com/watch?v=4hVIxyHxwK8" rel="nofollow">https://www.youtube.com/watch?v=4hVIxyHxwK8</a> – Livebook announcement and demonstration video</li>
<li><a href="https://youtu.be/4hVIxyHxwK8?t=409" rel="nofollow">https://youtu.be/4hVIxyHxwK8?t=409</a> – Time signature for talking about making custom Smart Cells</li>
<li><a href="https://github.com/livebook-dev/nerves_livebook" rel="nofollow">https://github.com/livebook-dev/nerves_livebook</a> – Nerves Livebook v0.6 was also released</li>
<li><a href="https://stackoverflow.blog/2022/05/11/stack-overflow-2022-developer-survey-is-open/" rel="nofollow">https://stackoverflow.blog/2022/05/11/stack-overflow-2022-developer-survey-is-open/</a> – Stack Overflow - 2022 Developer Survey is open until June 1st.</li>
<li><a href="https://meta.stackoverflow.com/questions/417991/take-the-2022-developer-survey" rel="nofollow">https://meta.stackoverflow.com/questions/417991/take-the-2022-developer-survey</a> – More information about the survey</li>
<li><a href="https://twitter.com/DNAutics/status/1526358294016794624" rel="nofollow">https://twitter.com/DNAutics/status/1526358294016794624</a> – Zig adds the ability to execute Javascript from Zig</li>
<li><a href="https://github.com/wojtekmach/req" rel="nofollow">https://github.com/wojtekmach/req</a> – Wojtek Mach is working on Req and is adding some pretty cool features</li>
<li><a href="https://github.com/wojtekmach/req_easyhtml" rel="nofollow">https://github.com/wojtekmach/req_easyhtml</a></li>
<li><a href="https://github.com/wojtekmach/req_hex" rel="nofollow">https://github.com/wojtekmach/req_hex</a></li>
<li><a href="https://twitter.com/wojtekmach/status/1525226000283467776" rel="nofollow">https://twitter.com/wojtekmach/status/1525226000283467776</a> – Wojtek teasing a new Req feature</li>
<li><a href="https://twitter.com/wojtekmach/status/1525972732680232960" rel="nofollow">https://twitter.com/wojtekmach/status/1525972732680232960</a> – Wojtek teasing another new Req feature</li>
<li><a href="https://www.youtube.com/playlist?list=PLyO-58-sOapwMYqvLRtvV8AGPdREu5Wg7" rel="nofollow">https://www.youtube.com/playlist?list=PLyO-58-sOapwMYqvLRtvV8AGPdREu5Wg7</a> – Empex MTN presentation videos are up!</li>
<li><a href="https://www.elixirconf.eu/" rel="nofollow">https://www.elixirconf.eu/</a> – ElixirConf EU in London on June 9-10</li>
<li><a href="https://elixirconf.com/events" rel="nofollow">https://elixirconf.com/events</a> – ElixirConf US in Colorado on August 30 - Sep 2</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://podcast.thinkingelixir.com/82" rel="nofollow">https://podcast.thinkingelixir.com/82</a> – Reviewing Elixir with José Valim - Part 1</li>
<li><a href="https://podcast.thinkingelixir.com/87" rel="nofollow">https://podcast.thinkingelixir.com/87</a> – Reviewing Elixir with José Valim - Part 2</li>
<li><a href="https://podcast.thinkingelixir.com/91" rel="nofollow">https://podcast.thinkingelixir.com/91</a> – Reviewing Elixir with José Valim - Part 3</li>
<li><a href="https://podcast.thinkingelixir.com/96" rel="nofollow">https://podcast.thinkingelixir.com/96</a> – Reviewing Elixir with José Valim - Part 4</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md" rel="nofollow">https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md</a> – v1.13</li>
<li><a href="https://podcast.thinkingelixir.com/60" rel="nofollow">https://podcast.thinkingelixir.com/60</a> – 60 - Compile Faster with Marc-André Lafortune</li>
<li><code>mix xref trace FILE</code></li>
<li><a href="https://podcast.thinkingelixir.com/54" rel="nofollow">https://podcast.thinkingelixir.com/54</a> – AST Parsing using Sourceror with Lucas San Román</li>
<li>New power operator &quot;**&quot;</li>
<li>mix test supports <code>--profile-require=time</code></li>
<li><a href="https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md" rel="nofollow">https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md</a> – v1.14</li>
<li>Dashbit as a company and growth over time.</li>
<li>Elixir v2.0?</li>
<li><a href="https://podcast.thinkingelixir.com/54" rel="nofollow">https://podcast.thinkingelixir.com/54</a> – AST Parsing using Sourceror with Lucas San Román</li>
<li><a href="https://talonvoice.com/" rel="nofollow">https://talonvoice.com/</a></li>
<li><a href="https://www.erlang.org/eeps/eep-0054.html" rel="nofollow">https://www.erlang.org/eeps/eep-0054.html</a></li>
<li><a href="https://www.elixirconf.eu/" rel="nofollow">https://www.elixirconf.eu/</a> – ElixirConf EU - hybrid conference 9-10 June 2022</li>
<li><a href="https://livebook.dev/" rel="nofollow">https://livebook.dev/</a></li>
<li><a href="https://github.com/elixir-nx/explorer" rel="nofollow">https://github.com/elixir-nx/explorer</a></li>
<li><a href="https://github.com/elixir-nx/scholar" rel="nofollow">https://github.com/elixir-nx/scholar</a></li>
<li><a href="https://github.com/elixir-nx/axon/" rel="nofollow">https://github.com/elixir-nx/axon/</a></li>
<li><a href="https://podcast.thinkingelixir.com/95" rel="nofollow">https://podcast.thinkingelixir.com/95</a> – Rustler Precompiled with Philip Sampaio</li>
<li><a href="https://github.com/lukaszsamson" rel="nofollow">https://github.com/lukaszsamson</a></li>
<li><a href="https://github.com/elixir-lsp/elixir-ls" rel="nofollow">https://github.com/elixir-lsp/elixir-ls</a></li>
<li><a href="https://github.com/elixir-lang/elixir/issues?q=is%3Aopen+is%3Aissue+milestone%3Av2.0" rel="nofollow">https://github.com/elixir-lang/elixir/issues?q=is%3Aopen+is%3Aissue+milestone%3Av2.0</a></li>
<li><a href="https://www.youtube.com/watch?v=9jK-NcRmVcw" rel="nofollow">https://www.youtube.com/watch?v=9jK-NcRmVcw</a> – Europe - The Final Countdown</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/josevalim" rel="nofollow">https://twitter.com/josevalim</a> – on Twitter</li>
<li><a href="https://github.com/josevalim" rel="nofollow">https://github.com/josevalim</a> – on Github</li>
<li><a href="https://dashbit.co/" rel="nofollow">https://dashbit.co/</a> – Dashbit website and blog</li>
<li><a href="https://erlef.org/news/" rel="nofollow">https://erlef.org/news/</a> – The Erlang Ecosystem Foundation news</li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@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><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>Our 100th episode is spent with José Valim celebrating 10 years of Elixir. We close out our 5-part series talking about the recent 1.13 release, the upcoming 1.14 release and looking into the future and v2.0. We learn that many features were created with Nx in mind but are still broadly helpful to Elixir developers. José gives a 1-minute explanation of how ex_unit works, explains what usually makes it into a point release, and how adding stepped ranges meant changes to many Enum functions and so much more! In addition to Elixir, we talk about his journey with Dashbit and we end up learning how the song &quot;The Final Countdown&quot; by Europe might actually be teaching functional programming and recursion?? A super packed episode!</p>

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

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

<ul>
<li><a href="https://news.livebook.dev/v0.6-automate-and-learn-with-smart-cells-mxJJe" rel="nofollow">https://news.livebook.dev/v0.6-automate-and-learn-with-smart-cells-mxJJe</a> – Livebook v0.6 released with new &quot;Smart Cells&quot;</li>
<li><a href="https://twitter.com/josevalim/status/1524761086880276482" rel="nofollow">https://twitter.com/josevalim/status/1524761086880276482</a> – Livebook Twitter thread</li>
<li><a href="https://www.youtube.com/watch?v=4hVIxyHxwK8" rel="nofollow">https://www.youtube.com/watch?v=4hVIxyHxwK8</a> – Livebook announcement and demonstration video</li>
<li><a href="https://youtu.be/4hVIxyHxwK8?t=409" rel="nofollow">https://youtu.be/4hVIxyHxwK8?t=409</a> – Time signature for talking about making custom Smart Cells</li>
<li><a href="https://github.com/livebook-dev/nerves_livebook" rel="nofollow">https://github.com/livebook-dev/nerves_livebook</a> – Nerves Livebook v0.6 was also released</li>
<li><a href="https://stackoverflow.blog/2022/05/11/stack-overflow-2022-developer-survey-is-open/" rel="nofollow">https://stackoverflow.blog/2022/05/11/stack-overflow-2022-developer-survey-is-open/</a> – Stack Overflow - 2022 Developer Survey is open until June 1st.</li>
<li><a href="https://meta.stackoverflow.com/questions/417991/take-the-2022-developer-survey" rel="nofollow">https://meta.stackoverflow.com/questions/417991/take-the-2022-developer-survey</a> – More information about the survey</li>
<li><a href="https://twitter.com/DNAutics/status/1526358294016794624" rel="nofollow">https://twitter.com/DNAutics/status/1526358294016794624</a> – Zig adds the ability to execute Javascript from Zig</li>
<li><a href="https://github.com/wojtekmach/req" rel="nofollow">https://github.com/wojtekmach/req</a> – Wojtek Mach is working on Req and is adding some pretty cool features</li>
<li><a href="https://github.com/wojtekmach/req_easyhtml" rel="nofollow">https://github.com/wojtekmach/req_easyhtml</a></li>
<li><a href="https://github.com/wojtekmach/req_hex" rel="nofollow">https://github.com/wojtekmach/req_hex</a></li>
<li><a href="https://twitter.com/wojtekmach/status/1525226000283467776" rel="nofollow">https://twitter.com/wojtekmach/status/1525226000283467776</a> – Wojtek teasing a new Req feature</li>
<li><a href="https://twitter.com/wojtekmach/status/1525972732680232960" rel="nofollow">https://twitter.com/wojtekmach/status/1525972732680232960</a> – Wojtek teasing another new Req feature</li>
<li><a href="https://www.youtube.com/playlist?list=PLyO-58-sOapwMYqvLRtvV8AGPdREu5Wg7" rel="nofollow">https://www.youtube.com/playlist?list=PLyO-58-sOapwMYqvLRtvV8AGPdREu5Wg7</a> – Empex MTN presentation videos are up!</li>
<li><a href="https://www.elixirconf.eu/" rel="nofollow">https://www.elixirconf.eu/</a> – ElixirConf EU in London on June 9-10</li>
<li><a href="https://elixirconf.com/events" rel="nofollow">https://elixirconf.com/events</a> – ElixirConf US in Colorado on August 30 - Sep 2</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://podcast.thinkingelixir.com/82" rel="nofollow">https://podcast.thinkingelixir.com/82</a> – Reviewing Elixir with José Valim - Part 1</li>
<li><a href="https://podcast.thinkingelixir.com/87" rel="nofollow">https://podcast.thinkingelixir.com/87</a> – Reviewing Elixir with José Valim - Part 2</li>
<li><a href="https://podcast.thinkingelixir.com/91" rel="nofollow">https://podcast.thinkingelixir.com/91</a> – Reviewing Elixir with José Valim - Part 3</li>
<li><a href="https://podcast.thinkingelixir.com/96" rel="nofollow">https://podcast.thinkingelixir.com/96</a> – Reviewing Elixir with José Valim - Part 4</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md" rel="nofollow">https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md</a> – v1.13</li>
<li><a href="https://podcast.thinkingelixir.com/60" rel="nofollow">https://podcast.thinkingelixir.com/60</a> – 60 - Compile Faster with Marc-André Lafortune</li>
<li><code>mix xref trace FILE</code></li>
<li><a href="https://podcast.thinkingelixir.com/54" rel="nofollow">https://podcast.thinkingelixir.com/54</a> – AST Parsing using Sourceror with Lucas San Román</li>
<li>New power operator &quot;**&quot;</li>
<li>mix test supports <code>--profile-require=time</code></li>
<li><a href="https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md" rel="nofollow">https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md</a> – v1.14</li>
<li>Dashbit as a company and growth over time.</li>
<li>Elixir v2.0?</li>
<li><a href="https://podcast.thinkingelixir.com/54" rel="nofollow">https://podcast.thinkingelixir.com/54</a> – AST Parsing using Sourceror with Lucas San Román</li>
<li><a href="https://talonvoice.com/" rel="nofollow">https://talonvoice.com/</a></li>
<li><a href="https://www.erlang.org/eeps/eep-0054.html" rel="nofollow">https://www.erlang.org/eeps/eep-0054.html</a></li>
<li><a href="https://www.elixirconf.eu/" rel="nofollow">https://www.elixirconf.eu/</a> – ElixirConf EU - hybrid conference 9-10 June 2022</li>
<li><a href="https://livebook.dev/" rel="nofollow">https://livebook.dev/</a></li>
<li><a href="https://github.com/elixir-nx/explorer" rel="nofollow">https://github.com/elixir-nx/explorer</a></li>
<li><a href="https://github.com/elixir-nx/scholar" rel="nofollow">https://github.com/elixir-nx/scholar</a></li>
<li><a href="https://github.com/elixir-nx/axon/" rel="nofollow">https://github.com/elixir-nx/axon/</a></li>
<li><a href="https://podcast.thinkingelixir.com/95" rel="nofollow">https://podcast.thinkingelixir.com/95</a> – Rustler Precompiled with Philip Sampaio</li>
<li><a href="https://github.com/lukaszsamson" rel="nofollow">https://github.com/lukaszsamson</a></li>
<li><a href="https://github.com/elixir-lsp/elixir-ls" rel="nofollow">https://github.com/elixir-lsp/elixir-ls</a></li>
<li><a href="https://github.com/elixir-lang/elixir/issues?q=is%3Aopen+is%3Aissue+milestone%3Av2.0" rel="nofollow">https://github.com/elixir-lang/elixir/issues?q=is%3Aopen+is%3Aissue+milestone%3Av2.0</a></li>
<li><a href="https://www.youtube.com/watch?v=9jK-NcRmVcw" rel="nofollow">https://www.youtube.com/watch?v=9jK-NcRmVcw</a> – Europe - The Final Countdown</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/josevalim" rel="nofollow">https://twitter.com/josevalim</a> – on Twitter</li>
<li><a href="https://github.com/josevalim" rel="nofollow">https://github.com/josevalim</a> – on Github</li>
<li><a href="https://dashbit.co/" rel="nofollow">https://dashbit.co/</a> – Dashbit website and blog</li>
<li><a href="https://erlef.org/news/" rel="nofollow">https://erlef.org/news/</a> – The Erlang Ecosystem Foundation news</li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@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><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>
