<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Wed, 08 Apr 2026 08:11:14 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Nerves Project”</title>
    <link>https://podcast.thinkingelixir.com/tags/nerves%20project</link>
    <pubDate>Tue, 08 Feb 2022 04:15:00 -0700</pubDate>
    <description>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>News and interviews for the Elixir community</itunes:subtitle>
    <itunes:author>ThinkingElixir.com</itunes:author>
    <itunes:summary>The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>elixir, programming, web, clustering, phoenix, liveview, news, developer</itunes:keywords>
    <itunes:owner>
      <itunes:name>ThinkingElixir.com</itunes:name>
      <itunes:email>podcast@thinkingelixir.com</itunes:email>
    </itunes:owner>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="News">
  <itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology"/>
<item>
  <title>85: Computer Vision in Elixir with Cocoa Xu</title>
  <link>https://podcast.thinkingelixir.com/85</link>
  <guid isPermaLink="false">e45342cf-87f1-4ae7-b515-b198181699f9</guid>
  <pubDate>Tue, 08 Feb 2022 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/e45342cf-87f1-4ae7-b515-b198181699f9.mp3" length="19709952" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>We talk with Cocoa Xu about his PhD robotics project and his related Evision project that creates Elixir bindings to the OpenCV library making computer vision in Elixir much easier and more!</itunes:subtitle>
  <itunes:duration>27:05</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 Cocoa Xu about his PhD robotics project and his related Evision project that creates Elixir bindings to the OpenCV library. The project enables computer vision in Elixir much easier by building on existing projects. We learn about the kinds of features this enables and how it can target embedded devices as well. His goal of a clustered, collaborative, hoard of Elixir robots is terrifyingly fascinating! 😄
Show Notes online - http://podcast.thinkingelixir.com/85 (http://podcast.thinkingelixir.com/85)
Elixir Community News
- https://github.com/livebook-dev/livebook/pull/948 (https://github.com/livebook-dev/livebook/pull/948) – New feature added to Livebook draws red squiggly lines under syntax errors.
- https://tecnoblog.net/noticias/2022/01/24/as-5-linguagens-de-programacao-mais-usadas-no-brasil-segundo-o-github/ (https://tecnoblog.net/noticias/2022/01/24/as-5-linguagens-de-programacao-mais-usadas-no-brasil-segundo-o-github/) – Elixir is the 5th most growing programming language in Brazil in 2021 on GitHub. Article in Portuguese.
- https://pragprog.com/titles/liveview/programming-phoenix-liveview/ (https://pragprog.com/titles/liveview/programming-phoenix-liveview/) – Updated version of the book "Programming Phoenix LiveView"
- https://twitter.com/akoutmos/status/1487545038632628245 (https://twitter.com/akoutmos/status/1487545038632628245) – Inspired by episode 81 about "burrito", Alex Koutmos created a json terminal tool in Elixir
- https://gist.github.com/akoutmos/f14e0f719b4efbee2526858b34869004 (https://gist.github.com/akoutmos/f14e0f719b4efbee2526858b34869004) – Alex shared a Gist so people can do this themselves
- https://github.com/elixir-lang/elixir/releases/tag/v1.13.2 (https://github.com/elixir-lang/elixir/releases/tag/v1.13.2) – Elixir v1.13.2 with enhanced "mix format" support and more
- https://github.com/feliperenan/heex_formatter (https://github.com/feliperenan/heex_formatter) – New alpha state library is a HEEx formatter
- https://fly.io/blog/free-postgres/ (https://fly.io/blog/free-postgres/) – Hosting provider Fly.io announced free Postgres databases.
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://github.com/cocoa-xu/evision (https://github.com/cocoa-xu/evision)
- https://twitter.com/brainlid/status/1470588461371568129 (https://twitter.com/brainlid/status/1470588461371568129)
- https://github.com/opencv/opencv (https://github.com/opencv/opencv)
- https://pypi.org/project/opencv-python/ (https://pypi.org/project/opencv-python/)
- https://github.com/cocoa-xu/evision/tree/main/examples (https://github.com/cocoa-xu/evision/tree/main/examples) – Usage examples that part of the repo
- https://cocoa-xu.github.io/evision/ (https://cocoa-xu.github.io/evision/) – Online docs at the moment
- https://twitter.com/uwucocoa/status/1466898968164679696 (https://twitter.com/_uwu_cocoa/status/1466898968164679696)
- https://github.com/opencv/opencv (https://github.com/opencv/opencv) – Open Source Computer Vision
Guest Information
- https://twitter.com/uwucocoa (https://twitter.com/_uwu_cocoa) – on Twitter
- https://github.com/cocoa-xu/ (https://github.com/cocoa-xu/) – on Github
- https://cocoa-research.works/ (https://cocoa-research.works/) – 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, computer vision, nerves project, robotics, opencv</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We talk with Cocoa Xu about his PhD robotics project and his related Evision project that creates Elixir bindings to the OpenCV library. The project enables computer vision in Elixir much easier by building on existing projects. We learn about the kinds of features this enables and how it can target embedded devices as well. His goal of a clustered, collaborative, hoard of Elixir robots is terrifyingly fascinating! 😄</p>

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

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

<ul>
<li><a href="https://github.com/livebook-dev/livebook/pull/948" rel="nofollow">https://github.com/livebook-dev/livebook/pull/948</a> – New feature added to Livebook draws red squiggly lines under syntax errors.</li>
<li><a href="https://tecnoblog.net/noticias/2022/01/24/as-5-linguagens-de-programacao-mais-usadas-no-brasil-segundo-o-github/" rel="nofollow">https://tecnoblog.net/noticias/2022/01/24/as-5-linguagens-de-programacao-mais-usadas-no-brasil-segundo-o-github/</a> – Elixir is the 5th most growing programming language in Brazil in 2021 on GitHub. Article in Portuguese.</li>
<li><a href="https://pragprog.com/titles/liveview/programming-phoenix-liveview/" rel="nofollow">https://pragprog.com/titles/liveview/programming-phoenix-liveview/</a> – Updated version of the book &quot;Programming Phoenix LiveView&quot;</li>
<li><a href="https://twitter.com/akoutmos/status/1487545038632628245" rel="nofollow">https://twitter.com/akoutmos/status/1487545038632628245</a> – Inspired by episode 81 about &quot;burrito&quot;, Alex Koutmos created a json terminal tool in Elixir</li>
<li><a href="https://gist.github.com/akoutmos/f14e0f719b4efbee2526858b34869004" rel="nofollow">https://gist.github.com/akoutmos/f14e0f719b4efbee2526858b34869004</a> – Alex shared a Gist so people can do this themselves</li>
<li><a href="https://github.com/elixir-lang/elixir/releases/tag/v1.13.2" rel="nofollow">https://github.com/elixir-lang/elixir/releases/tag/v1.13.2</a> – Elixir v1.13.2 with enhanced &quot;mix format&quot; support and more</li>
<li><a href="https://github.com/feliperenan/heex_formatter" rel="nofollow">https://github.com/feliperenan/heex_formatter</a> – New alpha state library is a HEEx formatter</li>
<li><a href="https://fly.io/blog/free-postgres/" rel="nofollow">https://fly.io/blog/free-postgres/</a> – Hosting provider Fly.io announced free Postgres databases.</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://github.com/cocoa-xu/evision" rel="nofollow">https://github.com/cocoa-xu/evision</a></li>
<li><a href="https://twitter.com/brainlid/status/1470588461371568129" rel="nofollow">https://twitter.com/brainlid/status/1470588461371568129</a></li>
<li><a href="https://github.com/opencv/opencv" rel="nofollow">https://github.com/opencv/opencv</a></li>
<li><a href="https://pypi.org/project/opencv-python/" rel="nofollow">https://pypi.org/project/opencv-python/</a></li>
<li><a href="https://github.com/cocoa-xu/evision/tree/main/examples" rel="nofollow">https://github.com/cocoa-xu/evision/tree/main/examples</a> – Usage examples that part of the repo</li>
<li><a href="https://cocoa-xu.github.io/evision/" rel="nofollow">https://cocoa-xu.github.io/evision/</a> – Online docs at the moment</li>
<li><a href="https://twitter.com/_uwu_cocoa/status/1466898968164679696" rel="nofollow">https://twitter.com/_uwu_cocoa/status/1466898968164679696</a></li>
<li><a href="https://github.com/opencv/opencv" rel="nofollow">https://github.com/opencv/opencv</a> – Open Source Computer Vision</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/_uwu_cocoa" rel="nofollow">https://twitter.com/_uwu_cocoa</a> – on Twitter</li>
<li><a href="https://github.com/cocoa-xu/" rel="nofollow">https://github.com/cocoa-xu/</a> – on Github</li>
<li><a href="https://cocoa-research.works/" rel="nofollow">https://cocoa-research.works/</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>We talk with Cocoa Xu about his PhD robotics project and his related Evision project that creates Elixir bindings to the OpenCV library. The project enables computer vision in Elixir much easier by building on existing projects. We learn about the kinds of features this enables and how it can target embedded devices as well. His goal of a clustered, collaborative, hoard of Elixir robots is terrifyingly fascinating! 😄</p>

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

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

<ul>
<li><a href="https://github.com/livebook-dev/livebook/pull/948" rel="nofollow">https://github.com/livebook-dev/livebook/pull/948</a> – New feature added to Livebook draws red squiggly lines under syntax errors.</li>
<li><a href="https://tecnoblog.net/noticias/2022/01/24/as-5-linguagens-de-programacao-mais-usadas-no-brasil-segundo-o-github/" rel="nofollow">https://tecnoblog.net/noticias/2022/01/24/as-5-linguagens-de-programacao-mais-usadas-no-brasil-segundo-o-github/</a> – Elixir is the 5th most growing programming language in Brazil in 2021 on GitHub. Article in Portuguese.</li>
<li><a href="https://pragprog.com/titles/liveview/programming-phoenix-liveview/" rel="nofollow">https://pragprog.com/titles/liveview/programming-phoenix-liveview/</a> – Updated version of the book &quot;Programming Phoenix LiveView&quot;</li>
<li><a href="https://twitter.com/akoutmos/status/1487545038632628245" rel="nofollow">https://twitter.com/akoutmos/status/1487545038632628245</a> – Inspired by episode 81 about &quot;burrito&quot;, Alex Koutmos created a json terminal tool in Elixir</li>
<li><a href="https://gist.github.com/akoutmos/f14e0f719b4efbee2526858b34869004" rel="nofollow">https://gist.github.com/akoutmos/f14e0f719b4efbee2526858b34869004</a> – Alex shared a Gist so people can do this themselves</li>
<li><a href="https://github.com/elixir-lang/elixir/releases/tag/v1.13.2" rel="nofollow">https://github.com/elixir-lang/elixir/releases/tag/v1.13.2</a> – Elixir v1.13.2 with enhanced &quot;mix format&quot; support and more</li>
<li><a href="https://github.com/feliperenan/heex_formatter" rel="nofollow">https://github.com/feliperenan/heex_formatter</a> – New alpha state library is a HEEx formatter</li>
<li><a href="https://fly.io/blog/free-postgres/" rel="nofollow">https://fly.io/blog/free-postgres/</a> – Hosting provider Fly.io announced free Postgres databases.</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://github.com/cocoa-xu/evision" rel="nofollow">https://github.com/cocoa-xu/evision</a></li>
<li><a href="https://twitter.com/brainlid/status/1470588461371568129" rel="nofollow">https://twitter.com/brainlid/status/1470588461371568129</a></li>
<li><a href="https://github.com/opencv/opencv" rel="nofollow">https://github.com/opencv/opencv</a></li>
<li><a href="https://pypi.org/project/opencv-python/" rel="nofollow">https://pypi.org/project/opencv-python/</a></li>
<li><a href="https://github.com/cocoa-xu/evision/tree/main/examples" rel="nofollow">https://github.com/cocoa-xu/evision/tree/main/examples</a> – Usage examples that part of the repo</li>
<li><a href="https://cocoa-xu.github.io/evision/" rel="nofollow">https://cocoa-xu.github.io/evision/</a> – Online docs at the moment</li>
<li><a href="https://twitter.com/_uwu_cocoa/status/1466898968164679696" rel="nofollow">https://twitter.com/_uwu_cocoa/status/1466898968164679696</a></li>
<li><a href="https://github.com/opencv/opencv" rel="nofollow">https://github.com/opencv/opencv</a> – Open Source Computer Vision</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/_uwu_cocoa" rel="nofollow">https://twitter.com/_uwu_cocoa</a> – on Twitter</li>
<li><a href="https://github.com/cocoa-xu/" rel="nofollow">https://github.com/cocoa-xu/</a> – on Github</li>
<li><a href="https://cocoa-research.works/" rel="nofollow">https://cocoa-research.works/</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>
  </channel>
</rss>
