<?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>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Thu, 23 Apr 2026 14:19:59 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “S3”</title>
    <link>https://podcast.thinkingelixir.com/tags/s3</link>
    <pubDate>Tue, 04 Jan 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>80: Waffle Making with Boris Kuznetsov</title>
  <link>https://podcast.thinkingelixir.com/80</link>
  <guid isPermaLink="false">c1a91c27-df8e-474d-a2b1-4615af608cee</guid>
  <pubDate>Tue, 04 Jan 2022 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/c1a91c27-df8e-474d-a2b1-4615af608cee.mp3" length="23674880" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Boris Kuznetsov talks about the Waffle library, how it helps Elixir projects attach media to database records, how it started, it's role with LiveView, the challenges of maintaining a project created as a fork, and more!</itunes:subtitle>
  <itunes:duration>32:35</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 Boris Kuznetsov to learn about the Waffle library and how it is used to attach images, video, and audio to your Ecto records while also processing the attachments for thumbnails, encodings, and more. We learn about the history of the project having forked from Arc, which is no longer maintained. We cover the challenges of supporting and maintaining a library created as a fork. We talk about Second System Syndrome and the desire we often feel that it would be easier to just start over. All this and more!
Show Notes online - http://podcast.thinkingelixir.com/80 (http://podcast.thinkingelixir.com/80)
Elixir Community News
- https://github.com/phoenixframework/tailwind (https://github.com/phoenixframework/tailwind) – New Phoenix library makes adding TailwindCSS support easier
- https://fly.io/phoenix-files/tailwind-standalone/ (https://fly.io/phoenix-files/tailwind-standalone/) – Chris McCord's blog post on how to add it to your existing projects now
- https://github.com/akoutmos/prom_ex/pull/39 (https://github.com/akoutmos/prom_ex/pull/39) – Alex Koutmos added Broadway support into PromEx
- https://twitter.com/akoutmos/status/1473784677521633282 (https://twitter.com/akoutmos/status/1473784677521633282) – Alex Koutmos tweet about it, shared a screenshot
- https://hexdocs.pm/rebar3exdoc (https://hexdocs.pm/rebar3_ex_doc) – Erlang projects can more easily publish documentation using ExDoc using a hex package called rebar3exdoc
- https://tutorials.membraneframework.org/tutorials/videoroom/ (https://tutorials.membraneframework.org/tutorials/videoroom/) – Membrane Framework put out a multi-part tutorial for creating your own video conference room
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/elixir-waffle/waffle (https://github.com/elixir-waffle/waffle)
- https://curiosum.com/blog/how-upload-file-elixir-waffle (https://curiosum.com/blog/how-upload-file-elixir-waffle)
- https://github.com/stavro/arc (https://github.com/stavro/arc) – Arc is the project that waffle forked from
- https://github.com/elixir-waffle (https://github.com/elixir-waffle) – Github organization with 3 waffle projects
- https://github.com/stavro/arc (https://github.com/stavro/arc)
- https://rubygems.org/gems/paperclip (https://rubygems.org/gems/paperclip)
- https://rubygems.org/gems/carrierwave (https://rubygems.org/gems/carrierwave)
- https://en.wikipedia.org/wiki/Second-system_effect (https://en.wikipedia.org/wiki/Second-system_effect)
- https://elixircasts.io/file-uploads-with-waffle (https://elixircasts.io/file-uploads-with-waffle)
- https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676 (https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676)
- https://notepad-plus-plus.org/ (https://notepad-plus-plus.org/)
- https://elixirforum.com/ (https://elixirforum.com/)
- https://github.com/achempion/alice (https://github.com/achempion/alice) – Text editor prototype written in Elixir
- https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676 (https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676) – Announcement and discussion of Alice on ElixirForum
- https://www.twitch.tv/achempion (https://www.twitch.tv/achempion) – Boris' TwitchTV channel
Guest Information
- https://github.com/achempion/ (https://github.com/achempion/) – on Github
- https://achempion.com/ (https://achempion.com/) – Blog
- https://www.twitch.tv/achempion (https://www.twitch.tv/achempion) – on Twitch
- https://www.youtube.com/channel/UCGP7X21WMpxbq9QJP9PCGjQ (https://www.youtube.com/channel/UCGP7X21WMpxbq9QJP9PCGjQ) – Youtube Channel
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, phoenix, file attachments, thumbnail, uploads, S3</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We talk with Boris Kuznetsov to learn about the Waffle library and how it is used to attach images, video, and audio to your Ecto records while also processing the attachments for thumbnails, encodings, and more. We learn about the history of the project having forked from Arc, which is no longer maintained. We cover the challenges of supporting and maintaining a library created as a fork. We talk about Second System Syndrome and the desire we often feel that it would be easier to just start over. All this and more!</p>

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

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

<ul>
<li><a href="https://github.com/phoenixframework/tailwind" rel="nofollow">https://github.com/phoenixframework/tailwind</a> – New Phoenix library makes adding TailwindCSS support easier</li>
<li><a href="https://fly.io/phoenix-files/tailwind-standalone/" rel="nofollow">https://fly.io/phoenix-files/tailwind-standalone/</a> – Chris McCord&#39;s blog post on how to add it to your existing projects now</li>
<li><a href="https://github.com/akoutmos/prom_ex/pull/39" rel="nofollow">https://github.com/akoutmos/prom_ex/pull/39</a> – Alex Koutmos added Broadway support into PromEx</li>
<li><a href="https://twitter.com/akoutmos/status/1473784677521633282" rel="nofollow">https://twitter.com/akoutmos/status/1473784677521633282</a> – Alex Koutmos tweet about it, shared a screenshot</li>
<li><a href="https://hexdocs.pm/rebar3_ex_doc" rel="nofollow">https://hexdocs.pm/rebar3_ex_doc</a> – Erlang projects can more easily publish documentation using ExDoc using a hex package called rebar3_ex_doc</li>
<li><a href="https://tutorials.membraneframework.org/tutorials/videoroom/" rel="nofollow">https://tutorials.membraneframework.org/tutorials/videoroom/</a> – Membrane Framework put out a multi-part tutorial for creating your own video conference room</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/elixir-waffle/waffle" rel="nofollow">https://github.com/elixir-waffle/waffle</a></li>
<li><a href="https://curiosum.com/blog/how-upload-file-elixir-waffle" rel="nofollow">https://curiosum.com/blog/how-upload-file-elixir-waffle</a></li>
<li><a href="https://github.com/stavro/arc" rel="nofollow">https://github.com/stavro/arc</a> – Arc is the project that waffle forked from</li>
<li><a href="https://github.com/elixir-waffle" rel="nofollow">https://github.com/elixir-waffle</a> – Github organization with 3 waffle projects</li>
<li><a href="https://github.com/stavro/arc" rel="nofollow">https://github.com/stavro/arc</a></li>
<li><a href="https://rubygems.org/gems/paperclip" rel="nofollow">https://rubygems.org/gems/paperclip</a></li>
<li><a href="https://rubygems.org/gems/carrierwave" rel="nofollow">https://rubygems.org/gems/carrierwave</a></li>
<li><a href="https://en.wikipedia.org/wiki/Second-system_effect" rel="nofollow">https://en.wikipedia.org/wiki/Second-system_effect</a></li>
<li><a href="https://elixircasts.io/file-uploads-with-waffle" rel="nofollow">https://elixircasts.io/file-uploads-with-waffle</a></li>
<li><a href="https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676" rel="nofollow">https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676</a></li>
<li><a href="https://notepad-plus-plus.org/" rel="nofollow">https://notepad-plus-plus.org/</a></li>
<li><a href="https://elixirforum.com/" rel="nofollow">https://elixirforum.com/</a></li>
<li><a href="https://github.com/achempion/alice" rel="nofollow">https://github.com/achempion/alice</a> – Text editor prototype written in Elixir</li>
<li><a href="https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676" rel="nofollow">https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676</a> – Announcement and discussion of Alice on ElixirForum</li>
<li><a href="https://www.twitch.tv/achempion" rel="nofollow">https://www.twitch.tv/achempion</a> – Boris&#39; TwitchTV channel</li>
</ul>

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

<ul>
<li><a href="https://github.com/achempion/" rel="nofollow">https://github.com/achempion/</a> – on Github</li>
<li><a href="https://achempion.com/" rel="nofollow">https://achempion.com/</a> – Blog</li>
<li><a href="https://www.twitch.tv/achempion" rel="nofollow">https://www.twitch.tv/achempion</a> – on Twitch</li>
<li><a href="https://www.youtube.com/channel/UCGP7X21WMpxbq9QJP9PCGjQ" rel="nofollow">https://www.youtube.com/channel/UCGP7X21WMpxbq9QJP9PCGjQ</a> – Youtube Channel</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 Boris Kuznetsov to learn about the Waffle library and how it is used to attach images, video, and audio to your Ecto records while also processing the attachments for thumbnails, encodings, and more. We learn about the history of the project having forked from Arc, which is no longer maintained. We cover the challenges of supporting and maintaining a library created as a fork. We talk about Second System Syndrome and the desire we often feel that it would be easier to just start over. All this and more!</p>

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

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

<ul>
<li><a href="https://github.com/phoenixframework/tailwind" rel="nofollow">https://github.com/phoenixframework/tailwind</a> – New Phoenix library makes adding TailwindCSS support easier</li>
<li><a href="https://fly.io/phoenix-files/tailwind-standalone/" rel="nofollow">https://fly.io/phoenix-files/tailwind-standalone/</a> – Chris McCord&#39;s blog post on how to add it to your existing projects now</li>
<li><a href="https://github.com/akoutmos/prom_ex/pull/39" rel="nofollow">https://github.com/akoutmos/prom_ex/pull/39</a> – Alex Koutmos added Broadway support into PromEx</li>
<li><a href="https://twitter.com/akoutmos/status/1473784677521633282" rel="nofollow">https://twitter.com/akoutmos/status/1473784677521633282</a> – Alex Koutmos tweet about it, shared a screenshot</li>
<li><a href="https://hexdocs.pm/rebar3_ex_doc" rel="nofollow">https://hexdocs.pm/rebar3_ex_doc</a> – Erlang projects can more easily publish documentation using ExDoc using a hex package called rebar3_ex_doc</li>
<li><a href="https://tutorials.membraneframework.org/tutorials/videoroom/" rel="nofollow">https://tutorials.membraneframework.org/tutorials/videoroom/</a> – Membrane Framework put out a multi-part tutorial for creating your own video conference room</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/elixir-waffle/waffle" rel="nofollow">https://github.com/elixir-waffle/waffle</a></li>
<li><a href="https://curiosum.com/blog/how-upload-file-elixir-waffle" rel="nofollow">https://curiosum.com/blog/how-upload-file-elixir-waffle</a></li>
<li><a href="https://github.com/stavro/arc" rel="nofollow">https://github.com/stavro/arc</a> – Arc is the project that waffle forked from</li>
<li><a href="https://github.com/elixir-waffle" rel="nofollow">https://github.com/elixir-waffle</a> – Github organization with 3 waffle projects</li>
<li><a href="https://github.com/stavro/arc" rel="nofollow">https://github.com/stavro/arc</a></li>
<li><a href="https://rubygems.org/gems/paperclip" rel="nofollow">https://rubygems.org/gems/paperclip</a></li>
<li><a href="https://rubygems.org/gems/carrierwave" rel="nofollow">https://rubygems.org/gems/carrierwave</a></li>
<li><a href="https://en.wikipedia.org/wiki/Second-system_effect" rel="nofollow">https://en.wikipedia.org/wiki/Second-system_effect</a></li>
<li><a href="https://elixircasts.io/file-uploads-with-waffle" rel="nofollow">https://elixircasts.io/file-uploads-with-waffle</a></li>
<li><a href="https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676" rel="nofollow">https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676</a></li>
<li><a href="https://notepad-plus-plus.org/" rel="nofollow">https://notepad-plus-plus.org/</a></li>
<li><a href="https://elixirforum.com/" rel="nofollow">https://elixirforum.com/</a></li>
<li><a href="https://github.com/achempion/alice" rel="nofollow">https://github.com/achempion/alice</a> – Text editor prototype written in Elixir</li>
<li><a href="https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676" rel="nofollow">https://elixirforum.com/t/emacs-like-text-editor-in-elixir/44676</a> – Announcement and discussion of Alice on ElixirForum</li>
<li><a href="https://www.twitch.tv/achempion" rel="nofollow">https://www.twitch.tv/achempion</a> – Boris&#39; TwitchTV channel</li>
</ul>

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

<ul>
<li><a href="https://github.com/achempion/" rel="nofollow">https://github.com/achempion/</a> – on Github</li>
<li><a href="https://achempion.com/" rel="nofollow">https://achempion.com/</a> – Blog</li>
<li><a href="https://www.twitch.tv/achempion" rel="nofollow">https://www.twitch.tv/achempion</a> – on Twitch</li>
<li><a href="https://www.youtube.com/channel/UCGP7X21WMpxbq9QJP9PCGjQ" rel="nofollow">https://www.youtube.com/channel/UCGP7X21WMpxbq9QJP9PCGjQ</a> – Youtube Channel</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>
