<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://feeds.transistor.fm/stylesheet.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link rel="self" type="application/atom+xml" href="https://feeds.transistor.fm/programming-throwdown" title="MP3 Audio"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <podcast:podping usesPodping="true"/>
    <title>Programming Throwdown</title>
    <generator>Transistor (https://transistor.fm)</generator>
    <itunes:new-feed-url>https://feeds.transistor.fm/programming-throwdown</itunes:new-feed-url>
    <description>Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.</description>
    <copyright>℗ &amp; © 2011 Programming Throwdown</copyright>
    <podcast:guid>34c77e79-ea0b-5845-a5fa-e2bc9c3b830a</podcast:guid>
    <podcast:locked owner="ProgrammingThrowdown@gmail.com">no</podcast:locked>
    <podcast:funding url="https://www.patreon.com/programmingthrowdown">Support this podcast on Patreon</podcast:funding>
    <language>en-us</language>
    <pubDate>Wed, 23 Aug 2023 05:35:38 -0500</pubDate>
    <lastBuildDate>Wed, 23 Aug 2023 05:52:33 -0500</lastBuildDate>
    <link>https://www.programmingthrowdown.com/</link>
    <image>
      <url>https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg</url>
      <title>Programming Throwdown</title>
      <link>https://www.programmingthrowdown.com/</link>
    </image>
    <itunes:category text="Education">
      <itunes:category text="How To"/>
    </itunes:category>
    <itunes:category text="News">
      <itunes:category text="Tech News"/>
    </itunes:category>
    <itunes:type>episodic</itunes:type>
    <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
    <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
    <itunes:summary>Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics. Every show will cover a new programming language, so listeners will be able to speak intelligently about any programming language.</itunes:summary>
    <itunes:subtitle>Programming Throwdown educates Computer Scientists and Software Engineers on a cavalcade of programming and tech topics.</itunes:subtitle>
    <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
    <itunes:owner>
      <itunes:name>Patrick Wheeler and Jason Gauci</itunes:name>
    </itunes:owner>
    <itunes:complete>No</itunes:complete>
    <itunes:explicit>No</itunes:explicit>
    <item>
      <title>163: Recursion</title>
      <itunes:episode>163</itunes:episode>
      <podcast:episode>163</podcast:episode>
      <itunes:title>163: Recursion</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">5060af90-2fe7-4ffb-bbd2-583b97c94f9c</guid>
      <link>https://www.programmingthrowdown.com/episodes/163-recursion</link>
      <description>
        <![CDATA[<p><strong>Episode 163 - Recursion<br></strong><br></p><p><br></p><p><strong>Intro topic: Electric Cars<br></strong><br></p><p><br></p><p><strong>News/Links:<br></strong><br></p><ul>
<li>Snake Game in 101 Bytes in a QR Code<ul><li><a href="https://www.reddit.com/r/programming/comments/15ab4ct/my_qr_code_snake_game_is_now_only_101_bytes/">https://www.reddit.com/r/programming/comments/15ab4ct/my_qr_code_snake_game_is_now_only_101_bytes/</a></li></ul>
</li>
<li>Superconductor Rumors abound<ul><li><a href="https://arstechnica.com/science/2023/08/whats-going-on-with-the-reports-of-a-room-temperature-superconductor/">https://arstechnica.com/science/2023/08/whats-going-on-with-the-reports-of-a-room-temperature-superconductor/</a></li></ul>
</li>
<li>OpenWorm<ul><li><a href="https://github.com/openworm/OpenWorm">https://github.com/openworm/OpenWorm</a></li></ul>
</li>
<li>Creator of vim passes away<ul><li>
<a href="https://news.itsfoss.com/vim-creator-passed-away/">https://news.itsfoss.com/vim-creator-passed-away/<br></a><br>
</li></ul>
</li>
</ul><p><br></p><p><strong>Book of the Show</strong></p><ul>
<li>Patrick:<ul><li>Little Book of Common Sense Investing by Jack Bogle <a href="https://amzn.to/43YqANR">https://amzn.to/43YqANR</a>
</li></ul>
</li>
<li>Jason: <ul><li>Mistborn Saga: <a href="https://amzn.to/3DJkUN8">https://amzn.to/3DJkUN8</a>
</li></ul>
</li>
</ul><p>Patreon Plug <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><br></p><p><strong>Tool of the Show</strong></p><ul>
<li>Jason:<ul><li>reMarkable <a href="https://remarkable.com/">https://remarkable.com/</a>
</li></ul>
</li>
<li>Patrick: <ul><li>Stellarium (iOS and Android)<p></p>
</li></ul>
</li>
</ul><p><strong>Topic: Recursion<br></strong><br></p><ul>
<li>What is it<ul>
<li>Divide-And-Conquer</li>
<li>Fibonacci numbers</li>
</ul>
</li>
<li>How to (not) teach recursion</li>
<li>Practical Applications<ul>
<li>Graph operations<ul>
<li>Tree retrieval, balancing</li>
<li>Graph Search</li>
</ul>
</li>
<li>Spatial partitioning</li>
</ul>
</li>
<li>Pitfalls<ul><li>Stack size</li></ul>
</li>
<li>How to solve problems with recursion<ul>
<li>(1) Consider the base cases</li>
<li>(2) Build the recursive step</li>
<li>(3) Look for ways the recursion will not terminate and fix</li>
<li>(4) (rest are optional) Remove global contexts</li>
<li>(5) Add memoization</li>
<li>(6) Build solutions incrementally<p></p>
</li>
</ul>
</li>
</ul>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>Episode 163 - Recursion<br></strong><br></p><p><br></p><p><strong>Intro topic: Electric Cars<br></strong><br></p><p><br></p><p><strong>News/Links:<br></strong><br></p><ul>
<li>Snake Game in 101 Bytes in a QR Code<ul><li><a href="https://www.reddit.com/r/programming/comments/15ab4ct/my_qr_code_snake_game_is_now_only_101_bytes/">https://www.reddit.com/r/programming/comments/15ab4ct/my_qr_code_snake_game_is_now_only_101_bytes/</a></li></ul>
</li>
<li>Superconductor Rumors abound<ul><li><a href="https://arstechnica.com/science/2023/08/whats-going-on-with-the-reports-of-a-room-temperature-superconductor/">https://arstechnica.com/science/2023/08/whats-going-on-with-the-reports-of-a-room-temperature-superconductor/</a></li></ul>
</li>
<li>OpenWorm<ul><li><a href="https://github.com/openworm/OpenWorm">https://github.com/openworm/OpenWorm</a></li></ul>
</li>
<li>Creator of vim passes away<ul><li>
<a href="https://news.itsfoss.com/vim-creator-passed-away/">https://news.itsfoss.com/vim-creator-passed-away/<br></a><br>
</li></ul>
</li>
</ul><p><br></p><p><strong>Book of the Show</strong></p><ul>
<li>Patrick:<ul><li>Little Book of Common Sense Investing by Jack Bogle <a href="https://amzn.to/43YqANR">https://amzn.to/43YqANR</a>
</li></ul>
</li>
<li>Jason: <ul><li>Mistborn Saga: <a href="https://amzn.to/3DJkUN8">https://amzn.to/3DJkUN8</a>
</li></ul>
</li>
</ul><p>Patreon Plug <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><br></p><p><strong>Tool of the Show</strong></p><ul>
<li>Jason:<ul><li>reMarkable <a href="https://remarkable.com/">https://remarkable.com/</a>
</li></ul>
</li>
<li>Patrick: <ul><li>Stellarium (iOS and Android)<p></p>
</li></ul>
</li>
</ul><p><strong>Topic: Recursion<br></strong><br></p><ul>
<li>What is it<ul>
<li>Divide-And-Conquer</li>
<li>Fibonacci numbers</li>
</ul>
</li>
<li>How to (not) teach recursion</li>
<li>Practical Applications<ul>
<li>Graph operations<ul>
<li>Tree retrieval, balancing</li>
<li>Graph Search</li>
</ul>
</li>
<li>Spatial partitioning</li>
</ul>
</li>
<li>Pitfalls<ul><li>Stack size</li></ul>
</li>
<li>How to solve problems with recursion<ul>
<li>(1) Consider the base cases</li>
<li>(2) Build the recursive step</li>
<li>(3) Look for ways the recursion will not terminate and fix</li>
<li>(4) (rest are optional) Remove global contexts</li>
<li>(5) Add memoization</li>
<li>(6) Build solutions incrementally<p></p>
</li>
</ul>
</li>
</ul>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 14 Aug 2023 10:15:25 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/5061fa51/2f90cc33.mp3" length="91916677" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1458429/full_1691792305-artwork.jpg"/>
      <itunes:duration>5347</itunes:duration>
      <itunes:summary>
        <![CDATA[<p><strong>Episode 163 - Recursion<br></strong><br></p><p><br></p><p><strong>Intro topic: Electric Cars<br></strong><br></p><p><br></p><p><strong>News/Links:<br></strong><br></p><ul>
<li>Snake Game in 101 Bytes in a QR Code<ul><li><a href="https://www.reddit.com/r/programming/comments/15ab4ct/my_qr_code_snake_game_is_now_only_101_bytes/">https://www.reddit.com/r/programming/comments/15ab4ct/my_qr_code_snake_game_is_now_only_101_bytes/</a></li></ul>
</li>
<li>Superconductor Rumors abound<ul><li><a href="https://arstechnica.com/science/2023/08/whats-going-on-with-the-reports-of-a-room-temperature-superconductor/">https://arstechnica.com/science/2023/08/whats-going-on-with-the-reports-of-a-room-temperature-superconductor/</a></li></ul>
</li>
<li>OpenWorm<ul><li><a href="https://github.com/openworm/OpenWorm">https://github.com/openworm/OpenWorm</a></li></ul>
</li>
<li>Creator of vim passes away<ul><li>
<a href="https://news.itsfoss.com/vim-creator-passed-away/">https://news.itsfoss.com/vim-creator-passed-away/<br></a><br>
</li></ul>
</li>
</ul><p><br></p><p><strong>Book of the Show</strong></p><ul>
<li>Patrick:<ul><li>Little Book of Common Sense Investing by Jack Bogle <a href="https://amzn.to/43YqANR">https://amzn.to/43YqANR</a>
</li></ul>
</li>
<li>Jason: <ul><li>Mistborn Saga: <a href="https://amzn.to/3DJkUN8">https://amzn.to/3DJkUN8</a>
</li></ul>
</li>
</ul><p>Patreon Plug <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><br></p><p><strong>Tool of the Show</strong></p><ul>
<li>Jason:<ul><li>reMarkable <a href="https://remarkable.com/">https://remarkable.com/</a>
</li></ul>
</li>
<li>Patrick: <ul><li>Stellarium (iOS and Android)<p></p>
</li></ul>
</li>
</ul><p><strong>Topic: Recursion<br></strong><br></p><ul>
<li>What is it<ul>
<li>Divide-And-Conquer</li>
<li>Fibonacci numbers</li>
</ul>
</li>
<li>How to (not) teach recursion</li>
<li>Practical Applications<ul>
<li>Graph operations<ul>
<li>Tree retrieval, balancing</li>
<li>Graph Search</li>
</ul>
</li>
<li>Spatial partitioning</li>
</ul>
</li>
<li>Pitfalls<ul><li>Stack size</li></ul>
</li>
<li>How to solve problems with recursion<ul>
<li>(1) Consider the base cases</li>
<li>(2) Build the recursive step</li>
<li>(3) Look for ways the recursion will not terminate and fix</li>
<li>(4) (rest are optional) Remove global contexts</li>
<li>(5) Add memoization</li>
<li>(6) Build solutions incrementally<p></p>
</li>
</ul>
</li>
</ul>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Programming, Recursion</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>162: Interactive Fiction</title>
      <itunes:episode>162</itunes:episode>
      <podcast:episode>162</podcast:episode>
      <itunes:title>162: Interactive Fiction</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">410ff0fa-bf89-4c9e-8cfa-396200ec3d2e</guid>
      <link>https://www.programmingthrowdown.com/episodes/162-interactive-fiction/</link>
      <description>
        <![CDATA[<p>In the latest episode of Programming Throwdown, we delve into the captivating world of interactive fiction. We explore: Wordnet, Inform, and how games in the past have been the forerunners of today’s NLP challenges.</p><p><em> </em></p><p>00:00:22 Introductions</p><p>00:00:39 To hard mode or not to hard mode</p><p>00:08:58 No moats in Google</p><p>00:16:37 Stable Diffusion blows Jason’s mind</p><p>00:21:31 Putting beats together</p><p>00:23:38 GPT4All</p><p>00:27:44 White Sand</p><p>00:35:28 Fortuna</p><p>00:38:55 Patrick’s ‘dirty’ secret</p><p>00:47:20 Wordnet</p><p>00:53:56 Procedural generation</p><p>00:57:29 On tabletop RPGs</p><p>01:00:48 Inform</p><p>01:07:27 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/programmingthrowdown?ty=h">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><p><strong> </strong></p><p><strong>News/Links:</strong></p><ul>
<li>Google: We have no moat and neither does OpenAI<ul><li><a href="https://www.semianalysis.com/p/google-we-have-no-moat-and-neither">https://www.semianalysis.com/p/google-we-have-no-moat-and-neither</a></li></ul>
</li>
<li>Stable Diffusion QR Codes<ul><li>
<a href="https://stable-diffusion-art.com/qr-code/">https://stable-diffusion-art.com/qr-code/</a> </li></ul>
</li>
<li>Beginning to Make Music<ul><li><a href="https://learningmusic.ableton.com/">https://learningmusic.ableton.com/</a></li></ul>
</li>
<li>GPT4All<ul><li><a href="https://gpt4all.io/index.html">https://gpt4all.io/index.html</a></li></ul>
</li>
<li>Wordnet:<ul><li><a href="https://wordnet.princeton.edu/">https://wordnet.princeton.edu/</a></li></ul>
</li>
<li>Inform:<ul><li><a href="https://en.wikipedia.org/wiki/Inform">https://en.wikipedia.org/wiki/Inform</a></li></ul>
</li>
</ul><p><strong>Book of the Show</strong></p><ul>
<li>Patrick:<ul><li>White Sand <a href="https://amzn.to/43CPMKA">https://amzn.to/43CPMKA</a>
</li></ul>
</li>
<li>Jason: <ul><li>The Fortuna <a href="https://www.generativefiction.com/">https://www.generativefiction.com/</a>
</li></ul>
</li>
</ul><p><strong>Tool of the Show</strong></p><ul>
<li>Jason:<ul><li>Gatsby.js <a href="https://www.gatsbyjs.com/">https://www.gatsbyjs.com/</a>
</li></ul>
</li>
<li>Patrick: <ul><li>Peglin <a href="https://store.steampowered.com/app/1296610/Peglin/">https://store.steampowered.com/app/1296610/Peglin/</a> </li></ul>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In the latest episode of Programming Throwdown, we delve into the captivating world of interactive fiction. We explore: Wordnet, Inform, and how games in the past have been the forerunners of today’s NLP challenges.</p><p><em> </em></p><p>00:00:22 Introductions</p><p>00:00:39 To hard mode or not to hard mode</p><p>00:08:58 No moats in Google</p><p>00:16:37 Stable Diffusion blows Jason’s mind</p><p>00:21:31 Putting beats together</p><p>00:23:38 GPT4All</p><p>00:27:44 White Sand</p><p>00:35:28 Fortuna</p><p>00:38:55 Patrick’s ‘dirty’ secret</p><p>00:47:20 Wordnet</p><p>00:53:56 Procedural generation</p><p>00:57:29 On tabletop RPGs</p><p>01:00:48 Inform</p><p>01:07:27 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/programmingthrowdown?ty=h">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><p><strong> </strong></p><p><strong>News/Links:</strong></p><ul>
<li>Google: We have no moat and neither does OpenAI<ul><li><a href="https://www.semianalysis.com/p/google-we-have-no-moat-and-neither">https://www.semianalysis.com/p/google-we-have-no-moat-and-neither</a></li></ul>
</li>
<li>Stable Diffusion QR Codes<ul><li>
<a href="https://stable-diffusion-art.com/qr-code/">https://stable-diffusion-art.com/qr-code/</a> </li></ul>
</li>
<li>Beginning to Make Music<ul><li><a href="https://learningmusic.ableton.com/">https://learningmusic.ableton.com/</a></li></ul>
</li>
<li>GPT4All<ul><li><a href="https://gpt4all.io/index.html">https://gpt4all.io/index.html</a></li></ul>
</li>
<li>Wordnet:<ul><li><a href="https://wordnet.princeton.edu/">https://wordnet.princeton.edu/</a></li></ul>
</li>
<li>Inform:<ul><li><a href="https://en.wikipedia.org/wiki/Inform">https://en.wikipedia.org/wiki/Inform</a></li></ul>
</li>
</ul><p><strong>Book of the Show</strong></p><ul>
<li>Patrick:<ul><li>White Sand <a href="https://amzn.to/43CPMKA">https://amzn.to/43CPMKA</a>
</li></ul>
</li>
<li>Jason: <ul><li>The Fortuna <a href="https://www.generativefiction.com/">https://www.generativefiction.com/</a>
</li></ul>
</li>
</ul><p><strong>Tool of the Show</strong></p><ul>
<li>Jason:<ul><li>Gatsby.js <a href="https://www.gatsbyjs.com/">https://www.gatsbyjs.com/</a>
</li></ul>
</li>
<li>Patrick: <ul><li>Peglin <a href="https://store.steampowered.com/app/1296610/Peglin/">https://store.steampowered.com/app/1296610/Peglin/</a> </li></ul>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 24 Jul 2023 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/e533699e/a551aa1e.mp3" length="98402518" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1410592/full_1688639610-artwork.jpg"/>
      <itunes:duration>4095</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>In the latest episode of Programming Throwdown, we delve into the captivating world of interactive fiction. We explore: Wordnet, Inform, and how games in the past have been the forerunners of today’s NLP challenges.</p><p><em> </em></p><p>00:00:22 Introductions</p><p>00:00:39 To hard mode or not to hard mode</p><p>00:08:58 No moats in Google</p><p>00:16:37 Stable Diffusion blows Jason’s mind</p><p>00:21:31 Putting beats together</p><p>00:23:38 GPT4All</p><p>00:27:44 White Sand</p><p>00:35:28 Fortuna</p><p>00:38:55 Patrick’s ‘dirty’ secret</p><p>00:47:20 Wordnet</p><p>00:53:56 Procedural generation</p><p>00:57:29 On tabletop RPGs</p><p>01:00:48 Inform</p><p>01:07:27 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/programmingthrowdown?ty=h">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><p><strong> </strong></p><p><strong>News/Links:</strong></p><ul>
<li>Google: We have no moat and neither does OpenAI<ul><li><a href="https://www.semianalysis.com/p/google-we-have-no-moat-and-neither">https://www.semianalysis.com/p/google-we-have-no-moat-and-neither</a></li></ul>
</li>
<li>Stable Diffusion QR Codes<ul><li>
<a href="https://stable-diffusion-art.com/qr-code/">https://stable-diffusion-art.com/qr-code/</a> </li></ul>
</li>
<li>Beginning to Make Music<ul><li><a href="https://learningmusic.ableton.com/">https://learningmusic.ableton.com/</a></li></ul>
</li>
<li>GPT4All<ul><li><a href="https://gpt4all.io/index.html">https://gpt4all.io/index.html</a></li></ul>
</li>
<li>Wordnet:<ul><li><a href="https://wordnet.princeton.edu/">https://wordnet.princeton.edu/</a></li></ul>
</li>
<li>Inform:<ul><li><a href="https://en.wikipedia.org/wiki/Inform">https://en.wikipedia.org/wiki/Inform</a></li></ul>
</li>
</ul><p><strong>Book of the Show</strong></p><ul>
<li>Patrick:<ul><li>White Sand <a href="https://amzn.to/43CPMKA">https://amzn.to/43CPMKA</a>
</li></ul>
</li>
<li>Jason: <ul><li>The Fortuna <a href="https://www.generativefiction.com/">https://www.generativefiction.com/</a>
</li></ul>
</li>
</ul><p><strong>Tool of the Show</strong></p><ul>
<li>Jason:<ul><li>Gatsby.js <a href="https://www.gatsbyjs.com/">https://www.gatsbyjs.com/</a>
</li></ul>
</li>
<li>Patrick: <ul><li>Peglin <a href="https://store.steampowered.com/app/1296610/Peglin/">https://store.steampowered.com/app/1296610/Peglin/</a> </li></ul>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:chapters url="https://share.transistor.fm/s/e533699e/chapters.json" type="application/json+chapters"/>
    </item>
    <item>
      <title>161: Leveraging Generative AI Models with Hagay Lupesko</title>
      <itunes:episode>161</itunes:episode>
      <podcast:episode>161</podcast:episode>
      <itunes:title>161: Leveraging Generative AI Models with Hagay Lupesko</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">3376676a-6005-4cff-ba01-2b0ed87a4f20</guid>
      <link>https://www.programmingthrowdown.com/episodes/161-leveraging-generative-ai-models-with-hagay-lupesko</link>
      <description>
        <![CDATA[<p>MosaicML’s VP Of Engineering, Hagay Lupesko, joins us today to discuss generative AI!  We talk about how to use existing models as well as ways to finetune these models to a particular task or domain.</p><p><em> </em></p><p>00:01:28 Introductions</p><p>00:02:09 Hagay’s circuitous career journey</p><p>00:08:25 Building software for large factories</p><p>00:17:30 The reality of new technologies</p><p>00:28:10 AWS</p><p>00:29:33 Pytorch’s leapfrog advantage</p><p>00:37:24 MosaicML’s mission</p><p>00:39:29 Generative AI</p><p>00:44:39 Giant data models</p><p>00:57:00 Data access tips</p><p>01:10:31 MPT-7B</p><p>01:27:01 Careers in Mosaic</p><p>01:31:46 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/programmingthrowdown?ty=h">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><p><strong> </strong></p><p>Links<strong>:</strong></p><ul>
<li>Hagay Lupesko:<ul>
<li>Linkedin: <a href="https://www.linkedin.com/in/hagaylupesko/">https://www.linkedin.com/in/hagaylupesko/</a>
</li>
<li>Twitter: <a href="https://twitter.com/hagay_lupesko">https://twitter.com/hagay_lupesko</a>
</li>
<li>Github: <a href="https://github.com/lupesko">https://github.com/lupesko</a>
</li>
</ul>
</li>
<li>MosaicML:<ul>
<li>Website: <a href="https://www.mosaicml.com/">https://www.mosaicml.com/</a>
</li>
<li>Careers: <a href="https://www.mosaicml.com/careers">https://www.mosaicml.com/careers</a>
</li>
<li>Twitter: <a href="https://twitter.com/MosaicML">https://twitter.com/MosaicML</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/mosaicml/">https://www.linkedin.com/company/mosaicml/</a>
</li>
</ul>
</li>
<li>Others:<ul>
<li>Amp It Up (Amazon): <a href="https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115">https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115</a>
</li>
<li>Hugging Face Hub: <a href="https://huggingface.co/">https://huggingface.co/</a>
</li>
</ul>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>MosaicML’s VP Of Engineering, Hagay Lupesko, joins us today to discuss generative AI!  We talk about how to use existing models as well as ways to finetune these models to a particular task or domain.</p><p><em> </em></p><p>00:01:28 Introductions</p><p>00:02:09 Hagay’s circuitous career journey</p><p>00:08:25 Building software for large factories</p><p>00:17:30 The reality of new technologies</p><p>00:28:10 AWS</p><p>00:29:33 Pytorch’s leapfrog advantage</p><p>00:37:24 MosaicML’s mission</p><p>00:39:29 Generative AI</p><p>00:44:39 Giant data models</p><p>00:57:00 Data access tips</p><p>01:10:31 MPT-7B</p><p>01:27:01 Careers in Mosaic</p><p>01:31:46 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/programmingthrowdown?ty=h">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><p><strong> </strong></p><p>Links<strong>:</strong></p><ul>
<li>Hagay Lupesko:<ul>
<li>Linkedin: <a href="https://www.linkedin.com/in/hagaylupesko/">https://www.linkedin.com/in/hagaylupesko/</a>
</li>
<li>Twitter: <a href="https://twitter.com/hagay_lupesko">https://twitter.com/hagay_lupesko</a>
</li>
<li>Github: <a href="https://github.com/lupesko">https://github.com/lupesko</a>
</li>
</ul>
</li>
<li>MosaicML:<ul>
<li>Website: <a href="https://www.mosaicml.com/">https://www.mosaicml.com/</a>
</li>
<li>Careers: <a href="https://www.mosaicml.com/careers">https://www.mosaicml.com/careers</a>
</li>
<li>Twitter: <a href="https://twitter.com/MosaicML">https://twitter.com/MosaicML</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/mosaicml/">https://www.linkedin.com/company/mosaicml/</a>
</li>
</ul>
</li>
<li>Others:<ul>
<li>Amp It Up (Amazon): <a href="https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115">https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115</a>
</li>
<li>Hugging Face Hub: <a href="https://huggingface.co/">https://huggingface.co/</a>
</li>
</ul>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 10 Jul 2023 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/39145506/52d1bda6.mp3" length="133617029" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1392604/full_1687426111-artwork.jpg"/>
      <itunes:duration>5563</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>MosaicML’s VP Of Engineering, Hagay Lupesko, joins us today to discuss generative AI!  We talk about how to use existing models as well as ways to finetune these models to a particular task or domain.</p><p><em> </em></p><p>00:01:28 Introductions</p><p>00:02:09 Hagay’s circuitous career journey</p><p>00:08:25 Building software for large factories</p><p>00:17:30 The reality of new technologies</p><p>00:28:10 AWS</p><p>00:29:33 Pytorch’s leapfrog advantage</p><p>00:37:24 MosaicML’s mission</p><p>00:39:29 Generative AI</p><p>00:44:39 Giant data models</p><p>00:57:00 Data access tips</p><p>01:10:31 MPT-7B</p><p>01:27:01 Careers in Mosaic</p><p>01:31:46 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/programmingthrowdown?ty=h">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><p><strong> </strong></p><p>Links<strong>:</strong></p><ul>
<li>Hagay Lupesko:<ul>
<li>Linkedin: <a href="https://www.linkedin.com/in/hagaylupesko/">https://www.linkedin.com/in/hagaylupesko/</a>
</li>
<li>Twitter: <a href="https://twitter.com/hagay_lupesko">https://twitter.com/hagay_lupesko</a>
</li>
<li>Github: <a href="https://github.com/lupesko">https://github.com/lupesko</a>
</li>
</ul>
</li>
<li>MosaicML:<ul>
<li>Website: <a href="https://www.mosaicml.com/">https://www.mosaicml.com/</a>
</li>
<li>Careers: <a href="https://www.mosaicml.com/careers">https://www.mosaicml.com/careers</a>
</li>
<li>Twitter: <a href="https://twitter.com/MosaicML">https://twitter.com/MosaicML</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/mosaicml/">https://www.linkedin.com/company/mosaicml/</a>
</li>
</ul>
</li>
<li>Others:<ul>
<li>Amp It Up (Amazon): <a href="https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115">https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115</a>
</li>
<li>Hugging Face Hub: <a href="https://huggingface.co/">https://huggingface.co/</a>
</li>
</ul>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>160: Position Localization</title>
      <itunes:episode>160</itunes:episode>
      <podcast:episode>160</podcast:episode>
      <itunes:title>160: Position Localization</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">c71720e0-01c4-4231-adb4-fc21eb353105</guid>
      <link>https://www.programmingthrowdown.com/episodes/160-position-localization/</link>
      <description>
        <![CDATA[<p>Where are you now? It’s a question that may seem easy to answer on the surface, but in truth hides more complexity than people expect. In today’s episode, we tackle the latest on AI, creative endeavors, and more before diving into the meaty discussion of position localization. </p><p>00:01:13 Steam Deck<br>00:11:22 Summoning Salt on Mario<br>00:16:49 100k stars<br>00:24:26 ChatGPT spam call<br>00:25:31 Build Your Own DB (from scratch)<br>00:29:50 DuckDB<br>00:35:07 Jason has an idea<br>00:37:58 Fighting Fantasy Classics<br>00:41:52 Patrick’s bread<br>00:47:52 Support the show<br>00:53:54 Awkward CRM emails<br>00:56:07 Rill<br>01:00:29 Position localization in detail<br>01:17:15 Common filter<br>01:25:22 Simultaneous localization<br>01:28:59 Farewells</p><p><strong>Resources mentioned in this episode:</strong><br><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><p><br>News/Links:</p><ul>
<li>The History of Super Mario Bros 3 100% World Records (Summoning Salt)<ul><li><a href="https://www.youtube.com/watch?v=_EsFyogVvkw">https://www.youtube.com/watch?v=_EsFyogVvkw</a></li></ul>
</li>
<li>AutoGPT hits 100k stars<ul><li><a href="https://twitter.com/AlphaSignalAI/status/1649524105647906819">https://twitter.com/AlphaSignalAI/status/1649524105647906819</a></li></ul>
</li>
<li>Build Your Own Database from Scratch<ul><li><a href="https://build-your-own.org/database/">https://build-your-own.org/database/</a></li></ul>
</li>
<li>Asking generative art AI to render mathematical theorems<ul><li><a href="https://twitter.com/TivadarDanka/status/1649721970886594561">https://twitter.com/TivadarDanka/status/1649721970886594561</a></li></ul>
</li>
<li>DuckDB:<ul><li><a href="https://duckdb.org/">https://duckdb.org/</a></li></ul>
</li>
</ul><p>Book of the Show:</p><ul>
<li>Jason: Fighting Fantasy Classics<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.tinmangames.ffhub&amp;hl=en_US&amp;gl=US">https://play.google.com/store/apps/details?id=com.tinmangames.ffhub&amp;hl=en_US&amp;gl=US</a></li>
<li><a href="https://apps.apple.com/us/app/fighting-fantasy-classics/id1261201650">https://apps.apple.com/us/app/fighting-fantasy-classics/id1261201650</a></li>
</ul>
</li>
<li>Patrick: Evolutions in Bread: Artisan Pan Breads and Dutch-Oven Loaves at Home<ul><li><a href="https://amzn.to/44kW4iE">https://amzn.to/44kW4iE</a></li></ul>
</li>
</ul><p>Tool of the Show:</p><ul>
<li>Jason: Jinja <ul><li><a href="https://jinja.palletsprojects.com/en/3.1.x/">https://jinja.palletsprojects.com/en/3.1.x/</a></li></ul>
</li>
<li>Patrick: Rill <ul><li><a href="https://www.rilldata.com/">https://www.rilldata.com/</a></li></ul>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Where are you now? It’s a question that may seem easy to answer on the surface, but in truth hides more complexity than people expect. In today’s episode, we tackle the latest on AI, creative endeavors, and more before diving into the meaty discussion of position localization. </p><p>00:01:13 Steam Deck<br>00:11:22 Summoning Salt on Mario<br>00:16:49 100k stars<br>00:24:26 ChatGPT spam call<br>00:25:31 Build Your Own DB (from scratch)<br>00:29:50 DuckDB<br>00:35:07 Jason has an idea<br>00:37:58 Fighting Fantasy Classics<br>00:41:52 Patrick’s bread<br>00:47:52 Support the show<br>00:53:54 Awkward CRM emails<br>00:56:07 Rill<br>01:00:29 Position localization in detail<br>01:17:15 Common filter<br>01:25:22 Simultaneous localization<br>01:28:59 Farewells</p><p><strong>Resources mentioned in this episode:</strong><br><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><p><br>News/Links:</p><ul>
<li>The History of Super Mario Bros 3 100% World Records (Summoning Salt)<ul><li><a href="https://www.youtube.com/watch?v=_EsFyogVvkw">https://www.youtube.com/watch?v=_EsFyogVvkw</a></li></ul>
</li>
<li>AutoGPT hits 100k stars<ul><li><a href="https://twitter.com/AlphaSignalAI/status/1649524105647906819">https://twitter.com/AlphaSignalAI/status/1649524105647906819</a></li></ul>
</li>
<li>Build Your Own Database from Scratch<ul><li><a href="https://build-your-own.org/database/">https://build-your-own.org/database/</a></li></ul>
</li>
<li>Asking generative art AI to render mathematical theorems<ul><li><a href="https://twitter.com/TivadarDanka/status/1649721970886594561">https://twitter.com/TivadarDanka/status/1649721970886594561</a></li></ul>
</li>
<li>DuckDB:<ul><li><a href="https://duckdb.org/">https://duckdb.org/</a></li></ul>
</li>
</ul><p>Book of the Show:</p><ul>
<li>Jason: Fighting Fantasy Classics<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.tinmangames.ffhub&amp;hl=en_US&amp;gl=US">https://play.google.com/store/apps/details?id=com.tinmangames.ffhub&amp;hl=en_US&amp;gl=US</a></li>
<li><a href="https://apps.apple.com/us/app/fighting-fantasy-classics/id1261201650">https://apps.apple.com/us/app/fighting-fantasy-classics/id1261201650</a></li>
</ul>
</li>
<li>Patrick: Evolutions in Bread: Artisan Pan Breads and Dutch-Oven Loaves at Home<ul><li><a href="https://amzn.to/44kW4iE">https://amzn.to/44kW4iE</a></li></ul>
</li>
</ul><p>Tool of the Show:</p><ul>
<li>Jason: Jinja <ul><li><a href="https://jinja.palletsprojects.com/en/3.1.x/">https://jinja.palletsprojects.com/en/3.1.x/</a></li></ul>
</li>
<li>Patrick: Rill <ul><li><a href="https://www.rilldata.com/">https://www.rilldata.com/</a></li></ul>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 26 Jun 2023 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/c37d6c58/fa2185a9.mp3" length="130218987" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1370611/full_1686707575-artwork.jpg"/>
      <itunes:duration>5420</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>Where are you now? It’s a question that may seem easy to answer on the surface, but in truth hides more complexity than people expect. In today’s episode, we tackle the latest on AI, creative endeavors, and more before diving into the meaty discussion of position localization. </p><p>00:01:13 Steam Deck<br>00:11:22 Summoning Salt on Mario<br>00:16:49 100k stars<br>00:24:26 ChatGPT spam call<br>00:25:31 Build Your Own DB (from scratch)<br>00:29:50 DuckDB<br>00:35:07 Jason has an idea<br>00:37:58 Fighting Fantasy Classics<br>00:41:52 Patrick’s bread<br>00:47:52 Support the show<br>00:53:54 Awkward CRM emails<br>00:56:07 Rill<br>01:00:29 Position localization in detail<br>01:17:15 Common filter<br>01:25:22 Simultaneous localization<br>01:28:59 Farewells</p><p><strong>Resources mentioned in this episode:</strong><br><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><p><br>News/Links:</p><ul>
<li>The History of Super Mario Bros 3 100% World Records (Summoning Salt)<ul><li><a href="https://www.youtube.com/watch?v=_EsFyogVvkw">https://www.youtube.com/watch?v=_EsFyogVvkw</a></li></ul>
</li>
<li>AutoGPT hits 100k stars<ul><li><a href="https://twitter.com/AlphaSignalAI/status/1649524105647906819">https://twitter.com/AlphaSignalAI/status/1649524105647906819</a></li></ul>
</li>
<li>Build Your Own Database from Scratch<ul><li><a href="https://build-your-own.org/database/">https://build-your-own.org/database/</a></li></ul>
</li>
<li>Asking generative art AI to render mathematical theorems<ul><li><a href="https://twitter.com/TivadarDanka/status/1649721970886594561">https://twitter.com/TivadarDanka/status/1649721970886594561</a></li></ul>
</li>
<li>DuckDB:<ul><li><a href="https://duckdb.org/">https://duckdb.org/</a></li></ul>
</li>
</ul><p>Book of the Show:</p><ul>
<li>Jason: Fighting Fantasy Classics<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.tinmangames.ffhub&amp;hl=en_US&amp;gl=US">https://play.google.com/store/apps/details?id=com.tinmangames.ffhub&amp;hl=en_US&amp;gl=US</a></li>
<li><a href="https://apps.apple.com/us/app/fighting-fantasy-classics/id1261201650">https://apps.apple.com/us/app/fighting-fantasy-classics/id1261201650</a></li>
</ul>
</li>
<li>Patrick: Evolutions in Bread: Artisan Pan Breads and Dutch-Oven Loaves at Home<ul><li><a href="https://amzn.to/44kW4iE">https://amzn.to/44kW4iE</a></li></ul>
</li>
</ul><p>Tool of the Show:</p><ul>
<li>Jason: Jinja <ul><li><a href="https://jinja.palletsprojects.com/en/3.1.x/">https://jinja.palletsprojects.com/en/3.1.x/</a></li></ul>
</li>
<li>Patrick: Rill <ul><li><a href="https://www.rilldata.com/">https://www.rilldata.com/</a></li></ul>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:chapters url="https://share.transistor.fm/s/c37d6c58/chapters.json" type="application/json+chapters"/>
    </item>
    <item>
      <title>159: GraphQL with Tanmai Gopal</title>
      <itunes:episode>159</itunes:episode>
      <podcast:episode>159</podcast:episode>
      <itunes:title>159: GraphQL with Tanmai Gopal</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">8fef8ea0-2f21-4c83-9d43-85a2280536b5</guid>
      <link>https://www.programmingthrowdown.com/2023/05/159-graphql-with-tanmai-gopal.html</link>
      <description>
        <![CDATA[<p>GraphQL is one of the biggest API enablers in software development, but just how complicated can things be? Tanmai Gopal – Hasura’s CEO extraordinaire – talks with Jason and Patrick about how the secret sauce gets made. They dive deeply from how APIs function to having them managed in practice – among several other topic, making this a must-listen episode. </p><p> </p><p>00:01:19 Introductions</p><p>00:01:48 Tanmai’s late start in programming</p><p>00:05:48 Plinko</p><p>00:13:06 Coursera</p><p>00:23:28 The question of API development</p><p>00:30:30 API layer functionality</p><p>00:34:58 How Hasura leverages JSON</p><p>00:39:08 GraphQL</p><p>00:42:49 Worse than an API call</p><p>00:49:15 The potential REST minefield</p><p>00:53:41 JSON Web Tokens</p><p>01:11:34 Scaling writes</p><p>01:15:17 Careers with Hasura</p><p>01:22:35 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: https://www.youtube.com/@programmingthrowdown4793</p><p><br>Links:</p><ul>
<li> Tanmai Gopal:<ul>
<li> Website: https://hasura.io/blog/@tanmaig/</li>
<li> Linkedin: https://www.linkedin.com/in/tanmaig/</li>
<li> Twitter: https://twitter.com/tanmaigo</li>
<li> Github: https://github.com/coco98</li>
</ul>
</li>
<li> Hasura:<ul>
<li> Website: https://hasura.io/</li>
<li> Careers: https://hasura.io/careers/</li>
<li> Twitter: https://twitter.com/HasuraHQ</li>
<li> Github: https://github.com/hasura</li>
<li> Linkedin: https://www.linkedin.com/company/hasura</li>
</ul>
</li>
<li> Others:<ul>
<li> Good Strategy, Bad Strategy (Amazon): https://www.amazon.com/Good-Strategy-Bad-Strategy-audiobook/dp/B07R6XQ8YP</li>
<li> Modern Application Development (IIT Madras, archived): https://archive.nptel.ac.in/courses/106/106/106106156/</li>
</ul>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>GraphQL is one of the biggest API enablers in software development, but just how complicated can things be? Tanmai Gopal – Hasura’s CEO extraordinaire – talks with Jason and Patrick about how the secret sauce gets made. They dive deeply from how APIs function to having them managed in practice – among several other topic, making this a must-listen episode. </p><p> </p><p>00:01:19 Introductions</p><p>00:01:48 Tanmai’s late start in programming</p><p>00:05:48 Plinko</p><p>00:13:06 Coursera</p><p>00:23:28 The question of API development</p><p>00:30:30 API layer functionality</p><p>00:34:58 How Hasura leverages JSON</p><p>00:39:08 GraphQL</p><p>00:42:49 Worse than an API call</p><p>00:49:15 The potential REST minefield</p><p>00:53:41 JSON Web Tokens</p><p>01:11:34 Scaling writes</p><p>01:15:17 Careers with Hasura</p><p>01:22:35 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: https://www.youtube.com/@programmingthrowdown4793</p><p><br>Links:</p><ul>
<li> Tanmai Gopal:<ul>
<li> Website: https://hasura.io/blog/@tanmaig/</li>
<li> Linkedin: https://www.linkedin.com/in/tanmaig/</li>
<li> Twitter: https://twitter.com/tanmaigo</li>
<li> Github: https://github.com/coco98</li>
</ul>
</li>
<li> Hasura:<ul>
<li> Website: https://hasura.io/</li>
<li> Careers: https://hasura.io/careers/</li>
<li> Twitter: https://twitter.com/HasuraHQ</li>
<li> Github: https://github.com/hasura</li>
<li> Linkedin: https://www.linkedin.com/company/hasura</li>
</ul>
</li>
<li> Others:<ul>
<li> Good Strategy, Bad Strategy (Amazon): https://www.amazon.com/Good-Strategy-Bad-Strategy-audiobook/dp/B07R6XQ8YP</li>
<li> Modern Application Development (IIT Madras, archived): https://archive.nptel.ac.in/courses/106/106/106106156/</li>
</ul>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 12 Jun 2023 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/721b94ca/549ae1a1.mp3" length="119930810" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1339284/full_1684230361-artwork.jpg"/>
      <itunes:duration>4992</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>GraphQL is one of the biggest API enablers in software development, but just how complicated can things be? Tanmai Gopal – Hasura’s CEO extraordinaire – talks with Jason and Patrick about how the secret sauce gets made. They dive deeply from how APIs function to having them managed in practice – among several other topic, making this a must-listen episode. </p><p> </p><p>00:01:19 Introductions</p><p>00:01:48 Tanmai’s late start in programming</p><p>00:05:48 Plinko</p><p>00:13:06 Coursera</p><p>00:23:28 The question of API development</p><p>00:30:30 API layer functionality</p><p>00:34:58 How Hasura leverages JSON</p><p>00:39:08 GraphQL</p><p>00:42:49 Worse than an API call</p><p>00:49:15 The potential REST minefield</p><p>00:53:41 JSON Web Tokens</p><p>01:11:34 Scaling writes</p><p>01:15:17 Careers with Hasura</p><p>01:22:35 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: https://www.youtube.com/@programmingthrowdown4793</p><p><br>Links:</p><ul>
<li> Tanmai Gopal:<ul>
<li> Website: https://hasura.io/blog/@tanmaig/</li>
<li> Linkedin: https://www.linkedin.com/in/tanmaig/</li>
<li> Twitter: https://twitter.com/tanmaigo</li>
<li> Github: https://github.com/coco98</li>
</ul>
</li>
<li> Hasura:<ul>
<li> Website: https://hasura.io/</li>
<li> Careers: https://hasura.io/careers/</li>
<li> Twitter: https://twitter.com/HasuraHQ</li>
<li> Github: https://github.com/hasura</li>
<li> Linkedin: https://www.linkedin.com/company/hasura</li>
</ul>
</li>
<li> Others:<ul>
<li> Good Strategy, Bad Strategy (Amazon): https://www.amazon.com/Good-Strategy-Bad-Strategy-audiobook/dp/B07R6XQ8YP</li>
<li> Modern Application Development (IIT Madras, archived): https://archive.nptel.ac.in/courses/106/106/106106156/</li>
</ul>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>158: Software Supply Chain with Bill Manning</title>
      <itunes:episode>158</itunes:episode>
      <podcast:episode>158</podcast:episode>
      <itunes:title>158: Software Supply Chain with Bill Manning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">22c93a81-e912-4537-b2b3-95ad72bc308a</guid>
      <link>https://www.programmingthrowdown.com/2023/05/158-software-supply-chain-with-bill.html</link>
      <description>
        <![CDATA[<p>In today’s episode, Jason and Patrick dive deeply with JFrog’s Senior Solutions Engineer, Bill Manning. With the conversation tackling the depth and complexity of software supply chains, vulnerabilities and more, Bill deftly offers grounded advice to listeners old and new.</p><p><em> </em></p><p>00:00:26 Introductions</p><p>00:00:40 Bill’s plethora of job titles</p><p>00:09:33 The excitement of learning a language</p><p>00:15:08 Mechanical keyboards</p><p>00:21:17 Bill’s advice on adapting</p><p>00:27:55 What a supply chain is</p><p>00:34:28 Castle analogies</p><p>00:40:55 Unpacking legalities</p><p>00:52:11 Log4J</p><p>00:54:41 What JFrog does</p><p>01:01:16 What can go wrong</p><p>01:08:08 Getting started in this space</p><p>01:14:15 Careers in JFrog</p><p>01:20:23 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: https://www.youtube.com/@programmingthrowdown4793</p><ul><li>Links<strong>:</strong><ul>
<li>Bill Manning:<ul>
<li>Website: https://about.me/billmanning</li>
<li>Linkedin: https://www.linkedin.com/in/williammanning/</li>
<li>Twitter: https://twitter.com/williammanning</li>
</ul>
</li>
<li>JFrog:<ul>
<li>Website: <a href="https://jfrog.com/">https://jfrog.com/</a>
</li>
<li>Careers: <a href="https://join.jfrog.com/">https://join.jfrog.com/</a>
</li>
<li>Artifactory: https://jfrog.com/artifactory/</li>
<li>Linkedin: https://www.linkedin.com/company/jfrog-ltd/</li>
</ul>
</li>
<li>Others:<ul>
<li>Liquid Software: https://liquidsoftware.com/</li>
<li>SolarWinds hack incident: https://www.wired.com/story/the-untold-story-of-solarwinds-the-boldest-supply-chain-hack-ever/</li>
<li>Transitive dependencies: https://en.wikipedia.org/wiki/Transitive_dependency</li>
</ul>
</li>
</ul>
</li></ul><p>More Throwdown? Check out this prior episode:</p><ul><li>153: ChatGPT: https://www.programmingthrowdown.com/2023/03/153-chatgpt.html</li></ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In today’s episode, Jason and Patrick dive deeply with JFrog’s Senior Solutions Engineer, Bill Manning. With the conversation tackling the depth and complexity of software supply chains, vulnerabilities and more, Bill deftly offers grounded advice to listeners old and new.</p><p><em> </em></p><p>00:00:26 Introductions</p><p>00:00:40 Bill’s plethora of job titles</p><p>00:09:33 The excitement of learning a language</p><p>00:15:08 Mechanical keyboards</p><p>00:21:17 Bill’s advice on adapting</p><p>00:27:55 What a supply chain is</p><p>00:34:28 Castle analogies</p><p>00:40:55 Unpacking legalities</p><p>00:52:11 Log4J</p><p>00:54:41 What JFrog does</p><p>01:01:16 What can go wrong</p><p>01:08:08 Getting started in this space</p><p>01:14:15 Careers in JFrog</p><p>01:20:23 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: https://www.youtube.com/@programmingthrowdown4793</p><ul><li>Links<strong>:</strong><ul>
<li>Bill Manning:<ul>
<li>Website: https://about.me/billmanning</li>
<li>Linkedin: https://www.linkedin.com/in/williammanning/</li>
<li>Twitter: https://twitter.com/williammanning</li>
</ul>
</li>
<li>JFrog:<ul>
<li>Website: <a href="https://jfrog.com/">https://jfrog.com/</a>
</li>
<li>Careers: <a href="https://join.jfrog.com/">https://join.jfrog.com/</a>
</li>
<li>Artifactory: https://jfrog.com/artifactory/</li>
<li>Linkedin: https://www.linkedin.com/company/jfrog-ltd/</li>
</ul>
</li>
<li>Others:<ul>
<li>Liquid Software: https://liquidsoftware.com/</li>
<li>SolarWinds hack incident: https://www.wired.com/story/the-untold-story-of-solarwinds-the-boldest-supply-chain-hack-ever/</li>
<li>Transitive dependencies: https://en.wikipedia.org/wiki/Transitive_dependency</li>
</ul>
</li>
</ul>
</li></ul><p>More Throwdown? Check out this prior episode:</p><ul><li>153: ChatGPT: https://www.programmingthrowdown.com/2023/03/153-chatgpt.html</li></ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 22 May 2023 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/80919dab/2d0cf689.mp3" length="118043890" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1328655/full_1684287307-artwork.jpg"/>
      <itunes:duration>4914</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>In today’s episode, Jason and Patrick dive deeply with JFrog’s Senior Solutions Engineer, Bill Manning. With the conversation tackling the depth and complexity of software supply chains, vulnerabilities and more, Bill deftly offers grounded advice to listeners old and new.</p><p><em> </em></p><p>00:00:26 Introductions</p><p>00:00:40 Bill’s plethora of job titles</p><p>00:09:33 The excitement of learning a language</p><p>00:15:08 Mechanical keyboards</p><p>00:21:17 Bill’s advice on adapting</p><p>00:27:55 What a supply chain is</p><p>00:34:28 Castle analogies</p><p>00:40:55 Unpacking legalities</p><p>00:52:11 Log4J</p><p>00:54:41 What JFrog does</p><p>01:01:16 What can go wrong</p><p>01:08:08 Getting started in this space</p><p>01:14:15 Careers in JFrog</p><p>01:20:23 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: https://www.youtube.com/@programmingthrowdown4793</p><ul><li>Links<strong>:</strong><ul>
<li>Bill Manning:<ul>
<li>Website: https://about.me/billmanning</li>
<li>Linkedin: https://www.linkedin.com/in/williammanning/</li>
<li>Twitter: https://twitter.com/williammanning</li>
</ul>
</li>
<li>JFrog:<ul>
<li>Website: <a href="https://jfrog.com/">https://jfrog.com/</a>
</li>
<li>Careers: <a href="https://join.jfrog.com/">https://join.jfrog.com/</a>
</li>
<li>Artifactory: https://jfrog.com/artifactory/</li>
<li>Linkedin: https://www.linkedin.com/company/jfrog-ltd/</li>
</ul>
</li>
<li>Others:<ul>
<li>Liquid Software: https://liquidsoftware.com/</li>
<li>SolarWinds hack incident: https://www.wired.com/story/the-untold-story-of-solarwinds-the-boldest-supply-chain-hack-ever/</li>
<li>Transitive dependencies: https://en.wikipedia.org/wiki/Transitive_dependency</li>
</ul>
</li>
</ul>
</li></ul><p>More Throwdown? Check out this prior episode:</p><ul><li>153: ChatGPT: https://www.programmingthrowdown.com/2023/03/153-chatgpt.html</li></ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>157: Kubernetes with Craig Box</title>
      <itunes:episode>157</itunes:episode>
      <podcast:episode>157</podcast:episode>
      <itunes:title>157: Kubernetes with Craig Box</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">3f03c969-ebd9-4b35-96f7-dc9b6aef0396</guid>
      <link>https://www.programmingthrowdown.com/2023/05/157-kubernetes-with-craig-box.html</link>
      <description>
        <![CDATA[<p>There’s more than what meets the eye when it comes to Kubernetes, and Craig Box – ARMO’s VP of Open Source &amp; Community –is one of several who have seen its many twists and turns since its inception. He talks with Jason and Patrick about Kubernetes’ origins in pop culture, utility in the modern workflow, and possible future in today’s episode. </p><p><em> </em></p><p>00:01:31 Introductions</p><p>00:03:39 Craig’s early internet speed experience</p><p>00:07:46 An adventure towards Google</p><p>00:16:55 Project Seven</p><p>00:21:17 Mesos</p><p>00:26:42 The origin of Kubernetes</p><p>00:28:36 DS9’s influence on naming conventions</p><p>00:37:49 Getting more results with the same resources</p><p>00:47:13 IPv4</p><p>00:53:44 Craig’s thoughts on learning Kubernetes</p><p>01:06:59 Kubescape</p><p>01:18:12 Working at ARMO</p><p>01:23:16 Programming Throwdown on Youtube</p><p>01:23:55 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><ul><li>Links<strong>:</strong><ul>
<li>Craig Box:<ul>
<li>Substack: https://substack.com/profile/107796914-craig-box</li>
<li>Github: https://github.com/craigbox</li>
<li>Linkedin: https://www.linkedin.com/in/crbnz/</li>
<li>Twitter: <a href="https://twitter.com/craigbox">https://twitter.com/craigbox</a>
</li>
</ul>
</li>
<li>ARMO:<ul>
<li>Website: https://www.armosec.io/</li>
<li>Linkedin: https://www.linkedin.com/company/armosec/</li>
</ul>
</li>
<li>Others:<ul>
<li>The Project Seven origin story: <a href="https://cloud.google.com/blog/products/containers-kubernetes/from-google-to-the-world-the-kubernetes-origin-story">https://cloud.google.com/blog/products/containers-kubernetes/from-google-to-the-world-the-kubernetes-origin-story</a>
</li>
<li>7 of 9 on Memory Alpha: https://memory-alpha.fandom.com/wiki/Seven_of_Nine</li>
</ul>
</li>
</ul>
</li></ul><p> </p><p>More Throwdown? Check out this prior episode:</p><ul><li>E135: Kubernetes with Aran Khanna: https://www.programmingthrowdown.com/2022/06/135-kubernetes-with-aran-khanna.html</li></ul><p><br>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>There’s more than what meets the eye when it comes to Kubernetes, and Craig Box – ARMO’s VP of Open Source &amp; Community –is one of several who have seen its many twists and turns since its inception. He talks with Jason and Patrick about Kubernetes’ origins in pop culture, utility in the modern workflow, and possible future in today’s episode. </p><p><em> </em></p><p>00:01:31 Introductions</p><p>00:03:39 Craig’s early internet speed experience</p><p>00:07:46 An adventure towards Google</p><p>00:16:55 Project Seven</p><p>00:21:17 Mesos</p><p>00:26:42 The origin of Kubernetes</p><p>00:28:36 DS9’s influence on naming conventions</p><p>00:37:49 Getting more results with the same resources</p><p>00:47:13 IPv4</p><p>00:53:44 Craig’s thoughts on learning Kubernetes</p><p>01:06:59 Kubescape</p><p>01:18:12 Working at ARMO</p><p>01:23:16 Programming Throwdown on Youtube</p><p>01:23:55 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><ul><li>Links<strong>:</strong><ul>
<li>Craig Box:<ul>
<li>Substack: https://substack.com/profile/107796914-craig-box</li>
<li>Github: https://github.com/craigbox</li>
<li>Linkedin: https://www.linkedin.com/in/crbnz/</li>
<li>Twitter: <a href="https://twitter.com/craigbox">https://twitter.com/craigbox</a>
</li>
</ul>
</li>
<li>ARMO:<ul>
<li>Website: https://www.armosec.io/</li>
<li>Linkedin: https://www.linkedin.com/company/armosec/</li>
</ul>
</li>
<li>Others:<ul>
<li>The Project Seven origin story: <a href="https://cloud.google.com/blog/products/containers-kubernetes/from-google-to-the-world-the-kubernetes-origin-story">https://cloud.google.com/blog/products/containers-kubernetes/from-google-to-the-world-the-kubernetes-origin-story</a>
</li>
<li>7 of 9 on Memory Alpha: https://memory-alpha.fandom.com/wiki/Seven_of_Nine</li>
</ul>
</li>
</ul>
</li></ul><p> </p><p>More Throwdown? Check out this prior episode:</p><ul><li>E135: Kubernetes with Aran Khanna: https://www.programmingthrowdown.com/2022/06/135-kubernetes-with-aran-khanna.html</li></ul><p><br>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 08 May 2023 10:47:50 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/8e3237cc/203d1fa3.mp3" length="121997898" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1310084/full_1682571727-artwork.jpg"/>
      <itunes:duration>5079</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>There’s more than what meets the eye when it comes to Kubernetes, and Craig Box – ARMO’s VP of Open Source &amp; Community –is one of several who have seen its many twists and turns since its inception. He talks with Jason and Patrick about Kubernetes’ origins in pop culture, utility in the modern workflow, and possible future in today’s episode. </p><p><em> </em></p><p>00:01:31 Introductions</p><p>00:03:39 Craig’s early internet speed experience</p><p>00:07:46 An adventure towards Google</p><p>00:16:55 Project Seven</p><p>00:21:17 Mesos</p><p>00:26:42 The origin of Kubernetes</p><p>00:28:36 DS9’s influence on naming conventions</p><p>00:37:49 Getting more results with the same resources</p><p>00:47:13 IPv4</p><p>00:53:44 Craig’s thoughts on learning Kubernetes</p><p>01:06:59 Kubescape</p><p>01:18:12 Working at ARMO</p><p>01:23:16 Programming Throwdown on Youtube</p><p>01:23:55 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>Subscribe to the podcast on Youtube: <a href="https://www.youtube.com/@programmingthrowdown4793">https://www.youtube.com/@programmingthrowdown4793</a></p><ul><li>Links<strong>:</strong><ul>
<li>Craig Box:<ul>
<li>Substack: https://substack.com/profile/107796914-craig-box</li>
<li>Github: https://github.com/craigbox</li>
<li>Linkedin: https://www.linkedin.com/in/crbnz/</li>
<li>Twitter: <a href="https://twitter.com/craigbox">https://twitter.com/craigbox</a>
</li>
</ul>
</li>
<li>ARMO:<ul>
<li>Website: https://www.armosec.io/</li>
<li>Linkedin: https://www.linkedin.com/company/armosec/</li>
</ul>
</li>
<li>Others:<ul>
<li>The Project Seven origin story: <a href="https://cloud.google.com/blog/products/containers-kubernetes/from-google-to-the-world-the-kubernetes-origin-story">https://cloud.google.com/blog/products/containers-kubernetes/from-google-to-the-world-the-kubernetes-origin-story</a>
</li>
<li>7 of 9 on Memory Alpha: https://memory-alpha.fandom.com/wiki/Seven_of_Nine</li>
</ul>
</li>
</ul>
</li></ul><p> </p><p>More Throwdown? Check out this prior episode:</p><ul><li>E135: Kubernetes with Aran Khanna: https://www.programmingthrowdown.com/2022/06/135-kubernetes-with-aran-khanna.html</li></ul><p><br>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a>| <a href="https://www.youtube.com/@programmingthrowdown4793">Youtube</a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Kubernetes</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>156: Perl and Regular Expressions</title>
      <itunes:episode>156</itunes:episode>
      <podcast:episode>156</podcast:episode>
      <itunes:title>156: Perl and Regular Expressions</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ee40e5a7-54d6-4e6f-aef4-14e6b280d0e9</guid>
      <link>https://www.programmingthrowdown.com/2023/04/156-perl-and-regular-expressions.html</link>
      <description>
        <![CDATA[<p>Should AI research be paused? How far ahead have deepfakes come? Join Patrick and Jason as they tackle their answers to these timely questions – plus an in-depth discussion on Perl in practice – with today’s episode of Programming Throwdown. </p><p><br></p><p><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>News/Links<strong>:</strong></p><ul>
<li>GPT4All &amp; Stanford Alpaca<ul><li><a href="https://github.com/nomic-ai/gpt4all">https://github.com/nomic-ai/gpt4all</a></li></ul>
</li>
<li>Giant AI Experiments 6 month pause open letter<ul><li><a href="https://futureoflife.org/open-letter/pause-giant-ai-experiments/">https://futureoflife.org/open-letter/pause-giant-ai-experiments/</a></li></ul>
</li>
<li>Will Smith Eating Spaghetti generated video<ul><li><a href="https://www.vice.com/en/article/xgw8ek/ai-will-smith-eating-spaghetti-hill-haunt-you-for-the-rest-of-your-life">https://www.vice.com/en/article/xgw8ek/ai-will-smith-eating-spaghetti-hill-haunt-you-for-the-rest-of-your-life</a></li></ul>
</li>
<li>Robust image compression implementation from a NASA paper<ul><li><a href="https://github.com/TheRealOrange/icer_compression">https://github.com/TheRealOrange/icer_compression</a></li></ul>
</li>
<li>Dig This Vegas<ul><li><a href="https://digthisvegas.com/">https://digthisvegas.com/</a></li></ul>
</li>
<li>XKCD:<ul><li><a href="https://xkcd.com/208/">https://xkcd.com/208/</a></li></ul>
</li>
<li>AI Open Letter:<ul><li><a href="https://futureoflife.org/open-letter/pause-giant-ai-experiments/">https://futureoflife.org/open-letter/pause-giant-ai-experiments/</a></li></ul>
</li>
<li>Godbolt:<ul><li><a href="https://godbolt.org/">https://godbolt.org/</a></li></ul>
</li>
</ul><p>Book of the Show:</p><ul>
<li>Jason: It Doesn’t Have To Be Crazy At Work<ul><li><a href="https://amzn.to/40PFgxH">https://amzn.to/40PFgxH</a></li></ul>
</li>
<li>Patrick: Prince of Fools by Mark Lawrence<ul><li><a href="https://amzn.to/3lWVEO9">https://amzn.to/3lWVEO9</a></li></ul>
</li>
</ul><p><em><br></em>Tool of the Show:</p><ul>
<li>Jason: <ul><li>ReMarkable 2: https://remarkable.com/store/remarkable-2</li></ul>
</li>
<li>Patrick: <ul><li>Slay the Spire: <a href="https://store.steampowered.com/app/646570/Slay_the_Spire/">https://store.steampowered.com/app/646570/Slay_the_Spire/</a>
</li></ul>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Should AI research be paused? How far ahead have deepfakes come? Join Patrick and Jason as they tackle their answers to these timely questions – plus an in-depth discussion on Perl in practice – with today’s episode of Programming Throwdown. </p><p><br></p><p><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>News/Links<strong>:</strong></p><ul>
<li>GPT4All &amp; Stanford Alpaca<ul><li><a href="https://github.com/nomic-ai/gpt4all">https://github.com/nomic-ai/gpt4all</a></li></ul>
</li>
<li>Giant AI Experiments 6 month pause open letter<ul><li><a href="https://futureoflife.org/open-letter/pause-giant-ai-experiments/">https://futureoflife.org/open-letter/pause-giant-ai-experiments/</a></li></ul>
</li>
<li>Will Smith Eating Spaghetti generated video<ul><li><a href="https://www.vice.com/en/article/xgw8ek/ai-will-smith-eating-spaghetti-hill-haunt-you-for-the-rest-of-your-life">https://www.vice.com/en/article/xgw8ek/ai-will-smith-eating-spaghetti-hill-haunt-you-for-the-rest-of-your-life</a></li></ul>
</li>
<li>Robust image compression implementation from a NASA paper<ul><li><a href="https://github.com/TheRealOrange/icer_compression">https://github.com/TheRealOrange/icer_compression</a></li></ul>
</li>
<li>Dig This Vegas<ul><li><a href="https://digthisvegas.com/">https://digthisvegas.com/</a></li></ul>
</li>
<li>XKCD:<ul><li><a href="https://xkcd.com/208/">https://xkcd.com/208/</a></li></ul>
</li>
<li>AI Open Letter:<ul><li><a href="https://futureoflife.org/open-letter/pause-giant-ai-experiments/">https://futureoflife.org/open-letter/pause-giant-ai-experiments/</a></li></ul>
</li>
<li>Godbolt:<ul><li><a href="https://godbolt.org/">https://godbolt.org/</a></li></ul>
</li>
</ul><p>Book of the Show:</p><ul>
<li>Jason: It Doesn’t Have To Be Crazy At Work<ul><li><a href="https://amzn.to/40PFgxH">https://amzn.to/40PFgxH</a></li></ul>
</li>
<li>Patrick: Prince of Fools by Mark Lawrence<ul><li><a href="https://amzn.to/3lWVEO9">https://amzn.to/3lWVEO9</a></li></ul>
</li>
</ul><p><em><br></em>Tool of the Show:</p><ul>
<li>Jason: <ul><li>ReMarkable 2: https://remarkable.com/store/remarkable-2</li></ul>
</li>
<li>Patrick: <ul><li>Slay the Spire: <a href="https://store.steampowered.com/app/646570/Slay_the_Spire/">https://store.steampowered.com/app/646570/Slay_the_Spire/</a>
</li></ul>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 24 Apr 2023 15:31:25 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/ff9626a9/6f5458f0.mp3" length="111904475" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1284004/full_1681197282-artwork.jpg"/>
      <itunes:duration>4659</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>Should AI research be paused? How far ahead have deepfakes come? Join Patrick and Jason as they tackle their answers to these timely questions – plus an in-depth discussion on Perl in practice – with today’s episode of Programming Throwdown. </p><p><br></p><p><strong>Resources mentioned in this episode:<br></strong><br></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><strong> </strong></p><p>News/Links<strong>:</strong></p><ul>
<li>GPT4All &amp; Stanford Alpaca<ul><li><a href="https://github.com/nomic-ai/gpt4all">https://github.com/nomic-ai/gpt4all</a></li></ul>
</li>
<li>Giant AI Experiments 6 month pause open letter<ul><li><a href="https://futureoflife.org/open-letter/pause-giant-ai-experiments/">https://futureoflife.org/open-letter/pause-giant-ai-experiments/</a></li></ul>
</li>
<li>Will Smith Eating Spaghetti generated video<ul><li><a href="https://www.vice.com/en/article/xgw8ek/ai-will-smith-eating-spaghetti-hill-haunt-you-for-the-rest-of-your-life">https://www.vice.com/en/article/xgw8ek/ai-will-smith-eating-spaghetti-hill-haunt-you-for-the-rest-of-your-life</a></li></ul>
</li>
<li>Robust image compression implementation from a NASA paper<ul><li><a href="https://github.com/TheRealOrange/icer_compression">https://github.com/TheRealOrange/icer_compression</a></li></ul>
</li>
<li>Dig This Vegas<ul><li><a href="https://digthisvegas.com/">https://digthisvegas.com/</a></li></ul>
</li>
<li>XKCD:<ul><li><a href="https://xkcd.com/208/">https://xkcd.com/208/</a></li></ul>
</li>
<li>AI Open Letter:<ul><li><a href="https://futureoflife.org/open-letter/pause-giant-ai-experiments/">https://futureoflife.org/open-letter/pause-giant-ai-experiments/</a></li></ul>
</li>
<li>Godbolt:<ul><li><a href="https://godbolt.org/">https://godbolt.org/</a></li></ul>
</li>
</ul><p>Book of the Show:</p><ul>
<li>Jason: It Doesn’t Have To Be Crazy At Work<ul><li><a href="https://amzn.to/40PFgxH">https://amzn.to/40PFgxH</a></li></ul>
</li>
<li>Patrick: Prince of Fools by Mark Lawrence<ul><li><a href="https://amzn.to/3lWVEO9">https://amzn.to/3lWVEO9</a></li></ul>
</li>
</ul><p><em><br></em>Tool of the Show:</p><ul>
<li>Jason: <ul><li>ReMarkable 2: https://remarkable.com/store/remarkable-2</li></ul>
</li>
<li>Patrick: <ul><li>Slay the Spire: <a href="https://store.steampowered.com/app/646570/Slay_the_Spire/">https://store.steampowered.com/app/646570/Slay_the_Spire/</a>
</li></ul>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:chapters url="https://share.transistor.fm/s/ff9626a9/chapters.json" type="application/json+chapters"/>
    </item>
    <item>
      <title>155: The Future of Search with Saahil Jain</title>
      <itunes:episode>155</itunes:episode>
      <podcast:episode>155</podcast:episode>
      <itunes:title>155: The Future of Search with Saahil Jain</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">039ef5e5-7273-43ae-a119-790d7cacdabf</guid>
      <link>https://www.programmingthrowdown.com/2023/04/155-future-of-search-with-saahil-jain.html</link>
      <description>
        <![CDATA[<p>When it comes to untangling the complexities of what lies ahead for search engines in this age of AI, few are as deeply versed in the subject as You.com Engineer Saahil Jain. Jason and Patrick talk with him in this episode about what search even is, what challenges lie ahead, and where the shift in paradigms can be found.</p><p> </p><p>00:01:16 Introductions</p><p>00:02:06 How physics led Saahil to programming</p><p>00:07:20 Getting started at Microsoft</p><p>00:13:39 Analyzing human text input</p><p>00:22:22 The exciting paradigm shift in search</p><p>00:29:02 Rationales for direction</p><p>00:33:40 Image generation models</p><p>00:39:55 Knowledge bases</p><p>00:45:12 FIFA</p><p>00:49:29 Understanding the query’s intent</p><p>00:51:18 Expectations</p><p>00:55:38 A need to stay connected to authority repositories</p><p>01:03:45 About working at You</p><p>01:08:18 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:</strong></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a><strong><br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Saahil Jain:<ul>
<li>Website: <a href="http://saahiljain.me/">http://saahiljain.me/</a>
</li>
<li>Email: <a href="https://you.com">saahil @ you.com</a>
</li>
<li>Github: <a href="https://github.com/saahil9jain/">https://github.com/saahil9jain/</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/in/saahiljain/">https://www.linkedin.com/in/saahiljain/</a>
</li>
<li>Twitter: <a href="https://twitter.com/saahil9jain">https://twitter.com/saahil9jain</a>
</li>
<li>RadGraph: <a href="https://arxiv.org/abs/2106.14463">https://arxiv.org/abs/2106.14463</a>
</li>
<li>VisualCheXbert: <a href="https://arxiv.org/abs/2102.11467">https://arxiv.org/abs/2102.11467</a> </li>
</ul>
</li>
<li>You.Com:<ul>
<li>Website: <a href="https://you.com/">https://you.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/YouSearchEngine">https://twitter.com/YouSearchEngine</a>
</li>
<li>Discord: <a href="https://discord.gg/f9jRFH5gHP">https://discord.gg/f9jRFH5gHP</a> </li>
</ul>
</li>
<li>Others:<ul><li>On Thorium: https://www.youtube.com/watch?v=ElulEJruhRQ</li></ul>
</li>
</ul><p> </p><p>More Throwdown? Check out these prior episodes:</p><ul>
<li>E143: The Evolution of Search with Marcus Eagan: <a href="https://www.programmingthrowdown.com/2022/09/143-evolution-of-search-with-marcus.html">https://www.programmingthrowdown.com/2022/09/143-evolution-of-search-with-marcus.html</a>
</li>
<li>E94: Search at Etsy: <a href="https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html">https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html</a>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>When it comes to untangling the complexities of what lies ahead for search engines in this age of AI, few are as deeply versed in the subject as You.com Engineer Saahil Jain. Jason and Patrick talk with him in this episode about what search even is, what challenges lie ahead, and where the shift in paradigms can be found.</p><p> </p><p>00:01:16 Introductions</p><p>00:02:06 How physics led Saahil to programming</p><p>00:07:20 Getting started at Microsoft</p><p>00:13:39 Analyzing human text input</p><p>00:22:22 The exciting paradigm shift in search</p><p>00:29:02 Rationales for direction</p><p>00:33:40 Image generation models</p><p>00:39:55 Knowledge bases</p><p>00:45:12 FIFA</p><p>00:49:29 Understanding the query’s intent</p><p>00:51:18 Expectations</p><p>00:55:38 A need to stay connected to authority repositories</p><p>01:03:45 About working at You</p><p>01:08:18 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:</strong></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a><strong><br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Saahil Jain:<ul>
<li>Website: <a href="http://saahiljain.me/">http://saahiljain.me/</a>
</li>
<li>Email: <a href="https://you.com">saahil @ you.com</a>
</li>
<li>Github: <a href="https://github.com/saahil9jain/">https://github.com/saahil9jain/</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/in/saahiljain/">https://www.linkedin.com/in/saahiljain/</a>
</li>
<li>Twitter: <a href="https://twitter.com/saahil9jain">https://twitter.com/saahil9jain</a>
</li>
<li>RadGraph: <a href="https://arxiv.org/abs/2106.14463">https://arxiv.org/abs/2106.14463</a>
</li>
<li>VisualCheXbert: <a href="https://arxiv.org/abs/2102.11467">https://arxiv.org/abs/2102.11467</a> </li>
</ul>
</li>
<li>You.Com:<ul>
<li>Website: <a href="https://you.com/">https://you.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/YouSearchEngine">https://twitter.com/YouSearchEngine</a>
</li>
<li>Discord: <a href="https://discord.gg/f9jRFH5gHP">https://discord.gg/f9jRFH5gHP</a> </li>
</ul>
</li>
<li>Others:<ul><li>On Thorium: https://www.youtube.com/watch?v=ElulEJruhRQ</li></ul>
</li>
</ul><p> </p><p>More Throwdown? Check out these prior episodes:</p><ul>
<li>E143: The Evolution of Search with Marcus Eagan: <a href="https://www.programmingthrowdown.com/2022/09/143-evolution-of-search-with-marcus.html">https://www.programmingthrowdown.com/2022/09/143-evolution-of-search-with-marcus.html</a>
</li>
<li>E94: Search at Etsy: <a href="https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html">https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html</a>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 10 Apr 2023 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/795ca579/f4bf4bf3.mp3" length="99371926" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1234817/full_1678099667-artwork.jpg"/>
      <itunes:duration>4136</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>When it comes to untangling the complexities of what lies ahead for search engines in this age of AI, few are as deeply versed in the subject as You.com Engineer Saahil Jain. Jason and Patrick talk with him in this episode about what search even is, what challenges lie ahead, and where the shift in paradigms can be found.</p><p> </p><p>00:01:16 Introductions</p><p>00:02:06 How physics led Saahil to programming</p><p>00:07:20 Getting started at Microsoft</p><p>00:13:39 Analyzing human text input</p><p>00:22:22 The exciting paradigm shift in search</p><p>00:29:02 Rationales for direction</p><p>00:33:40 Image generation models</p><p>00:39:55 Knowledge bases</p><p>00:45:12 FIFA</p><p>00:49:29 Understanding the query’s intent</p><p>00:51:18 Expectations</p><p>00:55:38 A need to stay connected to authority repositories</p><p>01:03:45 About working at You</p><p>01:08:18 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:</strong></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a><strong><br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Saahil Jain:<ul>
<li>Website: <a href="http://saahiljain.me/">http://saahiljain.me/</a>
</li>
<li>Email: <a href="https://you.com">saahil @ you.com</a>
</li>
<li>Github: <a href="https://github.com/saahil9jain/">https://github.com/saahil9jain/</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/in/saahiljain/">https://www.linkedin.com/in/saahiljain/</a>
</li>
<li>Twitter: <a href="https://twitter.com/saahil9jain">https://twitter.com/saahil9jain</a>
</li>
<li>RadGraph: <a href="https://arxiv.org/abs/2106.14463">https://arxiv.org/abs/2106.14463</a>
</li>
<li>VisualCheXbert: <a href="https://arxiv.org/abs/2102.11467">https://arxiv.org/abs/2102.11467</a> </li>
</ul>
</li>
<li>You.Com:<ul>
<li>Website: <a href="https://you.com/">https://you.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/YouSearchEngine">https://twitter.com/YouSearchEngine</a>
</li>
<li>Discord: <a href="https://discord.gg/f9jRFH5gHP">https://discord.gg/f9jRFH5gHP</a> </li>
</ul>
</li>
<li>Others:<ul><li>On Thorium: https://www.youtube.com/watch?v=ElulEJruhRQ</li></ul>
</li>
</ul><p> </p><p>More Throwdown? Check out these prior episodes:</p><ul>
<li>E143: The Evolution of Search with Marcus Eagan: <a href="https://www.programmingthrowdown.com/2022/09/143-evolution-of-search-with-marcus.html">https://www.programmingthrowdown.com/2022/09/143-evolution-of-search-with-marcus.html</a>
</li>
<li>E94: Search at Etsy: <a href="https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html">https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html</a>
</li>
</ul><p><em> </em></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>154: Python Again with Jason C. McDonald</title>
      <itunes:episode>154</itunes:episode>
      <podcast:episode>154</podcast:episode>
      <itunes:title>154: Python Again with Jason C. McDonald</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">b8d64f73-2427-468e-a486-170bc2b7242b</guid>
      <link>https://www.programmingthrowdown.com/2023/03/154-python-again-with-jason-c-mcdonald.html</link>
      <description>
        <![CDATA[<p>A second Jason joins this episode of Programming Throwdown! Jason McDonald – Python evangelist, author, and more – talks to Patrick and Jason about his experience with the programming language, how his disability helped and hindered his software career, and where its strengths and weaknesses lie. </p><p><br></p><p>00:01:05 Introductions</p><p>00:02:27 Jason’s pivotal Doctor Who regeneration</p><p>00:04:49 The power of dialog boxes</p><p>00:10:10 Python’s power</p><p>00:12:37 How disability discrimination can look</p><p>00:17:40 Making vs playing games</p><p>00:23:47 Jason’s POV on intention</p><p>00:28:04 Why Jason stayed with Python</p><p>00:40:11 Every language’s Thing</p><p>00:49:42 Duck typing</p><p>00:52:48 Global Interpreter Lock (GIL)</p><p>01:14:16 Dependencies</p><p>01:34:08 Finding Jason online</p><p>01:35:20 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:</strong></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/join/programmingthrowdown">https://www.patreon.com/join/programmingthrowdown</a><strong><br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Jason C. McDonald:<ul>
<li>Mastodon.Cloud: <a href="https://mastodon.cloud/@codemouse92">https://mastodon.cloud/@codemouse92</a>
</li>
<li>Website: https://codemouse92.com/</li>
<li>Github: <a href="https://github.com/CodeMouse92">https://github.com/CodeMouse92</a>
</li>
<li>BugHunters Café @ iTunes: <a href="https://podcasts.apple.com/us/podcast/the-bug-hunters-caf%C3%A9/id1556496590">https://podcasts.apple.com/us/podcast/the-bug-hunters-caf%C3%A9/id1556496590</a>
</li>
</ul>
</li>
<li>Rural Sourcing:<ul>
<li>Website: <a href="https://www.ruralsourcing.com/">https://www.ruralsourcing.com/</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/rural-sourcing/">https://www.linkedin.com/company/rural-sourcing/</a>
</li>
</ul>
</li>
<li>Book Recommendations:<ul>
<li>Dead Simple Python (Jason C. McDonald): <a href="https://www.amazon.com/Dead-Simple-Python-Idiomatic-Programmers/dp/1718500920">https://www.amazon.com/Dead-Simple-Python-Idiomatic-Programmers/dp/1718500920</a>
</li>
<li>Kill It With Fire (Marianne Bellotti): <a href="https://www.amazon.com/Kill-Fire-Manage-Computer-Systems/dp/1718501188">https://www.amazon.com/Kill-Fire-Manage-Computer-Systems/dp/1718501188</a>
</li>
<li>Dreaming In Code (Scott Rosenberg): <a href="https://www.amazon.com/Dreaming-Code-Programmers-Transcendent-Software/dp/1400082471">https://www.amazon.com/Dreaming-Code-Programmers-Transcendent-Software/dp/1400082471</a>
</li>
</ul>
</li>
<li>Others:<ul>
<li>Monty Python (troupe): <a href="https://en.wikipedia.org/wiki/Monty_Python">https://en.wikipedia.org/wiki/Monty_Python</a>
</li>
<li>Monty Python (TV Show): <a href="https://en.wikipedia.org/wiki/Monty_Python%27s_Flying_Circus">https://en.wikipedia.org/wiki/Monty_Python%27s_Flying_Circus</a>
</li>
</ul>
</li>
</ul><p>More Python? Check out these prior episodes:</p><ul>
<li>E52: Scientific Python: <a href="https://www.programmingthrowdown.com/2016/03/episode-52-scientific-python.html">https://www.programmingthrowdown.com/2016/03/episode-52-scientific-python.html</a>
</li>
<li>E139: Scientific Python with Guido Imperiale: <a href="https://www.programmingthrowdown.com/2022/07/139-scientific-python-with-guido.html">https://www.programmingthrowdown.com/2022/07/139-scientific-python-with-guido.html</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>A second Jason joins this episode of Programming Throwdown! Jason McDonald – Python evangelist, author, and more – talks to Patrick and Jason about his experience with the programming language, how his disability helped and hindered his software career, and where its strengths and weaknesses lie. </p><p><br></p><p>00:01:05 Introductions</p><p>00:02:27 Jason’s pivotal Doctor Who regeneration</p><p>00:04:49 The power of dialog boxes</p><p>00:10:10 Python’s power</p><p>00:12:37 How disability discrimination can look</p><p>00:17:40 Making vs playing games</p><p>00:23:47 Jason’s POV on intention</p><p>00:28:04 Why Jason stayed with Python</p><p>00:40:11 Every language’s Thing</p><p>00:49:42 Duck typing</p><p>00:52:48 Global Interpreter Lock (GIL)</p><p>01:14:16 Dependencies</p><p>01:34:08 Finding Jason online</p><p>01:35:20 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:</strong></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/join/programmingthrowdown">https://www.patreon.com/join/programmingthrowdown</a><strong><br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Jason C. McDonald:<ul>
<li>Mastodon.Cloud: <a href="https://mastodon.cloud/@codemouse92">https://mastodon.cloud/@codemouse92</a>
</li>
<li>Website: https://codemouse92.com/</li>
<li>Github: <a href="https://github.com/CodeMouse92">https://github.com/CodeMouse92</a>
</li>
<li>BugHunters Café @ iTunes: <a href="https://podcasts.apple.com/us/podcast/the-bug-hunters-caf%C3%A9/id1556496590">https://podcasts.apple.com/us/podcast/the-bug-hunters-caf%C3%A9/id1556496590</a>
</li>
</ul>
</li>
<li>Rural Sourcing:<ul>
<li>Website: <a href="https://www.ruralsourcing.com/">https://www.ruralsourcing.com/</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/rural-sourcing/">https://www.linkedin.com/company/rural-sourcing/</a>
</li>
</ul>
</li>
<li>Book Recommendations:<ul>
<li>Dead Simple Python (Jason C. McDonald): <a href="https://www.amazon.com/Dead-Simple-Python-Idiomatic-Programmers/dp/1718500920">https://www.amazon.com/Dead-Simple-Python-Idiomatic-Programmers/dp/1718500920</a>
</li>
<li>Kill It With Fire (Marianne Bellotti): <a href="https://www.amazon.com/Kill-Fire-Manage-Computer-Systems/dp/1718501188">https://www.amazon.com/Kill-Fire-Manage-Computer-Systems/dp/1718501188</a>
</li>
<li>Dreaming In Code (Scott Rosenberg): <a href="https://www.amazon.com/Dreaming-Code-Programmers-Transcendent-Software/dp/1400082471">https://www.amazon.com/Dreaming-Code-Programmers-Transcendent-Software/dp/1400082471</a>
</li>
</ul>
</li>
<li>Others:<ul>
<li>Monty Python (troupe): <a href="https://en.wikipedia.org/wiki/Monty_Python">https://en.wikipedia.org/wiki/Monty_Python</a>
</li>
<li>Monty Python (TV Show): <a href="https://en.wikipedia.org/wiki/Monty_Python%27s_Flying_Circus">https://en.wikipedia.org/wiki/Monty_Python%27s_Flying_Circus</a>
</li>
</ul>
</li>
</ul><p>More Python? Check out these prior episodes:</p><ul>
<li>E52: Scientific Python: <a href="https://www.programmingthrowdown.com/2016/03/episode-52-scientific-python.html">https://www.programmingthrowdown.com/2016/03/episode-52-scientific-python.html</a>
</li>
<li>E139: Scientific Python with Guido Imperiale: <a href="https://www.programmingthrowdown.com/2022/07/139-scientific-python-with-guido.html">https://www.programmingthrowdown.com/2022/07/139-scientific-python-with-guido.html</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 27 Mar 2023 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/12daa295/ba387d9c.mp3" length="138455290" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1217096/full_1679355927-artwork.jpg"/>
      <itunes:duration>5765</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>A second Jason joins this episode of Programming Throwdown! Jason McDonald – Python evangelist, author, and more – talks to Patrick and Jason about his experience with the programming language, how his disability helped and hindered his software career, and where its strengths and weaknesses lie. </p><p><br></p><p>00:01:05 Introductions</p><p>00:02:27 Jason’s pivotal Doctor Who regeneration</p><p>00:04:49 The power of dialog boxes</p><p>00:10:10 Python’s power</p><p>00:12:37 How disability discrimination can look</p><p>00:17:40 Making vs playing games</p><p>00:23:47 Jason’s POV on intention</p><p>00:28:04 Why Jason stayed with Python</p><p>00:40:11 Every language’s Thing</p><p>00:49:42 Duck typing</p><p>00:52:48 Global Interpreter Lock (GIL)</p><p>01:14:16 Dependencies</p><p>01:34:08 Finding Jason online</p><p>01:35:20 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:</strong></p><p><a href="https://www.patreon.com/join/programmingthrowdown">Join the Programming Throwdown Patreon community today</a>: <a href="https://www.patreon.com/join/programmingthrowdown">https://www.patreon.com/join/programmingthrowdown</a><strong><br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Jason C. McDonald:<ul>
<li>Mastodon.Cloud: <a href="https://mastodon.cloud/@codemouse92">https://mastodon.cloud/@codemouse92</a>
</li>
<li>Website: https://codemouse92.com/</li>
<li>Github: <a href="https://github.com/CodeMouse92">https://github.com/CodeMouse92</a>
</li>
<li>BugHunters Café @ iTunes: <a href="https://podcasts.apple.com/us/podcast/the-bug-hunters-caf%C3%A9/id1556496590">https://podcasts.apple.com/us/podcast/the-bug-hunters-caf%C3%A9/id1556496590</a>
</li>
</ul>
</li>
<li>Rural Sourcing:<ul>
<li>Website: <a href="https://www.ruralsourcing.com/">https://www.ruralsourcing.com/</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/rural-sourcing/">https://www.linkedin.com/company/rural-sourcing/</a>
</li>
</ul>
</li>
<li>Book Recommendations:<ul>
<li>Dead Simple Python (Jason C. McDonald): <a href="https://www.amazon.com/Dead-Simple-Python-Idiomatic-Programmers/dp/1718500920">https://www.amazon.com/Dead-Simple-Python-Idiomatic-Programmers/dp/1718500920</a>
</li>
<li>Kill It With Fire (Marianne Bellotti): <a href="https://www.amazon.com/Kill-Fire-Manage-Computer-Systems/dp/1718501188">https://www.amazon.com/Kill-Fire-Manage-Computer-Systems/dp/1718501188</a>
</li>
<li>Dreaming In Code (Scott Rosenberg): <a href="https://www.amazon.com/Dreaming-Code-Programmers-Transcendent-Software/dp/1400082471">https://www.amazon.com/Dreaming-Code-Programmers-Transcendent-Software/dp/1400082471</a>
</li>
</ul>
</li>
<li>Others:<ul>
<li>Monty Python (troupe): <a href="https://en.wikipedia.org/wiki/Monty_Python">https://en.wikipedia.org/wiki/Monty_Python</a>
</li>
<li>Monty Python (TV Show): <a href="https://en.wikipedia.org/wiki/Monty_Python%27s_Flying_Circus">https://en.wikipedia.org/wiki/Monty_Python%27s_Flying_Circus</a>
</li>
</ul>
</li>
</ul><p>More Python? Check out these prior episodes:</p><ul>
<li>E52: Scientific Python: <a href="https://www.programmingthrowdown.com/2016/03/episode-52-scientific-python.html">https://www.programmingthrowdown.com/2016/03/episode-52-scientific-python.html</a>
</li>
<li>E139: Scientific Python with Guido Imperiale: <a href="https://www.programmingthrowdown.com/2022/07/139-scientific-python-with-guido.html">https://www.programmingthrowdown.com/2022/07/139-scientific-python-with-guido.html</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>153: ChatGPT</title>
      <itunes:episode>153</itunes:episode>
      <podcast:episode>153</podcast:episode>
      <itunes:title>153: ChatGPT</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">b25917c6-27f7-4ee9-8af5-aa88d6fd048e</guid>
      <link>https://www.programmingthrowdown.com/2023/03/153-chatgpt.html</link>
      <description>
        <![CDATA[<p>ChatGPT has made a mark on the world as we know it, but that’s only the tip of the AI iceberg. Join us as we discuss how the field of artificial intelligence is growing – including some developments that might not be on your radar!</p><p><br></p><p>00:00:23 Introductions</p><p>00:02:01 Jason’s attic adventure</p><p>00:06:09 Comparing saws</p><p>00:10:57 Patrick’s surprisingly useful thing</p><p>00:12:21 SpaceX</p><p>00:17:31 Human motion diffusion model</p><p>00:20:47 37Signals</p><p>00:29:30 Polars</p><p>00:35:37 Books of the Show</p><p>00:46:11 Neon</p><p>00:50:33 Patrick’s player search</p><p>00:53:47 ChatGPT</p><p>01:17:12 The threat to Google</p><p>01:28:06 Jason and Patrick’s future prognostications</p><p>01:32:13 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p>Join the Programming Throwdown Patreon community today:  <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><br></p><p>News/Links<strong>:</strong></p><ul>
<li>SpaceX Starship Static Test Fire Planned<ul><li><a href="https://www.cnet.com/science/space/spacex-prepping-for-first-full-test-fire-of-its-mega-starship-rocket/">https://www.cnet.com/science/space/spacex-prepping-for-first-full-test-fire-of-its-mega-starship-rocket/</a></li></ul>
</li>
<li>Human Motion Diffusion Model<ul><li><a href="https://guytevet.github.io/mdm-page/">https://guytevet.github.io/mdm-page/</a></li></ul>
</li>
<li>37Signals Leaving the Cloud and Details Cloud Costs<ul><li><a href="https://twitter.com/dhh/status/1613508201953038337">https://twitter.com/dhh/status/1613508201953038337</a></li></ul>
</li>
<li>Polars: DataFrames in Rust<ul><li><a href="https://docs.rs/polars/latest/polars/index.html">https://docs.rs/polars/latest/polars/index.html</a></li></ul>
</li>
</ul><p><br></p><p>Book of the Show:</p><ul>
<li>Jason: Build by Tony Fadell<ul><li><a href="https://amzn.to/3wpLnLW">https://amzn.to/3wpLnLW</a></li></ul>
</li>
<li>Patrick: Age of Myth by Michael Sullivan (Riyria)<ul><li><a href="https://amzn.to/3HlEsJ5">https://amzn.to/3HlEsJ5</a></li></ul>
</li>
</ul><p><em><br></em>Tool of the Show:</p><ul>
<li>Jason: <ul><li>Neon: Serverless Postgres: <a href="https://neon.tech/">https://neon.tech/</a>
</li></ul>
</li>
<li>Patrick: <ul><li>7 Billion Humans (Steam): <a href="https://store.steampowered.com/app/792100/7_Billion_Humans/">https://store.steampowered.com/app/792100/7_Billion_Humans/</a>
</li></ul>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>ChatGPT has made a mark on the world as we know it, but that’s only the tip of the AI iceberg. Join us as we discuss how the field of artificial intelligence is growing – including some developments that might not be on your radar!</p><p><br></p><p>00:00:23 Introductions</p><p>00:02:01 Jason’s attic adventure</p><p>00:06:09 Comparing saws</p><p>00:10:57 Patrick’s surprisingly useful thing</p><p>00:12:21 SpaceX</p><p>00:17:31 Human motion diffusion model</p><p>00:20:47 37Signals</p><p>00:29:30 Polars</p><p>00:35:37 Books of the Show</p><p>00:46:11 Neon</p><p>00:50:33 Patrick’s player search</p><p>00:53:47 ChatGPT</p><p>01:17:12 The threat to Google</p><p>01:28:06 Jason and Patrick’s future prognostications</p><p>01:32:13 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p>Join the Programming Throwdown Patreon community today:  <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><br></p><p>News/Links<strong>:</strong></p><ul>
<li>SpaceX Starship Static Test Fire Planned<ul><li><a href="https://www.cnet.com/science/space/spacex-prepping-for-first-full-test-fire-of-its-mega-starship-rocket/">https://www.cnet.com/science/space/spacex-prepping-for-first-full-test-fire-of-its-mega-starship-rocket/</a></li></ul>
</li>
<li>Human Motion Diffusion Model<ul><li><a href="https://guytevet.github.io/mdm-page/">https://guytevet.github.io/mdm-page/</a></li></ul>
</li>
<li>37Signals Leaving the Cloud and Details Cloud Costs<ul><li><a href="https://twitter.com/dhh/status/1613508201953038337">https://twitter.com/dhh/status/1613508201953038337</a></li></ul>
</li>
<li>Polars: DataFrames in Rust<ul><li><a href="https://docs.rs/polars/latest/polars/index.html">https://docs.rs/polars/latest/polars/index.html</a></li></ul>
</li>
</ul><p><br></p><p>Book of the Show:</p><ul>
<li>Jason: Build by Tony Fadell<ul><li><a href="https://amzn.to/3wpLnLW">https://amzn.to/3wpLnLW</a></li></ul>
</li>
<li>Patrick: Age of Myth by Michael Sullivan (Riyria)<ul><li><a href="https://amzn.to/3HlEsJ5">https://amzn.to/3HlEsJ5</a></li></ul>
</li>
</ul><p><em><br></em>Tool of the Show:</p><ul>
<li>Jason: <ul><li>Neon: Serverless Postgres: <a href="https://neon.tech/">https://neon.tech/</a>
</li></ul>
</li>
<li>Patrick: <ul><li>7 Billion Humans (Steam): <a href="https://store.steampowered.com/app/792100/7_Billion_Humans/">https://store.steampowered.com/app/792100/7_Billion_Humans/</a>
</li></ul>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 13 Mar 2023 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/3608cc63/14bfc050.mp3" length="134006532" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1215848/full_1677004031-artwork.jpg"/>
      <itunes:duration>5581</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>ChatGPT has made a mark on the world as we know it, but that’s only the tip of the AI iceberg. Join us as we discuss how the field of artificial intelligence is growing – including some developments that might not be on your radar!</p><p><br></p><p>00:00:23 Introductions</p><p>00:02:01 Jason’s attic adventure</p><p>00:06:09 Comparing saws</p><p>00:10:57 Patrick’s surprisingly useful thing</p><p>00:12:21 SpaceX</p><p>00:17:31 Human motion diffusion model</p><p>00:20:47 37Signals</p><p>00:29:30 Polars</p><p>00:35:37 Books of the Show</p><p>00:46:11 Neon</p><p>00:50:33 Patrick’s player search</p><p>00:53:47 ChatGPT</p><p>01:17:12 The threat to Google</p><p>01:28:06 Jason and Patrick’s future prognostications</p><p>01:32:13 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p>Join the Programming Throwdown Patreon community today:  <a href="https://www.patreon.com/programmingthrowdown?ty=h">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><br></p><p>News/Links<strong>:</strong></p><ul>
<li>SpaceX Starship Static Test Fire Planned<ul><li><a href="https://www.cnet.com/science/space/spacex-prepping-for-first-full-test-fire-of-its-mega-starship-rocket/">https://www.cnet.com/science/space/spacex-prepping-for-first-full-test-fire-of-its-mega-starship-rocket/</a></li></ul>
</li>
<li>Human Motion Diffusion Model<ul><li><a href="https://guytevet.github.io/mdm-page/">https://guytevet.github.io/mdm-page/</a></li></ul>
</li>
<li>37Signals Leaving the Cloud and Details Cloud Costs<ul><li><a href="https://twitter.com/dhh/status/1613508201953038337">https://twitter.com/dhh/status/1613508201953038337</a></li></ul>
</li>
<li>Polars: DataFrames in Rust<ul><li><a href="https://docs.rs/polars/latest/polars/index.html">https://docs.rs/polars/latest/polars/index.html</a></li></ul>
</li>
</ul><p><br></p><p>Book of the Show:</p><ul>
<li>Jason: Build by Tony Fadell<ul><li><a href="https://amzn.to/3wpLnLW">https://amzn.to/3wpLnLW</a></li></ul>
</li>
<li>Patrick: Age of Myth by Michael Sullivan (Riyria)<ul><li><a href="https://amzn.to/3HlEsJ5">https://amzn.to/3HlEsJ5</a></li></ul>
</li>
</ul><p><em><br></em>Tool of the Show:</p><ul>
<li>Jason: <ul><li>Neon: Serverless Postgres: <a href="https://neon.tech/">https://neon.tech/</a>
</li></ul>
</li>
<li>Patrick: <ul><li>7 Billion Humans (Steam): <a href="https://store.steampowered.com/app/792100/7_Billion_Humans/">https://store.steampowered.com/app/792100/7_Billion_Humans/</a>
</li></ul>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>ChatGPT</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>152: The Future Database with Sam Lambert</title>
      <itunes:episode>152</itunes:episode>
      <podcast:episode>152</podcast:episode>
      <itunes:title>152: The Future Database with Sam Lambert</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">6b47c235-2d26-459f-8ede-dcfc2ee6bf69</guid>
      <link>https://www.programmingthrowdown.com/2023/02/152-future-database-with-sam-lambert.html</link>
      <description>
        <![CDATA[<p>Databases are key to almost any project, large or small.  Most database systems in the cloud are designed for heavy use and the costs can get expensive quickly, but database-as-a-service is a rapidly growing area, where many databases can share the same hardware for a much reduced rate, or even for free!  Sam Lambert, CEO of PlanetScale, joins Jason and Patrick to discuss database-as-a-service.</p><p><br>00:01:41 Introductions<br>00:02:34 Sam’s Github learning lesson<br>00:07:08 The day after<br>00:10:57 Getting started with databases<br>00:14:21 Schema change difficulties<br>00:19:47 Database transactions<br>00:31:15 Why data recovery matters<br>00:38:35 Planetscale<br>00:49:24 Greetings from the past<br>01:02:01 How Jason discovered Planetscale<br>01:06:53 Branching<br>01:14:00 The vision for Planetscale<br>01:18:12 The rationale behind Planetscale’s work setup<br>01:24:29 Careers at Planetscale<br>01:28:06 Amp It Up<br>01:33:10 Farewells<br><em><br></em><strong>Resources mentioned in this episode:</strong><br>Links<strong>:</strong></p><ul>
<li>Sam Lambert:<ul><li>Linkedin: <a href="https://www.linkedin.com/in/isamlambert/">https://www.linkedin.com/in/isamlambert/</a>
</li></ul>
</li>
<li>PlanetScale:<ul>
<li>Website: <a href="https://planetscale.com/">https://planetscale.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/planetscaledata">https://twitter.com/planetscaledata</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/planetscale/">https://www.linkedin.com/company/planetscale/</a>
</li>
<li>Github: <a href="https://github.com/planetscale">https://github.com/planetscale</a>
</li>
<li>Careers: https://planetscale.com/careers</li>
</ul>
</li>
<li>Amp It Up (Amazon):<ul>
<li>Paperback: <a href="https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115">https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115</a>
</li>
<li>Audiobook: <a href="https://www.amazon.com/Amp-Hypergrowth-Expectations-Increasing-Elevating/dp/B09QBRBKFB/">https://www.amazon.com/Amp-Hypergrowth-Expectations-Increasing-Elevating/dp/B09QBRBKFB/</a>
</li>
</ul>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Databases are key to almost any project, large or small.  Most database systems in the cloud are designed for heavy use and the costs can get expensive quickly, but database-as-a-service is a rapidly growing area, where many databases can share the same hardware for a much reduced rate, or even for free!  Sam Lambert, CEO of PlanetScale, joins Jason and Patrick to discuss database-as-a-service.</p><p><br>00:01:41 Introductions<br>00:02:34 Sam’s Github learning lesson<br>00:07:08 The day after<br>00:10:57 Getting started with databases<br>00:14:21 Schema change difficulties<br>00:19:47 Database transactions<br>00:31:15 Why data recovery matters<br>00:38:35 Planetscale<br>00:49:24 Greetings from the past<br>01:02:01 How Jason discovered Planetscale<br>01:06:53 Branching<br>01:14:00 The vision for Planetscale<br>01:18:12 The rationale behind Planetscale’s work setup<br>01:24:29 Careers at Planetscale<br>01:28:06 Amp It Up<br>01:33:10 Farewells<br><em><br></em><strong>Resources mentioned in this episode:</strong><br>Links<strong>:</strong></p><ul>
<li>Sam Lambert:<ul><li>Linkedin: <a href="https://www.linkedin.com/in/isamlambert/">https://www.linkedin.com/in/isamlambert/</a>
</li></ul>
</li>
<li>PlanetScale:<ul>
<li>Website: <a href="https://planetscale.com/">https://planetscale.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/planetscaledata">https://twitter.com/planetscaledata</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/planetscale/">https://www.linkedin.com/company/planetscale/</a>
</li>
<li>Github: <a href="https://github.com/planetscale">https://github.com/planetscale</a>
</li>
<li>Careers: https://planetscale.com/careers</li>
</ul>
</li>
<li>Amp It Up (Amazon):<ul>
<li>Paperback: <a href="https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115">https://www.amazon.com/Amp-Unlocking-Hypergrowth-Expectations-Intensity/dp/1119836115</a>
</li>
<li>Audiobook: <a href="https://www.amazon.com/Amp-Hypergrowth-Expectations-Increasing-Elevating/dp/B09QBRBKFB/">https://www.amazon.com/Amp-Hypergrowth-Expectations-Increasing-Elevating/dp/B09QBRBKFB/</a>
</li>
</ul>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 27 Feb 2023 10:00:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest Sam Lambert</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/d687cd17/dd904e2e.mp3" length="135216683" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest Sam Lambert</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1176744/full_1674527067-artwork.jpg"/>
      <itunes:duration>5631</itunes:duration>
      <itunes:summary>Databases are key to almost any project, large or small.  Most database systems in the cloud are designed for heavy use and the costs can get expensive quickly, but database-as-a-service is a rapidly growing area, where many databases can share the same hardware for a much reduced rate, or even for free!  Sam Lambert, CEO of PlanetScale, joins Jason and Patrick to discuss database-as-a-service.</itunes:summary>
      <itunes:subtitle>Databases are key to almost any project, large or small.  Most database systems in the cloud are designed for heavy use and the costs can get expensive quickly, but database-as-a-service is a rapidly growing area, where many databases can share the same h</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>151: Machine Learning Engineering with Liran Hason</title>
      <itunes:episode>151</itunes:episode>
      <podcast:episode>151</podcast:episode>
      <itunes:title>151: Machine Learning Engineering with Liran Hason</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">73418de5-5ead-40ce-895c-ad9cc867c131</guid>
      <link>https://www.programmingthrowdown.com/2023/02/151-machine-learning-engineering-with.html</link>
      <description>
        <![CDATA[<p>Machine Learning Engineer is one of the fastest growing professions on the planet.  Liran Hason, co-founder and CEO of Aporia, joins us to discuss this new field and how folks can learn the skills and gain the experience needed to become an ML Engineer!</p><p><br></p><p>00:00:59 Introductions</p><p>00:01:44 How Liran got started making websites</p><p>00:07:03 College advice for getting involved in real-world experience</p><p>00:12:51 Jumping into the unknown</p><p>00:15:22 ML engineering</p><p>00:20:50 The missing part in data science development</p><p>00:29:16 How to build skills in the ML space</p><p>00:37:01 A horror story</p><p>00:41:34 Model loading questions</p><p>00:47:36 Must-have skills in an ML resume</p><p>00:50:41 Deciding about data science</p><p>00:59:08 Rust</p><p>01:06:27 How Aporia contributes to the data science space</p><p>01:14:26 Working at Aporia</p><p>01:16:53 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Liran Hason:<ul><li>Linkedin: <a href="https://www.linkedin.com/in/hasuni/">https://www.linkedin.com/in/hasuni/</a>
</li></ul>
</li>
<li>Aporia:<ul>
<li>Website: <a href="https://www.aporia.com/">https://www.aporia.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/aporiaai">https://twitter.com/aporiaai</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/aporiaai/">https://www.linkedin.com/company/aporiaai/</a>
</li>
<li>Github: <a href="https://github.com/aporia-ai">https://github.com/aporia-ai</a>
</li>
</ul>
</li>
<li>The Mom Test (Amazon):<ul>
<li>Paperback: <a href="https://www.amazon.com/Mom-Test-customers-business-everyone/dp/1492180742">https://www.amazon.com/Mom-Test-customers-business-everyone/dp/1492180742</a>
</li>
<li>Audiobook: <a href="https://www.amazon.com/The-Mom-Test-Rob-Fitzpatrick-audiobook/dp/B07RJZKZ7F">https://www.amazon.com/The-Mom-Test-Rob-Fitzpatrick-audiobook/dp/B07RJZKZ7F</a>
</li>
</ul>
</li>
</ul><p>References:</p><ul>
<li>Shadow Mode: <a href="https://christophergs.com/machine%20learning/2019/03/30/deploying-machine-learning-applications-in-shadow-mode/">https://christophergs.com/machine%20learning/2019/03/30/deploying-machine-learning-applications-in-shadow-mode/</a>
</li>
<li>Blue-green deployment: <a href="https://en.wikipedia.org/wiki/Blue-green_deployment">https://en.wikipedia.org/wiki/Blue-green_deployment</a>
</li>
<li>Coursera ML Specialization (Stanford): <a href="https://www.coursera.org/specializations/machine-learning-introduction">https://www.coursera.org/specializations/machine-learning-introduction</a>
</li>
<li>Auto-retraining: <a href="https://neptune.ai/blog/retraining-model-during-deployment-continuous-training-continuous-testing">https://neptune.ai/blog/retraining-model-during-deployment-continuous-training-continuous-testing</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Machine Learning Engineer is one of the fastest growing professions on the planet.  Liran Hason, co-founder and CEO of Aporia, joins us to discuss this new field and how folks can learn the skills and gain the experience needed to become an ML Engineer!</p><p><br></p><p>00:00:59 Introductions</p><p>00:01:44 How Liran got started making websites</p><p>00:07:03 College advice for getting involved in real-world experience</p><p>00:12:51 Jumping into the unknown</p><p>00:15:22 ML engineering</p><p>00:20:50 The missing part in data science development</p><p>00:29:16 How to build skills in the ML space</p><p>00:37:01 A horror story</p><p>00:41:34 Model loading questions</p><p>00:47:36 Must-have skills in an ML resume</p><p>00:50:41 Deciding about data science</p><p>00:59:08 Rust</p><p>01:06:27 How Aporia contributes to the data science space</p><p>01:14:26 Working at Aporia</p><p>01:16:53 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Liran Hason:<ul><li>Linkedin: <a href="https://www.linkedin.com/in/hasuni/">https://www.linkedin.com/in/hasuni/</a>
</li></ul>
</li>
<li>Aporia:<ul>
<li>Website: <a href="https://www.aporia.com/">https://www.aporia.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/aporiaai">https://twitter.com/aporiaai</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/aporiaai/">https://www.linkedin.com/company/aporiaai/</a>
</li>
<li>Github: <a href="https://github.com/aporia-ai">https://github.com/aporia-ai</a>
</li>
</ul>
</li>
<li>The Mom Test (Amazon):<ul>
<li>Paperback: <a href="https://www.amazon.com/Mom-Test-customers-business-everyone/dp/1492180742">https://www.amazon.com/Mom-Test-customers-business-everyone/dp/1492180742</a>
</li>
<li>Audiobook: <a href="https://www.amazon.com/The-Mom-Test-Rob-Fitzpatrick-audiobook/dp/B07RJZKZ7F">https://www.amazon.com/The-Mom-Test-Rob-Fitzpatrick-audiobook/dp/B07RJZKZ7F</a>
</li>
</ul>
</li>
</ul><p>References:</p><ul>
<li>Shadow Mode: <a href="https://christophergs.com/machine%20learning/2019/03/30/deploying-machine-learning-applications-in-shadow-mode/">https://christophergs.com/machine%20learning/2019/03/30/deploying-machine-learning-applications-in-shadow-mode/</a>
</li>
<li>Blue-green deployment: <a href="https://en.wikipedia.org/wiki/Blue-green_deployment">https://en.wikipedia.org/wiki/Blue-green_deployment</a>
</li>
<li>Coursera ML Specialization (Stanford): <a href="https://www.coursera.org/specializations/machine-learning-introduction">https://www.coursera.org/specializations/machine-learning-introduction</a>
</li>
<li>Auto-retraining: <a href="https://neptune.ai/blog/retraining-model-during-deployment-continuous-training-continuous-testing">https://neptune.ai/blog/retraining-model-during-deployment-continuous-training-continuous-testing</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 13 Feb 2023 10:00:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest Liran Hason</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/046187f2/4cf2855e.mp3" length="112474529" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest Liran Hason</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1176691/full_1674522133-artwork.jpg"/>
      <itunes:duration>4683</itunes:duration>
      <itunes:summary>Machine Learning Engineer is one of the fastest growing professions on the planet.  Liran Hason, co-founder and CEO of Aporia, joins us to discuss this new field and how folks can learn the skills and gain the experience needed to become an ML Engineer!</itunes:summary>
      <itunes:subtitle>Machine Learning Engineer is one of the fastest growing professions on the planet.  Liran Hason, co-founder and CEO of Aporia, joins us to discuss this new field and how folks can learn the skills and gain the experience needed to become an ML Engineer!</itunes:subtitle>
      <itunes:keywords>Machine Learning, Machine Learning Engineer</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>150: Code Reviews with On Freund</title>
      <itunes:episode>150</itunes:episode>
      <podcast:episode>150</podcast:episode>
      <itunes:title>150: Code Reviews with On Freund</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">623b784f-8b6f-4109-9005-00215dbf1084</guid>
      <link>https://www.programmingthrowdown.com/2023/01/150-code-reviews-with-on-freund.html</link>
      <description>
        <![CDATA[<p>Patrick and I are always stressing the importance of code reviews and collaboration when developing.  On Freund, co-founder &amp; CEO at Wilco, is super familiar with how code review processes can go well, or become a hinderance. In today’s episode with us, he shares his unique perspective on code reviews and maintaining high code quality!</p><p>00:00:56 Introductions</p><p>00:01:38 On’s first exposure to tech<br>00:06:04 Game development adventures<br>00:11:12 The difference between university and real-world experiences<br>00:17:43 A context switch question<br>00:24:41 Points of frustration<br>00:30:53 Build versus Buy complications<br>00:32:06 Code reviews<br>00:39:58 Quality of code<br>00:45:12 Using callouts for the right reasons<br>00:49:57 Code reviews can be too late sometimes<br>00:52:11 Using social interaction as pre-review orientation<br>00:57:03 How not to use code reviews<br>01:01:35 Where Wilco helps programmers learn<br>01:09:11 Working in Wilco<br>01:11:49 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><strong>Links:</strong></p><ul>
<li>On Freund:<ul><li>Linkedin: <a href="https://www.linkedin.com/in/onfreund">https://www.linkedin.com/in/onfreund</a>
</li></ul>
</li>
<li>Wilco:<ul>
<li>Website: <a href="https://www.trywilco.com/">https://www.trywilco.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/trywilco">https://twitter.com/trywilco<br></a><br>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/trywilco">https://www.linkedin.com/company/trywilco</a>
</li>
</ul>
</li>
</ul><p> <br><strong>References</strong>:</p><ul><li>Micro-Adventure:<ul><li><a href="https://en.wikipedia.org/wiki/Micro_Adventure">https://en.wikipedia.org/wiki/Micro_Adventure</a></li></ul>
</li></ul><p> <br>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/<br></a> <br>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com<br></a> <br>You can also follow Programming Throwdown on <br><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM <br></a> <br>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord<br></a>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Patrick and I are always stressing the importance of code reviews and collaboration when developing.  On Freund, co-founder &amp; CEO at Wilco, is super familiar with how code review processes can go well, or become a hinderance. In today’s episode with us, he shares his unique perspective on code reviews and maintaining high code quality!</p><p>00:00:56 Introductions</p><p>00:01:38 On’s first exposure to tech<br>00:06:04 Game development adventures<br>00:11:12 The difference between university and real-world experiences<br>00:17:43 A context switch question<br>00:24:41 Points of frustration<br>00:30:53 Build versus Buy complications<br>00:32:06 Code reviews<br>00:39:58 Quality of code<br>00:45:12 Using callouts for the right reasons<br>00:49:57 Code reviews can be too late sometimes<br>00:52:11 Using social interaction as pre-review orientation<br>00:57:03 How not to use code reviews<br>01:01:35 Where Wilco helps programmers learn<br>01:09:11 Working in Wilco<br>01:11:49 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><strong>Links:</strong></p><ul>
<li>On Freund:<ul><li>Linkedin: <a href="https://www.linkedin.com/in/onfreund">https://www.linkedin.com/in/onfreund</a>
</li></ul>
</li>
<li>Wilco:<ul>
<li>Website: <a href="https://www.trywilco.com/">https://www.trywilco.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/trywilco">https://twitter.com/trywilco<br></a><br>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/company/trywilco">https://www.linkedin.com/company/trywilco</a>
</li>
</ul>
</li>
</ul><p> <br><strong>References</strong>:</p><ul><li>Micro-Adventure:<ul><li><a href="https://en.wikipedia.org/wiki/Micro_Adventure">https://en.wikipedia.org/wiki/Micro_Adventure</a></li></ul>
</li></ul><p> <br>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/<br></a> <br>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com<br></a> <br>You can also follow Programming Throwdown on <br><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM <br></a> <br>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord<br></a>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 23 Jan 2023 18:48:19 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest On Freund</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/b0adfe51/820de437.mp3" length="105553869" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest On Freund</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1176688/full_1674521299-artwork.jpg"/>
      <itunes:duration>4395</itunes:duration>
      <itunes:summary>Patrick and I are always stressing the importance of code reviews and collaboration when developing.  On Freund, co-founder &amp;amp; CEO at Wilco, is super familiar with how code review processes can go well, or become a hinderance. In today’s episode with us, he shares his unique perspective on code reviews and maintaining high code quality!
</itunes:summary>
      <itunes:subtitle>Patrick and I are always stressing the importance of code reviews and collaboration when developing.  On Freund, co-founder &amp;amp; CEO at Wilco, is super familiar with how code review processes can go well, or become a hinderance. In today’s episode with u</itunes:subtitle>
      <itunes:keywords>Code Reviews</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>149: Workflow Engines with Sanjay Siddhanti</title>
      <itunes:episode>149</itunes:episode>
      <podcast:episode>149</podcast:episode>
      <itunes:title>149: Workflow Engines with Sanjay Siddhanti</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">5edb80ff-7291-48dd-8c55-56fceb2918cb</guid>
      <link>https://www.programmingthrowdown.com/2023/01/149-workflow-engines-with-sanjay.html</link>
      <description>
        <![CDATA[<p>At scale, anything we build is going to involve people.  Many of us have personal schedules and to-do lists, but how can we scale that to hundreds or even thousands of people?  When you file a help ticket at a massive company like Google or Facebook, ever wonder how that ticket is processed? Sanjay Siddhanti, Akasa’s Director of Engineering, is no slouch when it comes to navigating massive workflow engines – and in today’s episode, he shares his experiences in bioinformatics, workflows, and more with us.</p><p><br></p><p>00:00:39 Workflow engine definitions</p><p><br></p><p>00:01:40 Introductions</p><p>00:02:24 Sanjay’s 8th grade programming experience</p><p>00:05:28 Bioinformatics</p><p>00:10:29 The academics-vs-industry dilemma</p><p>00:16:52 Small company challenges</p><p>00:18:18 Correctly identifying when to scale</p><p>00:24:04 The solution Akasa provides</p><p>00:31:38 Workflow engines in detail</p><p>00:36:02 ETL frameworks</p><p>00:45:06 The intent of integration construction</p><p>00:47:13 Delivering a platform vs delivering a solution</p><p>00:50:04 Working within US medico-legal frameworks</p><p>00:53:28 Inadvertent uses of API calls</p><p>00:55:47 Working in Akasa</p><p>00:57:09 Interning in Akasa</p><p>00:58:35 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><br>Sanjay:</p><ul>
<li>Twitter: <a href="https://twitter.com/siddhantis">https://twitter.com/siddhantis</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/in/sanjaysiddhanti/">https://www.linkedin.com/in/sanjaysiddhanti/</a>
</li>
</ul><p>Akasa:</p><ul>
<li>Website: <a href="https://www.akasa.com/">https://www.akasa.com</a>
</li>
<li>Sanjay’s Q&amp;A <a href="https://akasa.com/blog/10-questions-for-sanjay-siddhanti-director-of-engineering-at-akasa/">https://akasa.com/blog/10-questions-for-sanjay-siddhanti-director-of-engineering-at-akasa/</a>
</li>
<li>Careers: <a href="https://akasa.com/careers/">https://akasa.com/careers/</a>
</li>
<li>Interning: <a href="https://www.linkedin.com/jobs/view/research-intern-ai-spring-summer-2023-at-akasa-3206403183/">https://www.linkedin.com/jobs/view/research-intern-ai-spring-summer-2023-at-akasa-3206403183/</a>
</li>
</ul><p><br></p><p>References:</p><ul>
<li>Episode 33: Design Patterns:<ul><li><a href="https://www.programmingthrowdown.com/2014/05/episode-33-design-patterns.html">https://www.programmingthrowdown.com/2014/05/episode-33-design-patterns.html</a></li></ul>
</li>
<li>The Mythical Man-Month:<ul><li><a href="https://en.wikipedia.org/wiki/The_Mythical_Man-Month">https://en.wikipedia.org/wiki/The_Mythical_Man-Month</a></li></ul>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>At scale, anything we build is going to involve people.  Many of us have personal schedules and to-do lists, but how can we scale that to hundreds or even thousands of people?  When you file a help ticket at a massive company like Google or Facebook, ever wonder how that ticket is processed? Sanjay Siddhanti, Akasa’s Director of Engineering, is no slouch when it comes to navigating massive workflow engines – and in today’s episode, he shares his experiences in bioinformatics, workflows, and more with us.</p><p><br></p><p>00:00:39 Workflow engine definitions</p><p><br></p><p>00:01:40 Introductions</p><p>00:02:24 Sanjay’s 8th grade programming experience</p><p>00:05:28 Bioinformatics</p><p>00:10:29 The academics-vs-industry dilemma</p><p>00:16:52 Small company challenges</p><p>00:18:18 Correctly identifying when to scale</p><p>00:24:04 The solution Akasa provides</p><p>00:31:38 Workflow engines in detail</p><p>00:36:02 ETL frameworks</p><p>00:45:06 The intent of integration construction</p><p>00:47:13 Delivering a platform vs delivering a solution</p><p>00:50:04 Working within US medico-legal frameworks</p><p>00:53:28 Inadvertent uses of API calls</p><p>00:55:47 Working in Akasa</p><p>00:57:09 Interning in Akasa</p><p>00:58:35 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><br>Sanjay:</p><ul>
<li>Twitter: <a href="https://twitter.com/siddhantis">https://twitter.com/siddhantis</a>
</li>
<li>Linkedin: <a href="https://www.linkedin.com/in/sanjaysiddhanti/">https://www.linkedin.com/in/sanjaysiddhanti/</a>
</li>
</ul><p>Akasa:</p><ul>
<li>Website: <a href="https://www.akasa.com/">https://www.akasa.com</a>
</li>
<li>Sanjay’s Q&amp;A <a href="https://akasa.com/blog/10-questions-for-sanjay-siddhanti-director-of-engineering-at-akasa/">https://akasa.com/blog/10-questions-for-sanjay-siddhanti-director-of-engineering-at-akasa/</a>
</li>
<li>Careers: <a href="https://akasa.com/careers/">https://akasa.com/careers/</a>
</li>
<li>Interning: <a href="https://www.linkedin.com/jobs/view/research-intern-ai-spring-summer-2023-at-akasa-3206403183/">https://www.linkedin.com/jobs/view/research-intern-ai-spring-summer-2023-at-akasa-3206403183/</a>
</li>
</ul><p><br></p><p>References:</p><ul>
<li>Episode 33: Design Patterns:<ul><li><a href="https://www.programmingthrowdown.com/2014/05/episode-33-design-patterns.html">https://www.programmingthrowdown.com/2014/05/episode-33-design-patterns.html</a></li></ul>
</li>
<li>The Mythical Man-Month:<ul><li><a href="https://en.wikipedia.org/wiki/The_Mythical_Man-Month">https://en.wikipedia.org/wiki/The_Mythical_Man-Month</a></li></ul>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 09 Jan 2023 10:00:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest Sanjay Siddhanti</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/9aae4669/3c88887b.mp3" length="85955091" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest Sanjay Siddhanti</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3581</itunes:duration>
      <itunes:summary>At scale, anything we build is going to involve people.  Many of us have personal schedules and to-do lists, but how can we scale that to hundreds or even thousands of people?  When you file a help ticket at a massive company like Google or Facebook, ever wonder how that ticket is processed? Sanjay Siddhanti, Akasa’s Director of Engineering, is no slouch when it comes to navigating massive workflow engines – and in today’s episode, he shares his experiences in bioinformatics, workflows, and more with us.</itunes:summary>
      <itunes:subtitle>At scale, anything we build is going to involve people.  Many of us have personal schedules and to-do lists, but how can we scale that to hundreds or even thousands of people?  When you file a help ticket at a massive company like Google or Facebook, ever</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>S1: Holiday 2022 Special</title>
      <itunes:title>S1: Holiday 2022 Special</itunes:title>
      <itunes:episodeType>bonus</itunes:episodeType>
      <guid isPermaLink="false">6533431b-b9bc-463d-9514-45671db86606</guid>
      <link>https://www.programmingthrowdown.com/2022/12/s1-holiday-2022-special.html</link>
      <description>
        <![CDATA[<p><strong>S1: Holiday 2022 Special</strong></p><p><br>Today we field questions from Programming Throwdown’s listeners about AI, machine learning, and more practical matters as developers in our annual holiday special!</p><p><br>00:00:24 Introductions</p><p>00:00:43 Programming Showdown merch</p><p>00:02:13 Paul S</p><p>00:03:28 Dealing with ergonomics</p><p>00:10:39 On AI coding assistant tools</p><p>00:16:43 Warren Y</p><p>00:20:24 Ben inquires about performance testing</p><p>00:27:39 Wild coding story</p><p>00:29:37 AI coding’s disruption potential</p><p>00:34:20 Jason’s Turing riddle</p><p>00:35:50 ChatGPT</p><p>00:43:59 Christian B</p><p>00:45:13 Collection-of-Letters asks on documentation</p><p>00:49:07 Zeh F</p><p>00:50:51 Coding books that weren’t that great</p><p>00:54:40 James K</p><p>00:57:32 Jeremy S wonders about ML</p><p>01:00:45 Virtual and live hangouts</p><p>01:02:09 A retrospective</p><p>01:07:49 Xu L</p><p>01:09:22 Showing off the shirts</p><p>01:11:31 Farewells</p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a>.</p><p> </p><p>Happy holidays from Programming Throwdown to everyone!</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>S1: Holiday 2022 Special</strong></p><p><br>Today we field questions from Programming Throwdown’s listeners about AI, machine learning, and more practical matters as developers in our annual holiday special!</p><p><br>00:00:24 Introductions</p><p>00:00:43 Programming Showdown merch</p><p>00:02:13 Paul S</p><p>00:03:28 Dealing with ergonomics</p><p>00:10:39 On AI coding assistant tools</p><p>00:16:43 Warren Y</p><p>00:20:24 Ben inquires about performance testing</p><p>00:27:39 Wild coding story</p><p>00:29:37 AI coding’s disruption potential</p><p>00:34:20 Jason’s Turing riddle</p><p>00:35:50 ChatGPT</p><p>00:43:59 Christian B</p><p>00:45:13 Collection-of-Letters asks on documentation</p><p>00:49:07 Zeh F</p><p>00:50:51 Coding books that weren’t that great</p><p>00:54:40 James K</p><p>00:57:32 Jeremy S wonders about ML</p><p>01:00:45 Virtual and live hangouts</p><p>01:02:09 A retrospective</p><p>01:07:49 Xu L</p><p>01:09:22 Showing off the shirts</p><p>01:11:31 Farewells</p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a>.</p><p> </p><p>Happy holidays from Programming Throwdown to everyone!</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 26 Dec 2022 10:30:17 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/0fc42c49/d572bcc9.mp3" length="104640699" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4359</itunes:duration>
      <itunes:summary>Today we field questions from Programming Throwdown’s listeners about AI, machine learning, and more practical matters as developers in our annual holiday special!</itunes:summary>
      <itunes:subtitle>Today we field questions from Programming Throwdown’s listeners about AI, machine learning, and more practical matters as developers in our annual holiday special!</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>148: Package Management with Max Howell</title>
      <itunes:episode>148</itunes:episode>
      <podcast:episode>148</podcast:episode>
      <itunes:title>148: Package Management with Max Howell</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">5b38a563-ca87-4a85-b252-a7264c698272</guid>
      <link>https://www.programmingthrowdown.com/2022/12/148-package-management-with-max-howell.html</link>
      <description>
        <![CDATA[<p>Package managers are an often-overlooked aspect of any operating system, but their importance is not to be underestimated – especially in today’s development environment. As both creator of Homebrew and CEO of tea.xyz, Max Howell is intimately familiar with the ins and outs of open-source development, software engineering, and balancing passion with practicality. He shares these experiences and more with us in today’s deep dive into the subject!</p><p><br></p><p>00:01:00 Introductions</p><p>00:01:29 When Max started Tea.XYZ</p><p>00:03:51 British plugs</p><p>00:08:10 Literally rolling out of bed to work</p><p>00:11:49 The value of meetups</p><p>00:13:14 Getting into open-source</p><p>00:23:00 Mandrake</p><p>00:25:02 Turning frustration into action</p><p>00:30:47 Deno</p><p>00:40:28 OSX’s relationship with Unix</p><p>00:55:33 Trying out Ruby</p><p>01:01:13 April Fools prank ideas</p><p>01:04:13 The cause of sleepless nights with Homebrew</p><p>01:14:41 What got Max inspired to do Tea</p><p>01:19:53 From startup to company</p><p>01:41:55 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p>Links<strong>:</strong></p><ul><li>Tea.XYZ:<ul>
<li>Website: <a href="https://tea.xyz/">https://tea.xyz/</a>
</li>
<li>Twitter: <a href="https://twitter.com/teaxyz_">https://twitter.com/teaxyz_</a>
</li>
<li>Instagram: <a href="https://www.instagram.com/tea.xyz/">https://www.instagram.com/tea.xyz/</a>
</li>
<li>Github: <a href="https://github.com/teaxyz">https://github.com/teaxyz</a>
</li>
<li>Reddit: <a href="https://reddit.com/r/teaxyz">https://reddit.com/r/teaxyz</a>
</li>
<li>Discord: <a href="https://discord.com/invite/KCZsXfJphn">https://discord.com/invite/KCZsXfJphn</a>
</li>
</ul>
</li></ul><p><br></p><p>References:</p><ul>
<li>101 on Package Management:<ul><li><a href="https://en.wikipedia.org/wiki/Package_manager">https://en.wikipedia.org/wiki/Package_manager</a></li></ul>
</li>
<li>Deno:<ul><li><a href="https://deno.land/">https://deno.land/</a></li></ul>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Package managers are an often-overlooked aspect of any operating system, but their importance is not to be underestimated – especially in today’s development environment. As both creator of Homebrew and CEO of tea.xyz, Max Howell is intimately familiar with the ins and outs of open-source development, software engineering, and balancing passion with practicality. He shares these experiences and more with us in today’s deep dive into the subject!</p><p><br></p><p>00:01:00 Introductions</p><p>00:01:29 When Max started Tea.XYZ</p><p>00:03:51 British plugs</p><p>00:08:10 Literally rolling out of bed to work</p><p>00:11:49 The value of meetups</p><p>00:13:14 Getting into open-source</p><p>00:23:00 Mandrake</p><p>00:25:02 Turning frustration into action</p><p>00:30:47 Deno</p><p>00:40:28 OSX’s relationship with Unix</p><p>00:55:33 Trying out Ruby</p><p>01:01:13 April Fools prank ideas</p><p>01:04:13 The cause of sleepless nights with Homebrew</p><p>01:14:41 What got Max inspired to do Tea</p><p>01:19:53 From startup to company</p><p>01:41:55 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p>Links<strong>:</strong></p><ul><li>Tea.XYZ:<ul>
<li>Website: <a href="https://tea.xyz/">https://tea.xyz/</a>
</li>
<li>Twitter: <a href="https://twitter.com/teaxyz_">https://twitter.com/teaxyz_</a>
</li>
<li>Instagram: <a href="https://www.instagram.com/tea.xyz/">https://www.instagram.com/tea.xyz/</a>
</li>
<li>Github: <a href="https://github.com/teaxyz">https://github.com/teaxyz</a>
</li>
<li>Reddit: <a href="https://reddit.com/r/teaxyz">https://reddit.com/r/teaxyz</a>
</li>
<li>Discord: <a href="https://discord.com/invite/KCZsXfJphn">https://discord.com/invite/KCZsXfJphn</a>
</li>
</ul>
</li></ul><p><br></p><p>References:</p><ul>
<li>101 on Package Management:<ul><li><a href="https://en.wikipedia.org/wiki/Package_manager">https://en.wikipedia.org/wiki/Package_manager</a></li></ul>
</li>
<li>Deno:<ul><li><a href="https://deno.land/">https://deno.land/</a></li></ul>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 12 Dec 2022 09:00:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest Max Howell</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/27574d6f/ae5edfb5.mp3" length="148492299" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest Max Howell</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1099118/full_1668571433-artwork.jpg"/>
      <itunes:duration>6184</itunes:duration>
      <itunes:summary>Package managers are an often-overlooked aspect of any operating system, but their importance is not to be underestimated – especially in today’s development environment. As both creator of Homebrew and CEO of tea.xyz, Max Howell is intimately familiar with the ins and outs of open-source development, software engineering, and balancing passion with practicality. He shares these experiences and more with us in today’s deep dive into the subject!</itunes:summary>
      <itunes:subtitle>Package managers are an often-overlooked aspect of any operating system, but their importance is not to be underestimated – especially in today’s development environment. As both creator of Homebrew and CEO of tea.xyz, Max Howell is intimately familiar wi</itunes:subtitle>
      <itunes:keywords>Package Managers, Homebrew</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>147: Quantum Computing with Yonatan Cohen</title>
      <itunes:episode>147</itunes:episode>
      <podcast:episode>147</podcast:episode>
      <itunes:title>147: Quantum Computing with Yonatan Cohen</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">bdd5666d-3570-4a51-b866-08349c671b4f</guid>
      <link>https://www.programmingthrowdown.com/2022/11/147-quantum-computing-with-yonatan-cohen.html</link>
      <description>
        <![CDATA[<p>Yonatan Cohen – Co-Founder &amp; CTO of Quantum Machines – joins us in this episode to tackle quantum computing!  Did you know anyone can run quantum programs on Amazon Web Services for mere dollars? Learn about this field early to take pole superposition in the race to understand and use quantum computers!</p><p><br></p><p>00:00:45 Introductions</p><p>00:01:20 Yonatan’s beginnings</p><p>00:03:49 The simulation question</p><p>00:05:51 How physics led to quantum computing</p><p>00:14:56 Richard Feynman</p><p>00:16:44 On the irreversibility of normal computers</p><p>00:21:25 Logic gates</p><p>00:25:04 Qubits</p><p>00:30:11 An example of qubits</p><p>00:38:19 Why simulating a quantum computer matters</p><p>00:42:23 NP-complete problems</p><p>00:48:57 More people at a higher development level are needed</p><p>00:54:16 Quantum machines in the middle layer</p><p>01:02:56 Working at Quantum Machines</p><p>01:05:05 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Quantum Machines:<ul>
<li>Website: <a href="https://www.quantum-machines.co/">https://www.quantum-machines.co/</a>
</li>
<li>Careers: <a href="https://www.quantum-machines.co/careers/">https://www.quantum-machines.co/careers/</a>
</li>
</ul>
</li>
<li>Yonatan Cohen:<ul><li>Linkedin: <a href="https://www.linkedin.com/in/yonatan-cohen-10076b113/">https://www.linkedin.com/in/yonatan-cohen-10076b113/</a>
</li></ul>
</li>
</ul><p><br></p><p>References:</p><ul><li>Getting Started with Quantum Computing<ul><li><a href="https://builtin.com/software-engineering-perspectives/how-to-learn-quantum-computing">https://builtin.com/software-engineering-perspectives/how-to-learn-quantum-computing</a></li></ul>
</li></ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Yonatan Cohen – Co-Founder &amp; CTO of Quantum Machines – joins us in this episode to tackle quantum computing!  Did you know anyone can run quantum programs on Amazon Web Services for mere dollars? Learn about this field early to take pole superposition in the race to understand and use quantum computers!</p><p><br></p><p>00:00:45 Introductions</p><p>00:01:20 Yonatan’s beginnings</p><p>00:03:49 The simulation question</p><p>00:05:51 How physics led to quantum computing</p><p>00:14:56 Richard Feynman</p><p>00:16:44 On the irreversibility of normal computers</p><p>00:21:25 Logic gates</p><p>00:25:04 Qubits</p><p>00:30:11 An example of qubits</p><p>00:38:19 Why simulating a quantum computer matters</p><p>00:42:23 NP-complete problems</p><p>00:48:57 More people at a higher development level are needed</p><p>00:54:16 Quantum machines in the middle layer</p><p>01:02:56 Working at Quantum Machines</p><p>01:05:05 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p>Links<strong>:</strong></p><ul>
<li>Quantum Machines:<ul>
<li>Website: <a href="https://www.quantum-machines.co/">https://www.quantum-machines.co/</a>
</li>
<li>Careers: <a href="https://www.quantum-machines.co/careers/">https://www.quantum-machines.co/careers/</a>
</li>
</ul>
</li>
<li>Yonatan Cohen:<ul><li>Linkedin: <a href="https://www.linkedin.com/in/yonatan-cohen-10076b113/">https://www.linkedin.com/in/yonatan-cohen-10076b113/</a>
</li></ul>
</li>
</ul><p><br></p><p>References:</p><ul><li>Getting Started with Quantum Computing<ul><li><a href="https://builtin.com/software-engineering-perspectives/how-to-learn-quantum-computing">https://builtin.com/software-engineering-perspectives/how-to-learn-quantum-computing</a></li></ul>
</li></ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 28 Nov 2022 09:00:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Yonatan Cohen</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/e918730f/bfef2940.mp3" length="95302744" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Yonatan Cohen</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/episode/1099083/full_1668568977-artwork.jpg"/>
      <itunes:duration>3970</itunes:duration>
      <itunes:summary>Yonatan Cohen – Co-Founder &amp;amp; CTO of Quantum Machines – joins us in this episode to tackle quantum computing!  Did you know anyone can run quantum programs on Amazon Web Services for mere dollars? Learn about this field early to take pole superposition in the race to understand and use quantum computers!</itunes:summary>
      <itunes:subtitle>Yonatan Cohen – Co-Founder &amp;amp; CTO of Quantum Machines – joins us in this episode to tackle quantum computing!  Did you know anyone can run quantum programs on Amazon Web Services for mere dollars? Learn about this field early to take pole superposition</itunes:subtitle>
      <itunes:keywords>Quantum Computing</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>146: RubyShield, Ruby Central, and Shopify with Mike Dalessio and Evan Phoenix</title>
      <itunes:episode>146</itunes:episode>
      <podcast:episode>146</podcast:episode>
      <itunes:title>146: RubyShield, Ruby Central, and Shopify with Mike Dalessio and Evan Phoenix</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">585847d9-bdc8-4597-bfc9-c161a6806b69</guid>
      <link>https://www.programmingthrowdown.com/2022/11/146-rubyshield-ruby-central-and-shopify.html</link>
      <description>
        <![CDATA[<p>In this tour-de-force, Mike Dalessio – Engineering Director at Shopify – and Evan Phoenix – self-described “long-time Rubyist” – join us for a practical discussion of all things Ruby! Ruby is a beautiful language, and we're really excited to cover the history and present of this language with two experts.</p><p><em> </em></p><p>00:01:03 Introductions</p><p>00:01:49 Mike’s Ruby journey</p><p>00:12:28 Evan’s own Ruby experience</p><p>00:18:20 The pickaxe book</p><p>00:20:34 Weird programming interests</p><p>00:25:11 MINASWAN</p><p>00:30:33 Language conferences</p><p>00:36:38 Wrong answers on StackOverflow</p><p>00:41:53 RubyCentral</p><p>00:44:50 In-depth examination of Ruby</p><p>00:47:57 How Shopify sticks to vanilla Rails</p><p>00:50:28 A tale of two developers</p><p>00:59:59 Bringing Ruby up to Python’s level</p><p>01:04:48 Shopify’s largest app monolith</p><p>01:11:12 Tuning the knobs</p><p>01:18:01 How not to learn the hard way</p><p>01:18:57 Opportunities at Shopify</p><p>01:29:14 Working with the RubyShield program</p><p>01:32:07 Rails for API servers</p><p>01:33:21 Mike and Evan’s advice for listeners</p><p>01:36:00 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><strong>Links:</strong></p><ul>
<li>RubyCentral:<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://rubycentral.org/</a>
</li>
<li>RubyShield: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://rubycentral.org/ruby-shield</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://twitter.com/rubycentralorg</a>
</li>
</ul>
</li>
<li>Shopify:<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.shopify.com/</a>
</li>
<li>Careers: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.shopify.com/careers</a>
</li>
<li>Dev Degree Program: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://devdegree.ca/pages/program</a>
</li>
</ul>
</li>
<li>HashiCorp<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.hashicorp.com/</a>
</li>
<li>Careers: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.hashicorp.com/jobs</a>
</li>
</ul>
</li>
<li>Mike Dalessio:<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">http://mike.daless.io/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://twitter.com/flavorjones</a>
</li>
</ul>
</li>
<li>Evan Phoenix:<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://github.com/evanphx</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://twitter.com/evanphx</a>
</li>
</ul>
</li>
<li>RubyConf 2022 (Nov. 29 – Dec. 1, 2022):<ul><li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://rubyconf.org/</a>
</li></ul>
</li>
</ul><p><strong>Other Episodes</strong>:</p><ul><li>Episode 47: Ruby<ul><li>Show Link: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.programmingthrowdown.com/2015/10/episode-47-ruby.html</a>
</li></ul>
</li></ul><p> </p><p><strong>References</strong>:</p><ul><li>“The Pickaxe Book” aka Programming Ruby: The Pragmatic Programmer’s Guide 2nd Edition:<ul><li>Amazon: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.amazon.com/Programming-Ruby-Pragmatic-Programmers-Second/dp/0974514055</a>
</li></ul>
</li></ul><p> </p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this tour-de-force, Mike Dalessio – Engineering Director at Shopify – and Evan Phoenix – self-described “long-time Rubyist” – join us for a practical discussion of all things Ruby! Ruby is a beautiful language, and we're really excited to cover the history and present of this language with two experts.</p><p><em> </em></p><p>00:01:03 Introductions</p><p>00:01:49 Mike’s Ruby journey</p><p>00:12:28 Evan’s own Ruby experience</p><p>00:18:20 The pickaxe book</p><p>00:20:34 Weird programming interests</p><p>00:25:11 MINASWAN</p><p>00:30:33 Language conferences</p><p>00:36:38 Wrong answers on StackOverflow</p><p>00:41:53 RubyCentral</p><p>00:44:50 In-depth examination of Ruby</p><p>00:47:57 How Shopify sticks to vanilla Rails</p><p>00:50:28 A tale of two developers</p><p>00:59:59 Bringing Ruby up to Python’s level</p><p>01:04:48 Shopify’s largest app monolith</p><p>01:11:12 Tuning the knobs</p><p>01:18:01 How not to learn the hard way</p><p>01:18:57 Opportunities at Shopify</p><p>01:29:14 Working with the RubyShield program</p><p>01:32:07 Rails for API servers</p><p>01:33:21 Mike and Evan’s advice for listeners</p><p>01:36:00 Farewells</p><p><em><br></em><strong>Resources mentioned in this episode:<br></strong><br></p><p><strong>Links:</strong></p><ul>
<li>RubyCentral:<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://rubycentral.org/</a>
</li>
<li>RubyShield: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://rubycentral.org/ruby-shield</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://twitter.com/rubycentralorg</a>
</li>
</ul>
</li>
<li>Shopify:<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.shopify.com/</a>
</li>
<li>Careers: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.shopify.com/careers</a>
</li>
<li>Dev Degree Program: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://devdegree.ca/pages/program</a>
</li>
</ul>
</li>
<li>HashiCorp<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.hashicorp.com/</a>
</li>
<li>Careers: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.hashicorp.com/jobs</a>
</li>
</ul>
</li>
<li>Mike Dalessio:<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">http://mike.daless.io/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://twitter.com/flavorjones</a>
</li>
</ul>
</li>
<li>Evan Phoenix:<ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://github.com/evanphx</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://twitter.com/evanphx</a>
</li>
</ul>
</li>
<li>RubyConf 2022 (Nov. 29 – Dec. 1, 2022):<ul><li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://rubyconf.org/</a>
</li></ul>
</li>
</ul><p><strong>Other Episodes</strong>:</p><ul><li>Episode 47: Ruby<ul><li>Show Link: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.programmingthrowdown.com/2015/10/episode-47-ruby.html</a>
</li></ul>
</li></ul><p> </p><p><strong>References</strong>:</p><ul><li>“The Pickaxe Book” aka Programming Ruby: The Pragmatic Programmer’s Guide 2nd Edition:<ul><li>Amazon: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.amazon.com/Programming-Ruby-Pragmatic-Programmers-Second/dp/0974514055</a>
</li></ul>
</li></ul><p> </p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7681977883849046581#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 14 Nov 2022 10:00:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Mike Dalessio and Evan Phoenix</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/355318ab/4d472cb4.mp3" length="140185254" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Mike Dalessio and Evan Phoenix</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5840</itunes:duration>
      <itunes:summary>In this tour-de-force, Mike Dalessio – Engineering Director at Shopify – and Evan Phoenix – self-described “long-time Rubyist” – join us for a practical discussion of all things Ruby! Ruby is a beautiful language, and we're really excited to cover the history and present of this language with two experts.</itunes:summary>
      <itunes:subtitle>In this tour-de-force, Mike Dalessio – Engineering Director at Shopify – and Evan Phoenix – self-described “long-time Rubyist” – join us for a practical discussion of all things Ruby! Ruby is a beautiful language, and we're really excited to cover the his</itunes:subtitle>
      <itunes:keywords>Ruby, Programming</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>145: Unsupervised Machine Learning</title>
      <itunes:episode>145</itunes:episode>
      <podcast:episode>145</podcast:episode>
      <itunes:title>145: Unsupervised Machine Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">a8760814-8e51-4688-bbe3-3ab9edf88558</guid>
      <link>https://www.programmingthrowdown.com/2022/10/145-unsupervised-machine-learning.html</link>
      <description>
        <![CDATA[<p>Today we discuss adventures, books, tools, and art discoveries before diving into unsupervised machine learning in this duo episode!</p><p><br></p><p>00:00:22 Introductions</p><p>00:01:28 Email &amp; inbox organization is very important</p><p>00:07:28 The Douglas-Peucker algorithm</p><p>00:11:48 Starter project selection</p><p>00:17:01 Tic-Tac-Toe </p><p>00:21:41 Artemis 1</p><p>00:26:25 Space slingshots</p><p>00:29:47 Flex Seal tape</p><p>00:32:38 The Meditations</p><p>00:37:58 Flour, Water, Salt, Yeast</p><p>00:40:55 Pythagorea</p><p>00:46:13 Google Keep</p><p>00:48:05 Visual-IF</p><p>00:50:49 Data insights</p><p>01:03:07 Self-supervised learning</p><p>01:10:26 A practical example of clustering</p><p>01:15:10 Word embedding</p><p>01:24:02 Farewells</p><p><em><br></em></p><p><br><strong>Want to learn more? Check out these previous episodes:<br></strong><br></p><ul>
<li>Episode 27: Artificial Intelligence Theory<ul><li><a href="https://www.programmingthrowdown.com/2013/05/episode-27-artificial-intelligence.html">https://www.programmingthrowdown.com/2013/05/episode-27-artificial-intelligence.html</a></li></ul>
</li>
<li>Episode 28: Applied Artificial Intelligence<ul><li><a href="https://www.programmingthrowdown.com/2013/06/episode-28-applied-artificial.html">https://www.programmingthrowdown.com/2013/06/episode-28-applied-artificial.html</a></li></ul>
</li>
<li>Episode 109: Digital Marketing with Kevin Urrutia<ul><li>
<a href="https://www.programmingthrowdown.com/2021/03/episode-109-digital-marketing-with.html">https://www.programmingthrowdown.com/2021/03/episode-109-digital-marketing-with.html<br></a><br>
</li></ul>
</li>
</ul><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>News/Links<strong>:</strong></p><ul>
<li>Simplify lines with the Douglas-Peucker Algorithm<ul><li><a href="https://ilya.puchka.me/douglas-peucker-algorithm/%20">https://ilya.puchka.me/douglas-peucker-algorithm/ </a></li></ul>
</li>
<li>How to pick a starter project<ul><li><a href="https://amir.rachum.com/blog/2022/08/07/starter-project/">https://amir.rachum.com/blog/2022/08/07/starter-project/</a></li></ul>
</li>
<li>Tic-Tac-Toe in a single call to printf()<ul><li><a href="https://github.com/carlini/printf-tac-toe%20">https://github.com/carlini/printf-tac-toe </a></li></ul>
</li>
<li>Artemis 1<ul><li><a href="https://www.nasa.gov/artemis-1/">https://www.nasa.gov/artemis-1/</a></li></ul>
</li>
<li>Visual-IF<ul><li><a href="https://www.visual-if.com/">https://www.visual-if.com/</a></li></ul>
</li>
</ul><p><br></p><p>Book of the Show:</p><ul>
<li>Jason’s Choice: “The Meditations” by Marcus Aurelius<ul><li><a href="https://amzn.to/3C3Kg7b">https://amzn.to/3C3Kg7b</a></li></ul>
</li>
<li>Patrick’s Choice: “Flour, Water, Salt, Yeast” by Ken Forkish<ul><li><a href="https://amzn.to/3CqFwKa">https://amzn.to/3CqFwKa</a></li></ul>
</li>
</ul><p><br>Tool of the Show:</p><ul>
<li>Jason’s Choice: Pythagorea<p></p>
<ul>
<li>Android: <a href="https://play.google.com/store/apps/details?id=com.hil_hk.pythagorea&amp;hl=en&amp;gl=US">https://play.google.com/store/apps/details?id=com.hil_hk.pythagorea&amp;hl=en&amp;gl=US<br></a><br>
</li>
<li>iOS: <a href="https://apps.apple.com/us/app/pythagorea/id994864779">https://apps.apple.com/us/app/pythagorea/id994864779<br></a><br>
</li>
</ul>
</li>
<li>Patrick’s Choice: Google Keep<p></p>
<ul><li>
<a href="https://keep.google.com/">https://keep.google.com/<br></a><br>
</li></ul>
</li>
</ul><p>References:</p><ul>
<li>Clustering: <a href="https://en.wikipedia.org/wiki/Cluster_analysis">https://en.wikipedia.org/wiki/Cluster_analysis</a>
</li>
<li>Autoencoding: <a href="https://en.wikipedia.org/wiki/Autoencoder">https://en.wikipedia.org/wiki/Autoencoder</a>
</li>
<li>Contrastive Learning: <a href="https://towardsdatascience.com/understanding-contrastive-learning-d5b19fd96607">https://towardsdatascience.com/understanding-contrastive-learning-d5b19fd96607</a>
</li>
<li>Matrix Factorization: <a href="https://en.wikipedia.org/wiki/Matrix_factorization_(recommender_systems)">https://en.wikipedia.org/wiki/Matrix_factorization_(recommender_systems)</a>
</li>
<li>Stochastic factorization: <a href="https://link.medium.com/ytuaUAYBjtb">https://link.medium.com/ytuaUAYBjtb</a>
</li>
<li>Deep Learning: <a href="https://en.wikipedia.org/wiki/Deep_learning">https://en.wikipedia.org/wiki/Deep_learning<br></a><br>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: programmingthrowdown@gmail.com</p><p><br>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Today we discuss adventures, books, tools, and art discoveries before diving into unsupervised machine learning in this duo episode!</p><p><br></p><p>00:00:22 Introductions</p><p>00:01:28 Email &amp; inbox organization is very important</p><p>00:07:28 The Douglas-Peucker algorithm</p><p>00:11:48 Starter project selection</p><p>00:17:01 Tic-Tac-Toe </p><p>00:21:41 Artemis 1</p><p>00:26:25 Space slingshots</p><p>00:29:47 Flex Seal tape</p><p>00:32:38 The Meditations</p><p>00:37:58 Flour, Water, Salt, Yeast</p><p>00:40:55 Pythagorea</p><p>00:46:13 Google Keep</p><p>00:48:05 Visual-IF</p><p>00:50:49 Data insights</p><p>01:03:07 Self-supervised learning</p><p>01:10:26 A practical example of clustering</p><p>01:15:10 Word embedding</p><p>01:24:02 Farewells</p><p><em><br></em></p><p><br><strong>Want to learn more? Check out these previous episodes:<br></strong><br></p><ul>
<li>Episode 27: Artificial Intelligence Theory<ul><li><a href="https://www.programmingthrowdown.com/2013/05/episode-27-artificial-intelligence.html">https://www.programmingthrowdown.com/2013/05/episode-27-artificial-intelligence.html</a></li></ul>
</li>
<li>Episode 28: Applied Artificial Intelligence<ul><li><a href="https://www.programmingthrowdown.com/2013/06/episode-28-applied-artificial.html">https://www.programmingthrowdown.com/2013/06/episode-28-applied-artificial.html</a></li></ul>
</li>
<li>Episode 109: Digital Marketing with Kevin Urrutia<ul><li>
<a href="https://www.programmingthrowdown.com/2021/03/episode-109-digital-marketing-with.html">https://www.programmingthrowdown.com/2021/03/episode-109-digital-marketing-with.html<br></a><br>
</li></ul>
</li>
</ul><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>News/Links<strong>:</strong></p><ul>
<li>Simplify lines with the Douglas-Peucker Algorithm<ul><li><a href="https://ilya.puchka.me/douglas-peucker-algorithm/%20">https://ilya.puchka.me/douglas-peucker-algorithm/ </a></li></ul>
</li>
<li>How to pick a starter project<ul><li><a href="https://amir.rachum.com/blog/2022/08/07/starter-project/">https://amir.rachum.com/blog/2022/08/07/starter-project/</a></li></ul>
</li>
<li>Tic-Tac-Toe in a single call to printf()<ul><li><a href="https://github.com/carlini/printf-tac-toe%20">https://github.com/carlini/printf-tac-toe </a></li></ul>
</li>
<li>Artemis 1<ul><li><a href="https://www.nasa.gov/artemis-1/">https://www.nasa.gov/artemis-1/</a></li></ul>
</li>
<li>Visual-IF<ul><li><a href="https://www.visual-if.com/">https://www.visual-if.com/</a></li></ul>
</li>
</ul><p><br></p><p>Book of the Show:</p><ul>
<li>Jason’s Choice: “The Meditations” by Marcus Aurelius<ul><li><a href="https://amzn.to/3C3Kg7b">https://amzn.to/3C3Kg7b</a></li></ul>
</li>
<li>Patrick’s Choice: “Flour, Water, Salt, Yeast” by Ken Forkish<ul><li><a href="https://amzn.to/3CqFwKa">https://amzn.to/3CqFwKa</a></li></ul>
</li>
</ul><p><br>Tool of the Show:</p><ul>
<li>Jason’s Choice: Pythagorea<p></p>
<ul>
<li>Android: <a href="https://play.google.com/store/apps/details?id=com.hil_hk.pythagorea&amp;hl=en&amp;gl=US">https://play.google.com/store/apps/details?id=com.hil_hk.pythagorea&amp;hl=en&amp;gl=US<br></a><br>
</li>
<li>iOS: <a href="https://apps.apple.com/us/app/pythagorea/id994864779">https://apps.apple.com/us/app/pythagorea/id994864779<br></a><br>
</li>
</ul>
</li>
<li>Patrick’s Choice: Google Keep<p></p>
<ul><li>
<a href="https://keep.google.com/">https://keep.google.com/<br></a><br>
</li></ul>
</li>
</ul><p>References:</p><ul>
<li>Clustering: <a href="https://en.wikipedia.org/wiki/Cluster_analysis">https://en.wikipedia.org/wiki/Cluster_analysis</a>
</li>
<li>Autoencoding: <a href="https://en.wikipedia.org/wiki/Autoencoder">https://en.wikipedia.org/wiki/Autoencoder</a>
</li>
<li>Contrastive Learning: <a href="https://towardsdatascience.com/understanding-contrastive-learning-d5b19fd96607">https://towardsdatascience.com/understanding-contrastive-learning-d5b19fd96607</a>
</li>
<li>Matrix Factorization: <a href="https://en.wikipedia.org/wiki/Matrix_factorization_(recommender_systems)">https://en.wikipedia.org/wiki/Matrix_factorization_(recommender_systems)</a>
</li>
<li>Stochastic factorization: <a href="https://link.medium.com/ytuaUAYBjtb">https://link.medium.com/ytuaUAYBjtb</a>
</li>
<li>Deep Learning: <a href="https://en.wikipedia.org/wiki/Deep_learning">https://en.wikipedia.org/wiki/Deep_learning<br></a><br>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: programmingthrowdown@gmail.com</p><p><br>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 24 Oct 2022 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/c0a380b7/796ffaf3.mp3" length="122789082" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5116</itunes:duration>
      <itunes:summary>Today we discuss adventures, books, tools, and art discoveries before diving into unsupervised machine learning in this duo episode!</itunes:summary>
      <itunes:subtitle>Today we discuss adventures, books, tools, and art discoveries before diving into unsupervised machine learning in this duo episode!</itunes:subtitle>
      <itunes:keywords>Unsupervised Machine Learning</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>144: Kotlin Coroutines with Marcin Moskala</title>
      <itunes:episode>144</itunes:episode>
      <podcast:episode>144</podcast:episode>
      <itunes:title>144: Kotlin Coroutines with Marcin Moskala</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ddb35c69-3f89-4141-8a27-2d2a5dcd9fa2</guid>
      <link>https://www.programmingthrowdown.com/2022/10/144-kotlin-coroutines-with-marcin.html</link>
      <description>
        <![CDATA[<p>Today we go back to our programming language roots with author, KT Academy founder, and Kotlin rockstar Marcin Moskala.  We talk about how Kotlin makes itself doubly useful for app and backend development. </p><p>00:00:55 Introductions</p><p>00:01:38 Java frustrations </p><p>00:09:37 Why a well-organized typing system is important</p><p>00:11:59 What Kotlin is</p><p>00:14:58 Obsidian </p><p>00:20:13 Learning new things can be a prudent future investment</p><p>00:23:46 A pleasant coding experience</p><p>00:26:41 Co-routines in Kotlin</p><p>00:34:37 Where co-routines are best in app development</p><p>00:44:54 Thread balancing in practice</p><p>00:57:39 Kotlin’s integrated cancellation mechanism</p><p>01:05:10 Getting started with Kotlin</p><p>01:18:16 Farewells</p><p><em><br></em></p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p>Marcin Moskala:</p><ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://marcinmoskala.com/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://twitter.com/marcinmoskala</a>
</li>
<li>KT Academy: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://kt.academy/</a>
</li>
</ul><p>Kotlin Learning Resources</p><ul>
<li>Marcin on KT: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://kt.academy/user/marcinmoskala</a>
</li>
<li>Kotlin Coroutines: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://leanpub.com/coroutines</a>
</li>
<li>Effective Kotlin: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://leanpub.com/effectivekotlin</a>
</li>
<li>Functional Kotlin (Early Access): <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://leanpub.com/kotlin_functional</a>
</li>
<li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">More Kotlin Publications on Leanpub</a></li>
</ul><p><br>Information Organization Tools</p><ul>
<li>WorkFlowy: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://workflowy.com/</a>
</li>
<li>Obsidian: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://obsidian.md/<br></a><br>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Player.FM </a></p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Today we go back to our programming language roots with author, KT Academy founder, and Kotlin rockstar Marcin Moskala.  We talk about how Kotlin makes itself doubly useful for app and backend development. </p><p>00:00:55 Introductions</p><p>00:01:38 Java frustrations </p><p>00:09:37 Why a well-organized typing system is important</p><p>00:11:59 What Kotlin is</p><p>00:14:58 Obsidian </p><p>00:20:13 Learning new things can be a prudent future investment</p><p>00:23:46 A pleasant coding experience</p><p>00:26:41 Co-routines in Kotlin</p><p>00:34:37 Where co-routines are best in app development</p><p>00:44:54 Thread balancing in practice</p><p>00:57:39 Kotlin’s integrated cancellation mechanism</p><p>01:05:10 Getting started with Kotlin</p><p>01:18:16 Farewells</p><p><em><br></em></p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p>Marcin Moskala:</p><ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://marcinmoskala.com/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://twitter.com/marcinmoskala</a>
</li>
<li>KT Academy: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://kt.academy/</a>
</li>
</ul><p>Kotlin Learning Resources</p><ul>
<li>Marcin on KT: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://kt.academy/user/marcinmoskala</a>
</li>
<li>Kotlin Coroutines: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://leanpub.com/coroutines</a>
</li>
<li>Effective Kotlin: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://leanpub.com/effectivekotlin</a>
</li>
<li>Functional Kotlin (Early Access): <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://leanpub.com/kotlin_functional</a>
</li>
<li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">More Kotlin Publications on Leanpub</a></li>
</ul><p><br>Information Organization Tools</p><ul>
<li>WorkFlowy: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://workflowy.com/</a>
</li>
<li>Obsidian: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://obsidian.md/<br></a><br>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Player.FM </a></p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3072875411910040054#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 10 Oct 2022 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci With Guest Marcin Moskala</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/36c037a1/2e75eee6.mp3" length="116151031" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci With Guest Marcin Moskala</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4839</itunes:duration>
      <itunes:summary>Today we go back to our programming language roots with author, KT Academy founder, and Kotlin rockstar Marcin Moskala!  We talk about how Kotlin makes itself doubly useful for app and backend development. </itunes:summary>
      <itunes:subtitle>Today we go back to our programming language roots with author, KT Academy founder, and Kotlin rockstar Marcin Moskala!  We talk about how Kotlin makes itself doubly useful for app and backend development. </itunes:subtitle>
      <itunes:keywords>Kotlin, Android Development</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>143: The Evolution of Search with Marcus Eagan</title>
      <itunes:episode>143</itunes:episode>
      <podcast:episode>143</podcast:episode>
      <itunes:title>143: The Evolution of Search with Marcus Eagan</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">9625b752-b6d5-4c8f-b3f8-d698ec84217c</guid>
      <link>https://www.programmingthrowdown.com/2022/09/143-evolution-of-search-with-marcus.html</link>
      <description>
        <![CDATA[<p>Finding something online might seem easy - but as Marcus Eagan tells it, it’s not easy to get it right. In today’s episode, MongoDB’s Staff Product Manager on Atlas Search speaks with Jason and Patrick about his own journey in software development and how to best use search engines to capture user intent.</p><p> </p><p>00:00:34 Introductions</p><p>00:01:30 Marcus’s unusual origin story</p><p>00:05:10 Unsecured IoT devices</p><p>00:09:56 How security groupthink can compromise matters</p><p>00:12:48 The Target HVAC incident</p><p>00:17:32 Business challenges with home networks</p><p>00:21:51 Damerau-Levenshtein edit distance factor ≤ 2</p><p>00:23:58 How do people who do search talk about search</p><p>00:30:35 Inferring human intent before they intend it</p><p>00:46:13 Ben Horowitz</p><p>00:47:32 Seinfeld as an association exercise</p><p>00:52:27 What Marcus is doing at MongoDB</p><p>00:58:30 How MongoDB can help at any level</p><p>01:01:00 Working at MongoDB</p><p>01:08:14 Farewells</p><p><em><br></em></p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p> </p><p>Marcus Eagan:</p><ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://marcussorealheis.medium.com</a>
</li>
<li>The Future of Search Is Semantic &amp; Lexical: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://marcussorealheis.medium.com/the-future-of-search-is-semantic-and-lexical-e55cc9973b63</a>
</li>
<li>13 Hard Things I Do To Be A Dope Product Manager: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://marcussorealheis.medium.com/13-hard-things-i-do-to-be-a-dope-database-product-manager-7064768505f8</a>
</li>
<li>Github: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://github.com/MarcusSorealheis</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://twitter.com/marcusforpeace</a>
</li>
</ul><p>MongoDB:</p><ul>
<li>Website: https://www.mongodb.com/</li>
<li>Atlas: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://www.mongodb.com/cloud/atlas/register</a>
</li>
<li>Careers: https://www.mongodb.com/careers</li>
</ul><p>Others:</p><ul>
<li>Damerau-Levenshtein distance: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance</a>
</li>
<li>Lucene: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://lucene.apache.org/core/</a>
</li>
<li>Target HVAC Incident (2014, Archive Link): <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://archive.is/Wnwob</a> </li>
</ul><p>Mergify:</p><ul><li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://mergify.com/</a>
</li></ul><p><br></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Finding something online might seem easy - but as Marcus Eagan tells it, it’s not easy to get it right. In today’s episode, MongoDB’s Staff Product Manager on Atlas Search speaks with Jason and Patrick about his own journey in software development and how to best use search engines to capture user intent.</p><p> </p><p>00:00:34 Introductions</p><p>00:01:30 Marcus’s unusual origin story</p><p>00:05:10 Unsecured IoT devices</p><p>00:09:56 How security groupthink can compromise matters</p><p>00:12:48 The Target HVAC incident</p><p>00:17:32 Business challenges with home networks</p><p>00:21:51 Damerau-Levenshtein edit distance factor ≤ 2</p><p>00:23:58 How do people who do search talk about search</p><p>00:30:35 Inferring human intent before they intend it</p><p>00:46:13 Ben Horowitz</p><p>00:47:32 Seinfeld as an association exercise</p><p>00:52:27 What Marcus is doing at MongoDB</p><p>00:58:30 How MongoDB can help at any level</p><p>01:01:00 Working at MongoDB</p><p>01:08:14 Farewells</p><p><em><br></em></p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p> </p><p>Marcus Eagan:</p><ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://marcussorealheis.medium.com</a>
</li>
<li>The Future of Search Is Semantic &amp; Lexical: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://marcussorealheis.medium.com/the-future-of-search-is-semantic-and-lexical-e55cc9973b63</a>
</li>
<li>13 Hard Things I Do To Be A Dope Product Manager: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://marcussorealheis.medium.com/13-hard-things-i-do-to-be-a-dope-database-product-manager-7064768505f8</a>
</li>
<li>Github: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://github.com/MarcusSorealheis</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://twitter.com/marcusforpeace</a>
</li>
</ul><p>MongoDB:</p><ul>
<li>Website: https://www.mongodb.com/</li>
<li>Atlas: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://www.mongodb.com/cloud/atlas/register</a>
</li>
<li>Careers: https://www.mongodb.com/careers</li>
</ul><p>Others:</p><ul>
<li>Damerau-Levenshtein distance: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance</a>
</li>
<li>Lucene: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://lucene.apache.org/core/</a>
</li>
<li>Target HVAC Incident (2014, Archive Link): <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://archive.is/Wnwob</a> </li>
</ul><p>Mergify:</p><ul><li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://mergify.com/</a>
</li></ul><p><br></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/3622208646829339077#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 26 Sep 2022 10:00:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest Marcus Eagan</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/85a74190/47e19098.mp3" length="100987380" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest Marcus Eagan</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4207</itunes:duration>
      <itunes:summary>Finding something online might seem easy - but as Marcus Eagan tells it, it’s not easy to get it right. In today’s episode, MongoDB’s Staff Product Manager on Atlas Search speaks with Jason and Patrick about his own journey in software development and how to best use search engines to capture user intent.</itunes:summary>
      <itunes:subtitle>Finding something online might seem easy - but as Marcus Eagan tells it, it’s not easy to get it right. In today’s episode, MongoDB’s Staff Product Manager on Atlas Search speaks with Jason and Patrick about his own journey in software development and how</itunes:subtitle>
      <itunes:keywords>MongoDB, Search Engines</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>142: Data Ops with Douwe Maan</title>
      <itunes:episode>142</itunes:episode>
      <podcast:episode>142</podcast:episode>
      <itunes:title>142: Data Ops with Douwe Maan</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">bcd55cd6-27ab-452b-8dfb-8d62380dad0b</guid>
      <link>https://www.programmingthrowdown.com/2022/09/142-data-ops-with-douwe-maan.html</link>
      <description>
        <![CDATA[<p>Douwe Maan’s journey sounds too fantastic to be true, yet the tale that Meltano’s founder shares with Jason and Patrick today is very, very real. Whether it’s about doing software development by 11, joining Gitlab while juggling college responsibilities, or building his own company during today’s challenging times, he has quite the story to tell. In today’s episode, he speaks on Twitter, his perspective on remote work, and why data operations are a critical part of developer stacks in today’s world.</p><p><br></p><p>00:01:00 Introductions</p><p>00:03:44 Hustling online at 11</p><p>00:08:08 From iOS to web-based development</p><p>00:10:20 How Douwe balanced school and work</p><p>00:12:05 Sid Sijbrandij</p><p>00:19:13 Why Twitter was integral in Douwe’s journey</p><p>00:21:01 What Meltano offers for data teams</p><p>00:22:01 Remote work</p><p>00:30:59 Gitlab’s data team and what they do</p><p>00:44:40 What tools do data engineers use</p><p>00:47:40 Singer</p><p>00:50:26 Game designer travails</p><p>00:58:59 Where data operations come in</p><p>01:05:12 Getting started with Meltano</p><p>01:12:00 Meltano as a company</p><p>01:22:09 Farewells</p><p><em><br></em></p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Douwe Maan:</p><ul>
<li>Website: <a href="https://www.blogger.com/#">https://douwe.me/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/#">https://twitter.com/douwem</a>
</li>
<li>GitLab: <a href="https://www.blogger.com/#">https://github.com/DouweM</a>
</li>
</ul><p><br></p><p>Meltano:</p><ul>
<li>Website: <a href="https://www.blogger.com/#">https://meltano.com/</a>
</li>
<li>Careers: <a href="https://www.blogger.com/#">https://boards.greenhouse.io/meltano<br></a><br>
</li>
</ul><p><br></p><p>Singer:</p><ul><li>Website: <a href="https://www.blogger.com/#">https://www.singer.io/</a>
</li></ul><p><br></p><p>Mergify:</p><ul><li>Website: <a href="https://www.blogger.com/#">https://mergify.com/<br></a><br>
</li></ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/#">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="https://www.blogger.com/#">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/#">Facebook</a> | <a href="https://www.blogger.com/#">Apple Podcasts</a> | <a href="https://www.blogger.com/#">Spotify</a> | <a href="https://www.blogger.com/#">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://www.blogger.com/#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Douwe Maan’s journey sounds too fantastic to be true, yet the tale that Meltano’s founder shares with Jason and Patrick today is very, very real. Whether it’s about doing software development by 11, joining Gitlab while juggling college responsibilities, or building his own company during today’s challenging times, he has quite the story to tell. In today’s episode, he speaks on Twitter, his perspective on remote work, and why data operations are a critical part of developer stacks in today’s world.</p><p><br></p><p>00:01:00 Introductions</p><p>00:03:44 Hustling online at 11</p><p>00:08:08 From iOS to web-based development</p><p>00:10:20 How Douwe balanced school and work</p><p>00:12:05 Sid Sijbrandij</p><p>00:19:13 Why Twitter was integral in Douwe’s journey</p><p>00:21:01 What Meltano offers for data teams</p><p>00:22:01 Remote work</p><p>00:30:59 Gitlab’s data team and what they do</p><p>00:44:40 What tools do data engineers use</p><p>00:47:40 Singer</p><p>00:50:26 Game designer travails</p><p>00:58:59 Where data operations come in</p><p>01:05:12 Getting started with Meltano</p><p>01:12:00 Meltano as a company</p><p>01:22:09 Farewells</p><p><em><br></em></p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Douwe Maan:</p><ul>
<li>Website: <a href="https://www.blogger.com/#">https://douwe.me/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/#">https://twitter.com/douwem</a>
</li>
<li>GitLab: <a href="https://www.blogger.com/#">https://github.com/DouweM</a>
</li>
</ul><p><br></p><p>Meltano:</p><ul>
<li>Website: <a href="https://www.blogger.com/#">https://meltano.com/</a>
</li>
<li>Careers: <a href="https://www.blogger.com/#">https://boards.greenhouse.io/meltano<br></a><br>
</li>
</ul><p><br></p><p>Singer:</p><ul><li>Website: <a href="https://www.blogger.com/#">https://www.singer.io/</a>
</li></ul><p><br></p><p>Mergify:</p><ul><li>Website: <a href="https://www.blogger.com/#">https://mergify.com/<br></a><br>
</li></ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/#">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="https://www.blogger.com/#">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/#">Facebook</a> | <a href="https://www.blogger.com/#">Apple Podcasts</a> | <a href="https://www.blogger.com/#">Spotify</a> | <a href="https://www.blogger.com/#">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://www.blogger.com/#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 12 Sep 2022 18:04:59 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Douwe Maan</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/0000d62e/d2e418fe.mp3" length="120626931" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Douwe Maan</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5025</itunes:duration>
      <itunes:summary>Douwe Maan’s journey sounds too fantastic to be true, yet the tale that Meltano’s founder shares with Jason and Patrick today is very, very real. Whether it’s about doing software development by 11, joining Gitlab while juggling college responsibilities, or building his own company during today’s challenging times, he has quite the story to tell. In today’s episode, he speaks on Twitter, his perspective on remote work, and why data operations are a critical part of developer stacks in today’s world.</itunes:summary>
      <itunes:subtitle>Douwe Maan’s journey sounds too fantastic to be true, yet the tale that Meltano’s founder shares with Jason and Patrick today is very, very real. Whether it’s about doing software development by 11, joining Gitlab while juggling college responsibilities, </itunes:subtitle>
      <itunes:keywords>Data Ops, Software Engineering</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>141: Social Gaming with Chip Morningstar</title>
      <itunes:episode>141</itunes:episode>
      <podcast:episode>141</podcast:episode>
      <itunes:title>141: Social Gaming with Chip Morningstar</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">79938358-2503-43d5-919d-4d6cd2b42bbb</guid>
      <link>https://www.programmingthrowdown.com/2022/08/141-social-gaming-with-chip-morningstar.html</link>
      <description>
        <![CDATA[<p>00:01:03 Introductions</p><p>00:04:47 Mojovision</p><p>00:06:07 Chips’ storied journey</p><p>00:11:06 Project Xanadu</p><p>00:18:45 Getting into Lucasfilm</p><p>00:31:31 Artificial Intelligence in games</p><p>00:39:48 GTA MP</p><p>01:00:10 How the game industry drives people</p><p>01:08:29 Agoric and its niche in the blockchain</p><p>01:20:12 Javascript’s securability</p><p>01:22:46 Working with Agoric</p><p>01:32:20 What skills Agoric’s team looks for</p><p>01:35:31 Chip’s parting thoughts</p><p>01:37:00 Farewells</p><p><br><strong>Resources mentioned in this episode:</strong><br>Chip Morningstar:</p><ul><li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">https://twitter.com/epopt</a>
</li></ul><p><br>Agoric:</p><ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">https://agoric.com/</a>
</li>
<li>Careers: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">https://agoric.com/careers/</a>
</li>
</ul><p><br>Habitat Chronicles:</p><ul><li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">http://habitatchronicles.com/</a>
</li></ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">https://www.programmingthrowdown.com/</a><br>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">programmingthrowdown@gmail.com</a><br>You can also follow Programming Throwdown on <br><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Player.FM </a><br>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Discord</a><br>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>00:01:03 Introductions</p><p>00:04:47 Mojovision</p><p>00:06:07 Chips’ storied journey</p><p>00:11:06 Project Xanadu</p><p>00:18:45 Getting into Lucasfilm</p><p>00:31:31 Artificial Intelligence in games</p><p>00:39:48 GTA MP</p><p>01:00:10 How the game industry drives people</p><p>01:08:29 Agoric and its niche in the blockchain</p><p>01:20:12 Javascript’s securability</p><p>01:22:46 Working with Agoric</p><p>01:32:20 What skills Agoric’s team looks for</p><p>01:35:31 Chip’s parting thoughts</p><p>01:37:00 Farewells</p><p><br><strong>Resources mentioned in this episode:</strong><br>Chip Morningstar:</p><ul><li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">https://twitter.com/epopt</a>
</li></ul><p><br>Agoric:</p><ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">https://agoric.com/</a>
</li>
<li>Careers: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">https://agoric.com/careers/</a>
</li>
</ul><p><br>Habitat Chronicles:</p><ul><li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">http://habitatchronicles.com/</a>
</li></ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">https://www.programmingthrowdown.com/</a><br>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">programmingthrowdown@gmail.com</a><br>You can also follow Programming Throwdown on <br><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Player.FM </a><br>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Discord</a><br>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2930347907733672051#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 22 Aug 2022 13:20:07 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Chip Morningstar</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/1abd116a/993dcdfb.mp3" length="141558972" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Chip Morningstar</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5897</itunes:duration>
      <itunes:summary>Chip Morningstar, Software Engineer at Agoric, has had quite a career in the software industry – from designing spaceships, to joining Lucasfilm’s entertainment brands, to the emerging cryptocurrency industry. In this episode, he talks with Patrick and Jason about these and more: security in today’s online world, AI’s nascent role in gaming, and how expectations in game releases have changed with the times. </itunes:summary>
      <itunes:subtitle>Chip Morningstar, Software Engineer at Agoric, has had quite a career in the software industry – from designing spaceships, to joining Lucasfilm’s entertainment brands, to the emerging cryptocurrency industry. In this episode, he talks with Patrick and Ja</itunes:subtitle>
      <itunes:keywords>Social Gaming, Lucasfilm, Cryptocurrency</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>140: Developer Burnout and Infrastructure as Code with Ronak Rahman</title>
      <itunes:episode>140</itunes:episode>
      <podcast:episode>140</podcast:episode>
      <itunes:title>140: Developer Burnout and Infrastructure as Code with Ronak Rahman</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ee45f580-2fcf-4fac-95f2-33af0d5db5b9</guid>
      <link>https://www.programmingthrowdown.com/2022/08/140-developer-burnout-and.html</link>
      <description>
        <![CDATA[<p><br>00:00:57 Introductions</p><p>00:01:51 How Ronak got started in programming</p><p>00:06:03 The first encounter with burnout</p><p>00:11:49 Double-edged benefits</p><p>00:17:23 Spoon theory</p><p>00:19:07 Why relationship clarity matters</p><p>00:25:11 A cold room story</p><p>00:30:59 Context switching’s relevance</p><p>00:35:45 QTorque’s solution to monitor cloud automation costs</p><p>00:39:19 Setting up lifetimes</p><p>00:42:17 Bom lists</p><p>00:49:19 How Quali helps with the challenges</p><p>00:54:40 What to do to actualize your true self</p><p>00:58:00 Farewells</p><p><br>Resources mentioned in this episode:</p><p> </p><p>Ronak Rahman:</p><p>    Twitter: https://twitter.com/ofronak</p><p> </p><p>Quali:</p><p>          Website: https://www.quali.com/<br>          Linkedin: https://www.linkedin.com/company/qualisystems/<br>          QTorque Free Tier: https://www.qtorque.io/pricing/<br>          Join QTorque: https://portal.qtorque.io/join</p><p><br>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: https://www.programmingthrowdown.com/</p><p> </p><p>Reach out to us via email: programmingthrowdown@gmail.com</p><p> </p><p>You can also follow Programming Throwdown on </p><p>Facebook | Apple Podcasts | Spotify | Player.FM </p><p> </p><p>Join the discussion on our Discord</p><p>Help support Programming Throwdown through our Patreon</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><br>00:00:57 Introductions</p><p>00:01:51 How Ronak got started in programming</p><p>00:06:03 The first encounter with burnout</p><p>00:11:49 Double-edged benefits</p><p>00:17:23 Spoon theory</p><p>00:19:07 Why relationship clarity matters</p><p>00:25:11 A cold room story</p><p>00:30:59 Context switching’s relevance</p><p>00:35:45 QTorque’s solution to monitor cloud automation costs</p><p>00:39:19 Setting up lifetimes</p><p>00:42:17 Bom lists</p><p>00:49:19 How Quali helps with the challenges</p><p>00:54:40 What to do to actualize your true self</p><p>00:58:00 Farewells</p><p><br>Resources mentioned in this episode:</p><p> </p><p>Ronak Rahman:</p><p>    Twitter: https://twitter.com/ofronak</p><p> </p><p>Quali:</p><p>          Website: https://www.quali.com/<br>          Linkedin: https://www.linkedin.com/company/qualisystems/<br>          QTorque Free Tier: https://www.qtorque.io/pricing/<br>          Join QTorque: https://portal.qtorque.io/join</p><p><br>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: https://www.programmingthrowdown.com/</p><p> </p><p>Reach out to us via email: programmingthrowdown@gmail.com</p><p> </p><p>You can also follow Programming Throwdown on </p><p>Facebook | Apple Podcasts | Spotify | Player.FM </p><p> </p><p>Join the discussion on our Discord</p><p>Help support Programming Throwdown through our Patreon</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 08 Aug 2022 20:13:27 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Ronak Rahman</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/de84bb2b/0be22de3.mp3" length="85659261" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Ronak Rahman</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3567</itunes:duration>
      <itunes:summary>Burnout in the tech industry is a very prominent concern among both leaders and developers alike. Ronak Rahman, Developer Relations Manager at Quali, joins Patrick and I in this episode to share his experience, and why having the right infrastructure in place can prevent work-life erosion (plus sticker shock with cloud service bills)!</itunes:summary>
      <itunes:subtitle>Burnout in the tech industry is a very prominent concern among both leaders and developers alike. Ronak Rahman, Developer Relations Manager at Quali, joins Patrick and I in this episode to share his experience, and why having the right infrastructure in p</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>139: Scientific Python with Guido Imperiale</title>
      <itunes:episode>139</itunes:episode>
      <podcast:episode>139</podcast:episode>
      <itunes:title>139: Scientific Python with Guido Imperiale</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">2a99c0ad-3279-4292-8819-4041014c52cd</guid>
      <link>https://www.programmingthrowdown.com/2022/07/139-scientific-python-with-guido.html</link>
      <description>
        <![CDATA[<p>00:00:45 Introductions</p><p>00:02:22 The sluggish Python-based system that Guido revitalized</p><p>00:06:03 Meeting the challenge of adding necessary complexity to a project</p><p>00:11:59 Excel in banking</p><p>00:18:15 Guido’s shift into Coil</p><p>00:19:29 Scooby-Doo pajamas</p><p>00:20:21 What motivates people to come in to the office today</p><p>00:24:09 Pandas</p><p><em>00:35:35 </em>Why human error can doom an Excel setup</p><p>00:39:29 BLAS</p><p>00:46:20 A million lines of data</p><p>00:51:43 How does Dask interact with Gambit</p><p>00:54:40 Where does Coil come in</p><p>00:59:34 The six-o-clock question</p><p>01:03:53 Dealing with matters of difficult decomposition</p><p>01:12:07 The Coil work experience</p><p>01:15:37 Why contributing is impressive</p><p>01:20:20 Coil’s product offering</p><p>01:21:19 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Guido Imperiale:</p><ul><li>Github: <a href="https://github.com/crusaderky">https://github.com/crusaderky</a>
</li></ul><p><br></p><p>Coiled:</p><ul>
<li>Website: <a href="https://coiled.io/">https://coiled.io</a>
</li>
<li>Careers: <a href="https://coiled.io/careers/">https://coiled.io/careers/<p></p></a><br>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>00:00:45 Introductions</p><p>00:02:22 The sluggish Python-based system that Guido revitalized</p><p>00:06:03 Meeting the challenge of adding necessary complexity to a project</p><p>00:11:59 Excel in banking</p><p>00:18:15 Guido’s shift into Coil</p><p>00:19:29 Scooby-Doo pajamas</p><p>00:20:21 What motivates people to come in to the office today</p><p>00:24:09 Pandas</p><p><em>00:35:35 </em>Why human error can doom an Excel setup</p><p>00:39:29 BLAS</p><p>00:46:20 A million lines of data</p><p>00:51:43 How does Dask interact with Gambit</p><p>00:54:40 Where does Coil come in</p><p>00:59:34 The six-o-clock question</p><p>01:03:53 Dealing with matters of difficult decomposition</p><p>01:12:07 The Coil work experience</p><p>01:15:37 Why contributing is impressive</p><p>01:20:20 Coil’s product offering</p><p>01:21:19 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Guido Imperiale:</p><ul><li>Github: <a href="https://github.com/crusaderky">https://github.com/crusaderky</a>
</li></ul><p><br></p><p>Coiled:</p><ul>
<li>Website: <a href="https://coiled.io/">https://coiled.io</a>
</li>
<li>Careers: <a href="https://coiled.io/careers/">https://coiled.io/careers/<p></p></a><br>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 25 Jul 2022 07:26:33 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Guido Imperiale</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/7910937e/288b2653.mp3" length="120454517" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Guido Imperiale</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5017</itunes:duration>
      <itunes:summary>Coming off the heels of the scientific python conference, we are delighted to have Guido Imperiale, OSS Engineer at Coiled, to talk with us about this exciting space, including his own work on Dask, remote work benefits, and how distributed computing with the latest Python tools has allowed him to manage large data science projects with ease. </itunes:summary>
      <itunes:subtitle>Coming off the heels of the scientific python conference, we are delighted to have Guido Imperiale, OSS Engineer at Coiled, to talk with us about this exciting space, including his own work on Dask, remote work benefits, and how distributed computing with</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>138: Fixing the Internet with John Day</title>
      <itunes:episode>138</itunes:episode>
      <podcast:episode>138</podcast:episode>
      <itunes:title>138: Fixing the Internet with John Day</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">92d796ba-ac95-4a95-aebe-4b5e84b2a432</guid>
      <link>https://www.programmingthrowdown.com/2022/07/138-fixing-internet-with-john-day.html</link>
      <description>
        <![CDATA[<p>00:00:24 Introductions</p><p>00:00:49 IP v6</p><p>00:04:50 OSI</p><p>00:12:53 The IP v7 debate</p><p>00:20:18 The definition of an address’s scope</p><p>00:21:38 Why John feels DNS was a mistake</p><p>00:26:40 How IP mobility works</p><p>00:32:13 Bluetooth </p><p>00:41:41 Where will Internet architecture go from here</p><p>00:49:49 Understanding the problem space</p><p>00:59:04 The angels in the details</p><p>01:00:53 Scientific thinking vs engineering thinking</p><p>01:04:01 Victorian architecture</p><p>01:06:11 John’s career advice</p><p>01:11:18 Garbage Can Model</p><p>01:14:38 How to make the most out of college today</p><p>01:27:05 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p> </p><p>Professor John D. Day:</p><ul>
<li>Wikipedia: https://en.wikipedia.org/wiki/John_Day_(computer_scientist)</li>
<li>Website: https://www.bu.edu/met/profile/john-day/</li>
<li>Book: <a href="https://www.oreilly.com/library/view/patterns-in-network/9780132252423/">https://www.oreilly.com/library/view/patterns-in-network/9780132252423/</a>
</li>
</ul><p><br>Terminologies:</p><ul>
<li>CIDR: <a href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing</a>
</li>
<li>OSI: <a href="https://en.wikipedia.org/wiki/OSI_model">https://en.wikipedia.org/wiki/OSI_model</a>
</li>
<li>Connectionless Network Protocol: <a href="https://en.wikipedia.org/wiki/Connectionless-mode_Network_Service">https://en.wikipedia.org/wiki/Connectionless-mode_Network_Service</a>
</li>
<li>SIP (Session Initiation Protocol): <a href="https://en.wikipedia.org/wiki/Session_Initiation_Protocol">https://en.wikipedia.org/wiki/Session_Initiation_Protocol</a>
</li>
<li>Garbage can model: https://en.wikipedia.org/wiki/Garbage_can_model</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>00:00:24 Introductions</p><p>00:00:49 IP v6</p><p>00:04:50 OSI</p><p>00:12:53 The IP v7 debate</p><p>00:20:18 The definition of an address’s scope</p><p>00:21:38 Why John feels DNS was a mistake</p><p>00:26:40 How IP mobility works</p><p>00:32:13 Bluetooth </p><p>00:41:41 Where will Internet architecture go from here</p><p>00:49:49 Understanding the problem space</p><p>00:59:04 The angels in the details</p><p>01:00:53 Scientific thinking vs engineering thinking</p><p>01:04:01 Victorian architecture</p><p>01:06:11 John’s career advice</p><p>01:11:18 Garbage Can Model</p><p>01:14:38 How to make the most out of college today</p><p>01:27:05 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p> </p><p>Professor John D. Day:</p><ul>
<li>Wikipedia: https://en.wikipedia.org/wiki/John_Day_(computer_scientist)</li>
<li>Website: https://www.bu.edu/met/profile/john-day/</li>
<li>Book: <a href="https://www.oreilly.com/library/view/patterns-in-network/9780132252423/">https://www.oreilly.com/library/view/patterns-in-network/9780132252423/</a>
</li>
</ul><p><br>Terminologies:</p><ul>
<li>CIDR: <a href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing</a>
</li>
<li>OSI: <a href="https://en.wikipedia.org/wiki/OSI_model">https://en.wikipedia.org/wiki/OSI_model</a>
</li>
<li>Connectionless Network Protocol: <a href="https://en.wikipedia.org/wiki/Connectionless-mode_Network_Service">https://en.wikipedia.org/wiki/Connectionless-mode_Network_Service</a>
</li>
<li>SIP (Session Initiation Protocol): <a href="https://en.wikipedia.org/wiki/Session_Initiation_Protocol">https://en.wikipedia.org/wiki/Session_Initiation_Protocol</a>
</li>
<li>Garbage can model: https://en.wikipedia.org/wiki/Garbage_can_model</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 11 Jul 2022 22:28:17 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest John Day</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/2cb17d24/06257020.mp3" length="126932612" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest John Day</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5287</itunes:duration>
      <itunes:summary>In the second part of a two-episode special, Professor John Day continues to share his stories from the early days of the internet. From the debate surrounding IPv6, different methodology around network design, and John’s own career advice, there’s tons of wisdom and practical experience to be gained here!</itunes:summary>
      <itunes:subtitle>In the second part of a two-episode special, Professor John Day continues to share his stories from the early days of the internet. From the debate surrounding IPv6, different methodology around network design, and John’s own career advice, there’s tons o</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>137: The Origins of the Internet with John Day</title>
      <itunes:episode>137</itunes:episode>
      <podcast:episode>137</podcast:episode>
      <itunes:title>137: The Origins of the Internet with John Day</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">7d7f7d9c-ab5b-4f58-bff6-6e7dca718a85</guid>
      <link>https://www.programmingthrowdown.com/2022/06/137-origins-of-internet-with-john-day.html</link>
      <description>
        <![CDATA[<p>00:01:01 Introduction</p><p>00:01:28 COVID and the challenge of teaching</p><p>00:04:11 John’s academic and career path</p><p>00:08:14 LSI technology</p><p>00:12:13 Collaborative software development in the day</p><p>00:15:24 ARPANET’s early use</p><p>00:20:08 Atom bomb and weather simulations</p><p>00:26:55 The message-switching network </p><p>00:34:57 Pouzin</p><p>00:38:00 Every register had a purpose</p><p>00:45:15 The Air Force in 1972</p><p>00:52:10 Low memory</p><p>00:59:14 Early problems with TCP</p><p>01:11:51 The separation of mechanism and policy</p><p>01:23:25 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p>Professor John D. Day:</p><ul>
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/John_Day_(computer_scientist)">https://en.wikipedia.org/wiki/John_Day_(computer_scientist)</a>
</li>
<li>Website: <a href="https://www.bu.edu/met/profile/john-day/">https://www.bu.edu/met/profile/john-day/</a>
</li>
<li>Book: <a href="https://www.oreilly.com/library/view/patterns-in-network/9780132252423/">https://www.oreilly.com/library/view/patterns-in-network/9780132252423/</a>
</li>
</ul><p> Pouzin Society:</p><ul>
<li> Website: <a href="https://pouzinsociety.org/">https://pouzinsociety.org/</a>
</li>
<li> Twitter: <a href="https://twitter.com/pouzinsociety">https://twitter.com/pouzinsociety</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>00:01:01 Introduction</p><p>00:01:28 COVID and the challenge of teaching</p><p>00:04:11 John’s academic and career path</p><p>00:08:14 LSI technology</p><p>00:12:13 Collaborative software development in the day</p><p>00:15:24 ARPANET’s early use</p><p>00:20:08 Atom bomb and weather simulations</p><p>00:26:55 The message-switching network </p><p>00:34:57 Pouzin</p><p>00:38:00 Every register had a purpose</p><p>00:45:15 The Air Force in 1972</p><p>00:52:10 Low memory</p><p>00:59:14 Early problems with TCP</p><p>01:11:51 The separation of mechanism and policy</p><p>01:23:25 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p>Professor John D. Day:</p><ul>
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/John_Day_(computer_scientist)">https://en.wikipedia.org/wiki/John_Day_(computer_scientist)</a>
</li>
<li>Website: <a href="https://www.bu.edu/met/profile/john-day/">https://www.bu.edu/met/profile/john-day/</a>
</li>
<li>Book: <a href="https://www.oreilly.com/library/view/patterns-in-network/9780132252423/">https://www.oreilly.com/library/view/patterns-in-network/9780132252423/</a>
</li>
</ul><p> Pouzin Society:</p><ul>
<li> Website: <a href="https://pouzinsociety.org/">https://pouzinsociety.org/</a>
</li>
<li> Twitter: <a href="https://twitter.com/pouzinsociety">https://twitter.com/pouzinsociety</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 27 Jun 2022 10:53:01 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest John Day</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/4496ff82/0d178dc6.mp3" length="122338133" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest John Day</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5096</itunes:duration>
      <itunes:summary>Computing has certainly come a long way from punch cards and literal system bugs – yet there is so much more to learn. Professor John Day shares his stories from the heyday of the computer revolution, the challenges that they faced, and what he’s been up to lately, among others. This first part of a two-episode special is a rare treat with a pioneer, and one that people in the tech industry shouldn’t miss.</itunes:summary>
      <itunes:subtitle>Computing has certainly come a long way from punch cards and literal system bugs – yet there is so much more to learn. Professor John Day shares his stories from the heyday of the computer revolution, the challenges that they faced, and what he’s been up </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>136: Metaverse with Daniel Liebeskind</title>
      <itunes:episode>136</itunes:episode>
      <podcast:episode>136</podcast:episode>
      <itunes:title>136: Metaverse with Daniel Liebeskind</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ce11d87b-4b16-41bd-9204-a2543849dd05</guid>
      <link>https://www.programmingthrowdown.com/2022/06/136-metaverse-with-daniel-liebeskind.html</link>
      <description>
        <![CDATA[<p><strong>136: Metaverse with Daniel Liebeskind</strong></p><p>Decentralizing the future can often lead to missing out on genuine human communication. Daniel Liebeskind, Cofounder and CEO of Topia, talks about how they’re working to avoid that pitfall while building the foundation of a better online experience. Whether its his lessons from Burning Man, keeping the human spirit alive in today’s technological frontier, or how Topia fits in the future, Daniel has something for listeners.</p><p>00:01:34 Introduction</p><p>00:02:15 Daniel and early programming experience</p><p>00:07:51 How coding felt like sorcery</p><p>00:09:35 Skill trees</p><p>00:16:10 Second Life</p><p>00:19:56 Enhancing versus replacing real life experiences</p><p>00:26:28 A decentralized Metaverse</p><p>00:29:54 Web 2 versus Web 3 </p><p>00:34:15 /r/place</p><p>00:44:16 Why boom cycles are important for tech</p><p>00:46:03 Topia for consumers</p><p>00:52:47 Topia as a company</p><p>00:55:50 Opportunities at Topia</p><p>00:58:00 Topia.io</p><p>01:03:50 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p>Daniel Liebeskind, Cofounder and CEO of Topia:</p><ul>
<li>LinkedIn: <a href="https://www.linkedin.com/in/dliebeskind/">https://www.linkedin.com/in/dliebeskind/</a>
</li>
<li>Website: <a href="https://medium.com/@dliebeskind">https://medium.com/@dliebeskind</a>
</li>
<li>Twitter: <a href="https://twitter.com/dliebeskind">https://twitter.com/dliebeskind</a>
</li>
</ul><p>Topia:</p><ul>
<li>Website: <a href="https://topia.io/topia/careers">https://topia.io/topia/careers</a>
</li>
<li>LinkedIn:  <a href="https://www.linkedin.com/company/topia-io/">https://www.linkedin.com/company/topia-io/</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM</a> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>136: Metaverse with Daniel Liebeskind</strong></p><p>Decentralizing the future can often lead to missing out on genuine human communication. Daniel Liebeskind, Cofounder and CEO of Topia, talks about how they’re working to avoid that pitfall while building the foundation of a better online experience. Whether its his lessons from Burning Man, keeping the human spirit alive in today’s technological frontier, or how Topia fits in the future, Daniel has something for listeners.</p><p>00:01:34 Introduction</p><p>00:02:15 Daniel and early programming experience</p><p>00:07:51 How coding felt like sorcery</p><p>00:09:35 Skill trees</p><p>00:16:10 Second Life</p><p>00:19:56 Enhancing versus replacing real life experiences</p><p>00:26:28 A decentralized Metaverse</p><p>00:29:54 Web 2 versus Web 3 </p><p>00:34:15 /r/place</p><p>00:44:16 Why boom cycles are important for tech</p><p>00:46:03 Topia for consumers</p><p>00:52:47 Topia as a company</p><p>00:55:50 Opportunities at Topia</p><p>00:58:00 Topia.io</p><p>01:03:50 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p>Daniel Liebeskind, Cofounder and CEO of Topia:</p><ul>
<li>LinkedIn: <a href="https://www.linkedin.com/in/dliebeskind/">https://www.linkedin.com/in/dliebeskind/</a>
</li>
<li>Website: <a href="https://medium.com/@dliebeskind">https://medium.com/@dliebeskind</a>
</li>
<li>Twitter: <a href="https://twitter.com/dliebeskind">https://twitter.com/dliebeskind</a>
</li>
</ul><p>Topia:</p><ul>
<li>Website: <a href="https://topia.io/topia/careers">https://topia.io/topia/careers</a>
</li>
<li>LinkedIn:  <a href="https://www.linkedin.com/company/topia-io/">https://www.linkedin.com/company/topia-io/</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM</a> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 13 Jun 2022 19:49:31 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest Daniel Liebeskind</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/6d7da19f/18476027.mp3" length="93419814" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest Daniel Liebeskind</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3891</itunes:duration>
      <itunes:summary>Decentralizing the future can often lead to missing out on genuine human communication. Daniel Liebeskind, Cofounder and CEO of Topia, talks about how they’re working to avoid that pitfall while building the foundation of a better online experience. Whether its his lessons from Burning Man, keeping the human spirit alive in today’s technological frontier, or how Topia fits in the future, Daniel has something for listeners.</itunes:summary>
      <itunes:subtitle>Decentralizing the future can often lead to missing out on genuine human communication. Daniel Liebeskind, Cofounder and CEO of Topia, talks about how they’re working to avoid that pitfall while building the foundation of a better online experience. Wheth</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>135: Kubernetes with Aran Khanna</title>
      <itunes:episode>135</itunes:episode>
      <podcast:episode>135</podcast:episode>
      <itunes:title>135: Kubernetes with Aran Khanna</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">7e467049-cc1f-4ed0-b160-8d52fc671954</guid>
      <link>https://www.programmingthrowdown.com/2022/06/135-kubernetes-with-aran-khanna.html</link>
      <description>
        <![CDATA[<p>00:00:15 Introduction</p><p>00:01:03 Aran Khanna and his background</p><p>00:05:12 The Marauder’s Map that Facebook hated(Chrome Extension)</p><p>00:20:11 Why Google made Kubernetes</p><p>00:31:14 Horizontal and Vertical Auto-Scaling</p><p>00:35:54 Zencastr</p><p>00:39:53 How machines talk to each other</p><p>00:46:32 Sidecars</p><p>00:48:25 Resources to learn Kubernetes</p><p>00:52:59 Archera</p><p>00:59:31 Opportunities at Archera</p><p>01:01:08 Archera for End Users</p><p>01:02:30 Archera as a Company</p><p>01:05:46 Farewells</p><p> </p><p> </p><p> </p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><strong><br></strong><br></p><p>Aran Khanna, Cofounder of Archera:</p><ul>
<li>LinkedIn: <a href="https://www.linkedin.com/in/aran-khanna/">https://www.linkedin.com/in/aran-khanna/</a>
</li>
<li>Website: <a href="http://arankhanna.com/menu.html">http://arankhanna.com/menu.html</a>
</li>
<li>Twitter: <a href="https://twitter.com/arankhanna">https://twitter.com/arankhanna</a>
</li>
</ul><p>Archera:</p><ul>
<li>Website: <a href="https://archera.ai/">https://archera.ai/</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/archera-ai/">https://www.linkedin.com/company/archera-ai/</a>
</li>
<li>Twitter: <a href="https://twitter.com/archeraai">https://twitter.com/archeraai</a>
</li>
</ul><p>Kubernetes:</p><ul>
<li>Website: <a href="https://kubernetes.io/">https://kubernetes.io/</a>
</li>
<li>Documentary: <a href="https://www.youtube.com/watch?v=BE77h7dmoQU">https://www.youtube.com/watch?v=BE77h7dmoQU</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p><p><br></p><p> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>00:00:15 Introduction</p><p>00:01:03 Aran Khanna and his background</p><p>00:05:12 The Marauder’s Map that Facebook hated(Chrome Extension)</p><p>00:20:11 Why Google made Kubernetes</p><p>00:31:14 Horizontal and Vertical Auto-Scaling</p><p>00:35:54 Zencastr</p><p>00:39:53 How machines talk to each other</p><p>00:46:32 Sidecars</p><p>00:48:25 Resources to learn Kubernetes</p><p>00:52:59 Archera</p><p>00:59:31 Opportunities at Archera</p><p>01:01:08 Archera for End Users</p><p>01:02:30 Archera as a Company</p><p>01:05:46 Farewells</p><p> </p><p> </p><p> </p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><strong><br></strong><br></p><p>Aran Khanna, Cofounder of Archera:</p><ul>
<li>LinkedIn: <a href="https://www.linkedin.com/in/aran-khanna/">https://www.linkedin.com/in/aran-khanna/</a>
</li>
<li>Website: <a href="http://arankhanna.com/menu.html">http://arankhanna.com/menu.html</a>
</li>
<li>Twitter: <a href="https://twitter.com/arankhanna">https://twitter.com/arankhanna</a>
</li>
</ul><p>Archera:</p><ul>
<li>Website: <a href="https://archera.ai/">https://archera.ai/</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/archera-ai/">https://www.linkedin.com/company/archera-ai/</a>
</li>
<li>Twitter: <a href="https://twitter.com/archeraai">https://twitter.com/archeraai</a>
</li>
</ul><p>Kubernetes:</p><ul>
<li>Website: <a href="https://kubernetes.io/">https://kubernetes.io/</a>
</li>
<li>Documentary: <a href="https://www.youtube.com/watch?v=BE77h7dmoQU">https://www.youtube.com/watch?v=BE77h7dmoQU</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p><p><br></p><p> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 06 Jun 2022 17:01:05 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest Aran Khanna</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/aa6c9746/57f10225.mp3" length="129293342" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest Aran Khanna</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4039</itunes:duration>
      <itunes:summary>Not sure how to take the website or service you built on your machine and put it in the cloud?  Kubernetes is by far the most popular system for deploying applications, but it is also pretty intimidating for new developers.  In this episode, we are joined by Aran Khanna from Archera to explain how Kubernetes works and how you can go from n00b to expert in Kubernetes in less time than it takes to say "works on my machine"!</itunes:summary>
      <itunes:subtitle>Not sure how to take the website or service you built on your machine and put it in the cloud?  Kubernetes is by far the most popular system for deploying applications, but it is also pretty intimidating for new developers.  In this episode, we are joined</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>134: Ephemeral Environments with Benjie De Groot</title>
      <itunes:episode>134</itunes:episode>
      <podcast:episode>134</podcast:episode>
      <itunes:title>134: Ephemeral Environments with Benjie De Groot</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">2ab4c6e8-29cf-49ba-8c1d-39d8fbc16110</guid>
      <link>https://www.programmingthrowdown.com/2022/05/134-ephemeral-environments-with-benjie.html</link>
      <description>
        <![CDATA[<p><strong>134: Ephemeral Environments with Benjie De Groot</strong></p><p><strong>Download</strong></p><p>How do you test changes to your web backend or database?  Many people have a "production" and one "development" database, but the development database can easily become broken by one engineer and thus unusable for the rest of the team.  Also, how would two engineers make changes in parallel to the development environment?  What if you could spin up hundreds or thousands of development databases as you need them? Today we have Benjie De Groot, Co-Founder and CEO of Shipyard to explain ephemeral environments and how virtual machines and containers have made massive improvements in devops!</p><p> </p><p>00:00:15 Introduction</p><p>00:00:24 Introducing Benjie De Groot</p><p>00:01:26 Benjie’s Programming Background</p><p>00:06:34 How Shipyard started</p><p>00:09:17 Working in Startups vs. Tech Giants</p><p>00:19:28 The difference between Virtual Machines and Containers</p><p>00:26:17 Local Development Environment</p><p>00:40:27 What is a DevOps engineer and what does it entail?</p><p>00:45:42 Zencastr</p><p>00:50:12 Shipyard as a company</p><p>00:55:29 How Shipyard gets clients</p><p>01:06:48 Farewells</p><p><strong> </strong></p><p><strong> </strong></p><p><strong> </strong></p><p><strong> </strong></p><p><strong> </strong></p><p><strong>Resources mentioned in this episode:</strong></p><p> </p><p>Benjie De Groot, Co-Founder &amp; CEO at Shipyard:</p><ul>
<li>LinkedIn: <a href="https://www.linkedin.com/in/bueller/">https://www.linkedin.com/in/bueller/</a>
</li>
<li>Podcast: <a href="https://www.heavybit.com/library/podcasts/the-kubelist-podcast/">https://www.heavybit.com/library/podcasts/the-kubelist-podcast/</a>
</li>
</ul><p><br></p><p>Shipyard:</p><ul>
<li>Website: <a href="https://shipyard.build/">https://shipyard.build/</a>
</li>
<li>Careers: <a href="https://shipyard.build/careers/">https://shipyard.build/careers/</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/shipyardbuild/">https://www.linkedin.com/company/shipyardbuild/</a>
</li>
<li>Twitter: <a href="https://twitter.com/shipyardbuild">https://twitter.com/shipyardbuild</a>
</li>
<li>Community Website: <a href="https://ephemeralenvironments.io/">https://ephemeralenvironments.io/</a>
</li>
<li>GitHub: <a href="https://github.com/shipyard">https://github.com/shipyard</a>
</li>
</ul><p><br></p><p>Heavybit:</p><ul>
<li>Website: <a href="https://www.heavybit.com/">https://www.heavybit.com/</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/heavybit/">https://www.linkedin.com/company/heavybit/</a>
</li>
<li>Twitter: <a href="https://twitter.com/heavybit?s=20&amp;t=OBLX4Og4JjFxa2WveTYfTw">https://twitter.com/heavybit</a>
</li>
</ul><p>               </p><p> </p><p> </p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>134: Ephemeral Environments with Benjie De Groot</strong></p><p><strong>Download</strong></p><p>How do you test changes to your web backend or database?  Many people have a "production" and one "development" database, but the development database can easily become broken by one engineer and thus unusable for the rest of the team.  Also, how would two engineers make changes in parallel to the development environment?  What if you could spin up hundreds or thousands of development databases as you need them? Today we have Benjie De Groot, Co-Founder and CEO of Shipyard to explain ephemeral environments and how virtual machines and containers have made massive improvements in devops!</p><p> </p><p>00:00:15 Introduction</p><p>00:00:24 Introducing Benjie De Groot</p><p>00:01:26 Benjie’s Programming Background</p><p>00:06:34 How Shipyard started</p><p>00:09:17 Working in Startups vs. Tech Giants</p><p>00:19:28 The difference between Virtual Machines and Containers</p><p>00:26:17 Local Development Environment</p><p>00:40:27 What is a DevOps engineer and what does it entail?</p><p>00:45:42 Zencastr</p><p>00:50:12 Shipyard as a company</p><p>00:55:29 How Shipyard gets clients</p><p>01:06:48 Farewells</p><p><strong> </strong></p><p><strong> </strong></p><p><strong> </strong></p><p><strong> </strong></p><p><strong> </strong></p><p><strong>Resources mentioned in this episode:</strong></p><p> </p><p>Benjie De Groot, Co-Founder &amp; CEO at Shipyard:</p><ul>
<li>LinkedIn: <a href="https://www.linkedin.com/in/bueller/">https://www.linkedin.com/in/bueller/</a>
</li>
<li>Podcast: <a href="https://www.heavybit.com/library/podcasts/the-kubelist-podcast/">https://www.heavybit.com/library/podcasts/the-kubelist-podcast/</a>
</li>
</ul><p><br></p><p>Shipyard:</p><ul>
<li>Website: <a href="https://shipyard.build/">https://shipyard.build/</a>
</li>
<li>Careers: <a href="https://shipyard.build/careers/">https://shipyard.build/careers/</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/shipyardbuild/">https://www.linkedin.com/company/shipyardbuild/</a>
</li>
<li>Twitter: <a href="https://twitter.com/shipyardbuild">https://twitter.com/shipyardbuild</a>
</li>
<li>Community Website: <a href="https://ephemeralenvironments.io/">https://ephemeralenvironments.io/</a>
</li>
<li>GitHub: <a href="https://github.com/shipyard">https://github.com/shipyard</a>
</li>
</ul><p><br></p><p>Heavybit:</p><ul>
<li>Website: <a href="https://www.heavybit.com/">https://www.heavybit.com/</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/heavybit/">https://www.linkedin.com/company/heavybit/</a>
</li>
<li>Twitter: <a href="https://twitter.com/heavybit?s=20&amp;t=OBLX4Og4JjFxa2WveTYfTw">https://twitter.com/heavybit</a>
</li>
</ul><p>               </p><p> </p><p> </p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 23 May 2022 22:08:55 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest Benjie De Groot</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/5b6b148c/9c0dc802.mp3" length="130398788" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest Benjie De Groot</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4074</itunes:duration>
      <itunes:summary>How do you test changes to your web backend or database?  Many people have a "production" and one "development" database, but the development database can easily become broken by one engineer and thus unusable for the rest of the team.  Also, how would two engineers make changes in parallel to the development environment?  What if you could spin up hundreds or thousands of development databases as you need them? Today we have Benjie De Groot, Co-Founder and CEO of Shipyard to explain ephemeral environments and how virtual machines and containers have made massive improvements in devops!</itunes:summary>
      <itunes:subtitle>How do you test changes to your web backend or database?  Many people have a "production" and one "development" database, but the development database can easily become broken by one engineer and thus unusable for the rest of the team.  Also, how would tw</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>133: Solving for the Marketplace Problem with Andrew Yates</title>
      <itunes:episode>133</itunes:episode>
      <podcast:episode>133</podcast:episode>
      <itunes:title>133: Solving for the Marketplace Problem with Andrew Yates</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">11399e1f-dfb0-432d-be80-2d1c5979ee45</guid>
      <link>https://www.programmingthrowdown.com/2022/05/133-solving-for-marketplace-problem.html</link>
      <description>
        <![CDATA[<p>As anyone who listens to the show regularly knows, I've always been fascinated by marketplaces.  How do we figure out what to charge for something, and how do we match buyers and sellers?  How does a company like Uber match drivers to riders so quickly?  Today we have Andrew Yates, Co-Founder &amp; CEO at Promoted.ai, to talk about marketplaces and how to optimize for this two-sided problem.</p><p> </p><p>00:00:15 Introduction</p><p>00:00:27 Introducing Andrew Yates</p><p>00:00:50 Andrew’s Programming Background</p><p>00:04:19 Andrew at Promoted.AI</p><p>00:08:17 What is a Marketplace?</p><p>00:17:45 Marketplace Rankings</p><p>00:22:50 Short-term vs Long-term Experience</p><p>00:24:43 Machine Learning and the Marketplace</p><p>00:34:57 Measurements</p><p>00:37:09 Promoted.AI Integration</p><p>00:38:31 How Promoted.AI Measures Success</p><p>00:41:14 Auction Theory</p><p>00:46:08 Experience with YCombinator</p><p>00:50:34 Promoted.AI as a Company</p><p>00:55:47 Farewells</p><p> </p><p> </p><p><br></p><p><br></p><p> </p><p><strong>Resources mentioned in this episode:</strong></p><p> </p><p>Andrew Yates, Co-Founder &amp; CEO at Promoted.ai:</p><ul>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://www.linkedin.com/in/andrew-yates-0217a985/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://mobile.twitter.com/ayates_promoted</a>
</li>
</ul><p> </p><p>Promoted.ai:</p><ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://www.promoted.ai/</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://www.linkedin.com/company/promoted-ai/</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Patreon</a></p><p> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>As anyone who listens to the show regularly knows, I've always been fascinated by marketplaces.  How do we figure out what to charge for something, and how do we match buyers and sellers?  How does a company like Uber match drivers to riders so quickly?  Today we have Andrew Yates, Co-Founder &amp; CEO at Promoted.ai, to talk about marketplaces and how to optimize for this two-sided problem.</p><p> </p><p>00:00:15 Introduction</p><p>00:00:27 Introducing Andrew Yates</p><p>00:00:50 Andrew’s Programming Background</p><p>00:04:19 Andrew at Promoted.AI</p><p>00:08:17 What is a Marketplace?</p><p>00:17:45 Marketplace Rankings</p><p>00:22:50 Short-term vs Long-term Experience</p><p>00:24:43 Machine Learning and the Marketplace</p><p>00:34:57 Measurements</p><p>00:37:09 Promoted.AI Integration</p><p>00:38:31 How Promoted.AI Measures Success</p><p>00:41:14 Auction Theory</p><p>00:46:08 Experience with YCombinator</p><p>00:50:34 Promoted.AI as a Company</p><p>00:55:47 Farewells</p><p> </p><p> </p><p><br></p><p><br></p><p> </p><p><strong>Resources mentioned in this episode:</strong></p><p> </p><p>Andrew Yates, Co-Founder &amp; CEO at Promoted.ai:</p><ul>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://www.linkedin.com/in/andrew-yates-0217a985/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://mobile.twitter.com/ayates_promoted</a>
</li>
</ul><p> </p><p>Promoted.ai:</p><ul>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://www.promoted.ai/</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://www.linkedin.com/company/promoted-ai/</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/5412458821193585891#">Patreon</a></p><p> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 09 May 2022 09:33:30 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Andrew Yates</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/8254fcea/3f8dfca3.mp3" length="107680284" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Andrew Yates</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3364</itunes:duration>
      <itunes:summary>As anyone who listens to the show regularly knows, I've always been fascinated by marketplaces.  How do we figure out what to charge for something, and how do we match buyers and sellers?  How does a company like Uber match drivers to riders so quickly?  Today we have Andrew Yates, Co-Founder &amp;amp; CEO at Promoted.ai, to talk about marketplaces and how to optimize for this two-sided problem.</itunes:summary>
      <itunes:subtitle>As anyone who listens to the show regularly knows, I've always been fascinated by marketplaces.  How do we figure out what to charge for something, and how do we match buyers and sellers?  How does a company like Uber match drivers to riders so quickly?  </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>132: Funding Open-Source Projects</title>
      <itunes:episode>132</itunes:episode>
      <podcast:episode>132</podcast:episode>
      <itunes:title>132: Funding Open-Source Projects</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">eb47a15e-d324-47e0-8108-0f4e2150a952</guid>
      <link>https://www.programmingthrowdown.com/2022/04/132-funding-open-source-projects.html</link>
      <description>
        <![CDATA[<p>00:00:15 Introduction</p><p>00:01:24 Gaming setups</p><p>00:12:25 News</p><ul>
<li>00:12:27 I was wrong, CRDTs are the future</li>
<li>00:17:18 How we lost 54k Github stars</li>
<li>00:21:10 DALL-E</li>
<li> 00:25:45 Inside the Longest Atlassian Outage of All Time</li>
</ul><p>00:35:11: Sponsor</p><p>00:36:22 Book of the Show</p><ul>
<li>00:36:38 Indie Boardgame Designers Podcast</li>
<li>00:37:24 The Laundry Files</li>
</ul><p>00:40:35 Tool of the Show</p><ul>
<li>00:40:39 Zapier</li>
<li>00:42:21 Earthly</li>
</ul><p>00:46:46 Funding open-source projects</p><p>01:19:44 How to get funding for open-source projects</p><p>01:22:47 Farewells</p><p> </p><p> </p><p><strong>Resources mentioned in this episode:</strong></p><p>Media:</p><ul>
<li>The King of Kong: A Fistful of Quarters (2017)</li>
<li>Class Action Park (2020)</li>
<li>Indie Boardgame Designers Podcast: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://indieboardgamedesigners.com/</a>
</li>
<li>GitHub Stars Won’t Pay Your Rent: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://medium.com/@kitze/github-stars-wont-pay-your-rent-8b348e12baed</a>
</li>
</ul><p>News:</p><ul>
<li>I Was Wrong, CRDTs Are The Future: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://josephg.com/blog/crdts-are-the-future/</a>
</li>
<li>How We Lost 54k GitHub Stars: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://httpie.io/blog/stardust</a>
</li>
<li>DALL-E: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://openai.com/blog/dall-e/</a>
</li>
<li>Inside the Longest Atlassian Outage of All Time: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://newsletter.pragmaticengineer.com/p/scoop-atlassian?s=r</a>
</li>
</ul><p>Books:</p><ul>
<li>Indie Board Game Designers Podcast</li>
<li>The Laundry Files: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://amzn.to/3kdWWQg</a>
</li>
</ul><p>Tools:</p><ul>
<li>Zapier: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://zapier.com/</a>
</li>
<li>N8n: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://n8n.io/</a>
</li>
<li>Earthly: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://earthly.dev/</a>
</li>
</ul><p>Adam Gordon Bell:</p><ul>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://twitter.com/adamgordonbell</a>
</li>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://adamgordonbell.com/</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://www.linkedin.com/in/adamgordonbell/</a>
</li>
<li>CoRecursive: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://corecursive.com/</a>
</li>
</ul><p> </p><p> </p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>00:00:15 Introduction</p><p>00:01:24 Gaming setups</p><p>00:12:25 News</p><ul>
<li>00:12:27 I was wrong, CRDTs are the future</li>
<li>00:17:18 How we lost 54k Github stars</li>
<li>00:21:10 DALL-E</li>
<li> 00:25:45 Inside the Longest Atlassian Outage of All Time</li>
</ul><p>00:35:11: Sponsor</p><p>00:36:22 Book of the Show</p><ul>
<li>00:36:38 Indie Boardgame Designers Podcast</li>
<li>00:37:24 The Laundry Files</li>
</ul><p>00:40:35 Tool of the Show</p><ul>
<li>00:40:39 Zapier</li>
<li>00:42:21 Earthly</li>
</ul><p>00:46:46 Funding open-source projects</p><p>01:19:44 How to get funding for open-source projects</p><p>01:22:47 Farewells</p><p> </p><p> </p><p><strong>Resources mentioned in this episode:</strong></p><p>Media:</p><ul>
<li>The King of Kong: A Fistful of Quarters (2017)</li>
<li>Class Action Park (2020)</li>
<li>Indie Boardgame Designers Podcast: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://indieboardgamedesigners.com/</a>
</li>
<li>GitHub Stars Won’t Pay Your Rent: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://medium.com/@kitze/github-stars-wont-pay-your-rent-8b348e12baed</a>
</li>
</ul><p>News:</p><ul>
<li>I Was Wrong, CRDTs Are The Future: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://josephg.com/blog/crdts-are-the-future/</a>
</li>
<li>How We Lost 54k GitHub Stars: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://httpie.io/blog/stardust</a>
</li>
<li>DALL-E: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://openai.com/blog/dall-e/</a>
</li>
<li>Inside the Longest Atlassian Outage of All Time: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://newsletter.pragmaticengineer.com/p/scoop-atlassian?s=r</a>
</li>
</ul><p>Books:</p><ul>
<li>Indie Board Game Designers Podcast</li>
<li>The Laundry Files: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://amzn.to/3kdWWQg</a>
</li>
</ul><p>Tools:</p><ul>
<li>Zapier: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://zapier.com/</a>
</li>
<li>N8n: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://n8n.io/</a>
</li>
<li>Earthly: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://earthly.dev/</a>
</li>
</ul><p>Adam Gordon Bell:</p><ul>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://twitter.com/adamgordonbell</a>
</li>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://adamgordonbell.com/</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://www.linkedin.com/in/adamgordonbell/</a>
</li>
<li>CoRecursive: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://corecursive.com/</a>
</li>
</ul><p> </p><p> </p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2459884379980689235#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 25 Apr 2022 18:00:41 -0500</pubDate>
      <author>Adam Gordon Bell and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/5b67042e/eb14abc5.mp3" length="162901352" type="audio/mpeg"/>
      <itunes:author>Adam Gordon Bell and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5090</itunes:duration>
      <itunes:summary>Hey everyone!  Today we have a guest co-host for a special duo episode!  We are joined by Adam from the CoRecursive Podcast to talk about how open-source projects can survive (and even thrive) financially.</itunes:summary>
      <itunes:subtitle>Hey everyone!  Today we have a guest co-host for a special duo episode!  We are joined by Adam from the CoRecursive Podcast to talk about how open-source projects can survive (and even thrive) financially.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>131: Supporting your Favorite Creators with Brave with Jimmy Secretan</title>
      <itunes:episode>131</itunes:episode>
      <podcast:episode>131</podcast:episode>
      <itunes:title>131: Supporting your Favorite Creators with Brave with Jimmy Secretan</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">c05b144e-e2eb-40b9-a7b0-f1eecdb39340</guid>
      <link>https://www.programmingthrowdown.com/2022/04/131-supporting-your-favorite-creators.html</link>
      <description>
        <![CDATA[<p>I've been a big fan of Brave Browser ever since attending a presentation from Brandon Eich back in 2017.  Brave was one of the first browsers to aggressively block the ability for websites to share information on your computer without your consent (i.e. third party cookies).  I'm so excited to sit down with Jimmy Secretan, VP of Ads and Premium Services of Brave, and talk about all things Brave, from the Browser to the other products to the way Brave takes privacy on the internet to a whole new level, while also empowering content creators and advertisers who depend on ads for income and to promote their businesses.</p><p><br></p><p>00:00:15 Introduction</p><p>00:00:44 Introducing Jimmy Secretan</p><p>00:01:10 How Brave started</p><p>00:09:33 Brave and internet advertising</p><p>00:21:13 Local machine learning</p><p>00:32:07 What is BAT (Brave Attention Tokens) </p><p>00:42:59 Cross-platform data synchronization </p><p>00:44:28 Chromium</p><p>00:50:22 Public and Private key encryption and authentication</p><p>00:54:27 Brave for Content Creators</p><p>00:59:03 Where is Brave now and what is its trajectory</p><p>01:05:40 Opportunities in Brave</p><p>01:13:10 Farewells</p><p><br></p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p>Jimmy Secretan, VP of Ads and Premium Services:</p><ul>
<li>Twitter: <a href="https://twitter.com/jsecretan">https://twitter.com/jsecretan</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/jimmysecretan/">https://www.linkedin.com/in/jimmysecretan/</a>
</li>
</ul><p> </p><p>Brave:</p><ul>
<li>Website: <a href="https://brave.com/">https://brave.com/</a>
</li>
<li>Brave Careers: <a href="https://brave.com/careers/">https://brave.com/careers/</a>
</li>
<li>Twitter: <a href="https://twitter.com/brave">https://twitter.com/brave</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/brave-software/">https://www.linkedin.com/company/brave-software/</a>
</li>
</ul><p><br></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>I've been a big fan of Brave Browser ever since attending a presentation from Brandon Eich back in 2017.  Brave was one of the first browsers to aggressively block the ability for websites to share information on your computer without your consent (i.e. third party cookies).  I'm so excited to sit down with Jimmy Secretan, VP of Ads and Premium Services of Brave, and talk about all things Brave, from the Browser to the other products to the way Brave takes privacy on the internet to a whole new level, while also empowering content creators and advertisers who depend on ads for income and to promote their businesses.</p><p><br></p><p>00:00:15 Introduction</p><p>00:00:44 Introducing Jimmy Secretan</p><p>00:01:10 How Brave started</p><p>00:09:33 Brave and internet advertising</p><p>00:21:13 Local machine learning</p><p>00:32:07 What is BAT (Brave Attention Tokens) </p><p>00:42:59 Cross-platform data synchronization </p><p>00:44:28 Chromium</p><p>00:50:22 Public and Private key encryption and authentication</p><p>00:54:27 Brave for Content Creators</p><p>00:59:03 Where is Brave now and what is its trajectory</p><p>01:05:40 Opportunities in Brave</p><p>01:13:10 Farewells</p><p><br></p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p>Jimmy Secretan, VP of Ads and Premium Services:</p><ul>
<li>Twitter: <a href="https://twitter.com/jsecretan">https://twitter.com/jsecretan</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/jimmysecretan/">https://www.linkedin.com/in/jimmysecretan/</a>
</li>
</ul><p> </p><p>Brave:</p><ul>
<li>Website: <a href="https://brave.com/">https://brave.com/</a>
</li>
<li>Brave Careers: <a href="https://brave.com/careers/">https://brave.com/careers/</a>
</li>
<li>Twitter: <a href="https://twitter.com/brave">https://twitter.com/brave</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/brave-software/">https://www.linkedin.com/company/brave-software/</a>
</li>
</ul><p><br></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 11 Apr 2022 14:47:05 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Jimmy Secretan</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/ce28de2e/8ff485a5.mp3" length="142504518" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Jimmy Secretan</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4452</itunes:duration>
      <itunes:summary>I've been a big fan of Brave Browser ever since attending a presentation from Brandon Eich back in 2017.  Brave was one of the first browsers to aggressively block the ability for websites to share information on your computer without your consent (i.e. third party cookies).  I'm so excited to sit down with Jimmy Secretan, VP of Ads and Premium Services of Brave, and talk about all things Brave, from the Browser to the other products to the way Brave takes privacy on the internet to a whole new level, while also empowering content creators and advertisers who depend on ads for income and to promote their businesses.</itunes:summary>
      <itunes:subtitle>I've been a big fan of Brave Browser ever since attending a presentation from Brandon Eich back in 2017.  Brave was one of the first browsers to aggressively block the ability for websites to share information on your computer without your consent (i.e. t</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>130: Ethical Hacking with Ted Harrington</title>
      <itunes:episode>130</itunes:episode>
      <podcast:episode>130</podcast:episode>
      <itunes:title>130: Ethical Hacking with Ted Harrington</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">fcdc6f78-bd63-44e3-9759-6faed2c945d5</guid>
      <link>https://www.programmingthrowdown.com/2022/03/130-ethical-hacking-with-ted-harrington.html</link>
      <description>
        <![CDATA[<p>"Hacking" is a word that evokes awe from the public, laughter from developers, and pure fear from technology leaders.  But what really is hacking?  What does trust really mean and how do we acquire and keep trust on the Internet?  It turns out that, while hacking is associated with computers, the methods behind it have been around since the dawn of time.  Today we have Ted Harrington from ISE to dive deep into hacking, all the way from the medieval times to today.</p><p> </p><p>00:00:15 Intro</p><p>00:01:25 Introducing Ted Harrington</p><p>00:07:10 Ethical Hackers, Non-Ethical Hackers, and Productivity</p><p>00:11:58 Starting out in Ethical Hacking/Security</p><p>00:14:40 Imposter Syndrome</p><p>00:19:34 What is Hacking?</p><p>00:30:48 Is Hacking like magic?</p><p>00:38:14 Defense in Depth</p><p>00:42:04 Earning trust and The Departed movie (Spoiler alert)</p><p>00:59:52 DEF CON® Hacking Conference</p><p>01:02:46 Tips on how not to get hacked</p><p>01:10:08 ISE.io culture and opportunities</p><p>01:24:13 Farewells</p><p> </p><p> </p><p> </p><p> </p><p> <strong>Resources mentioned in this episode:</strong></p><p>  Companies:</p><p>    ISE (Independent Security Evaluators)</p><p>o    Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.ise.io/</a></p><p>o    LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.linkedin.com/company/independent-security-evaluators</a></p><p>o    Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://twitter.com/ISEsecurity</a></p><p>o    Facebook: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://facebook.com/ISE.infosec</a></p><p> </p><p>People:</p><p>    Ted Harrington</p><p>o   Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.tedharrington.com/</a></p><p>o   LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.linkedin.com/in/securityted/</a></p><p>o   Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://twitter.com/SecurityTed</a></p><p>o   Book: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.amazon.com/Hackable-How-Application-Security-Right/dp/154451767X</a></p><p> </p><p> </p><p>Sponsor:</p><p>    MParticle</p><p>o   Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.mparticle.com/</a></p><p> </p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Patreon</a> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>"Hacking" is a word that evokes awe from the public, laughter from developers, and pure fear from technology leaders.  But what really is hacking?  What does trust really mean and how do we acquire and keep trust on the Internet?  It turns out that, while hacking is associated with computers, the methods behind it have been around since the dawn of time.  Today we have Ted Harrington from ISE to dive deep into hacking, all the way from the medieval times to today.</p><p> </p><p>00:00:15 Intro</p><p>00:01:25 Introducing Ted Harrington</p><p>00:07:10 Ethical Hackers, Non-Ethical Hackers, and Productivity</p><p>00:11:58 Starting out in Ethical Hacking/Security</p><p>00:14:40 Imposter Syndrome</p><p>00:19:34 What is Hacking?</p><p>00:30:48 Is Hacking like magic?</p><p>00:38:14 Defense in Depth</p><p>00:42:04 Earning trust and The Departed movie (Spoiler alert)</p><p>00:59:52 DEF CON® Hacking Conference</p><p>01:02:46 Tips on how not to get hacked</p><p>01:10:08 ISE.io culture and opportunities</p><p>01:24:13 Farewells</p><p> </p><p> </p><p> </p><p> </p><p> <strong>Resources mentioned in this episode:</strong></p><p>  Companies:</p><p>    ISE (Independent Security Evaluators)</p><p>o    Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.ise.io/</a></p><p>o    LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.linkedin.com/company/independent-security-evaluators</a></p><p>o    Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://twitter.com/ISEsecurity</a></p><p>o    Facebook: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://facebook.com/ISE.infosec</a></p><p> </p><p>People:</p><p>    Ted Harrington</p><p>o   Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.tedharrington.com/</a></p><p>o   LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.linkedin.com/in/securityted/</a></p><p>o   Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://twitter.com/SecurityTed</a></p><p>o   Book: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.amazon.com/Hackable-How-Application-Security-Right/dp/154451767X</a></p><p> </p><p> </p><p>Sponsor:</p><p>    MParticle</p><p>o   Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.mparticle.com/</a></p><p> </p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">programmingthrowdown@gmail.com</a></p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Player.FM </a></p><p> </p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/2530876050513266078#">Patreon</a> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 28 Mar 2022 10:11:11 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Ted Harrington</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/3a890c61/9602fa01.mp3" length="164346133" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Ted Harrington</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5134</itunes:duration>
      <itunes:summary>"Hacking" is a word that evokes awe from the public, laughter from developers, and pure fear from technology leaders.  But what really is hacking?  What does trust really mean and how do we acquire and keep trust on the Internet?  It turns out that, while hacking is associated with computers, the methods behind it have been around since the dawn of time.  Today we have Ted Harrington from ISE to dive deep into hacking, all the way from the medieval times to today.</itunes:summary>
      <itunes:subtitle>"Hacking" is a word that evokes awe from the public, laughter from developers, and pure fear from technology leaders.  But what really is hacking?  What does trust really mean and how do we acquire and keep trust on the Internet?  It turns out that, while</itunes:subtitle>
      <itunes:keywords>Hacking, Ethical Hacking</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Episode 129 - Web3.0: Breaking free from the Client Server Model with Michelle Lee</title>
      <itunes:episode>129</itunes:episode>
      <podcast:episode>129</podcast:episode>
      <itunes:title>Episode 129 - Web3.0: Breaking free from the Client Server Model with Michelle Lee</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">5951c54f-a1ce-4a14-9e66-41ed9e1a3699</guid>
      <link>https://www.programmingthrowdown.com/2022/03/129-web-30-breaking-free-from-client.html</link>
      <description>
        <![CDATA[<p><strong>Brief Summary:</strong></p><p> </p><p>What is Web 3.0? Guest speaker Michelle Lee, Product Lead of Protocol Labs, shares how web 3.0 will revolutionize the Internet and bring trust back into the web.</p><p> </p><p>00:00:25 Introduction</p><p>00:01:36 Michelle Lee’s career </p><p>00:03:10 What is human-computer interaction?</p><p>00:04:55 The Google Sheets user experience</p><p>00:06:19 Google Checkout, user feedback, and emails</p><p>00:10:23 Code for America</p><p>00:13:47 The real power of Open Source</p><p>00:14:14 Web 3.0</p><p>00:23:04 IPFS network accessibility</p><p>00:26:14 How does IPFS handle bogus content?</p><p>00:38:56 Network storage costs</p><p>00:43:03 Privacy and identification on IPFS</p><p>00:45:23 Content moderation from the Web 3.0 perspective</p><p>00:49:48 Audius</p><p>00:54:20 Protocol Labs and IPFS</p><p>00:55:26 Working with Protocol Labs</p><p>01:05:00 Farewells</p><p> </p><p> </p><p> </p><p><strong>Resources mentioned in this episode:</strong></p><p>   </p><p>Companies:</p><ul>
<li>Protocol Labs:<ul>
<li>Website: <a href="https://www.blogger.com/#">https://protocol.ai/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/#">https://twitter.com/protocollabs</a>
</li>
<li>LinkedIn:<a href="https://www.blogger.com/#"> https://www.linkedin.com/company/protocollabs/</a>
</li>
<li>Youtube: <a href="https://www.blogger.com/#">https://www.youtube.com/ProtocolLabs</a>
</li>
<li>Filecoin: <a href="https://www.blogger.com/#">https://filecoin.io/</a>
</li>
<li>Hackathons @ Protocol Labs: <a href="https://www.blogger.com/#">https://hackathons.filecoin.io/</a>
</li>
<li>Course Learning @ Protocol Labs: <a href="https://www.blogger.com/#">https://proto.school/</a>
</li>
</ul>
</li>
<li>Metamask:<ul><li><a href="https://www.blogger.com/#">https://metamask.io/</a></li></ul>
</li>
<li>Fleek:<ul>
<li>Website: <a href="https://www.blogger.com/#">https://fleek.co/</a>
</li>
<li>Space Storage: <a href="https://www.blogger.com/#">https://fleek.co/storage/</a>
</li>
</ul>
</li>
<li>Estuary:<ul><li>Website: <a href="https://www.blogger.com/#">https://estuary.tech/</a>
</li></ul>
</li>
<li>Audius:<ul><li>Website: <a href="https://www.blogger.com/#">https://audius.co/</a>
</li></ul>
</li>
</ul><p> </p><p> </p><p> </p><p>Social Media:</p><ul><li>Michelle Lee, Product at Protocol Labs<ul>
<li>Twitter: <a href="https://www.blogger.com/#">https://twitter.com/mishmosh</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/#">https://www.linkedin.com/in/michellelee3</a>
</li>
</ul>
</li></ul><p> </p><p> </p><p>Sponsor:</p><ul><li>Rollbar<ul>
<li>Website:<a href="https://www.blogger.com/#"> https://rollbar.com/</a>
</li>
<li>Freebies:<a href="https://www.blogger.com/#"> https://try.rollbar.com/pt/</a>
</li>
</ul>
</li></ul><p><br></p><p> </p><p><br></p><p><br></p><p><br>Download the episode here</p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website:<a href="https://www.blogger.com/#"> https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: programmingthrowdown@gmail.com</p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/#">Facebook</a> |<a href="https://www.blogger.com/#"> Apple Podcasts</a> |<a href="https://www.blogger.com/#"> Spotify</a> |<a href="https://www.blogger.com/#"> Player.FM </a></p><p> </p><p>Join the discussion on our<a href="https://www.blogger.com/#"> Discord</a></p><p>Help support Programming Throwdown through our<a href="https://www.blogger.com/#"> Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>Brief Summary:</strong></p><p> </p><p>What is Web 3.0? Guest speaker Michelle Lee, Product Lead of Protocol Labs, shares how web 3.0 will revolutionize the Internet and bring trust back into the web.</p><p> </p><p>00:00:25 Introduction</p><p>00:01:36 Michelle Lee’s career </p><p>00:03:10 What is human-computer interaction?</p><p>00:04:55 The Google Sheets user experience</p><p>00:06:19 Google Checkout, user feedback, and emails</p><p>00:10:23 Code for America</p><p>00:13:47 The real power of Open Source</p><p>00:14:14 Web 3.0</p><p>00:23:04 IPFS network accessibility</p><p>00:26:14 How does IPFS handle bogus content?</p><p>00:38:56 Network storage costs</p><p>00:43:03 Privacy and identification on IPFS</p><p>00:45:23 Content moderation from the Web 3.0 perspective</p><p>00:49:48 Audius</p><p>00:54:20 Protocol Labs and IPFS</p><p>00:55:26 Working with Protocol Labs</p><p>01:05:00 Farewells</p><p> </p><p> </p><p> </p><p><strong>Resources mentioned in this episode:</strong></p><p>   </p><p>Companies:</p><ul>
<li>Protocol Labs:<ul>
<li>Website: <a href="https://www.blogger.com/#">https://protocol.ai/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/#">https://twitter.com/protocollabs</a>
</li>
<li>LinkedIn:<a href="https://www.blogger.com/#"> https://www.linkedin.com/company/protocollabs/</a>
</li>
<li>Youtube: <a href="https://www.blogger.com/#">https://www.youtube.com/ProtocolLabs</a>
</li>
<li>Filecoin: <a href="https://www.blogger.com/#">https://filecoin.io/</a>
</li>
<li>Hackathons @ Protocol Labs: <a href="https://www.blogger.com/#">https://hackathons.filecoin.io/</a>
</li>
<li>Course Learning @ Protocol Labs: <a href="https://www.blogger.com/#">https://proto.school/</a>
</li>
</ul>
</li>
<li>Metamask:<ul><li><a href="https://www.blogger.com/#">https://metamask.io/</a></li></ul>
</li>
<li>Fleek:<ul>
<li>Website: <a href="https://www.blogger.com/#">https://fleek.co/</a>
</li>
<li>Space Storage: <a href="https://www.blogger.com/#">https://fleek.co/storage/</a>
</li>
</ul>
</li>
<li>Estuary:<ul><li>Website: <a href="https://www.blogger.com/#">https://estuary.tech/</a>
</li></ul>
</li>
<li>Audius:<ul><li>Website: <a href="https://www.blogger.com/#">https://audius.co/</a>
</li></ul>
</li>
</ul><p> </p><p> </p><p> </p><p>Social Media:</p><ul><li>Michelle Lee, Product at Protocol Labs<ul>
<li>Twitter: <a href="https://www.blogger.com/#">https://twitter.com/mishmosh</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/#">https://www.linkedin.com/in/michellelee3</a>
</li>
</ul>
</li></ul><p> </p><p> </p><p>Sponsor:</p><ul><li>Rollbar<ul>
<li>Website:<a href="https://www.blogger.com/#"> https://rollbar.com/</a>
</li>
<li>Freebies:<a href="https://www.blogger.com/#"> https://try.rollbar.com/pt/</a>
</li>
</ul>
</li></ul><p><br></p><p> </p><p><br></p><p><br></p><p><br>Download the episode here</p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website:<a href="https://www.blogger.com/#"> https://www.programmingthrowdown.com/</a></p><p> </p><p>Reach out to us via email: programmingthrowdown@gmail.com</p><p> </p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.blogger.com/#">Facebook</a> |<a href="https://www.blogger.com/#"> Apple Podcasts</a> |<a href="https://www.blogger.com/#"> Spotify</a> |<a href="https://www.blogger.com/#"> Player.FM </a></p><p> </p><p>Join the discussion on our<a href="https://www.blogger.com/#"> Discord</a></p><p>Help support Programming Throwdown through our<a href="https://www.blogger.com/#"> Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 14 Mar 2022 23:01:38 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Michelle Lee</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/5476b66f/52bc4d27.mp3" length="126262435" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Michelle Lee</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3944</itunes:duration>
      <itunes:summary>What is Web 3.0? Guest speaker Michelle Lee, Product Lead of Protocol Labs, shares how web 3.0 will revolutionize the Internet and bring trust back into the web.
</itunes:summary>
      <itunes:subtitle>What is Web 3.0? Guest speaker Michelle Lee, Product Lead of Protocol Labs, shares how web 3.0 will revolutionize the Internet and bring trust back into the web.
</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>128: WebAssembly with Kevin Hoffman</title>
      <itunes:episode>128</itunes:episode>
      <podcast:episode>128</podcast:episode>
      <itunes:title>128: WebAssembly with Kevin Hoffman</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">6722f683-101d-4bcf-a95c-6199ce7c5220</guid>
      <link>https://www.programmingthrowdown.com/2022/02/128-webassembly-with-kevin-hoffman.html</link>
      <description>
        <![CDATA[<p>Summary:</p><p><br></p><p>What is WebAssembly? Guest speaker Kevin Hoffman, CTO of Cosmonic shares what WebAssembly is, why it exists, and what kind of things you can do with it.</p><p>Notes:</p><p><br>00:00:16 Introduction</p><p>00:00:52 Cosmonic during COVID</p><p>00:02:45 Kevin Hoffman’s career and Cosmonic’s begginings</p><p>00:12:39 WebAssembly integrations</p><p>00:16:20 What is WebAssembly?</p><p>00:27:30 The developer experience</p><p>00:30:30 WebAssembly, JSON, and other object interactions</p><p>00:36:35 Rollbar</p><p>00:41:08 Compiler linking</p><p>00:49:27 wasmCloud</p><p>00:54:21 Decoupling clouds</p><p>01:01:51 Cosmonic fostering wasmCloud/WebAssembly</p><p>01:03:28 Cosmonic as a company</p><p>01:09:33 Opportunities at Cosmonic</p><p>01:13:03 Farewells</p><p>Resources mentioned in this episode:<br>Companies:</p><p><br></p><ul>
<li>Cosmonic</li>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://cosmonic.com/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://twitter.com/cosmonic</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://www.linkedin.com/company/cosmonic-corp/</a>
</li>
</ul><p><br></p><p>People:</p><ul>
<li>Kevin Hoffman, Chief Technology Officer at Cosmonic</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://twitter.com/KevinHoffman</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://www.linkedin.com/in/%F0%9F%A6%80-kevin-hoffman-9252669/</a>
</li>
</ul><p>Sponsor:</p><ul>
<li>Rollbar</li>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://rollbar.com/</a>
</li>
<li>Freebies: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://try.rollbar.com/pt/</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on</p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Player.FM</a></p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Summary:</p><p><br></p><p>What is WebAssembly? Guest speaker Kevin Hoffman, CTO of Cosmonic shares what WebAssembly is, why it exists, and what kind of things you can do with it.</p><p>Notes:</p><p><br>00:00:16 Introduction</p><p>00:00:52 Cosmonic during COVID</p><p>00:02:45 Kevin Hoffman’s career and Cosmonic’s begginings</p><p>00:12:39 WebAssembly integrations</p><p>00:16:20 What is WebAssembly?</p><p>00:27:30 The developer experience</p><p>00:30:30 WebAssembly, JSON, and other object interactions</p><p>00:36:35 Rollbar</p><p>00:41:08 Compiler linking</p><p>00:49:27 wasmCloud</p><p>00:54:21 Decoupling clouds</p><p>01:01:51 Cosmonic fostering wasmCloud/WebAssembly</p><p>01:03:28 Cosmonic as a company</p><p>01:09:33 Opportunities at Cosmonic</p><p>01:13:03 Farewells</p><p>Resources mentioned in this episode:<br>Companies:</p><p><br></p><ul>
<li>Cosmonic</li>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://cosmonic.com/</a>
</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://twitter.com/cosmonic</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://www.linkedin.com/company/cosmonic-corp/</a>
</li>
</ul><p><br></p><p>People:</p><ul>
<li>Kevin Hoffman, Chief Technology Officer at Cosmonic</li>
<li>Twitter: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://twitter.com/KevinHoffman</a>
</li>
<li>LinkedIn: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://www.linkedin.com/in/%F0%9F%A6%80-kevin-hoffman-9252669/</a>
</li>
</ul><p>Sponsor:</p><ul>
<li>Rollbar</li>
<li>Website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://rollbar.com/</a>
</li>
<li>Freebies: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://try.rollbar.com/pt/</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">https://www.programmingthrowdown.com/</a></p><p>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">programmingthrowdown@gmail.com</a></p><p>You can also follow Programming Throwdown on</p><p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Player.FM</a></p><p>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/1906849722673776680#">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 28 Feb 2022 10:05:45 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Kevin Hoffman</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/4d425b4c/39b9ed4e.mp3" length="141933008" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Kevin Hoffman</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4434</itunes:duration>
      <itunes:summary>What is WebAssembly? Guest speaker Kevin Hoffman, CTO of Cosmonic shares what WebAssembly is, why it exists, and what kind of things you can do with it.</itunes:summary>
      <itunes:subtitle>What is WebAssembly? Guest speaker Kevin Hoffman, CTO of Cosmonic shares what WebAssembly is, why it exists, and what kind of things you can do with it.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>127: AI for Code with Eran Yahav</title>
      <itunes:episode>127</itunes:episode>
      <podcast:episode>127</podcast:episode>
      <itunes:title>127: AI for Code with Eran Yahav</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">3966fd3c-e0bf-49ba-9902-32db47400bd7</guid>
      <link>https://www.programmingthrowdown.com/2022/02/127-ai-for-code-with-eran-yahav.html</link>
      <description>
        <![CDATA[<p><strong>Brief Summary:</strong></p><p><br></p><p>Programming is difficult as it is, but imagine how difficult it was without all the current tools, compilers, synthesizers, etc. that we have today. Eran Yahav, Chief Technology Officer at Tabnine shares how AI is currently helping with code writing and how it could change in the future.</p><p><br></p><p>00:00:16 Introduction</p><p>00:00:51 Eran Yahav’s programming background</p><p>00:08:11 Balance between Human and the Machine</p><p>00:11:49 Static Analysis</p><p>00:29:42 Similarities in Programming Constructs</p><p>00:25:30 Average vs Tailored tooling</p><p>00:36:19 Machine Learning Quality Metrics </p><p>00:38:27 Rollbar</p><p>00:40:19 Model Training vs Statistic Matching</p><p>00:50:19 Developers Interacting with their Code in the Future</p><p>01:00:18 Tabnine</p><p>01:08:17 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p>Companies:</p><ul><li>Tabnine: <ul>
<li>Website: <a href="https://www.tabnine.com/">https://www.tabnine.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/Tabnine_">https://twitter.com/Tabnine_</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/tabnine/">https://www.linkedin.com/company/tabnine/</a>
</li>
</ul>
</li></ul><p>Social Media:</p><ul><li>Eran Yahav, Chief Technology Officer at Tabnine<ul>
<li>Twitter: <a href="https://twitter.com/yahave">https://twitter.com/yahave</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/eranyahav/">https://www.linkedin.com/in/eranyahav/</a>
</li>
</ul>
</li></ul><p>Sponsor:</p><ul><li>Rollbar<ul>
<li>Website: <a href="https://rollbar.com/">https://rollbar.com/</a>
</li>
<li>Freebies: <a href="https://try.rollbar.com/pt/">https://try.rollbar.com/pt/</a>
</li>
</ul>
</li></ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p><p><br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>Brief Summary:</strong></p><p><br></p><p>Programming is difficult as it is, but imagine how difficult it was without all the current tools, compilers, synthesizers, etc. that we have today. Eran Yahav, Chief Technology Officer at Tabnine shares how AI is currently helping with code writing and how it could change in the future.</p><p><br></p><p>00:00:16 Introduction</p><p>00:00:51 Eran Yahav’s programming background</p><p>00:08:11 Balance between Human and the Machine</p><p>00:11:49 Static Analysis</p><p>00:29:42 Similarities in Programming Constructs</p><p>00:25:30 Average vs Tailored tooling</p><p>00:36:19 Machine Learning Quality Metrics </p><p>00:38:27 Rollbar</p><p>00:40:19 Model Training vs Statistic Matching</p><p>00:50:19 Developers Interacting with their Code in the Future</p><p>01:00:18 Tabnine</p><p>01:08:17 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p>Companies:</p><ul><li>Tabnine: <ul>
<li>Website: <a href="https://www.tabnine.com/">https://www.tabnine.com/</a>
</li>
<li>Twitter: <a href="https://twitter.com/Tabnine_">https://twitter.com/Tabnine_</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/tabnine/">https://www.linkedin.com/company/tabnine/</a>
</li>
</ul>
</li></ul><p>Social Media:</p><ul><li>Eran Yahav, Chief Technology Officer at Tabnine<ul>
<li>Twitter: <a href="https://twitter.com/yahave">https://twitter.com/yahave</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/eranyahav/">https://www.linkedin.com/in/eranyahav/</a>
</li>
</ul>
</li></ul><p>Sponsor:</p><ul><li>Rollbar<ul>
<li>Website: <a href="https://rollbar.com/">https://rollbar.com/</a>
</li>
<li>Freebies: <a href="https://try.rollbar.com/pt/">https://try.rollbar.com/pt/</a>
</li>
</ul>
</li></ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p><p><br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 14 Feb 2022 14:33:05 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Guest Eran Yahav</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/b05745f7/12a016cb.mp3" length="132480594" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Guest Eran Yahav</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4139</itunes:duration>
      <itunes:summary>Programming is difficult as it is, but imagine how difficult it was without all the current tools, compilers, synthesizers, etc. that we have today. Eran Yahav, Chief Technology Officer at Tabnine shares how AI is currently helping with code writing and how it could change in the future.</itunes:summary>
      <itunes:subtitle>Programming is difficult as it is, but imagine how difficult it was without all the current tools, compilers, synthesizers, etc. that we have today. Eran Yahav, Chief Technology Officer at Tabnine shares how AI is currently helping with code writing and h</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/b05745f7/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>126 - Serverless Computing with Erez Berkner</title>
      <itunes:episode>126</itunes:episode>
      <podcast:episode>126</podcast:episode>
      <itunes:title>126 - Serverless Computing with Erez Berkner</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">772e01eb-191c-4045-bd78-15adac0795de</guid>
      <link>https://www.programmingthrowdown.com/2022/01/126-serverless-computing-with-erez.html</link>
      <description>
        <![CDATA[<p><strong>Brief Summary:</strong></p><p><br></p><p>Erez Berkner, CEO of Lumigo, talks about his company, going serverless, and why you should too. He shares his experience and tips regarding serverless computing and its ever-growing opportunities in modern computing.</p><p><br></p><p>00:00:16 Introduction</p><p>00:01:43 Introducing Erez Berkner</p><p>00:06:27 The start of Lumigo</p><p>00:10:42 What is Serverless</p><p>00:20:10 Challenges with going serverless</p><p>00:39:53 Securing Lambdas</p><p>00:46:50 Lumigo and breadcrumbs </p><p>00:55:46 How to get started with Lumigo</p><ul>
<li>00:57:06 Lumigo and databases</li>
<li>00:58:20 Lumigo pricing</li>
</ul><p>01:00:28 Lumigo as a company</p><p>01:06:30 Contacting Lumigo</p><p>01:11:01 Farewells</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Companies:</p><ul>
<li>Lumigo: <a href="https://lumigo.io/">https://lumigo.io/</a>
</li>
<li>Lumigo Free Trial: <a href="https://platform.lumigo.io/auth/signup">https://platform.lumigo.io/auth/signup</a>
</li>
</ul><p>Socials:</p><ul><li>Erez Berkner:<ul>
<li>Twitter: <a href="https://twitter.com/erezberkner">https://twitter.com/erezberkner</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/erezbe/">https://www.linkedin.com/in/erezbe/</a>
</li>
</ul>
</li></ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>Brief Summary:</strong></p><p><br></p><p>Erez Berkner, CEO of Lumigo, talks about his company, going serverless, and why you should too. He shares his experience and tips regarding serverless computing and its ever-growing opportunities in modern computing.</p><p><br></p><p>00:00:16 Introduction</p><p>00:01:43 Introducing Erez Berkner</p><p>00:06:27 The start of Lumigo</p><p>00:10:42 What is Serverless</p><p>00:20:10 Challenges with going serverless</p><p>00:39:53 Securing Lambdas</p><p>00:46:50 Lumigo and breadcrumbs </p><p>00:55:46 How to get started with Lumigo</p><ul>
<li>00:57:06 Lumigo and databases</li>
<li>00:58:20 Lumigo pricing</li>
</ul><p>01:00:28 Lumigo as a company</p><p>01:06:30 Contacting Lumigo</p><p>01:11:01 Farewells</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Companies:</p><ul>
<li>Lumigo: <a href="https://lumigo.io/">https://lumigo.io/</a>
</li>
<li>Lumigo Free Trial: <a href="https://platform.lumigo.io/auth/signup">https://platform.lumigo.io/auth/signup</a>
</li>
</ul><p>Socials:</p><ul><li>Erez Berkner:<ul>
<li>Twitter: <a href="https://twitter.com/erezberkner">https://twitter.com/erezberkner</a>
</li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/erezbe/">https://www.linkedin.com/in/erezbe/</a>
</li>
</ul>
</li></ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 24 Jan 2022 11:59:41 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/9bfb3a1b/937f5123.mp3" length="137584241" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4298</itunes:duration>
      <itunes:summary>Erez Berkner, CEO of Lumigo, talks about his company, going serverless, and why you should too. He shares his experience and tips regarding serverless computing and its ever-growing opportunities in modern computing.</itunes:summary>
      <itunes:subtitle>Erez Berkner, CEO of Lumigo, talks about his company, going serverless, and why you should too. He shares his experience and tips regarding serverless computing and its ever-growing opportunities in modern computing.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>125 - Object Caching Systems</title>
      <itunes:episode>125</itunes:episode>
      <podcast:episode>125</podcast:episode>
      <itunes:title>125 - Object Caching Systems</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">f7763f00-4b03-4e2d-9c1f-bcf67e74531d</guid>
      <link>https://www.programmingthrowdown.com/2022/01/125-object-caching-systems.html</link>
      <description>
        <![CDATA[<p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Download</a></p><p><strong>We are sponsored by audible! </strong><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">http://www.audibletrial.com/programmingthrowdown</a></p><p><strong>We are on Patreon!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">https://www.patreon.com/programmingthrowdown</a></p><p><strong>T-Shirts!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">http://www.cafepress.com/programmingthrowdown/13590693</a></p><p><strong>Join us on Discord!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">https://discord.gg/r4V2zpC</a></p><p>Object Caching Systems</p><p><br>Many people have heard the names "redis" or "memcached" but fewer people know what these tools are good for or why we need them so badly.  In this show, Patrick and I explain why caching is so important and how these systems work under the hood.</p><p><br>Intro topic: <br>Public database &amp; cache services (Planetscale &amp; Upstash)</p><p>News/Links:</p><ul>
<li>Log4J Vulnerability<ul>
<li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://jfrog.com/blog/log4shell-0-day-vulnerability-all-you-need-to-know/</a></li>
<li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://www.microsoft.com/security/blog/2021/12/11/guidance-for-preventing-detecting-and-hunting-for-cve-2021-44228-log4j-2-exploitation/</a></li>
</ul>
</li>
<li>Scan of the Month: Gameboys<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://scanofthemonth.com/game-boy-original/</a></li></ul>
</li>
<li>Hyrum’s Law<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://www.hyrumslaw.com/</a></li></ul>
</li>
<li>Make the Internet Yours Again With an Instant Mesh Network<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://changelog.complete.org/archives/10319-make-the-internet-yours-again-with-an-instant-mesh-network</a></li></ul>
</li>
</ul><p><br></p><p>Book of the Show</p><ul>
<li>Jason: AI 2041<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://amzn.to/3fOqnWQ</a></li></ul>
</li>
<li>Patrick: Dawnshard - Brandon Sanderson<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://amzn.to/3tFmuMi</a></li></ul>
</li>
</ul><p><br></p><p>Audible Plug <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">http://www.audibletrial.com/programmingthrowdown</a></p><p><br></p><p>Patreon Plug <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><br></p><p>Tool of the Show</p><ul>
<li>Jason<ul><li>Swagger: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://swagger.io/</a>
</li></ul>
</li>
<li>Patrick<ul><li>ripgrep <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://github.com/BurntSushi/ripgrep</a>
</li></ul>
</li>
</ul><p><br></p><p>Topic: Object Caching Systems</p><ul>
<li>The need<ul>
<li>Latency</li>
<li>In memory</li>
<li>Caching</li>
</ul>
</li>
<li>Disadvantages compared to DB<ul>
<li>Size limits (memory)</li>
<li>Limited query support</li>
<li>Limited persistence options</li>
<li>Stale caches</li>
</ul>
</li>
<li>How it works<ul>
<li>Key-value stores</li>
<li>Special operations for multi-get /multi-step</li>
<li>Expiry timers on each key</li>
<li>Hashing</li>
</ul>
</li>
<li>Examples<ul>
<li>Redis</li>
<li>Memcached</li>
<li>DynamoDB</li>
<li>Google datastore</li>
<li>Firebase database</li>
</ul>
</li>
</ul><p><br></p><p>00:00:15 Introduction</p><p>00:00:54 New Year’s Resolutions</p><p>00:03:59 Saving money on cloud servers</p><p>00:17:20 Scan of the Month</p><p>00:20:14 Hyrum’s Law</p><p>00:25:30 Make the Internet Yours Again with an Instant Mesh Network </p><p>00:31:45 Book of the Show </p><p>00:31:56 AI 2041 </p><p>00:35:25 Don Shard</p><p>00:37:35 Tool of the Show</p><p>00:38:17 Swagger</p><p>00:59:10 ripgrep</p><p>0:45:31 Object Caching Systems</p><p>01:10:22 High Frequency Trading</p><p>01:14:07 Farewells</p><p><br></p><p><br></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">https://www.programmingthrowdown.com/</a></p><p><br>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">programmingthrowdown@gmail.com</a><br>You can also follow Programming Throwdown on <br><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Player.FM </a><br>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Discord</a>You can also help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Patreon</a></p><p><br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Download</a></p><p><strong>We are sponsored by audible! </strong><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">http://www.audibletrial.com/programmingthrowdown</a></p><p><strong>We are on Patreon!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">https://www.patreon.com/programmingthrowdown</a></p><p><strong>T-Shirts!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">http://www.cafepress.com/programmingthrowdown/13590693</a></p><p><strong>Join us on Discord!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">https://discord.gg/r4V2zpC</a></p><p>Object Caching Systems</p><p><br>Many people have heard the names "redis" or "memcached" but fewer people know what these tools are good for or why we need them so badly.  In this show, Patrick and I explain why caching is so important and how these systems work under the hood.</p><p><br>Intro topic: <br>Public database &amp; cache services (Planetscale &amp; Upstash)</p><p>News/Links:</p><ul>
<li>Log4J Vulnerability<ul>
<li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://jfrog.com/blog/log4shell-0-day-vulnerability-all-you-need-to-know/</a></li>
<li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://www.microsoft.com/security/blog/2021/12/11/guidance-for-preventing-detecting-and-hunting-for-cve-2021-44228-log4j-2-exploitation/</a></li>
</ul>
</li>
<li>Scan of the Month: Gameboys<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://scanofthemonth.com/game-boy-original/</a></li></ul>
</li>
<li>Hyrum’s Law<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://www.hyrumslaw.com/</a></li></ul>
</li>
<li>Make the Internet Yours Again With an Instant Mesh Network<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://changelog.complete.org/archives/10319-make-the-internet-yours-again-with-an-instant-mesh-network</a></li></ul>
</li>
</ul><p><br></p><p>Book of the Show</p><ul>
<li>Jason: AI 2041<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://amzn.to/3fOqnWQ</a></li></ul>
</li>
<li>Patrick: Dawnshard - Brandon Sanderson<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://amzn.to/3tFmuMi</a></li></ul>
</li>
</ul><p><br></p><p>Audible Plug <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">http://www.audibletrial.com/programmingthrowdown</a></p><p><br></p><p>Patreon Plug <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">https://www.patreon.com/programmingthrowdown?ty=h</a></p><p><br></p><p>Tool of the Show</p><ul>
<li>Jason<ul><li>Swagger: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://swagger.io/</a>
</li></ul>
</li>
<li>Patrick<ul><li>ripgrep <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7566988129674768932#">https://github.com/BurntSushi/ripgrep</a>
</li></ul>
</li>
</ul><p><br></p><p>Topic: Object Caching Systems</p><ul>
<li>The need<ul>
<li>Latency</li>
<li>In memory</li>
<li>Caching</li>
</ul>
</li>
<li>Disadvantages compared to DB<ul>
<li>Size limits (memory)</li>
<li>Limited query support</li>
<li>Limited persistence options</li>
<li>Stale caches</li>
</ul>
</li>
<li>How it works<ul>
<li>Key-value stores</li>
<li>Special operations for multi-get /multi-step</li>
<li>Expiry timers on each key</li>
<li>Hashing</li>
</ul>
</li>
<li>Examples<ul>
<li>Redis</li>
<li>Memcached</li>
<li>DynamoDB</li>
<li>Google datastore</li>
<li>Firebase database</li>
</ul>
</li>
</ul><p><br></p><p>00:00:15 Introduction</p><p>00:00:54 New Year’s Resolutions</p><p>00:03:59 Saving money on cloud servers</p><p>00:17:20 Scan of the Month</p><p>00:20:14 Hyrum’s Law</p><p>00:25:30 Make the Internet Yours Again with an Instant Mesh Network </p><p>00:31:45 Book of the Show </p><p>00:31:56 AI 2041 </p><p>00:35:25 Don Shard</p><p>00:37:35 Tool of the Show</p><p>00:38:17 Swagger</p><p>00:59:10 ripgrep</p><p>0:45:31 Object Caching Systems</p><p>01:10:22 High Frequency Trading</p><p>01:14:07 Farewells</p><p><br></p><p><br></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">https://www.programmingthrowdown.com/</a></p><p><br>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">programmingthrowdown@gmail.com</a><br>You can also follow Programming Throwdown on <br><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Player.FM </a><br>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Discord</a>You can also help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/4098644811321160123#">Patreon</a></p><p><br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 20 Jan 2022 18:14:26 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a1552470/c6e64c9c.mp3" length="143914056" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4496</itunes:duration>
      <itunes:summary>Many people have heard the names "redis" or "memcached" but fewer people know what these tools are good for or why we need them so badly.  In this show, Patrick and I explain why caching is so important and how these systems work under the hood.</itunes:summary>
      <itunes:subtitle>Many people have heard the names "redis" or "memcached" but fewer people know what these tools are good for or why we need them so badly.  In this show, Patrick and I explain why caching is so important and how these systems work under the hood.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>124 - Holiday Episode 2021!</title>
      <itunes:episode>124</itunes:episode>
      <podcast:episode>124</podcast:episode>
      <itunes:title>124 - Holiday Episode 2021!</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">cfa40f3e-911a-4d4f-b106-bcb9d7efb1cc</guid>
      <link>https://www.programmingthrowdown.com/2022/01/124-holiday-episode-2021.html</link>
      <description>
        <![CDATA[<p>In this holiday episode, Jason and Patrick answer questions from listeners. They also look back at the past year’s challenges and victories.</p><p><br></p><p>00:15:35 (Kevin)</p><p>What's been the biggest thing that pushed you to learn more during your career?<br>Was it taking a new job and moving somewhere, doing stuff in your spare time or something like a new hobby or anything else?</p><p><br></p><p>00:29:38 (Kevin)</p><p>Favorite city to live in or visit?</p><p><br></p><p>00:31:29 First Winner (James B.)</p><p><br></p><p>00:32:21 (Clever Clover/James)</p><p>Next biggest tech prediction.</p><p><br></p><p>00:36:28 (Paul) </p><p>If we could standardize all the code there is out there to one particular language, which language would it be and why would it be Python?</p><p><br></p><p>00:40:40 Second Winner (Collin G.)</p><p><br></p><p>00:41:21 (Necrous)</p><p>If you could redo your career and education path, what would you change?</p><p><br></p><p>00:47:12 Third Winner (Matt I.)</p><p><br></p><p>00:47:48 (MQNC)</p><p>What is the dirtiest hackiest anti-pattern piece of code you ever wrote in full consciousness and even maybe enjoying the thrill and why was it the way to go?</p><p><br></p><p>00:54:36 (Leedle)</p><p>Thoughts on server side rendering React and NextJS?</p><p><br></p><p>00:57:00 Fourth Winner (Glenn S.)</p><p><br></p><p>00:57:25 (NC Plattipus)</p><p>The visual programming language, LabVIEW?</p><p><br></p><p>01:05:02 Fifth Winner (James F.)</p><p><br></p><p>01:05:53 (Gethan)</p><p>Future technology or big technologies, what about AR? </p><p><br></p><p>01:10:18 (Gethan)</p><p>On the topic of getting a master's degree or classes, do you see a benefit of getting certifications? </p><p><br></p><p>01:18:16 Sixth Winner (Don R.)</p><p><br></p><p>01:19:38</p><p>Predictions we made last 2020 and how they held up.</p><p><br></p><p>01:26:00</p><p>Farewells</p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this holiday episode, Jason and Patrick answer questions from listeners. They also look back at the past year’s challenges and victories.</p><p><br></p><p>00:15:35 (Kevin)</p><p>What's been the biggest thing that pushed you to learn more during your career?<br>Was it taking a new job and moving somewhere, doing stuff in your spare time or something like a new hobby or anything else?</p><p><br></p><p>00:29:38 (Kevin)</p><p>Favorite city to live in or visit?</p><p><br></p><p>00:31:29 First Winner (James B.)</p><p><br></p><p>00:32:21 (Clever Clover/James)</p><p>Next biggest tech prediction.</p><p><br></p><p>00:36:28 (Paul) </p><p>If we could standardize all the code there is out there to one particular language, which language would it be and why would it be Python?</p><p><br></p><p>00:40:40 Second Winner (Collin G.)</p><p><br></p><p>00:41:21 (Necrous)</p><p>If you could redo your career and education path, what would you change?</p><p><br></p><p>00:47:12 Third Winner (Matt I.)</p><p><br></p><p>00:47:48 (MQNC)</p><p>What is the dirtiest hackiest anti-pattern piece of code you ever wrote in full consciousness and even maybe enjoying the thrill and why was it the way to go?</p><p><br></p><p>00:54:36 (Leedle)</p><p>Thoughts on server side rendering React and NextJS?</p><p><br></p><p>00:57:00 Fourth Winner (Glenn S.)</p><p><br></p><p>00:57:25 (NC Plattipus)</p><p>The visual programming language, LabVIEW?</p><p><br></p><p>01:05:02 Fifth Winner (James F.)</p><p><br></p><p>01:05:53 (Gethan)</p><p>Future technology or big technologies, what about AR? </p><p><br></p><p>01:10:18 (Gethan)</p><p>On the topic of getting a master's degree or classes, do you see a benefit of getting certifications? </p><p><br></p><p>01:18:16 Sixth Winner (Don R.)</p><p><br></p><p>01:19:38</p><p>Predictions we made last 2020 and how they held up.</p><p><br></p><p>01:26:00</p><p>Farewells</p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 10 Jan 2022 15:57:21 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/067f25a6/7d376517.mp3" length="125703851" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5236</itunes:duration>
      <itunes:summary>In this holiday episode, Jason and Patrick answer questions from listeners. They also look back at the past year’s challenges and victories.</itunes:summary>
      <itunes:subtitle>In this holiday episode, Jason and Patrick answer questions from listeners. They also look back at the past year’s challenges and victories.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/067f25a6/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>123 - Project Planning</title>
      <itunes:episode>123</itunes:episode>
      <podcast:episode>123</podcast:episode>
      <itunes:title>123 - Project Planning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">a2ba061d-3aa6-43ac-96ce-181e3a91ace9</guid>
      <link>https://www.programmingthrowdown.com/2021/12/123-project-planning.html</link>
      <description>
        <![CDATA[<p>How do you stay focused when working on large projects that span many months?  In this duo episode, we talk about Project Planning techniques and trends!  We also cover solving personal data storage problems and building CNC machines &amp; printers. </p><p>00:00:15 Introduction</p><p>00:01:33 UML</p><p>00:05:22 Home NAS and other personal storage solutions</p><p>00:18:09 Homebrew CNC machine</p><p>00:29:37 Raft (Consensus Algorithm)</p><p>00:36:54 The Mathematics of 2048</p><p>00:45:44 Book of the Show</p><ul>
<li>00:45:57 Manager Tools </li>
<li>00:49:10 Make Magazine</li>
</ul><p>00:57:50 Tool of the Show</p><ul>
<li>00:57:51 Workflowy</li>
<li>00:59:10 GitHub Desktop</li>
</ul><p>01:01:00 Project Planning</p><p>01:22:11 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools:</p><ul>
<li>Workflowy: <a href="https://workflowy.com/b/">https://workflowy.com/b/</a>
</li>
<li>Github Desktop: <a href="https://desktop.github.com/">https://desktop.github.com/</a>
</li>
</ul><p><br></p><p>Companies:</p><ul>
<li>Manager Tools: <a href="https://www.manager-tools.com/">https://www.manager-tools.com/</a>
</li>
<li>Make Magazine: <a href="https://makezine.com/">https://makezine.com/</a>
</li>
</ul><p><br></p><p>Other references: </p><ul>
<li>QT Designer: <a href="https://www.qt.io/">https://www.qt.io/</a>
</li>
<li>Shapeoko: <a href="https://carbide3d.com/shapeoko/">https://carbide3d.com/shapeoko/</a>
</li>
<li>Curves and Surfaces by Bartosz Ciechanowski: <a href="https://ciechanow.ski/curves-and-surfaces/">https://ciechanow.ski/curves-and-surfaces/</a>
</li>
<li>Inkscape: <a href="https://inkscape.org/">https://inkscape.org/</a>
</li>
<li>Raft: <a href="https://raft.github.io/">https://raft.github.io/</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>How do you stay focused when working on large projects that span many months?  In this duo episode, we talk about Project Planning techniques and trends!  We also cover solving personal data storage problems and building CNC machines &amp; printers. </p><p>00:00:15 Introduction</p><p>00:01:33 UML</p><p>00:05:22 Home NAS and other personal storage solutions</p><p>00:18:09 Homebrew CNC machine</p><p>00:29:37 Raft (Consensus Algorithm)</p><p>00:36:54 The Mathematics of 2048</p><p>00:45:44 Book of the Show</p><ul>
<li>00:45:57 Manager Tools </li>
<li>00:49:10 Make Magazine</li>
</ul><p>00:57:50 Tool of the Show</p><ul>
<li>00:57:51 Workflowy</li>
<li>00:59:10 GitHub Desktop</li>
</ul><p>01:01:00 Project Planning</p><p>01:22:11 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools:</p><ul>
<li>Workflowy: <a href="https://workflowy.com/b/">https://workflowy.com/b/</a>
</li>
<li>Github Desktop: <a href="https://desktop.github.com/">https://desktop.github.com/</a>
</li>
</ul><p><br></p><p>Companies:</p><ul>
<li>Manager Tools: <a href="https://www.manager-tools.com/">https://www.manager-tools.com/</a>
</li>
<li>Make Magazine: <a href="https://makezine.com/">https://makezine.com/</a>
</li>
</ul><p><br></p><p>Other references: </p><ul>
<li>QT Designer: <a href="https://www.qt.io/">https://www.qt.io/</a>
</li>
<li>Shapeoko: <a href="https://carbide3d.com/shapeoko/">https://carbide3d.com/shapeoko/</a>
</li>
<li>Curves and Surfaces by Bartosz Ciechanowski: <a href="https://ciechanow.ski/curves-and-surfaces/">https://ciechanow.ski/curves-and-surfaces/</a>
</li>
<li>Inkscape: <a href="https://inkscape.org/">https://inkscape.org/</a>
</li>
<li>Raft: <a href="https://raft.github.io/">https://raft.github.io/</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 15 Dec 2021 12:28:30 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a8cb3754/96ced2c8.mp3" length="164081679" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4982</itunes:duration>
      <itunes:summary>How do you stay focused when working on large projects that span many months?  In this duo episode, we talk about Project Planning techniques and trends!  We also cover solving personal data storage problems and building CNC machines &amp;amp; printers. </itunes:summary>
      <itunes:subtitle>How do you stay focused when working on large projects that span many months?  In this duo episode, we talk about Project Planning techniques and trends!  We also cover solving personal data storage problems and building CNC machines &amp;amp; printers. </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/a8cb3754/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>122 - Building Conversational AI's with Joe Bradley</title>
      <itunes:episode>122</itunes:episode>
      <podcast:episode>122</podcast:episode>
      <itunes:title>122 - Building Conversational AI's with Joe Bradley</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">e2192dbf-b7c3-44d8-9aef-915f74545c73</guid>
      <link>https://www.programmingthrowdown.com/2021/10/122-building-conversational-ais-with.html</link>
      <description>
        <![CDATA[<p>When you ask Alexa or Google a question and it responds, how does that actually work?  Could we have  more in-depth conversations and what would that look like?  Today we dive into conversational AI with Joe Bradley and answer these questions and many more.</p><p><br></p><p>Thanks for supporting the show!</p><p>00:00:15 Introduction</p><p>00:01:24 Introducing Joe Bradley</p><p>00:04:44 How Joe got into Conversation AI</p><p>00:21:35 Zork and WordNet</p><p>00:27:48 Automatic Image Detection/Captioning</p><p>00:39:31 MuZero</p><p>00:45:27 Codex</p><p>00:50:15 GPT and businesses</p><p>00:55:16 Artificial General Intelligence</p><p>01:00:05 What is LivePerson</p><p>01:16:30 Working at LivePerson</p><p>01:21:18 Job opportunities in LivePerson</p><p>01:27:04 How to reach Joe</p><p>01:32:40 Farewells</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Companies:</p><p><br></p><ul>
<li>LivePerson: liveperson.com</li>
<li>PyTorch: pytorch.org</li>
<li>TensorFlow: tensorflow.com</li>
</ul>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>When you ask Alexa or Google a question and it responds, how does that actually work?  Could we have  more in-depth conversations and what would that look like?  Today we dive into conversational AI with Joe Bradley and answer these questions and many more.</p><p><br></p><p>Thanks for supporting the show!</p><p>00:00:15 Introduction</p><p>00:01:24 Introducing Joe Bradley</p><p>00:04:44 How Joe got into Conversation AI</p><p>00:21:35 Zork and WordNet</p><p>00:27:48 Automatic Image Detection/Captioning</p><p>00:39:31 MuZero</p><p>00:45:27 Codex</p><p>00:50:15 GPT and businesses</p><p>00:55:16 Artificial General Intelligence</p><p>01:00:05 What is LivePerson</p><p>01:16:30 Working at LivePerson</p><p>01:21:18 Job opportunities in LivePerson</p><p>01:27:04 How to reach Joe</p><p>01:32:40 Farewells</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Companies:</p><p><br></p><ul>
<li>LivePerson: liveperson.com</li>
<li>PyTorch: pytorch.org</li>
<li>TensorFlow: tensorflow.com</li>
</ul>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 25 Oct 2021 16:43:19 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/1f43b7d6/97581a14.mp3" length="202640113" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5681</itunes:duration>
      <itunes:summary>When you ask Alexa or Google a question and it responds, how does that actually work?  Could we have  more in-depth conversations and what would that look like?  Today we dive into conversational AI with Joe Bradley and answer these questions and many more.

Thanks for supporting the show!</itunes:summary>
      <itunes:subtitle>When you ask Alexa or Google a question and it responds, how does that actually work?  Could we have  more in-depth conversations and what would that look like?  Today we dive into conversational AI with Joe Bradley and answer these questions and many mor</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/1f43b7d6/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>121 - Edge Computing with Jaxon Repp</title>
      <itunes:episode>121</itunes:episode>
      <podcast:episode>121</podcast:episode>
      <itunes:title>121 - Edge Computing with Jaxon Repp</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">731f7e56-56bf-4a69-98dd-f8e8edc86dd4</guid>
      <link>https://www.programmingthrowdown.com/2021/10/episode-121-edge-computing-with-jaxon.html</link>
      <description>
        <![CDATA[<p>What is "The Edge"?  The answer is that it means different things to different people, but it always involves lifting logic, data, and processing load off of your backend servers and onto other machines.  Sometimes those machines are spread out over many small datacenters, or sometimes they are in the hands of your customers.  In all cases, computing on the edge is a different paradigm that requires new ways of thinking about coding.  We're super lucky to have Jaxon on the show to share his experiences with edge computing and dive into this topic!!</p><p>00:00:23 Introduction</p><p>00:01:15 Introducing Jaxon Repp</p><p>00:01:42 What is HarperDB?</p><p>00:08:10 Edge Computing</p><p>00:10:06 What is the “Edge”</p><p>00:14:58 Jaxon’s history with Edge Computing and HarperDB</p><p>00:22:35 Edge Computing in everyday life</p><p>00:26:12 Tesla AI and data</p><p>00:28:09 Edge Computing in the oil industry</p><p>00:35:23 Docker containers</p><p>00:42:33 Databases</p><p>00:48:29 Data Conflicts</p><p>00:55:43 HarperDB for personal use</p><p>01:00:00 MeteorJS</p><p>01:02:29 Netflix, as an example</p><p>01:06:19 The speed of edge computing</p><p>01:08:43 HarperDB’s work environment and <em>who </em>is Harper?</p><p>01:10:30 The Great Debate</p><p>01:12:17 Career opportunities in HarperDB</p><p>01:18:56 Quantum computing</p><p>01:21:22 Reach HarperDB</p><p>01:23:53 Raspberry Pi and HarperDB home applications</p><p>01:27:20 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Companies</p><ul>
<li>HarperDB <a href="https://harperdb.io/">https://harperdb.io/</a>
</li>
<li>MeteorJS <a href="https://www.meteor.com/">https://www.meteor.com/</a>
</li>
</ul><p><br></p><p>Tools</p><p><br></p><ul>
<li>Raspberry Pi <a href="https://www.raspberrypi.org/">https://www.raspberrypi.org/</a>
</li>
<li>Docker <a href="https://www.docker.com/">https://www.docker.com/</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>What is "The Edge"?  The answer is that it means different things to different people, but it always involves lifting logic, data, and processing load off of your backend servers and onto other machines.  Sometimes those machines are spread out over many small datacenters, or sometimes they are in the hands of your customers.  In all cases, computing on the edge is a different paradigm that requires new ways of thinking about coding.  We're super lucky to have Jaxon on the show to share his experiences with edge computing and dive into this topic!!</p><p>00:00:23 Introduction</p><p>00:01:15 Introducing Jaxon Repp</p><p>00:01:42 What is HarperDB?</p><p>00:08:10 Edge Computing</p><p>00:10:06 What is the “Edge”</p><p>00:14:58 Jaxon’s history with Edge Computing and HarperDB</p><p>00:22:35 Edge Computing in everyday life</p><p>00:26:12 Tesla AI and data</p><p>00:28:09 Edge Computing in the oil industry</p><p>00:35:23 Docker containers</p><p>00:42:33 Databases</p><p>00:48:29 Data Conflicts</p><p>00:55:43 HarperDB for personal use</p><p>01:00:00 MeteorJS</p><p>01:02:29 Netflix, as an example</p><p>01:06:19 The speed of edge computing</p><p>01:08:43 HarperDB’s work environment and <em>who </em>is Harper?</p><p>01:10:30 The Great Debate</p><p>01:12:17 Career opportunities in HarperDB</p><p>01:18:56 Quantum computing</p><p>01:21:22 Reach HarperDB</p><p>01:23:53 Raspberry Pi and HarperDB home applications</p><p>01:27:20 Farewells</p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Companies</p><ul>
<li>HarperDB <a href="https://harperdb.io/">https://harperdb.io/</a>
</li>
<li>MeteorJS <a href="https://www.meteor.com/">https://www.meteor.com/</a>
</li>
</ul><p><br></p><p>Tools</p><p><br></p><ul>
<li>Raspberry Pi <a href="https://www.raspberrypi.org/">https://www.raspberrypi.org/</a>
</li>
<li>Docker <a href="https://www.docker.com/">https://www.docker.com/</a>
</li>
</ul><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 22 Oct 2021 15:18:45 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci, with Jaxon Repp</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/3e22c3e3/c41a1329.mp3" length="176993901" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci, with Jaxon Repp</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5324</itunes:duration>
      <itunes:summary>What is "The Edge"?  The answer is that it means different things to different people, but it always involves lifting logic, data, and processing load off of your backend servers and onto other machines.  Sometimes those machines are spread out over many small datacenters, or sometimes they are in the hands of your customers.  In all cases, computing on the edge is a different paradigm that requires new ways of thinking about coding.  We're super lucky to have Jaxon on the show to share his experiences with edge computing and dive into this topic!!</itunes:summary>
      <itunes:subtitle>What is "The Edge"?  The answer is that it means different things to different people, but it always involves lifting logic, data, and processing load off of your backend servers and onto other machines.  Sometimes those machines are spread out over many </itunes:subtitle>
      <itunes:keywords>edge computing</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/3e22c3e3/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>Machine Learning Embeddings with Edo Liberty</title>
      <itunes:episode>120</itunes:episode>
      <podcast:episode>120</podcast:episode>
      <itunes:title>Machine Learning Embeddings with Edo Liberty</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">e52e7e75-4352-4afc-9e2f-26ffafbf8d03</guid>
      <link>https://www.programmingthrowdown.com/2021/09/episode-120-machine-learning-embeddings.html</link>
      <description>
        <![CDATA[<p>00:00:24 Introduction<br>00:02:19 Edo's Background<br>00:08:20 What are Embeddings?<br>00:14:00 Self-Organizing Maps &amp; how humans store data<br>00:22:27 The lifecycle of a machine learning system<br>00:34:40 The weirdness of high-dimensional spaces</p><p>00:42:20 How to manage a vector database</p><p>00:47:01 Pinecone the company</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>00:00:24 Introduction<br>00:02:19 Edo's Background<br>00:08:20 What are Embeddings?<br>00:14:00 Self-Organizing Maps &amp; how humans store data<br>00:22:27 The lifecycle of a machine learning system<br>00:34:40 The weirdness of high-dimensional spaces</p><p>00:42:20 How to manage a vector database</p><p>00:47:01 Pinecone the company</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 27 Sep 2021 11:21:03 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Edo Liberty</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/560c90d3/7639467b.mp3" length="112816723" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Edo Liberty</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3593</itunes:duration>
      <itunes:summary>How can you tell if two images are similar? What about two videos, or two podcast episodes? Finding similar items in a data set is the foundation of Search, Recommendations, Spam Fighting, and many other areas of machine learning. To do this, we need some examples of images that are similar &amp;amp; not similar (called labels), and a method that can learn patterns from these examples (called a model). Today we have Edo Liberty, CEO of Pinecone, on the show to dive into how embeddings are trained and how to quickly find the similar groups of items from millions (even billions!) of examples.</itunes:summary>
      <itunes:subtitle>How can you tell if two images are similar? What about two videos, or two podcast episodes? Finding similar items in a data set is the foundation of Search, Recommendations, Spam Fighting, and many other areas of machine learning. To do this, we need some</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>The Art of Vacations</title>
      <itunes:episode>119</itunes:episode>
      <podcast:episode>119</podcast:episode>
      <itunes:title>The Art of Vacations</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">b91f27fd-f691-4fed-8d05-f4dbe8b7004d</guid>
      <link>https://www.programmingthrowdown.com/2021/09/episode-119-art-of-vacations.html</link>
      <description>
        <![CDATA[<p><strong>We are sponsored by audible! </strong><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">http://www.audibletrial.com/programmingthrowdown</a></p><p><strong>We are on Patreon!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">https://www.patreon.com/programmingthrowdown</a></p><p><strong>T-Shirts!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">http://www.cafepress.com/programmingthrowdown/13590693</a></p><p><strong>Join us on Discord!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">https://discord.gg/r4V2zpC</a></p><p>The Art of Vacations</p><p><br>Taking a good vacation is as important as getting a good night's sleep (*very important*).  It may sound silly on its face, but planning a vacation and planning around your vacation is extremely important to ensure that you are in the right headspace the rest of the year.  This is especially true in the COVID era where many of us are working from home.  In this episode, we dive into why vacations are so important, how to plan a relaxing vacation, and how to make sure that your team is supported while you are out.</p><p><br>Intro topic: <br>Virgin Galactic and Virgin Orbit and Blue Origin</p><p>News/Links:</p><ul>
<li>TextStyleBrush: Transfer of Text Aesthetics from a Single Example<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://deepai.org/publication/textstylebrush-transfer-of-text-aesthetics-from-a-single-example</a></li></ul>
</li>
<li>Berkshire Hathaway Stock Price integer overflow<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://www.theregister.com/2021/05/07/bug_warren_buffett_rollover_nasdaq/</a></li></ul>
</li>
<li>LineageOS<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://lineageos.org/</a></li></ul>
</li>
<li>Crafting Interpreters is now an actual book<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://craftinginterpreters.com/</a></li></ul>
</li>
</ul><p><br></p><p>Book of the Show</p><ul>
<li>Jason: How to lead in product management<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://amzn.to/2UcPzPK</a></li></ul>
</li>
<li>Patrick: Holy Sister (Book of the Ancestor #3) by Mark Lawrence<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://amzn.to/3fVZscn</a></li></ul>
</li>
</ul><p><br></p><p>Audible Plug http://www.audibletrial.com/programmingthrowdown</p><p><br></p><p>Patreon Plug https://www.patreon.com/programmingthrowdown?ty=h</p><p><br></p><p>Tool of the Show</p><ul>
<li>Jason: 7 Billion Humans</li>
<li>Patrick: Moss (Oculus VR, PC VR, PS VR)</li>
</ul><p><br></p><p>Topic: Vacations</p><ul>
<li>Why<ul>
<li>7 types of rest https://ideas.ted.com/the-7-types-of-rest-that-every-person-needs/</li>
<li>Gives you energy for the next crunch</li>
<li>Stepping back provides perspective</li>
<li>Preparing the team for unexpected absences</li>
</ul>
</li>
<li>Why not<ul>
<li>Can lose context</li>
<li>Missed opportunities</li>
<li>Slipped deadlines</li>
</ul>
</li>
<li>How to set up the perfect vacation<ul>
<li>Handing off responsibility</li>
<li>Documenting code</li>
<li>Decide how much to work on vacation</li>
</ul>
</li>
<li>How to be on vacation<ul>
<li>Pre-cation</li>
<li>Handling crises / unexpected events</li>
<li>Post-cation</li>
</ul>
</li>
<li>How to come back from vacation<ul>
<li>Create email filters / smart folders</li>
<li>Skim new pull requests / scrum documents</li>
<li>Review chat logs </li>
</ul>
</li>
<li>Types of vacations<ul>
<li>1-3 days: delay results</li>
<li>1-2 weeks: Deputize</li>
<li>3+ weeks: Replace</li>
</ul>
</li>
</ul><p><br>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">https://www.programmingthrowdown.com/</a></p><p><br>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">programmingthrowdown@gmail.com</a><br>You can also follow Programming Throwdown on <br><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Player.FM </a><br>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Discord</a>You can also help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Patreon</a></p><p><br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>We are sponsored by audible! </strong><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">http://www.audibletrial.com/programmingthrowdown</a></p><p><strong>We are on Patreon!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">https://www.patreon.com/programmingthrowdown</a></p><p><strong>T-Shirts!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">http://www.cafepress.com/programmingthrowdown/13590693</a></p><p><strong>Join us on Discord!</strong> <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">https://discord.gg/r4V2zpC</a></p><p>The Art of Vacations</p><p><br>Taking a good vacation is as important as getting a good night's sleep (*very important*).  It may sound silly on its face, but planning a vacation and planning around your vacation is extremely important to ensure that you are in the right headspace the rest of the year.  This is especially true in the COVID era where many of us are working from home.  In this episode, we dive into why vacations are so important, how to plan a relaxing vacation, and how to make sure that your team is supported while you are out.</p><p><br>Intro topic: <br>Virgin Galactic and Virgin Orbit and Blue Origin</p><p>News/Links:</p><ul>
<li>TextStyleBrush: Transfer of Text Aesthetics from a Single Example<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://deepai.org/publication/textstylebrush-transfer-of-text-aesthetics-from-a-single-example</a></li></ul>
</li>
<li>Berkshire Hathaway Stock Price integer overflow<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://www.theregister.com/2021/05/07/bug_warren_buffett_rollover_nasdaq/</a></li></ul>
</li>
<li>LineageOS<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://lineageos.org/</a></li></ul>
</li>
<li>Crafting Interpreters is now an actual book<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://craftinginterpreters.com/</a></li></ul>
</li>
</ul><p><br></p><p>Book of the Show</p><ul>
<li>Jason: How to lead in product management<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://amzn.to/2UcPzPK</a></li></ul>
</li>
<li>Patrick: Holy Sister (Book of the Ancestor #3) by Mark Lawrence<ul><li><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7070086157938426321#">https://amzn.to/3fVZscn</a></li></ul>
</li>
</ul><p><br></p><p>Audible Plug http://www.audibletrial.com/programmingthrowdown</p><p><br></p><p>Patreon Plug https://www.patreon.com/programmingthrowdown?ty=h</p><p><br></p><p>Tool of the Show</p><ul>
<li>Jason: 7 Billion Humans</li>
<li>Patrick: Moss (Oculus VR, PC VR, PS VR)</li>
</ul><p><br></p><p>Topic: Vacations</p><ul>
<li>Why<ul>
<li>7 types of rest https://ideas.ted.com/the-7-types-of-rest-that-every-person-needs/</li>
<li>Gives you energy for the next crunch</li>
<li>Stepping back provides perspective</li>
<li>Preparing the team for unexpected absences</li>
</ul>
</li>
<li>Why not<ul>
<li>Can lose context</li>
<li>Missed opportunities</li>
<li>Slipped deadlines</li>
</ul>
</li>
<li>How to set up the perfect vacation<ul>
<li>Handing off responsibility</li>
<li>Documenting code</li>
<li>Decide how much to work on vacation</li>
</ul>
</li>
<li>How to be on vacation<ul>
<li>Pre-cation</li>
<li>Handling crises / unexpected events</li>
<li>Post-cation</li>
</ul>
</li>
<li>How to come back from vacation<ul>
<li>Create email filters / smart folders</li>
<li>Skim new pull requests / scrum documents</li>
<li>Review chat logs </li>
</ul>
</li>
<li>Types of vacations<ul>
<li>1-3 days: delay results</li>
<li>1-2 weeks: Deputize</li>
<li>3+ weeks: Replace</li>
</ul>
</li>
</ul><p><br>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">https://www.programmingthrowdown.com/</a></p><p><br>Reach out to us via email: <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">programmingthrowdown@gmail.com</a><br>You can also follow Programming Throwdown on <br><a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Facebook</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Apple Podcasts</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Spotify</a> | <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Player.FM </a><br>Join the discussion on our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Discord</a>You can also help support Programming Throwdown through our <a href="https://www.blogger.com/blog/post/edit/4625411064190066516/7520759385761474895#">Patreon</a></p><p><br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 15 Sep 2021 15:25:32 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/0e1c58a5/e4034af1.mp3" length="173062605" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5130</itunes:duration>
      <itunes:summary>Taking a good vacation is as important as getting a good night's sleep (*very important*).  It may sound silly on its face, but planning a vacation and planning around your vacation is extremely important to ensure that you are in the right headspace the rest of the year.  This is especially true in the COVID era where many of us are working from home.  In this episode, we dive into why vacations are so important, how to plan a relaxing vacation, and how to make sure that your team is supported while you are out.</itunes:summary>
      <itunes:subtitle>Taking a good vacation is as important as getting a good night's sleep (*very important*).  It may sound silly on its face, but planning a vacation and planning around your vacation is extremely important to ensure that you are in the right headspace the </itunes:subtitle>
      <itunes:keywords>planning a vacation, working from home</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Building a Robotics Software Platform with Abhay Venkatesh</title>
      <itunes:episode>118</itunes:episode>
      <podcast:episode>118</podcast:episode>
      <itunes:title>Building a Robotics Software Platform with Abhay Venkatesh</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">b11ee1f7-5ead-428a-9f2d-693b448cd3d7</guid>
      <link>https://www.programmingthrowdown.com/2021/08/episode-118-building-robotics-software.html</link>
      <description>
        <![CDATA[<p>You’ve seen the dancing Boston Dynamics dogs, Honda’s ASIMO greeting people at malls, and the half-court-shooting robot at the Olympics, among other awe-inspiring robot stories that nowadays are getting increasingly more common. But equally fascinating, especially for us programmers, is the amount of programming and structure needed to make sure these robots work as intended. In this episode, we talk with Abhay Venkatesh, Software Engineer at Anduril Industries, about Platforms for Robotics (PFRs), and the intricacies happening inside these mechanical wonders.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:00:24 Introduction</p><p>00:01:10 Introducing Abhay Venkatesh</p><p>00:03:00 What robotics is as a field or practice</p><p>00:07:18 Platform for Robotics (PFRs)</p><p>00:10:07 OODA loop</p><p>00:12:27 What makes up a Platform for Robotics?</p><p>00:14:17 Raspberry Pi </p><p>00:15:30 Nvidia Tegra</p><p>00:17:17 Edge computing</p><p>00:19:29 Telemetry</p><p>00:22:06 Ad: SignalWire, a next-gen video collaboration platform</p><p>00:23:30 Real-time constraints and safety challenges</p><p>00:28:31 Formal verification and defensive programming</p><p>00:32:28 Operating systems in robotics</p><p>00:34:27 Nix and reproducible hermetic builds</p><p>00:37:52 Key aspects in robotics software development</p><p>00:41:14 Deployment</p><p>00:46:24 Simulation</p><p>00:48:51 Google testing pyramid </p><p>00:52:01 Actuators</p><p>00:55:27 Future of PFRs</p><p>01:02:49 Farewells</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Companies</p><ul>
<li>Anduril Industries <a href="https://www.anduril.com/">https://www.anduril.com/</a>
</li>
<li>Nvidia <a href="https://www.nvidia.com/en-us/">https://www.nvidia.com/en-us/</a>
</li>
<li>Boston Dynamics <a href="https://www.bostondynamics.com/">https://www.bostondynamics.com/</a>
</li>
</ul><p><br></p><p>Tools</p><ul>
<li>Arduino <a href="https://www.arduino.cc/">https://www.arduino.cc/</a>
</li>
<li>Raspberry Pi <a href="https://www.raspberrypi.org/">https://www.raspberrypi.org/</a>
</li>
<li>Nvidia Tegra <a href="https://developer.nvidia.com/tegra-development">https://developer.nvidia.com/tegra-development</a>
</li>
<li>NixOS <a href="https://nixos.org/">https://nixos.org/</a>
</li>
<li>Docker <a href="https://www.docker.com/">https://www.docker.com/</a>
</li>
<li>Bazel <a href="https://bazel.build/">https://bazel.build/</a>
</li>
</ul><p><br></p><p>Our sponsor for this episode is SignalWire</p><p><a href="https://signalwire.com/">https://signalwire.com/</a></p><p>Use code <strong>THROWDOWN</strong> for $25 in developer credit</p><p><br></p><p>Abhay’s website: <a href="https://abhayvenkatesh.com/">https://abhayvenkatesh.com/</a></p><p>Abhay on Twitter: <a href="https://twitter.com/AbhayVenkatesh1">https://twitter.com/AbhayVenkatesh1</a></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>You’ve seen the dancing Boston Dynamics dogs, Honda’s ASIMO greeting people at malls, and the half-court-shooting robot at the Olympics, among other awe-inspiring robot stories that nowadays are getting increasingly more common. But equally fascinating, especially for us programmers, is the amount of programming and structure needed to make sure these robots work as intended. In this episode, we talk with Abhay Venkatesh, Software Engineer at Anduril Industries, about Platforms for Robotics (PFRs), and the intricacies happening inside these mechanical wonders.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:00:24 Introduction</p><p>00:01:10 Introducing Abhay Venkatesh</p><p>00:03:00 What robotics is as a field or practice</p><p>00:07:18 Platform for Robotics (PFRs)</p><p>00:10:07 OODA loop</p><p>00:12:27 What makes up a Platform for Robotics?</p><p>00:14:17 Raspberry Pi </p><p>00:15:30 Nvidia Tegra</p><p>00:17:17 Edge computing</p><p>00:19:29 Telemetry</p><p>00:22:06 Ad: SignalWire, a next-gen video collaboration platform</p><p>00:23:30 Real-time constraints and safety challenges</p><p>00:28:31 Formal verification and defensive programming</p><p>00:32:28 Operating systems in robotics</p><p>00:34:27 Nix and reproducible hermetic builds</p><p>00:37:52 Key aspects in robotics software development</p><p>00:41:14 Deployment</p><p>00:46:24 Simulation</p><p>00:48:51 Google testing pyramid </p><p>00:52:01 Actuators</p><p>00:55:27 Future of PFRs</p><p>01:02:49 Farewells</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Companies</p><ul>
<li>Anduril Industries <a href="https://www.anduril.com/">https://www.anduril.com/</a>
</li>
<li>Nvidia <a href="https://www.nvidia.com/en-us/">https://www.nvidia.com/en-us/</a>
</li>
<li>Boston Dynamics <a href="https://www.bostondynamics.com/">https://www.bostondynamics.com/</a>
</li>
</ul><p><br></p><p>Tools</p><ul>
<li>Arduino <a href="https://www.arduino.cc/">https://www.arduino.cc/</a>
</li>
<li>Raspberry Pi <a href="https://www.raspberrypi.org/">https://www.raspberrypi.org/</a>
</li>
<li>Nvidia Tegra <a href="https://developer.nvidia.com/tegra-development">https://developer.nvidia.com/tegra-development</a>
</li>
<li>NixOS <a href="https://nixos.org/">https://nixos.org/</a>
</li>
<li>Docker <a href="https://www.docker.com/">https://www.docker.com/</a>
</li>
<li>Bazel <a href="https://bazel.build/">https://bazel.build/</a>
</li>
</ul><p><br></p><p>Our sponsor for this episode is SignalWire</p><p><a href="https://signalwire.com/">https://signalwire.com/</a></p><p>Use code <strong>THROWDOWN</strong> for $25 in developer credit</p><p><br></p><p>Abhay’s website: <a href="https://abhayvenkatesh.com/">https://abhayvenkatesh.com/</a></p><p>Abhay on Twitter: <a href="https://twitter.com/AbhayVenkatesh1">https://twitter.com/AbhayVenkatesh1</a></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>Help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 23 Aug 2021 15:41:38 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci, with Abhay Venkatesh</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/3322cd85/99cf644b.mp3" length="132479089" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci, with Abhay Venkatesh</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3865</itunes:duration>
      <itunes:summary>You’ve seen the dancing Boston Dynamics dogs, Honda’s ASIMO greeting people at malls, and the half-court-shooting robot at the Olympics, among other awe-inspiring robot stories that nowadays are getting increasingly more common. But equally fascinating, especially for us programmers, is the amount of programming and structure needed to make sure these robots work as intended. In this episode, we talk with Abhay Venkatesh, Software Engineer at Anduril Industries, about Platforms for Robotics (PFRs), and the intricacies happening inside these mechanical wonders.
</itunes:summary>
      <itunes:subtitle>You’ve seen the dancing Boston Dynamics dogs, Honda’s ASIMO greeting people at malls, and the half-court-shooting robot at the Olympics, among other awe-inspiring robot stories that nowadays are getting increasingly more common. But equally fascinating, e</itunes:subtitle>
      <itunes:keywords>Robotics, Software Platforms, Learn to code</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/3322cd85/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>117 - Authentication with Aviad Mizrachi</title>
      <itunes:episode>117</itunes:episode>
      <podcast:episode>117</podcast:episode>
      <itunes:title>117 - Authentication with Aviad Mizrachi</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">094c94bb-cc27-458c-aa57-8765c14b7cce</guid>
      <link>https://www.programmingthrowdown.com/2021/08/episode-117-authentication-with-aviad.html</link>
      <description>
        <![CDATA[<p><strong>Brief Summary:</strong></p><p><br></p><p>Authentication has become a necessity in a digital world that’s ever-increasing in complexity. What can you do to arm yourself against the constant threat of data breaches and hacks? In this episode Jason sits down with Aviad Mizrachi, CTO and Co-Founder of Frontegg, to give us valuable insight into how Authentication works, and how these help you become more defensible against attacks.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:00:24 Introduction</p><p>00:01:10 Introducing Aviad Mizrachi</p><p>00:04:36 The login</p><p>00:06:32 The many intricacies of Authentication</p><p>00:10:25 How are passwords sent to servers?</p><p>00:11:26 Query param</p><p>00:16:59 Multi-factor authorization (MFA)</p><p>00:20:11 Time-based One-Time Password (TOTP)</p><p>00:28:05 Single Sign-on (SSO) Cross-site scripting</p><p>00:33:38 Ad: SignalWire, a next-gen video collaboration platform</p><p>00:35:03 Session tokens</p><p>00:36:36 Cross-site scripting (XSS)</p><p>00:39:24 JSON web tokens (JWTs)</p><p>00:41:24 Difference between session token and refresh token</p><p>00:49:33 More about Frontegg, Aviad’s company</p><p>00:54:14 SQL injection attack</p><p>00:56:11 Auditing and audit logs</p><p>00:59:42 Authentication in mobile apps</p><p>01:00:50 Frontegg hiring and intern opportunities</p><p>01:05:22 Frontegg product offerings</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools</p><ul>
<li>Frontegg <a href="https://frontegg.com/">https://frontegg.com/</a>
</li>
<li>TypeScript <a href="https://www.typescriptlang.org/">https://www.typescriptlang.org/</a>
</li>
<li>Angular <a href="https://angular.io/guide/architecture">https://angular.io/guide/architecture</a>
</li>
<li>Microsoft Identity and Access Management <a href="https://www.microsoft.com/en-ww/security/business/identity-access-management">https://www.microsoft.com/en-ww/security/business/identity-access-management</a>
</li>
<li>Google Identity <a href="https://developers.google.com/identity">https://developers.google.com/identity</a>
</li>
<li>Okta <a href="https://www.okta.com/">https://www.okta.com/</a>
</li>
</ul><p><br></p><p>Articles:</p><ul><li>How Twitter CEO Jack Dorsey's Account Was Hacked <a href="https://www.wired.com/story/jack-dorsey-twitter-hacked/">https://www.wired.com/story/jack-dorsey-twitter-hacked/</a>
</li></ul><p><br></p><p>Our sponsor for this episode is SignalWire</p><p><a href="https://signalwire.com/">https://signalwire.com/</a></p><p><br></p><p>You can reach Aviad on:</p><p><a href="https://www.linkedin.com/in/aviad-mizrachi">LinkedIn</a> | <a href="https://github.com/aviadmizrachi">GitHub</a></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p><strong>Brief Summary:</strong></p><p><br></p><p>Authentication has become a necessity in a digital world that’s ever-increasing in complexity. What can you do to arm yourself against the constant threat of data breaches and hacks? In this episode Jason sits down with Aviad Mizrachi, CTO and Co-Founder of Frontegg, to give us valuable insight into how Authentication works, and how these help you become more defensible against attacks.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:00:24 Introduction</p><p>00:01:10 Introducing Aviad Mizrachi</p><p>00:04:36 The login</p><p>00:06:32 The many intricacies of Authentication</p><p>00:10:25 How are passwords sent to servers?</p><p>00:11:26 Query param</p><p>00:16:59 Multi-factor authorization (MFA)</p><p>00:20:11 Time-based One-Time Password (TOTP)</p><p>00:28:05 Single Sign-on (SSO) Cross-site scripting</p><p>00:33:38 Ad: SignalWire, a next-gen video collaboration platform</p><p>00:35:03 Session tokens</p><p>00:36:36 Cross-site scripting (XSS)</p><p>00:39:24 JSON web tokens (JWTs)</p><p>00:41:24 Difference between session token and refresh token</p><p>00:49:33 More about Frontegg, Aviad’s company</p><p>00:54:14 SQL injection attack</p><p>00:56:11 Auditing and audit logs</p><p>00:59:42 Authentication in mobile apps</p><p>01:00:50 Frontegg hiring and intern opportunities</p><p>01:05:22 Frontegg product offerings</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools</p><ul>
<li>Frontegg <a href="https://frontegg.com/">https://frontegg.com/</a>
</li>
<li>TypeScript <a href="https://www.typescriptlang.org/">https://www.typescriptlang.org/</a>
</li>
<li>Angular <a href="https://angular.io/guide/architecture">https://angular.io/guide/architecture</a>
</li>
<li>Microsoft Identity and Access Management <a href="https://www.microsoft.com/en-ww/security/business/identity-access-management">https://www.microsoft.com/en-ww/security/business/identity-access-management</a>
</li>
<li>Google Identity <a href="https://developers.google.com/identity">https://developers.google.com/identity</a>
</li>
<li>Okta <a href="https://www.okta.com/">https://www.okta.com/</a>
</li>
</ul><p><br></p><p>Articles:</p><ul><li>How Twitter CEO Jack Dorsey's Account Was Hacked <a href="https://www.wired.com/story/jack-dorsey-twitter-hacked/">https://www.wired.com/story/jack-dorsey-twitter-hacked/</a>
</li></ul><p><br></p><p>Our sponsor for this episode is SignalWire</p><p><a href="https://signalwire.com/">https://signalwire.com/</a></p><p><br></p><p>You can reach Aviad on:</p><p><a href="https://www.linkedin.com/in/aviad-mizrachi">LinkedIn</a> | <a href="https://github.com/aviadmizrachi">GitHub</a></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 09 Aug 2021 21:26:09 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Aviad Mizrachi</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/4118e01f/122e58b3.mp3" length="141731092" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Aviad Mizrachi</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4501</itunes:duration>
      <itunes:summary>Authentication has become a necessity in a digital world that’s ever-increasing in complexity. What can you do to arm yourself against the constant threat of data breaches and hacks? In this episode Jason sits down with Aviad Mizrachi, CTO and Co-Founder of Frontegg, to give us valuable insight into how Authentication works, and how these help you become more defensible against attacks.
</itunes:summary>
      <itunes:subtitle>Authentication has become a necessity in a digital world that’s ever-increasing in complexity. What can you do to arm yourself against the constant threat of data breaches and hacks? In this episode Jason sits down with Aviad Mizrachi, CTO and Co-Founder </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/4118e01f/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>Hash Maps</title>
      <itunes:episode>116</itunes:episode>
      <podcast:episode>116</podcast:episode>
      <itunes:title>Hash Maps</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">c0782d1c-e9ff-44bc-ab44-811c72aefcb9</guid>
      <link>https://www.programmingthrowdown.com/2021/08/episode-116-hash-maps.html</link>
      <description>
        <![CDATA[<p>In this duo episode, Jason and Patrick introduce us to the world of hash maps, from buckets and hash functions, to differences between open and closed addressing, to minimal perfect hashes and locality sensitive hashing. A familiarity with hash maps is an oft-overlooked but highly sought-after skill, and it can be a valuable asset for those eyeing a career in programming.</p><p><br></p><p>Along with the main topic, Jason and Patrick also talk about some of their latest interests: books, gadgets, tools and games.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:01:27 Playing games with Oculus Quest: Acron, Racket: Nx, Gorn, Superhot </p><p>00:11:05 News: “I Made a Water Computer” by Steve Mould</p><p>00:14:56 colinfurze</p><p>00:15:52 News: Comprehensive guide to Attention Mechanisms</p><p>00:21:53 News: Starship SN15</p><p>00:25:18 News: MailSync now Open source (GPL)</p><p>00:28:34 Jason’s Book of the Show: Elon Musk</p><p>00:32:04 Patrick’s Book of the Show: Ready Player Two</p><p>00:33:40 Jason’s Tool of the Show: Datadog</p><p>00:38:44 Patrick’s Tool of the Show: I Expect You to Die	</p><p>00:40:30 Escape rooms</p><p>00:45:39 Sudoku</p><p>00:48:35 Hash maps: the promise and idea</p><p>00:50:59 Hash Functions</p><p>00:52:34 Examples of hash functions: Cryptographically Secure and Non-Crypto</p><p>01:01:05 Load Factors</p><p>01:03:43 Open vs Closed Addressing</p><p>01:15:10 Minimal Perfect Hash	</p><p>01:16:25 salts</p><p>01:19:00 Locality Sensitive Hashing</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools</p><ul>
<li>Mailsync <a href="http://mailsync.sourceforge.net/">http://mailsync.sourceforge.net/</a>
</li>
<li>Mailspring <a href="https://getmailspring.com/">https://getmailspring.com/</a>
</li>
<li>Datadog <a href="https://www.datadoghq.com/">https://www.datadoghq.com/</a>
</li>
<li>SHA <a href="https://en.wikipedia.org/wiki/Secure_Hash_Algorithms">https://en.wikipedia.org/wiki/Secure_Hash_Algorithms</a>
</li>
<li>MD5 <a href="https://en.wikipedia.org/wiki/MD5">https://en.wikipedia.org/wiki/MD5</a>
</li>
<li>MurmurHash <a href="https://github.com/aappleby/smhashera">https://github.com/aappleby/smhashera</a>
</li>
<li>xxHash <a href="https://cyan4973.github.io/xxHash/">https://cyan4973.github.io/xxHash/</a>
</li>
<li>MapReduce <a href="https://www.ibm.com/analytics/hadoop/mapreduce">https://www.ibm.com/analytics/hadoop/mapreduce</a>
</li>
</ul><p><br></p><p>Books</p><ul>
<li>Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future by Ashlee Vance </li>
<li>Ready Player Two by Ernest Cline</li>
</ul><p><br></p><p>Gadgets</p><ul>
<li>Oculus Quest 2 <a href="https://www.oculus.com/quest-2/">https://www.oculus.com/quest-2/</a>
</li>
<li>Oculus Link <a href="https://www.oculus.com/accessories/oculus-link/">https://www.oculus.com/accessories/oculus-link/</a>
</li>
</ul><p><br></p><p>Games</p><ul>
<li>Acron: Attack of the Squirrels! <a href="https://www.resolutiongames.com/acron">https://www.resolutiongames.com/acron</a>
</li>
<li>Racket: Nx <a href="https://www.oculus.com/experiences/quest/2255408847836468/">https://www.oculus.com/experiences/quest/2255408847836468</a>
</li>
<li>Gorn <a href="https://www.oculus.com/experiences/quest/3349689215139117/?locale=en_US">https://www.oculus.com/experiences/quest/3349689215139117</a>
</li>
<li>Superhot <a href="https://www.oculus.com/experiences/quest/1921533091289407/?locale=en_US">https://www.oculus.com/experiences/quest/1921533091289407</a>
</li>
<li>I Expect You to Die <a href="https://www.oculus.com/experiences/quest/1987283631365460/?locale=en_US">https://www.oculus.com/experiences/quest/1987283631365460</a>
</li>
<li>The Legend of Zelda: Breath of the WIld <a href="https://www.zelda.com/breath-of-the-wild/">https://www.zelda.com/breath-of-the-wild/</a>
</li>
</ul><p><br></p><p>Videos:</p><ul>
<li>I Made A Water Computer And It Actually Works <a href="https://www.youtube.com/watch?v=IxXaizglscw">https://www.youtube.com/watch?v=IxXaizglscw</a>
</li>
<li>colinfurze YouTube channel <a href="https://www.youtube.com/user/colinfurze">https://www.youtube.com/user/colinfurze</a>
</li>
</ul><p><br></p><p>Articles:</p><ul>
<li>Comprehensive guide to Attention Mechanisms <a href="https://www.analyticsvidhya.com/blog/2019/11/comprehensive-guide-attention-mechanism-deep-learning/">https://www.analyticsvidhya.com/blog/2019/11/comprehensive-guide-attention-mechanism-deep-learning/</a>
</li>
<li>Starship SN15 <a href="https://www.space.com/spacex-starship-sn15-launch-landing-success">https://www.space.com/spacex-starship-sn15-launch-landing-success</a>
</li>
<li>MailSync is now Open Source (GPL) <a href="https://community.getmailspring.com/t/a-free-open-source-future-for-mailspring/484">https://community.getmailspring.com/t/a-free-open-source-future-for-mailspring/484</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this duo episode, Jason and Patrick introduce us to the world of hash maps, from buckets and hash functions, to differences between open and closed addressing, to minimal perfect hashes and locality sensitive hashing. A familiarity with hash maps is an oft-overlooked but highly sought-after skill, and it can be a valuable asset for those eyeing a career in programming.</p><p><br></p><p>Along with the main topic, Jason and Patrick also talk about some of their latest interests: books, gadgets, tools and games.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:01:27 Playing games with Oculus Quest: Acron, Racket: Nx, Gorn, Superhot </p><p>00:11:05 News: “I Made a Water Computer” by Steve Mould</p><p>00:14:56 colinfurze</p><p>00:15:52 News: Comprehensive guide to Attention Mechanisms</p><p>00:21:53 News: Starship SN15</p><p>00:25:18 News: MailSync now Open source (GPL)</p><p>00:28:34 Jason’s Book of the Show: Elon Musk</p><p>00:32:04 Patrick’s Book of the Show: Ready Player Two</p><p>00:33:40 Jason’s Tool of the Show: Datadog</p><p>00:38:44 Patrick’s Tool of the Show: I Expect You to Die	</p><p>00:40:30 Escape rooms</p><p>00:45:39 Sudoku</p><p>00:48:35 Hash maps: the promise and idea</p><p>00:50:59 Hash Functions</p><p>00:52:34 Examples of hash functions: Cryptographically Secure and Non-Crypto</p><p>01:01:05 Load Factors</p><p>01:03:43 Open vs Closed Addressing</p><p>01:15:10 Minimal Perfect Hash	</p><p>01:16:25 salts</p><p>01:19:00 Locality Sensitive Hashing</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools</p><ul>
<li>Mailsync <a href="http://mailsync.sourceforge.net/">http://mailsync.sourceforge.net/</a>
</li>
<li>Mailspring <a href="https://getmailspring.com/">https://getmailspring.com/</a>
</li>
<li>Datadog <a href="https://www.datadoghq.com/">https://www.datadoghq.com/</a>
</li>
<li>SHA <a href="https://en.wikipedia.org/wiki/Secure_Hash_Algorithms">https://en.wikipedia.org/wiki/Secure_Hash_Algorithms</a>
</li>
<li>MD5 <a href="https://en.wikipedia.org/wiki/MD5">https://en.wikipedia.org/wiki/MD5</a>
</li>
<li>MurmurHash <a href="https://github.com/aappleby/smhashera">https://github.com/aappleby/smhashera</a>
</li>
<li>xxHash <a href="https://cyan4973.github.io/xxHash/">https://cyan4973.github.io/xxHash/</a>
</li>
<li>MapReduce <a href="https://www.ibm.com/analytics/hadoop/mapreduce">https://www.ibm.com/analytics/hadoop/mapreduce</a>
</li>
</ul><p><br></p><p>Books</p><ul>
<li>Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future by Ashlee Vance </li>
<li>Ready Player Two by Ernest Cline</li>
</ul><p><br></p><p>Gadgets</p><ul>
<li>Oculus Quest 2 <a href="https://www.oculus.com/quest-2/">https://www.oculus.com/quest-2/</a>
</li>
<li>Oculus Link <a href="https://www.oculus.com/accessories/oculus-link/">https://www.oculus.com/accessories/oculus-link/</a>
</li>
</ul><p><br></p><p>Games</p><ul>
<li>Acron: Attack of the Squirrels! <a href="https://www.resolutiongames.com/acron">https://www.resolutiongames.com/acron</a>
</li>
<li>Racket: Nx <a href="https://www.oculus.com/experiences/quest/2255408847836468/">https://www.oculus.com/experiences/quest/2255408847836468</a>
</li>
<li>Gorn <a href="https://www.oculus.com/experiences/quest/3349689215139117/?locale=en_US">https://www.oculus.com/experiences/quest/3349689215139117</a>
</li>
<li>Superhot <a href="https://www.oculus.com/experiences/quest/1921533091289407/?locale=en_US">https://www.oculus.com/experiences/quest/1921533091289407</a>
</li>
<li>I Expect You to Die <a href="https://www.oculus.com/experiences/quest/1987283631365460/?locale=en_US">https://www.oculus.com/experiences/quest/1987283631365460</a>
</li>
<li>The Legend of Zelda: Breath of the WIld <a href="https://www.zelda.com/breath-of-the-wild/">https://www.zelda.com/breath-of-the-wild/</a>
</li>
</ul><p><br></p><p>Videos:</p><ul>
<li>I Made A Water Computer And It Actually Works <a href="https://www.youtube.com/watch?v=IxXaizglscw">https://www.youtube.com/watch?v=IxXaizglscw</a>
</li>
<li>colinfurze YouTube channel <a href="https://www.youtube.com/user/colinfurze">https://www.youtube.com/user/colinfurze</a>
</li>
</ul><p><br></p><p>Articles:</p><ul>
<li>Comprehensive guide to Attention Mechanisms <a href="https://www.analyticsvidhya.com/blog/2019/11/comprehensive-guide-attention-mechanism-deep-learning/">https://www.analyticsvidhya.com/blog/2019/11/comprehensive-guide-attention-mechanism-deep-learning/</a>
</li>
<li>Starship SN15 <a href="https://www.space.com/spacex-starship-sn15-launch-landing-success">https://www.space.com/spacex-starship-sn15-launch-landing-success</a>
</li>
<li>MailSync is now Open Source (GPL) <a href="https://community.getmailspring.com/t/a-free-open-source-future-for-mailspring/484">https://community.getmailspring.com/t/a-free-open-source-future-for-mailspring/484</a>
</li>
</ul><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: <a href="mailto:programmingthrowdown@gmail.com">programmingthrowdown@gmail.com</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 04 Aug 2021 08:26:56 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/4df77418/710ed29c.mp3" length="163800311" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4949</itunes:duration>
      <itunes:summary>What are hash maps, and when do you need them? What are examples of hash functions? And can you bring a water calculator to your SATs? </itunes:summary>
      <itunes:subtitle>What are hash maps, and when do you need them? What are examples of hash functions? And can you bring a water calculator to your SATs? </itunes:subtitle>
      <itunes:keywords>Hash Maps, Learn to code, software engineering</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
      <podcast:transcript url="https://share.transistor.fm/s/4df77418/transcript.txt" type="text/plain"/>
    </item>
    <item>
      <title>Route Planning with Parker Woodward</title>
      <itunes:episode>115</itunes:episode>
      <podcast:episode>115</podcast:episode>
      <itunes:title>Route Planning with Parker Woodward</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">0b5e5727-6569-4185-b08f-5414b76005ff</guid>
      <link>https://www.programmingthrowdown.com/2021/07/episode-115-route-planning-with-parker.html</link>
      <description>
        <![CDATA[<p>Ever wondered how route planning apps, well, plan routes? In this episode, we navigate through this fascinating topic, a field as data-driven and systemic as it is magical and compelling. </p><p><br></p><p>Joining us is Parker Woodward, Route Expert and Marketing Director for Route4Me. We discuss how route planning works, the intricacies behind it, and how services like Route4Me perform complex balancing acts between machine learning and user-generated feedback.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:00:23 Introducing Parker</p><p>00:01:54 Becoming a Route Expert</p><p>00:04:22 Getting started through smaller startups</p><p>00:12:41 Leveraging technology for the greater good</p><p>00:14:36 The magic of route planning</p><p>00:23:30 Homomorphism and satisfiability</p><p>00:31:18 Geocoding</p><p>00:33:06 User-generated feedback</p><p>00:37:08 Importance of statistics knowledge</p><p>00:39:34 The degree of automation in route planning</p><p>00:42:54 Inverse decision-making</p><p>00:48:47 Operations Research</p><p>00:53:42 Dwarf Fortress</p><p>00:56:40 US vs European routes</p><p>00:57:51 What Route4Me does</p><p>01:05:38 Working at Route4Me</p><p>01:10:26 Route4Me API</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools</p><ul>
<li>Route4Me <a href="https://route4me.com/">https://route4me.com</a>
</li>
<li>Route4Me API <a href="https://route4me.io/">https://route4me.io</a>
</li>
<li>Waze <a href="https://www.waze.com/">https://www.waze.com</a>
</li>
<li>Google Maps <a href="https://www.google.com/maps">https://www.google.com/maps</a>
</li>
<li>OpenStreetMap <a href="https://www.openstreetmap.org">https://www.openstreetmap.org</a>
</li>
<li>MapQuest <a href="https://www.mapquest.com/">https://www.mapquest.com</a>
</li>
<li>DeepMind <a href="https://deepmind.com/">https://deepmind.com</a>
</li>
</ul><p><br></p><p>Books</p><ul><li>Sapiens by Yuval Noah Harari</li></ul><p><br></p><p>Games</p><ul><li>Dwarf Fortress <a href="http://www.bay12games.com/dwarves/">http://www.bay12games.com/dwarves/</a>
</li></ul><p><br></p><p>Links</p><ul>
<li>Waymo <a href="https://waymo.com/">https://waymo.com/</a>
</li>
<li>Upwork <a href="https://www.upwork.com/">https://www.upwork.com/</a>
</li>
</ul><p><br></p><p>Reach out to Parker via email: parker@routeforme.com</p><p>Catch Parker on <a href="https://www.linkedin.com/in/parkerwoodward/">LinkedIn</a></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: programmingthrowdown@gmail.com</p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Ever wondered how route planning apps, well, plan routes? In this episode, we navigate through this fascinating topic, a field as data-driven and systemic as it is magical and compelling. </p><p><br></p><p>Joining us is Parker Woodward, Route Expert and Marketing Director for Route4Me. We discuss how route planning works, the intricacies behind it, and how services like Route4Me perform complex balancing acts between machine learning and user-generated feedback.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:00:23 Introducing Parker</p><p>00:01:54 Becoming a Route Expert</p><p>00:04:22 Getting started through smaller startups</p><p>00:12:41 Leveraging technology for the greater good</p><p>00:14:36 The magic of route planning</p><p>00:23:30 Homomorphism and satisfiability</p><p>00:31:18 Geocoding</p><p>00:33:06 User-generated feedback</p><p>00:37:08 Importance of statistics knowledge</p><p>00:39:34 The degree of automation in route planning</p><p>00:42:54 Inverse decision-making</p><p>00:48:47 Operations Research</p><p>00:53:42 Dwarf Fortress</p><p>00:56:40 US vs European routes</p><p>00:57:51 What Route4Me does</p><p>01:05:38 Working at Route4Me</p><p>01:10:26 Route4Me API</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools</p><ul>
<li>Route4Me <a href="https://route4me.com/">https://route4me.com</a>
</li>
<li>Route4Me API <a href="https://route4me.io/">https://route4me.io</a>
</li>
<li>Waze <a href="https://www.waze.com/">https://www.waze.com</a>
</li>
<li>Google Maps <a href="https://www.google.com/maps">https://www.google.com/maps</a>
</li>
<li>OpenStreetMap <a href="https://www.openstreetmap.org">https://www.openstreetmap.org</a>
</li>
<li>MapQuest <a href="https://www.mapquest.com/">https://www.mapquest.com</a>
</li>
<li>DeepMind <a href="https://deepmind.com/">https://deepmind.com</a>
</li>
</ul><p><br></p><p>Books</p><ul><li>Sapiens by Yuval Noah Harari</li></ul><p><br></p><p>Games</p><ul><li>Dwarf Fortress <a href="http://www.bay12games.com/dwarves/">http://www.bay12games.com/dwarves/</a>
</li></ul><p><br></p><p>Links</p><ul>
<li>Waymo <a href="https://waymo.com/">https://waymo.com/</a>
</li>
<li>Upwork <a href="https://www.upwork.com/">https://www.upwork.com/</a>
</li>
</ul><p><br></p><p>Reach out to Parker via email: parker@routeforme.com</p><p>Catch Parker on <a href="https://www.linkedin.com/in/parkerwoodward/">LinkedIn</a></p><p><br></p><p>If you’ve enjoyed this episode, you can listen to more on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>Reach out to us via email: programmingthrowdown@gmail.com</p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>Join the discussion on our <a href="https://discord.com/invite/r4V2zpC">Discord</a></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 07 Jul 2021 12:08:21 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/283dafdd/f6b075ca.mp3" length="153084503" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4554</itunes:duration>
      <itunes:summary>Ever wondered how route planning apps, well, plan routes? In this episode, we navigate through this fascinating topic, a field as data-driven and systemic as it is magical and compelling. 

Joining us is Parker Woodward, Route Expert and Marketing Director for Route4Me. We discuss how route planning works, the intricacies behind it, and how services like Route4Me perform complex balancing acts between machine learning and user-generated feedback.
</itunes:summary>
      <itunes:subtitle>Ever wondered how route planning apps, well, plan routes? In this episode, we navigate through this fascinating topic, a field as data-driven and systemic as it is magical and compelling. 

Joining us is Parker Woodward, Route Expert and Marketing Direc</itunes:subtitle>
      <itunes:keywords>Route Planning, Algorithms</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Code Documentation with Omer Rosenbaum and Tim Post</title>
      <itunes:episode>114</itunes:episode>
      <podcast:episode>114</podcast:episode>
      <itunes:title>Code Documentation with Omer Rosenbaum and Tim Post</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">d7531e46-d6ab-42ab-a007-a6068d6dd5a4</guid>
      <link>https://www.programmingthrowdown.com/2021/06/episode-114-code-documentation-with.html</link>
      <description>
        <![CDATA[<p>What makes for good documentation? In this episode, we dive into one of the most important yet overlooked facets of coding. With us are Omer Rosenbaum and Tim Post of Swimm.io. Swimm is an app that allows you to create docs coupled with your code, which are auto-synced and integrated into your workflow. It makes for much more efficient, elegant, and accessible documentation. </p><p><br></p><p>Omer is the CTO of Swimm, and Tim is Principal Development Relations and User Advocate. They are the experts who will guide us through good code documentation practices and tools, as well as share some fascinating real-life examples and stories.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:01:20 Introducing Omer and Tim</p><p>00:03:28 Omer: learning tech while in the military</p><p>00:06:36 Israel Tech Challenge</p><p>00:08:32 Impostor Syndrome</p><p>00:12:15 Tim: the consulting career route</p><p>00:18:15 Stack Overflow elected moderator</p><p>00:20:59 ZFS and Btrfs </p><p>00:22:49 What is good code documentation?</p><p>00:34:48 Documentation and remote work</p><p>00:36:99 Good practices</p><p>00:40:37 Code comments</p><p>00:45:20 How to write documentation</p><p>00:46:59 Signs of bad code documentation</p><p>00:48:05 Swimm overview</p><p>00:53:21 PyTorch documentation</p><p>00:54:45 PHP documentation</p><p>00:56:34 Swimm’s CLI tools</p><p>01:01:16 Code documentation horror stories</p><p>01:07:26 Swimm offers for open-source projects and enterprises</p><p>01:13:47 Working at Swimm</p><p>01:19:54 The value of remote work</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools</p><ul>
<li>Swimm <a href="https://swimm.io/">https://swimm.io/</a>
</li>
<li>ReiserFS <a href="https://en.wikipedia.org/wiki/ReiserFS">https://en.wikipedia.org/wiki/ReiserFS</a>
</li>
<li>PyTorch <a href="https://pytorch.org/docs/stable/index.html">https://pytorch.org/docs/stable/index.html</a>
</li>
<li>Electron <a href="https://www.electronjs.org/">https://www.electronjs.org/</a>
</li>
<li>Git <a href="https://git-scm.com/">https://git-scm.com/</a>
</li>
<li>Stack Overflow <a href="https://stackoverflow.com/">https://stackoverflow.com/</a>
</li>
</ul><p><br></p><p>Catch Swimm on:</p><p><a href="https://twitter.com/swimm_io">Twitter</a> | <a href="https://www.facebook.com/Swimm.io/">Facebook</a> | <a href="https://il.linkedin.com/company/swimm-io?trk=organization-update_share-update_actor-text">LinkedIn</a></p><p><br></p><p>If you’ve enjoyed this podcast, you can listen to more programming news and updates like this one on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a>, or send us an email at programmingthrowdown@gmail.com.</p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a>.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>What makes for good documentation? In this episode, we dive into one of the most important yet overlooked facets of coding. With us are Omer Rosenbaum and Tim Post of Swimm.io. Swimm is an app that allows you to create docs coupled with your code, which are auto-synced and integrated into your workflow. It makes for much more efficient, elegant, and accessible documentation. </p><p><br></p><p>Omer is the CTO of Swimm, and Tim is Principal Development Relations and User Advocate. They are the experts who will guide us through good code documentation practices and tools, as well as share some fascinating real-life examples and stories.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:01:20 Introducing Omer and Tim</p><p>00:03:28 Omer: learning tech while in the military</p><p>00:06:36 Israel Tech Challenge</p><p>00:08:32 Impostor Syndrome</p><p>00:12:15 Tim: the consulting career route</p><p>00:18:15 Stack Overflow elected moderator</p><p>00:20:59 ZFS and Btrfs </p><p>00:22:49 What is good code documentation?</p><p>00:34:48 Documentation and remote work</p><p>00:36:99 Good practices</p><p>00:40:37 Code comments</p><p>00:45:20 How to write documentation</p><p>00:46:59 Signs of bad code documentation</p><p>00:48:05 Swimm overview</p><p>00:53:21 PyTorch documentation</p><p>00:54:45 PHP documentation</p><p>00:56:34 Swimm’s CLI tools</p><p>01:01:16 Code documentation horror stories</p><p>01:07:26 Swimm offers for open-source projects and enterprises</p><p>01:13:47 Working at Swimm</p><p>01:19:54 The value of remote work</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Tools</p><ul>
<li>Swimm <a href="https://swimm.io/">https://swimm.io/</a>
</li>
<li>ReiserFS <a href="https://en.wikipedia.org/wiki/ReiserFS">https://en.wikipedia.org/wiki/ReiserFS</a>
</li>
<li>PyTorch <a href="https://pytorch.org/docs/stable/index.html">https://pytorch.org/docs/stable/index.html</a>
</li>
<li>Electron <a href="https://www.electronjs.org/">https://www.electronjs.org/</a>
</li>
<li>Git <a href="https://git-scm.com/">https://git-scm.com/</a>
</li>
<li>Stack Overflow <a href="https://stackoverflow.com/">https://stackoverflow.com/</a>
</li>
</ul><p><br></p><p>Catch Swimm on:</p><p><a href="https://twitter.com/swimm_io">Twitter</a> | <a href="https://www.facebook.com/Swimm.io/">Facebook</a> | <a href="https://il.linkedin.com/company/swimm-io?trk=organization-update_share-update_actor-text">LinkedIn</a></p><p><br></p><p>If you’ve enjoyed this podcast, you can listen to more programming news and updates like this one on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a>, or send us an email at programmingthrowdown@gmail.com.</p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a>.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 16 Jun 2021 11:46:30 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with Omer Rosenbaum and Tim Post</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/4e7c9d78/e5768d94.mp3" length="173633275" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with Omer Rosenbaum and Tim Post</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5124</itunes:duration>
      <itunes:summary>What makes for good documentation? In this episode, we dive into one of the most important yet overlooked facets of coding. With us are Omer Rosenbaum and Tim Post of Swimm.io. Swimm is an app that allows you to create docs coupled with your code, which are auto-synced and integrated into your workflow. It makes for much more efficient, elegant, and accessible documentation. 

Omer is the CTO of Swimm, and Tim is Principal Development Relations and User Advocate. They are the experts who will guide us through good code documentation practices and tools, as well as share some fascinating real-life examples and stories.
</itunes:summary>
      <itunes:subtitle>What makes for good documentation? In this episode, we dive into one of the most important yet overlooked facets of coding. With us are Omer Rosenbaum and Tim Post of Swimm.io. Swimm is an app that allows you to create docs coupled with your code, which a</itunes:subtitle>
      <itunes:keywords>Documentation, Code Documentation, Swimm, Software Engineering</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Episode 113 - Full Stack Web Apps Using Only Python with Meredydd Luff</title>
      <itunes:episode>113</itunes:episode>
      <podcast:episode>113</podcast:episode>
      <itunes:title>Episode 113 - Full Stack Web Apps Using Only Python with Meredydd Luff</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">493b981f-816a-4a7f-b713-54c35dd5a254</guid>
      <link>https://www.programmingthrowdown.com/2021/06/episode-113-full-stack-web-apps-using.html</link>
      <description>
        <![CDATA[<p>In this episode, we’re excited to have Meredydd Luff, the founder of Anvil. Anvil is a powerful tool that allows you to build full stack web apps with just Python. Without the need to be fluent in Javascript or other languages, Anvil is easy enough for beginners, but robust enough for professional work. We talk to Meredydd about Anvil and its features, as well as delve into the importance of making programming more accessible to more people.</p><p>This episode touches on the following key topics and ideas:</p><p>00:00:17 Jason introduces Meredydd and Anvil <br>00:01:06 What is Anvil?<br>00:09:27 Web hydration<br>00:11:00 Jupyter Notebook<br>00:12:49 The Uplink<br>00:14:02 GraphQL<br>00:23:06 How Anvil works<br>00:24:19 Skulpt<br>00:28:09 Brython<br>00:29:04 Pyodide<br>00:32:46 Javascript daisy chaining<br>00:37:11 GRPC and protocol buffers <br>00:39:03 “Anvil is an abstraction.”<br>00:40:09 Escape hatches<br>00:43:10 Anvil and Webpack<br>00:44:35 “Learn Python and build a website.”<br>00:45:02 Accessibility<br>00:47:16 Meredydd’s personal background, and Anvil’s beginnings<br>00:52:56 Putting your work out there<br>00:56:01 Logging and capturing what people want<br>01:01:06 Ad: ConfigCat<br>01:03:04 Anvil’s parent company, The Tuesday Project Ltd. <br>01:05:22 Meredydd’s take on venture capitalism on developer tools<br>01:08:42 Working in Anvil<br>01:17:02 Contact details for Meredydd and Anvil</p><p>Resources mentioned in this episode:</p><p>Tools<br>Anvil https://anvil.works/<br>Python https://www.python.org/<br>Jupyter Notebook https://jupyter.org/<br>GraphQL https://graphql.org/<br>Skulpt https://skulpt.org/<br>Brython https://brython.info/<br>Transcrypt https://www.transcrypt.org/<br>Pyodide https://pyodide.org/en/stable/</p><p>Videos<br>Meredydd’s Lightning Talk in PyCon 2017 https://www.youtube.com/watch?v=IHUw3N15v38<br>Turning a Jupyter Notebook into a Web App with Anvil https://www.youtube.com/watch?v=yh0B4HjQxOU</p><p>Podcast<br>Stories from the Workshop, Anvil’s podcast https://anvil.works/podcast</p><p>Catch Meredydd on Twitter @meredydd</p><p>Anvil’s features are offered completely free for teachers and educators. Send Meredydd an inquiry through email at education@anvil.works.</p><p>Get ConfigCat: https://configcat.com/<br>Get Audible: http://www.audibletrial.com/programmingthrowdown</p><p>If you’ve enjoyed this podcast, you can listen to more programming news and updates like this one on Programming Throwdown’s website: https://www.programmingthrowdown.com/, or send us an email at programmingthrowdown@gmail.com.</p><p>You can also follow Programming Throwdown on <br>Facebook | Apple Podcasts | Spotify | Player.FM </p><p>You can also help support Programming Throwdown through our Patreon.<br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, we’re excited to have Meredydd Luff, the founder of Anvil. Anvil is a powerful tool that allows you to build full stack web apps with just Python. Without the need to be fluent in Javascript or other languages, Anvil is easy enough for beginners, but robust enough for professional work. We talk to Meredydd about Anvil and its features, as well as delve into the importance of making programming more accessible to more people.</p><p>This episode touches on the following key topics and ideas:</p><p>00:00:17 Jason introduces Meredydd and Anvil <br>00:01:06 What is Anvil?<br>00:09:27 Web hydration<br>00:11:00 Jupyter Notebook<br>00:12:49 The Uplink<br>00:14:02 GraphQL<br>00:23:06 How Anvil works<br>00:24:19 Skulpt<br>00:28:09 Brython<br>00:29:04 Pyodide<br>00:32:46 Javascript daisy chaining<br>00:37:11 GRPC and protocol buffers <br>00:39:03 “Anvil is an abstraction.”<br>00:40:09 Escape hatches<br>00:43:10 Anvil and Webpack<br>00:44:35 “Learn Python and build a website.”<br>00:45:02 Accessibility<br>00:47:16 Meredydd’s personal background, and Anvil’s beginnings<br>00:52:56 Putting your work out there<br>00:56:01 Logging and capturing what people want<br>01:01:06 Ad: ConfigCat<br>01:03:04 Anvil’s parent company, The Tuesday Project Ltd. <br>01:05:22 Meredydd’s take on venture capitalism on developer tools<br>01:08:42 Working in Anvil<br>01:17:02 Contact details for Meredydd and Anvil</p><p>Resources mentioned in this episode:</p><p>Tools<br>Anvil https://anvil.works/<br>Python https://www.python.org/<br>Jupyter Notebook https://jupyter.org/<br>GraphQL https://graphql.org/<br>Skulpt https://skulpt.org/<br>Brython https://brython.info/<br>Transcrypt https://www.transcrypt.org/<br>Pyodide https://pyodide.org/en/stable/</p><p>Videos<br>Meredydd’s Lightning Talk in PyCon 2017 https://www.youtube.com/watch?v=IHUw3N15v38<br>Turning a Jupyter Notebook into a Web App with Anvil https://www.youtube.com/watch?v=yh0B4HjQxOU</p><p>Podcast<br>Stories from the Workshop, Anvil’s podcast https://anvil.works/podcast</p><p>Catch Meredydd on Twitter @meredydd</p><p>Anvil’s features are offered completely free for teachers and educators. Send Meredydd an inquiry through email at education@anvil.works.</p><p>Get ConfigCat: https://configcat.com/<br>Get Audible: http://www.audibletrial.com/programmingthrowdown</p><p>If you’ve enjoyed this podcast, you can listen to more programming news and updates like this one on Programming Throwdown’s website: https://www.programmingthrowdown.com/, or send us an email at programmingthrowdown@gmail.com.</p><p>You can also follow Programming Throwdown on <br>Facebook | Apple Podcasts | Spotify | Player.FM </p><p>You can also help support Programming Throwdown through our Patreon.<br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 01 Jun 2021 20:25:09 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci with guest Meredydd Luff</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/fc646357/346794ff.mp3" length="180174069" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci with guest Meredydd Luff</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5121</itunes:duration>
      <itunes:summary>In this episode, we’re excited to have Meredydd Luff, the founder of Anvil. Anvil is a powerful tool that allows you to build full stack web apps with just Python. Without the need to be fluent in Javascript or other languages, Anvil is easy enough for beginners, but robust enough for professional work. We talk to Meredydd about Anvil and its features, as well as delve into the importance of making programming more accessible to more people.</itunes:summary>
      <itunes:subtitle>In this episode, we’re excited to have Meredydd Luff, the founder of Anvil. Anvil is a powerful tool that allows you to build full stack web apps with just Python. Without the need to be fluent in Javascript or other languages, Anvil is easy enough for be</itunes:subtitle>
      <itunes:keywords>Anvil, Python, Web Programming</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Trees</title>
      <itunes:episode>112</itunes:episode>
      <podcast:episode>112</podcast:episode>
      <itunes:title>Trees</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">0cd073a4-e845-49ed-a3e6-e5b5f753c5e5</guid>
      <link>https://www.programmingthrowdown.com/2021/05/episode-112-trees.html</link>
      <description>
        <![CDATA[<p>In another duo episode, Jason and Patrick give an in-depth introduction to trees, their many types, approaches and functions, and their importance in modern programming. Also, peppered throughout the episode are the games, books, tools, and ideas that have currently piqued their interest.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:00:17 Avoiding drama at work</p><p>00:07:10 News: C++20 (7:10)</p><p>00:09:37 News: Play Co-op Diablo II in the browser</p><p>00:12:58 Wreckfest</p><p>00:15:07 Kaboom</p><p>00:17:45 The future of remote work</p><p>00:24:46 Jason’s Book of the Show: Debt: The First 5000 Years</p><p>00:27:08 fractional-reserve banking</p><p>00:31:30 DeFi, distributed finance</p><p>00:33:08 Patrick’s Book of the Show: Harry Potter and the Sorcerer's Stone, the Illustrated Edition</p><p>00:35:49 (Ad) Audible</p><p>00:37:05 Jason’s Tool of the Show: Vagrant</p><p>00:41:04 Patrick’s Tool of the Show: Zach Gage Games</p><p>00:45:03 (Ad) ConfigCat</p><p>00:46:03 feature flags</p><p>00:47:03 Trees: why are they important? </p><p>00:49:43 The divide and conquer approach</p><p>00:51:34 The agglometric approach</p><p>00:55:57 Choosing the right tree and algorithm</p><p>00:57:56 Keeping trees balanced</p><p>01:01:10 binary trees</p><p>01:02:52 binary trees and machine learning</p><p>01:05:28 b-trees</p><p>01:10:04 spatial trees: the k-d tree</p><p>01:16:50 k-d trees and multidimension</p><p>01:18:42 quadtrees and octrees</p><p>01:21:44 r-trees</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Books</p><ul>
<li>Debt: The First 5000 Years, by David Graeber <a href="https://draft.blogger.com/blog/post/edit/4625411064190066516/3541453907151218853#">https://amzn.to/3uKEoe9</a>
</li>
<li>Harry Potter and the Sorcerer's Stone, The Illustrated Edition, by JK Rowling <a href="https://draft.blogger.com/blog/post/edit/4625411064190066516/3541453907151218853#">https://amzn.to/2R6ILSs</a>
</li>
</ul><p><br></p><p>Games</p><ul>
<li>Diablo II browser game <a href="http://clouddiablo.com/">http://clouddiablo.com/</a>
</li>
<li>Wreckfest <a href="https://www.thqnordic.com/games/wreckfest">https://www.thqnordic.com/games/wreckfest</a>
</li>
<li>Zach Gage Games <a href="http://stfj.net/">http://stfj.net/</a>
</li>
</ul><p><br></p><p>Tools</p><ul>
<li>Vagrant <a href="https://draft.blogger.com/blog/post/edit/4625411064190066516/3541453907151218853#">https://www.vagrantup.com/</a>
</li>
<li>Kaboom <a href="https://replit.com/kaboom">https://replit.com/kaboom</a>
</li>
</ul><p><br></p><p>Articles</p><ul>
<li>Article on C++20: <a href="https://oleksandrkvl.github.io/2021/04/02/cpp-20-overview.html">https://oleksandrkvl.github.io/2021/04/02/cpp-20-overview.html</a>
</li>
<li>The debate over remote work: <a href="https://www.bbc.com/news/technology-56771539">https://www.bbc.com/news/technology-56771539</a>
</li>
</ul><p><br></p><p>Get ConfigCat: <a href="https://configcat.com/">https://configcat.com/</a></p><p>Get Audible: <a href="http://www.audibletrial.com/programmingthrowdown">http://www.audibletrial.com/programmingthrowdown</a></p><p><br></p><p>If you’ve enjoyed this podcast, you can listen to more programming news and updates like this one on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a>.</p><p><br> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In another duo episode, Jason and Patrick give an in-depth introduction to trees, their many types, approaches and functions, and their importance in modern programming. Also, peppered throughout the episode are the games, books, tools, and ideas that have currently piqued their interest.</p><p><br></p><p>This episode touches on the following key topics and ideas:</p><p><br></p><p>00:00:17 Avoiding drama at work</p><p>00:07:10 News: C++20 (7:10)</p><p>00:09:37 News: Play Co-op Diablo II in the browser</p><p>00:12:58 Wreckfest</p><p>00:15:07 Kaboom</p><p>00:17:45 The future of remote work</p><p>00:24:46 Jason’s Book of the Show: Debt: The First 5000 Years</p><p>00:27:08 fractional-reserve banking</p><p>00:31:30 DeFi, distributed finance</p><p>00:33:08 Patrick’s Book of the Show: Harry Potter and the Sorcerer's Stone, the Illustrated Edition</p><p>00:35:49 (Ad) Audible</p><p>00:37:05 Jason’s Tool of the Show: Vagrant</p><p>00:41:04 Patrick’s Tool of the Show: Zach Gage Games</p><p>00:45:03 (Ad) ConfigCat</p><p>00:46:03 feature flags</p><p>00:47:03 Trees: why are they important? </p><p>00:49:43 The divide and conquer approach</p><p>00:51:34 The agglometric approach</p><p>00:55:57 Choosing the right tree and algorithm</p><p>00:57:56 Keeping trees balanced</p><p>01:01:10 binary trees</p><p>01:02:52 binary trees and machine learning</p><p>01:05:28 b-trees</p><p>01:10:04 spatial trees: the k-d tree</p><p>01:16:50 k-d trees and multidimension</p><p>01:18:42 quadtrees and octrees</p><p>01:21:44 r-trees</p><p><br></p><p><strong>Resources mentioned in this episode:</strong></p><p><br></p><p>Books</p><ul>
<li>Debt: The First 5000 Years, by David Graeber <a href="https://draft.blogger.com/blog/post/edit/4625411064190066516/3541453907151218853#">https://amzn.to/3uKEoe9</a>
</li>
<li>Harry Potter and the Sorcerer's Stone, The Illustrated Edition, by JK Rowling <a href="https://draft.blogger.com/blog/post/edit/4625411064190066516/3541453907151218853#">https://amzn.to/2R6ILSs</a>
</li>
</ul><p><br></p><p>Games</p><ul>
<li>Diablo II browser game <a href="http://clouddiablo.com/">http://clouddiablo.com/</a>
</li>
<li>Wreckfest <a href="https://www.thqnordic.com/games/wreckfest">https://www.thqnordic.com/games/wreckfest</a>
</li>
<li>Zach Gage Games <a href="http://stfj.net/">http://stfj.net/</a>
</li>
</ul><p><br></p><p>Tools</p><ul>
<li>Vagrant <a href="https://draft.blogger.com/blog/post/edit/4625411064190066516/3541453907151218853#">https://www.vagrantup.com/</a>
</li>
<li>Kaboom <a href="https://replit.com/kaboom">https://replit.com/kaboom</a>
</li>
</ul><p><br></p><p>Articles</p><ul>
<li>Article on C++20: <a href="https://oleksandrkvl.github.io/2021/04/02/cpp-20-overview.html">https://oleksandrkvl.github.io/2021/04/02/cpp-20-overview.html</a>
</li>
<li>The debate over remote work: <a href="https://www.bbc.com/news/technology-56771539">https://www.bbc.com/news/technology-56771539</a>
</li>
</ul><p><br></p><p>Get ConfigCat: <a href="https://configcat.com/">https://configcat.com/</a></p><p>Get Audible: <a href="http://www.audibletrial.com/programmingthrowdown">http://www.audibletrial.com/programmingthrowdown</a></p><p><br></p><p>If you’ve enjoyed this podcast, you can listen to more programming news and updates like this one on Programming Throwdown’s website: <a href="https://www.programmingthrowdown.com/">https://www.programmingthrowdown.com/</a></p><p><br></p><p>You can also follow Programming Throwdown on </p><p><a href="https://www.facebook.com/ProgrammingThrowdown/">Facebook</a> | <a href="https://podcasts.apple.com/us/podcast/programming-throwdown/id427166321">Apple Podcasts</a> | <a href="https://open.spotify.com/show/274Z0vXSCYxddYGj2hLJ8r">Spotify</a> | <a href="https://player.fm/series/programming-throwdown">Player.FM </a></p><p><br></p><p>You can also help support Programming Throwdown through our <a href="https://www.patreon.com/programmingthrowdown">Patreon</a>.</p><p><br> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 12 May 2021 14:43:07 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/d9bdedaf/c6596f89.mp3" length="168421855" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5254</itunes:duration>
      <itunes:summary>In another duo episode, Jason and Patrick give an in-depth introduction to trees, their many types, approaches and functions, and their importance in modern programming. Also, peppered throughout the episode are the games, books, tools, and ideas that have currently piqued their interest.</itunes:summary>
      <itunes:subtitle>In another duo episode, Jason and Patrick give an in-depth introduction to trees, their many types, approaches and functions, and their importance in modern programming. Also, peppered throughout the episode are the games, books, tools, and ideas that hav</itunes:subtitle>
      <itunes:keywords>Algorithms, Data Structures, Trees</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Episode 111: Real-time Data Streaming with Frank McSherry</title>
      <itunes:episode>111</itunes:episode>
      <podcast:episode>111</podcast:episode>
      <itunes:title>Episode 111: Real-time Data Streaming with Frank McSherry</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">61c06b11-3059-4719-a602-3be281472408</guid>
      <link>https://www.programmingthrowdown.com/2021/05/episode-111-real-time-data-streaming.html</link>
      <description>
        <![CDATA[<p>In this episode, we talk with Frank McSherry, Gödel Prize-winning data scientist, and Co-founder and Chief Scientist at Materialize, Inc. Frank shares expert viewpoints drawn from his years as an academic, as well as personal insights on helping run a company at the cutting edge of real-time data streaming.</p><p>Show Notes: <a href="https://www.programmingthrowdown.com/2021/05/episode-111-real-time-data-streaming.html">https://www.programmingthrowdown.com/2021/05/episode-111-real-time-data-streaming.html</a> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode, we talk with Frank McSherry, Gödel Prize-winning data scientist, and Co-founder and Chief Scientist at Materialize, Inc. Frank shares expert viewpoints drawn from his years as an academic, as well as personal insights on helping run a company at the cutting edge of real-time data streaming.</p><p>Show Notes: <a href="https://www.programmingthrowdown.com/2021/05/episode-111-real-time-data-streaming.html">https://www.programmingthrowdown.com/2021/05/episode-111-real-time-data-streaming.html</a> </p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 04 May 2021 17:15:12 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/f3034068/f4d79204.mp3" length="193681633" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5665</itunes:duration>
      <itunes:summary>In this episode, we talk with Frank McSherry, Gödel Prize-winning data scientist, and Co-founder and Chief Scientist at Materialize, Inc. Frank shares expert viewpoints drawn from his years as an academic, as well as personal insights on helping run a company at the cutting edge of real-time data streaming.</itunes:summary>
      <itunes:subtitle>In this episode, we talk with Frank McSherry, Gödel Prize-winning data scientist, and Co-founder and Chief Scientist at Materialize, Inc. Frank shares expert viewpoints drawn from his years as an academic, as well as personal insights on helping run a com</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Languages,C,C,Java,Python,Objective C</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Episode 110: Security with Dotan Nahum</title>
      <itunes:episode>110</itunes:episode>
      <podcast:episode>110</podcast:episode>
      <itunes:title>Episode 110: Security with Dotan Nahum</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">1bbe4468-4b40-4df8-9deb-5a143dd4d5d8</guid>
      <link>https://www.programmingthrowdown.com/2021/04/episode-110-security-with-dotan-nahum.html</link>
      <description>
        <![CDATA[<p>Programming Throwdown talks cybersecurity with Dotan Nahum, CEO and Co-founder of Spectral. Dotan provides us with a high-level overview of the role of cybersecurity, its definition, evolution, and current challenges. He also shares tips for small- and medium-sized ventures on how to develop best practices.</p><p><br></p><p>The episode touches on the following key topics and ideas:</p><p><br></p><p>00:01:12 Evolution of modern cybersecurity </p><p>00:06:06 When to integrate security in a design</p><p>00:11:54 Shadow IT</p><p>00:13:50 Hacker motives and motivations; SQL Injection explained</p><p>00:16:48 Firewalls and WAFs</p><p>00:20:29 Cybersecurity for small- and medium-sized companies </p><p>00:23:52 “The last mile of developers”</p><p>00:26:47 dotfiles</p><p>00:32:23 Simple tools and good practices</p><p>00:40:42 Attack vectors, attack factors</p><p>00:44:16 Ransomware and phishing</p><p>00:48:19 Unsafe languages</p><p>00:50:02 Fuzzing</p><p>00:54:11 Rust programming language</p><p>00:55:54 Example security scenario with IntelliJ</p><p>00:59:42 More about Spectral, Dotan’s company</p><p>01:03:40 Staying virtual using Discord</p><p><br>Transcript:<br><strong>Episode 110 Computer Security with Dotan Nahum<br></strong><br></p><p><strong>Jason Gauci: </strong>Programming Throwdown Episode 110, Security with Dotan Nahum. Take away, Patrick. </p><p>[00:00:21] <strong>Patrick Wheeler: </strong>Hey everybody. We're here with a hundred and tenth episode, which is pretty exciting. And we have our guest to-- oh, yeah, go ahead. You want to... </p><p>[00:00:30] <strong>Jason Gauci: </strong>I'm just saying, yeah!  (laugh) </p><p>[00:00:32] <strong>Patrick Wheeler: </strong>So we're here with our guest today, Dotan, and you are CEO of Spectral. Why don't you go ahead and introduce yourself briefly, and then we'll get started.</p><p>[00:00:42] <strong>Dotan Nahum: </strong>Yep. So hi, guys. So I am Dotan, and by the way, 110 is binary, right? </p><p>[00:00:48] <strong>Patrick Wheeler: </strong>Oh, there we go. That's right.  (laugh) </p><p>[00:00:52] <strong>Dotan Nahum: </strong>So yeah, so I'm Dotan, CEO of Spectral. It's a cybersecurity company, geared towards developers. I mean, we like to say that we create tools for developers with security as a side effect. So yeah, so that's, that's, you know, that's what our focus is. </p><p>[00:01:12] <strong>Patrick Wheeler: </strong>Awesome. Well, I mean, I guess that's a lot to unpack, so I think everybody would agree, security is very important, but maybe everyone doesn't understand what security is. So we were talking about this a little when we were doing, doing warmups. So if we talk about security, does that mean that you are developing antivirus for computers, for developers, or does it mean something more?</p><p>[00:01:35] <strong>Dotan Nahum: </strong>Yeah, I mean, I mean, it's kind of all goes back to, I guess, evolution of our, I guess it is our domain, our, our world, which is kind of a high-tech or softer, softer world? Time really gets compact with all these revolutions. We have a, we have evolution revolution. </p><p>[00:01:57] So, I mean, if you go back to 2007, that was just before Facebook and just before iPhone, I guess. And if you go back to 2005, that that was before the rise of Microsoft, I guess the major rise of Microsoft as a .net shop, which really made, you know, made all the enterprise software come along and then kind of '98, 2000, the first bubble.</p><p>[00:02:27] So all these stages, they had, it's kind of a sprint to create technology. And, the focus is on creating technology that is supposed to give developers productivity, and supposed to make, you know, make companies very productive and create a very nice portfolio of products. </p><p>[00:02:48] And almost always, I mean, maybe not intentionally, but almost always the security side of things, was kind of left behind. You know, I'm sure no one intended for it to be, but, there's a lot of more velocity under creating a great product at the time. Every, each and every step of this, like in the first bubble, and then in 2005, and then into 2007 and so on, rather than, okay, so let's create the technology and the product, and let's also make it, you know, kind of, dependent on making great security, be there for us. </p><p>[00:03:35] So almost every time, security came after the revolution, after the evolution. So we had from, simple firewalls, to intrusion detection, which is, you know, the large kind of, systems that try, try their best to find anomalies in the, in the area of 2000, to the smarter firewalls. And even today, those like, this, mini kind of firewalls, of WAFs that you integrate as an SDK into your app. So yeah, so it's kind of come, it comes in waves, technology, and then, security comes in waves as well. </p><p>[00:04:17] And yeah. So the latest, the latest we're seeing right now in terms of the evolution of software is that yeah, we know that software eats the world, but we are kind of feeling that it already ate the world? So, you know, you can do so much today that you couldn't have done, I mean, as little as three or four years ago, actually. You know, it can take a Lambda and you can pick up a bunch of SAS services and you're done. I mean, you build a product that used to be maybe three, four, five years ago, you know, used to take much more energy to build.</p><p>[00:04:58] So in that sense, as a developer, you have so much more power and so many more paths to get to the same end goal that... I'm not sure, I mean, I feel it for myself. I'm not sure the security world can even begin to realize, because they need, I mean, if we, if we think about them as they, then they need to understand how to develop as well as developers in order to give, to create great solutions for that developer, that glue stuff together, and, you know, invent stuff from existing, existing parts.</p><p>[00:05:37] <strong>Jason Gauci: </strong>Yeah, that that makes a bunch of sense. </p><p>[00:05:39] <strong>Patrick Wheeler: </strong>I say, yeah, that covered, I mean, you, you went to the whole history of modern or last couple of decades of, computer software there, but I was going to say, so one of the interesting things I think before we get into the kind of specifics about, what needs to be secured, this, this kind of, thing you mentioned where people build a product first and then try to figure out security later.</p><p>[00:06:02] I guess that's an interesting balance where, if you're building something until it's built, maybe it doesn't really need security. Right? If this was a thought in my head, I don't need security. If people are going to start using it though, immediately, you need to start having some amounts of security. Do you have opinion on like, what is the balance there?</p><p>[00:06:19] So if you don't know yet what you're doing and what may be your risks, when is the right time to start considering security and what are some of the good, you know, first things to start considering? </p><p>[00:06:30] <strong>Dotan Nahum: </strong>Yeah, so that, that's a great, great question. I mean, I think the balance is shifting towards really taking the time, in development time, in design time, and think about security on the security model.</p><p>[00:06:46] So, you know, this was kind of theoretical, yeah, everyone should do threat modeling and everyone should do secure by design and so on. And, and frankly, you know, you'll, you'll find these people who are extremely into security that are actually doing these things. But the thing is, it wasn't being done properly or, you know, by everyone as kind of a development workflow. You know, when you come to develop a feature, then you have the design and you have maybe a POC and, and you're supposed to have this small, or maybe large threat modeling box, but, you know, no one actually does it, or, you know, most people kind of, focus on the other or other areas of developing a new feature.</p><p>[00:07:35] So it is that way because we're used to, taking a product and pushing it into, you know, your traditional server farm, or you're really a secure and isolated cloud operation, whatever. And you're, you're pretty sure that within this closed garden, even if you didn't do the proper, you know, threat modeling as a developer, then things will be okay.</p><p>[00:08:04] However, this kind of understanding is changing because it's no longer pushing to a server. Or to a kind of a closed garden environment. It's, you know, taking your function and placing it somewhere. And now someone can ask a question, which is, I don't know, I didn't have the answer. If I push a function to whatever, you know, I don't want to name any, any service, but, you know, it's kind of a, any of the new hip cool services out there that really, make you productive.</p><p>[00:08:40] If you push that function, did the other side do everything they need to do in terms of their traditional threat modeling to keep you safe? Are they're obligated to do it? Do they have, you know, let's say a WAF to identify SQL injections for you maybe, or maybe to, drop someone who's attacking your service, and so on?</p><p>[00:09:04] I'm not sure actually. So, so it kind of shifts the responsibility to the developer. Because you're building a function, you're dropping it on a whatever cloud provider and your function is now live, you know, it's up to you, right? </p><p>[00:09:22] <strong>Patrick Wheeler: </strong>Yeah. I guess you were talking about deploying these functions and applications to public-facing cloud, or do you think that the same applies to, internally deployed app, like an enterprise software that would just be used, sort of within your corporate firewall? I think you were sort of referring to this when you mentioned walled garden approaches. Right? </p><p>[00:09:45] <strong>Dotan Nahum: </strong>Right. So, so I, I believe like eventually the enterprises, the closed enterprises really adopt whatever's happening on the open, let's say end up on wild world. So, you know, maybe we need to give one realistic example.</p><p>[00:10:03] So let's say I'm working at kind of an Acme Corp, some kind of corporation, doesn't matter. And I'm a developer and basically I have, you know, the service, small service to build, and I decide to build it on, I don't know, Heroku or I don't know, Vercel. I do that, no one is stopping me. I, I can do it.</p><p>[00:10:27] And then I can plug it into my existing infrastructure inside the corporation. And I don't know if, if, you know, if that would be something that is, you know, okay. I mean, as a developer, I'm just, you know, shipping software, but here's something that, you know, an ability or a possibility that wasn't there.</p><p>[00:10:52] Five years ago, you know, Heroku was there, but the culture of shipping things fast and, and being able to take things to the, you know, to the extreme, end to end, wasn't there. So here's one, you know, one path that is now open, you know, and, and now people can actually wake up tomorrow and figure out, scan their code and look for external services to, you know, exist in the code base and try to figure out how many are there that they know of.</p><p>[00:11:25] And how many are they didn't, don't know of. And that's just, you know, SAS services. now we can take the same analogy and try to think about what kind of libraries do you use. And everyone remembers left-pad, right? When it was just suddenly pulled out of NPM, breaking half the internet. That's, that's kind of the new world that's happening, in the last few years that I'm not sure, ah, everyone are ready for.</p><p>[00:11:54] <strong>Patrick Wheeler: </strong>So what would be an example of, like you mentioned, you know, building a Heroku based, you know, application and deploying it and scanning for, what services that you may not have been, may not have realized. Do you have examples there of like, what would be something that you may not intend to have exposed that got exposed?</p><p>[00:12:11] <strong>Dotan Nahum: </strong>Well, yeah, I mean... Well first, there's this kind of a, the cyberworld calls it, Shadow IT, where people basically, what they want to do is be more productive inside the organization. So it's kind of two sides of the coin. One is, one is positive. One is negative. And the positive side is do you have a team that thinks it can move quickly and adopts, you know, unvetted software, so to speak, and then ships it to production.</p><p>[00:12:44] And that creates a bunch of, you know, IT assets, I dunno, services, SAS services, whatever you, you, whatever you can think of that actually, no one knows exists, in production.</p><p>[00:12:58] On the other side, if from a cyber perspective, that is an unauthorized use of software, which is kind of giving it a kind of a warfare kind of name, like a Shadow IT, like shadow ops.</p><p>[00:13:14] So, so this is, this example, you know, if you guys even, check your, your stuff, then maybe you can find many examples of that, but, you know, it's, it's kind of a productivity thing. </p><p>[00:13:27] <strong>Patrick Wheeler: </strong>Yeah, I think so. Maybe just, just stepping back a bit, like, like, it'd be really good to explain to folks like what, what are the different components of, of computer security, like what actually a firewall is and, and, and how to, protect and it's like, like, what is a SQL injection? You know, like what are the kinds of threats that you encounter, you know, and how do those things work? </p><p>[00:13:50] <strong>Dotan Nahum: </strong>Oh, yeah. So I think first of all, let's, let's try to get the motives out there. Right? So there's hackers and there's the good people and bad people, right? So to speak.</p><p>[00:14:01] So I guess developers build software and they're trying their best to actually add value. And the hacker is trying to, to, I dunno, remove value or try to, gain the system and gain some profit really quickly. So basically when I build, for example, when I build a function, I don't know, that takes, a parameter from a URL from a website.</p><p>[00:14:27] And, you know, maybe it's a page number, you know, traditional paging, feature. Then I, I, take this parameter and I, you know, inject it into an SQL query that I have on my backend. And my goal is, is to just give you page number two. So that's, you know, that's my perspective as a developer, I see nothing, you know, no harm done.</p><p>[00:14:52] I mean, I'm taking a value and dropping it in a inside the string, which contains an SQL query and I'm done, like I pushed this feature, I go home and that's it. </p><p>[00:15:02] But the other side of it is that, when a hacker look at, looks at it, then first of all, there's, "what is it for me"? Like what's there to gain, but first of all, the company needs to be really attractive in terms of, hacking anything.</p><p>[00:15:17] And there's has to be some kind of trophy on the other side. So if I'm looking at something, it's some company as a hacker, and I realized they might have sensitive data because they're, I don't know, healthcare, whatever. Then at least I have now the motive or incentive to actually, try to figure out where can I hack into.</p><p>[00:15:41] So looking at this naive, SQL thing that the developer just built. So I'm looking at the parameter and what I'm trying to do is take, instead of giving the parameter, what it expects, which is a number, I'll try as a hacker to, you know, try to inject some malicious SQL code. Maybe if I, if I'm in for doing some damage, maybe I'll try some drop tables instead of a number.</p><p>[00:16:08] If I have reason to believe that the backend will actually give me the results, as I wanted, then I, I'll try to inject an actual query into the number instead of a number. And what I'll hope for is for the developer not to actually be defensive, which means the developer forgot or didn't bother to actually sanitize the parameters and make sure that if the developer expects a number, there only should be a number there.</p><p>[00:16:38] So that, that is kind of the gist of. SQL injection. So this is, you know, one, one kind of attack. </p><p>[00:16:47] So just a little bit about firewalls. So basically a firewall is something that sits between a machine and the outside internet, or maybe internally, it doesn't matter, the outside world. And what it tries to do is to monitor traffic and figure out which traffic is strange, and which traffic is normal.</p><p>[00:17:10] So it used to be, you know, it used to be very simple. It used to be basically looking at open ports and trying to block irregular ports on machines. That is like 20 years ago, and today it's a lot smarter. So today a firewall is maybe not the, you know, the correct name anymore, but it's, it's a system that looks at anomalies in your traffic.</p><p>[00:17:39] And that is, the acronym is WAF, which is web application firewall. So many cloud providers have that and you can actually flip a switch and have the, have it as a feature. And basically it looks at your traffic and it can recognize what is normal and what is not normal. And usually that is backed by some kind of machine learning.</p><p>[00:18:00] So, yeah, so these are two categories, I guess, of, of attacks. And basically the, the reality is that the amount of attacks always, you know, always grows. There are always new attacks because there's always new code and there's always new features and new products being launched. That makes sense?</p><p>[00:18:21] <strong>Patrick Wheeler: </strong>Yeah. So you mentioned this, the WAF is web application framework and trying to understand, like, what is questionable traffic.</p><p>[00:18:28] So if you're deploying, you know, some new new website and some new API, and it doesn't kind of know what to expect, how does it understand what is questionable and what is considered pretty normal traffic? </p><p>[00:18:42] <strong>Dotan Nahum: </strong>Right. So, so there's that, I guess, like in every machine learning operation, there's the cold boot problem. So if you have something new, then obviously it hasn't yet learned enough traffic to tell you what's normal and what's not. But, luckily, you know, I guess if someone would look at most of the internet traffic, they realize there's like clusters of normal traffic and there's clusters of irregular traffic.</p><p>[00:19:11] So, and again, probably this is a, you know, the secret recipe of every different, vendor of, of such firewalls.</p><p>[00:19:19] <strong>Patrick Wheeler: </strong>Fair enough. </p><p>[00:19:20] <strong>Dotan Nahum: </strong>But yeah, but, but you know, the generic cases, that there's, you know, there's normal behavior and you have so much traffic these days, public traffic, and so on that you can analyze and build on.</p><p>[00:19:32] And there's like, you know, irregular traffic that is very specific to a certain service. And I can tell you from experience that yeah, definitely. It takes time for this, for these technologies to actually learn what is normal. Then you get a small amount of false positives at the, at the beginning. But the good news is that if you have traffic, then it learns, and if you don't have traffic, then maybe this service is not that, you know, popular or risky because you don't have traffic.</p><p>[00:20:00] So yeah, so in this specific case, it's kind of, it kind of creates a nice, a nice closure on it. So there's no gaps.</p><p>[00:20:09] <strong>Patrick Wheeler: </strong>So I'm going to take a step back and come back to this in a second and, and correct me if my, I could be completely wrong here. So, if I'm thinking from the shoes of an individual developer, like myself or Jason or anybody, who's just, you know, developing software and I'm going to assume which you might have to help correct me.</p><p>[00:20:30] So if you're at a really big company, chances are, you're not able to deploy straight to the cloud, or at least that's been my experience, as they typically have it pretty locked down. There's like procedures and reviews to go through. And there's a whole organization kind of devoting to that. So if I flip to the other side, if you're a super, super small, like only a single developer or a couple of developers, then you probably are the whole entire stack.</p><p>[00:20:55] And then my guess is there's a, a sort of gradient in the middle where like, you kind of mentioned before this, you know, Shadow IT, where maybe there's people who are trying to do IT or monitor it, but they're not everywhere, you could get around them. And it's not that you intentionally or unintentionally meant to, it just sort of, kind of happens.</p><p>[00:21:12] Where along the spectrum, do you find that many of the developers kind of live in, like, I, I, I'm not clear from my side, like I've spent most of my life working at relatively large companies where these kinds of things you're talking about have always been of interest. They've always kind of been handled by someone else or handled by the platform.</p><p>[00:21:32] So if you're building something yourself or in a company that's, let's say sort of medium or small sized, how do you sort of figure out like who the right people to contact are? How do you kind of figure out for yourself, what is the best development approaches to make sure that you aren't accidentally going to, you know, expose all your data to the world.</p><p>[00:21:50] <strong>Dotan Nahum: </strong>Right. Right. So, so the thing is, is that, and that's why I kind of connect it to a kind of an evolution. So there used to be good news for this, you know, there used to be a good, a good answer for your question. And the good answer would be, Oh yeah. Once you have a few controls in your organization, basically 90% of the problem, of the risk, is gone, but that's no longer the answer, you know, for the big, big corporations, you know, that, I don't know, the Apples, Facebooks, Amazons, I believe it's so, it's so, you know, insanely sophisticated there that there's very little chances of, of a developer, adding risk in terms of, security, because the investment is probably huge.</p><p>[00:22:39] But for the medium-sized and the emerging companies that have to deliver and ship fast, which is probably the majority of the companies these days, there, isn't this kind of resources. So, and, and also the times of one solution to rule them all, this is gone. So you can't really buy, a system, put it in, in your network and now all of your security issues are gone, because ways to, ways to do things are just growing.</p><p>[00:23:13] So, so just for example, if you look at your machine right now, I mean, ignoring where you currently work at, if you look at your machine and, you know, have a, have a small thought: what's in your bash history, assuming you use the, you know, your terminal? What's... do you have a dotfiles? What's in your, if you use VIM what's in your VIM VMRC? Do you have any secrets there, any tokens, anything that is maybe issued by a company, organization, but you have it right there, and guess what's the first thing hackers want to steal, right?</p><p>[00:23:50] <strong>Patrick Wheeler: </strong>It has logins and passwords. </p><p>[00:23:52] <strong>Dotan Nahum: </strong>Exactly. So, and you know, don't tell me, but, by all means, have a look after, after this, just, you know, you know, do a less on your, seashell history, and figure out what's in there. What's the material? How many times do you export a token? Maybe, even if a mirror token, something temporary, but still it gives clues. It gives clues to how systems work and, you know, how many of the tokens are temporary and how many of them are permanent and how does one look like, and then so on and so forth. </p><p>[00:24:31] So all these things are kind of happening on the last mile, which is us, the developers. So, you can look at an organization and say, wow, that's, that's a fully secure organization, but, the last mile is probably us.</p><p>[00:24:46] We use all the, you know, in terms of R&amp;D ,we use the assets, we connect them. We take on the risk of, yeah, I'm going to use this token and this password and this secret. And I'm going to connect this to this external service and to this external machine. And I'm going to store some stuff on my machines and all these things combined are just, you know, ways that I'm, I've adopted to be super productive.</p><p>[00:25:17] And as the world of software grows, the ways to be super productive also gets, get more sophisticated. And that creates an impossible, an impossible problem for one, you know, one cyber or security solution to solve. It, it's basically, you need to solve all of the habits of developers at once. </p><p>[00:25:44] <strong>Patrick Wheeler: </strong>Yeah, I guess I don't, I security is not my, not my background or my forte, but I always hear security and depth and layers of security. And, and I guess this is what you're sort of mentioning, like the last mile of developers. And, we were talking at, at my company a little bit about social engineering and just, my takeaway was basically like if someone targets to social engineer, you're kind of hosed, like, the amounts of sophistication in some of the attacks that have been uncovered.</p><p>[00:26:12] It's just insane, that, no matter what you do that, someone could probably figure out your username and password without you, kind of knowing that you've turned it over. And I guess as you're mentioning, if you store stuff on your computer and your dotfiles, or even just in your history, and they get access to your computer, they're going to learn a lot.</p><p>[00:26:32] And, I guess that makes sense. That kind of brings to light to me the why you have to have so many layers of security. It's not just the firewall, the outside or the intrusion detection on the inside, but also like, even on individual computers, like having people have good habits and stuff. </p><p>[00:26:47] <strong>Dotan Nahum: </strong>Right, right. And you can't not, not have your dotfiles. Right. Because first of all, dotfiles indicate, a kind of, progression, right? Because you're, you're using something that supports 12 Factor Apps and is considered as a best practice. Right? </p><p>[00:27:08] But, and there's like a huge warning here that I think we all miss, is that somewhere we should have a dotfile that is not meant to be in a repo, but it's laying on our, on our computers. And what's in these dotfiles, I don't know, but I'm quite sure that a hacker learning these best practices, they also want to learn how to abuse these best practices. So I would, I dunno, I would build a script that searches for dot and dot production.</p><p>[00:27:44] <strong>Jason Gauci: </strong>Yeah. I think--</p><p>[00:27:45] <strong>Dotan Nahum: </strong>And grabbing it from your computer, right? </p><p>[00:27:47] <strong>Jason Gauci: </strong>Oh yeah. Yeah. I think, I think I took, I also like Patrick don't have a strong background in cybersecurity, but I did take the, a, a course on it in university. And I remember at one point someone was, you know, the, the, the lecture was talking about, you know, the magnetic hard drives and how, when you just erase something, it's not actually gone.</p><p>[00:28:06] It's just, you know, some reference to the data's gone, you can still recover it. And someone started kind of challenging and saying, well, if I do all of these things in this course, then, you know, I'm totally untraceable. I'm totally secure. And the professor had a really insightful answer that always stuck with me.</p><p>[00:28:23] He said, You know, yes, he said, but if you're a criminal, and this was for like cyber forensics type stuff, if you're a criminal, you know, you have to, you know, make sure like in the world of atoms, you're totally, you know, untraceable and in the world of bits, you're untraceable and you didn't leave any footprints and you didn't, you know?</p><p>[00:28:41] And so when you, when you started accumulating all of this, it becomes harder and harder and harder to, to, to get away with something. And so, and so this is also true where there's so many different systems we work with, we, we, we use 10 different languages and we're, you know, having, we're on three different public clouds and there's four different machine type.</p><p>[00:29:00] When you start adding it all up, if you have a problem, even once, that could be enough to get access to everything else. </p><p>[00:29:08] <strong>Dotan Nahum: </strong>Right. And that, that is, I think this is completely what's, what's happening right now. And, you know, unfortunately a lot of it is happening, in our domain, like, in the developer space, because, because the general sense is that if we get more power and, you know, I can look at the, Docker, just as something that happened that gives us developers more power.</p><p>[00:29:36] Because now I can, you know, I know previously I could use VMs, but now I can, you know, kind of juggle machines and  plug and play them and, you know, build so many things in a better way. So I have so much more power, using, using Docker and all these things kind of shift the power towards the developer and shift the responsibility also to the developer.</p><p>[00:30:02] And, and the big question is, did you, or did we know that these, that happen, that we have more responsibility now? Because as far as we care. you know, we have more, stuff to play with. I mean, it's, you know, I'm super productive and much more productive than 10 years ago. But did I know that I, I now have much more responsibilities in terms of security?</p><p>[00:30:29] So, so yeah, so I think that the answer for that is that, I'm seeing, we're seeing that not everyone realizes that, you know, with that extra, extra oomph that we got with all these technologies that we actually have now, we're taking more risk as developers. So that, that is, you know, that is the friction that, that we see.</p><p>[00:30:55] And the answer is to try to use the same, the same tools that we use to build features in products. And to figure out what do we, you know, what do we miss? so I just said, yeah, if I'm a hacker, let me just build a scanner that, you know, tries to find your dot and dot production. Right? So how about we use that and build a developer tool that actually can tell me that before the hacker knows it.</p><p>[00:31:28] So here's the goal. Here's an idea, build a tool that scans for all these kind of, of, of the, these files that you know, that you have in the back of your head, on your computer. And, and that is a tool that you build for yourself and put it in your own toolbox. And now you're, you feel much more secure and now you can work in a, in a safer, in a safer way.</p><p>[00:31:53] It's like, you know, it's like a carpenter working with a security goggles, right? So this is how you can actually build the tools for yourself. So that you can actually take on more responsibility. So, so that, that is, that was basically my thinking, I guess, throughout all of my career. So that every step you need to actually make your toolbox bigger so that you can actually take on more responsibility.</p><p>[00:32:23] <strong>Patrick Wheeler: </strong>Yeah. So when you talk about like, I guess your throughout your career, you're saying, you know, thinking about this, this toolbox, I guess it's probably bad, but I'll admit it. Like, I, I don't really spend much of my day thinking about what tools could I add to my toolbox to help make sure that I don't leak secrets.</p><p>[00:32:40] I'm a bad, bad engineer, I guess. But how does someone go from the mindset of like, my job is to sit here and as you were mentioning faster and faster to, to ship a product, to see what sticks, so what is the phrase to move fast and break things. Right. I didn't invent that. </p><p>[00:32:56] And like, how do you, go from that mindset to sort of culturing a sense of like, Hey, wait a second, I'm taking these risks. And they're really easy to not take these risks. You know, these are the common dotfiles that people would, would scan for. </p><p>[00:33:12] I mean, it makes sense when you told it to me, it seems obvious, but I won't admit that I probably ever thought about it before. How does someone go from my sitting here and just developing code to, I also need to have tools in my toolbox for not just developing my code, but for making sure my code is safe and secure.</p><p>[00:33:29] <strong>Dotan Nahum: </strong>Yeah. So, so actually it's, it's it can be very simple. I mean, to me it's, it's, it's very clear and I will try to give the same clarity in how I think about it. So I remember the day, when, we used to ship software and zero tests, that was around 2005-6, maybe. Yeah, no, no such thing as unit tests, no one even knew about that.</p><p>[00:34:02] And basically you would ship your software you've you wouldn't even test it, you know, properly and you'll figure out, yeah, we have a QA somewhere down the line, they'll do the work, tell me what's wrong. And I'll just, you know, wake up and fix this stuff they found. </p><p>[00:34:17] That, that was life. So, and that was not long ago in terms of, you know, in normal professions, like 15 years in, I dunno, in car making, that's nothing. Right? </p><p>[00:34:30] So that's, that's 15 years in software. So that, that was the reality. But since then, in terms of, quality and, QA, I mean, we almost obliterated that, that kind of workflow and we have unit tests, end to end tests, and so on and so forth, and everyone knows that you need to have coverage. So here's, that's one thing to think about.</p><p>[00:34:54] And another thing to think about is distributed systems, right? So there was a time where we built, you know, a server, you know, a server, a service doesn't matter, and we deployed it to one single server. And that again was at the same kind of, area of fears. and maybe we used views too. That was like amazing, you know, and the load balancer was kind of a hardware thing that you had to, you know, you had to put out from a box and install it somewhere.</p><p>[00:35:28] And, and, and, you know, we never thought about redundancy in that in the way that we do today. and today it's, it's insanely more involved and so much, you know, so much better. And, and again, today, what we do is we plan a service. And, I mean, almost before the first line of code, we think about how is it going to be deployed in how many instances and how would it fail and so on and so forth.</p><p>[00:35:58] And I think security will go through the same, same evolution. I mean, what changed? The only thing that changed is the responsibility. So on the QA story, there was a group of people who were responsible to test your code, but not you as a developer. And, on the, on the redundancy side, there was the group of people called it, not even ops, and they were supposed to make sure your service is always live, which is absurd these days, because how do, how would they even know back then?</p><p>[00:36:35] And I mean, today, you, I mean, you guys just said it, I mean, in, in some organizations, do you build your code in this. A bunch of people who are responsible to make sure you don't do a mistake or don't put the company in risk. So, I mean, just, you know, just, from a history point of view the story should repeat itself, right?</p><p>[00:36:59] <strong>Patrick Wheeler: </strong>Yeah. I mean, I think as you mentioned, like a single developer becoming more and more, I mean, in the beginning, there was only the developer and then there was the organization and then now we're going back to only the developer. So yeah, I would say it's a fair bet to say that it's going to go back to a combination of people and we'll see of it, I sometimes think that the, the roles can be embedded within the team.</p><p>[00:37:24] So, you know, we talk about like deploying on Docker or whatever. Like it's not that you have an ops team that is responsible for deploying everything, but maybe you have, you know, a person or a consultant on your team who helps you do it. And so the team's responsibility, but there's someone there to help it.</p><p>[00:37:40] So I guess if I hear what you're saying about security, you know, thinking, thinking similar to like having someone who isn't there to just, you know, send you emails when you've accidentally leaked your password. But actually, you know, help you guys develop good practices and sort of look over what you're doing and make good suggestions and is a shared goal with your team. Yeah. I think that can make a lot of sense. </p><p>[00:38:05] <strong>Dotan Nahum: </strong>Yeah. And I mean, and you ask how, like how can actually, teams can improve and, you know, and take more, more of that ownership over security. So that's the first, that's the first step, realization, you know, history repeats itself. </p><p>[00:38:22] And, I'm a huge fan of philosophy. And, what I see here is a pattern that repeats and I'm quite convinced it will repeat itself, because we are all people and humans and, we collaborate and work in fairly the same way. You know, what's the difference between quality and, and quality of service, which is actually kind of, you know, what distributed systems come to solve and then quality of your security.</p><p>[00:38:53] So it's all the same. so that's, that's one part. And the other part that I, I believe in personally is trying to instill the mentality of, you know, fresh perspectives and learning from mistakes. So if you have these kinds of processes in your, in your company, in your culture, then you can always use these processes to actually have, you know, plugin a space for, Hey, we're doing a pre-mortem or a post-mortem, let's talk about how security is a in this whole picture. </p><p>[00:39:29] So we talked about redundancy and deployment and, how's the, you know, capacity planning. how about we talk a little bit about, security, which means sometimes you can either simulate attacks. Sometimes you can either prove that, you know, prove that a certain service is secure, or sometimes you can just, you know, list what your, what your risks are. And that, that is a great conversation opener. </p><p>[00:39:57] So if you have a billing service, you know, then you can actually state your fears and you can just say in that same form, your fear is that someone can go in and, I don't know, steal what? Credit cards, transaction numbers and so on. So just by stating, what's valuable for you in that same forum of a pre-mortem retrospective, whatever. You know, you can actually start a great conversation, and you can discover that people didn't even realize that the service you're building is actually holding a lot of value for a potential attacker. And that is, you know, 50% of the job. </p><p>[00:40:42] <strong>Patrick Wheeler: </strong>Yeah. You're kind of describing now. We've kind of covered a lot of ground already, but you're describing now you were mentioning, sort of thinking about the attack vectors and what is, you know, where could people attack?</p><p>[00:40:54] What would they think about evaluate sort of thinking about coming from someone on the outside, not just, Hey, I'm playing with your service, but I'm looking at it. I'm analyzing what I could get from it. And then I'm deciding how much time to spend, whether it's just to crash your site or to, to drop your data.</p><p>[00:41:10] Or if there's something here I could extract. And I guess that even in itself is a useful way to think about it is I'm deploying the service, which is valuable to end users. But in some ways like the more personal data or credit card, whatever those things that might be most valuable to delivering really awesome experiences to end users would also be very juicy targets for attackers.</p><p>[00:41:35] And I guess the juicier the target, the more concerned you have to be with, making sure your stuff is very secure. </p><p>[00:41:42] <strong>Dotan Nahum: </strong>Right. And always, I try to keep it very, very simple. I mean, I mean, there's, you know, think about what you're doing in a day to day, you know, is your computer filled with, with sensitive material?</p><p>[00:41:56] Did you encrypt your drive? Because, you know, once, you know, at the times when we used to go to conferences, then I literally saw, I won't name the company, but it's a big cloud company, to, solution architects, just living their, laptop on, on the chair and going for the restroom. And I was kind of looking at two laptops with, obviously the company sticker on them, just telling me, steal me, right? I mean, so once that happens, if you didn't encrypt your hard drive, basically, it's just, you know, five minutes and I have all of your data. So these are the small, simple stuff that, that I like to think that these are the terms that I like to think in.</p><p>[00:42:45] So it's very, very simple. It's connect to the, you know, the stuff that you're doing on a day-to-day basis that you're feeling uncomfortable with and, try to figure out what that is. And on the other side is also, you know, in terms of organization and teams, it's also very, you know, very simple is connect to the things that you think you're fearing from, like your fears.</p><p>[00:43:13] So basically when you, when you're about to deploy a service, I'm sure as hell, like as a developer, your fear is that this service is going down, right. So you'll try to figure out how to keep it alive and, you know, avoid waking up at night because, you know, you, you didn't, I dunno, throttle something properly or you didn't think of an edge case.</p><p>[00:43:37] So, and so just add another layer of fear, which is, I think this service is storing sensitive data and I want to just state that. And that is just, you know, a simple way to start a conversation with other intelligent people and, you know, brainstorm and think what, what you can do. </p><p>[00:44:02] And obviously when you do that a few times, you probably get to a more advanced levels of thinking of attack factors and, you know, kind of instilling this culture and it will, it'll just happen from itself.</p><p>[00:44:16] <strong>Patrick Wheeler: </strong>Yeah, I, I think you're right. I think realizing it's an issue thinking about it, these things are, you know, important. I feel like it's a, yeah, like you said, from philosophy, you know, applies over and over again, not just that things repeat itself, but that kind of the path to learning about it is first realizing there is something to learn.</p><p>[00:44:35] And I think the topics we're discussing here are interesting approaches. So we've talked about on a developer computer that, you know, having something that scans for maybe secrets that you wouldn't want pushed out, or that you wouldn't want someone to get on your computer. We talked about application firewalls and traditional firewalls.</p><p>[00:44:58] We talked about a little about SQL injection. So we talked about a little bit like someone getting on your computer or stealing your computer hard drive. We talked a little bit about like the end deployed app. What are other areas? I mean, there's a whole pipeline there, I guess, of. You know, not just developing the code, but then pushing the code, serving the code, you know, like the distributed systems themselves, like what are other areas that are important to think about security?</p><p>[00:45:23] <strong>Dotan Nahum: </strong>Yeah. So, so, so there's two, niche areas, I would say. I would be careful with calling these niche. But there's a reason I didn't mention these, first. So one is, I believe maybe the scariest of all, which is, you know, getting an email, clicking on something and then bam, your computer is now locked with all the data and you need to pay someone millions of dollars.</p><p>[00:45:52] Right? So this is like the whole ransomware thing. And, and yeah, as you mentioned, the best way to combat this is to actually, you know, be aware, so have awareness training, and make sure, you know, what phishing is. </p><p>[00:46:07] And, you know, some, sometimes, email specifically, sometimes, in terms of emails, that there is some email providers that are very advanced, that can tell you, listen, this email came from outside of your organization. And, you know, I, I'm a fan of Gmail in that sense. you know, they can color the out of your context thing. I don't know if that exists in other clients. I hope it is. </p><p>[00:46:34] But this is a good part of awareness that I thought should be there. And it wasn't there for a long while. I mean, if you're an email client and you have any working in, you know, you're giving a service to an enterprise and, obviously you can identify who's in the organization, who's outside. And then just give me a color. Tell me, listen, someone from outside the organization is now sending you an email. That's a great, great thing to know.</p><p>[00:47:02] <strong>Patrick Wheeler: </strong>And flagging hyperlinks that don't match the URL they point to as another one that shocks me, that email clients don't do today. </p><p>[00:47:09] <strong>Dotan Nahum: </strong>Right, right, right. And obviously all the DNS typos, which is fun, you know, you have a company name and then someone changes a letter. Maybe it turns an "i" into a capital "I", which looks like an "L" and then you have something which looks familiar, but isn't, so that also, you know, that is also something. </p><p>[00:47:33] I don't know if to call it funny, but it's, it's when you, when you realize that you can do it, then you go and buy the domain for like four bucks. And then, then you have something in your hand that, you know, someone can use for, for attacking. So basically by the way, this is something I do in almost every company I joined, they look at the domain and then I go and buy all the similar looking domains and hand them over to the ops and IT people to just have these domains, you know, just by them. So no one else can buy them and it's very cheap. So I really encourage everyone to do that for their companies. So yeah, so this is one, one category, which I, I would call niche of, of kind of attacks, because they are very, specific. </p><p>[00:48:19] And the other one is, actually that would feel nice to people who works with embedded systems. Maybe more because in there, there is, there's a category of languages with are, which are considered unsafe, I guess that's, that's the category of languages that was kind of born these days. </p><p>[00:48:41] And the idea is that, I mean, To me, it's strange because, I remember programming in C and C++ like it was yesterday and also assembly, I'm from this generation.</p><p>[00:48:59] And these days, these languages are kind of portrayed as unsafe. And, you know, basically because they are not providing the right checks, for your, memory usage, out of the box by default. So this class of languages, you have a whole, I dunno, domain of proper usage so you could actually build secure software, but it is secure in the sense that when you, I don't know, when you put this software on a pacemaker, then no hacker can actually hack that I guess, or a spaceship or whatever.</p><p>[00:49:44] So yeah, so there's this whole domain of security geared towards making sure these, these things are, are as safe as possible. And just to look at this from a developer point of view, then, when you build this kind of software. </p><p>[00:50:02] So one of the most accessible tools to use is a fuzzer, which basically means it's a kind of a tool or a library that you can use. It's, I try to explain it in a simple term. If you have a function that is supposed to receive a string and an integer, for example, then this tool would look at this function, analyze it and try to inject kind of brute force all of the strings in the world, like strings, strings with binary characters in them, strings with Unicode characters in them, and we'll do it by brute forcing.</p><p>[00:50:41] It won't try to be smart about it. And if it's an integer, it, obviously it will try to overflow it, or give it some bad numbers. And basically it takes some time. And then it will come up with a combination which is bad for your, for your software. So basically you you'll be fuzzing this for weeks and weeks and weeks, and then you'll be able to see if there's any result.</p><p>[00:51:07] And this result would be gold for you because you just exchange time, with something which is very sensitive. If this, for example, if this was a spaceship, right? so that is a whole category of security and very geared towards the developer. And also, you know, in the realm of embedded or, or things that are, you know, in that sense are, can become very, very costly.</p><p>[00:51:33] <strong>Patrick Wheeler: </strong>Just to rip on that for a second, for people who may not realize. So if you run a fuzzer and your program crashes, there's a number of different reasons why it could be a problem. So the first reason is that obviously, like if you were running a spacecraft or a service, if it crashes it down and then you have, you know, an outage, right? And so someone could keep sending malformed data and crashing your system.</p><p>[00:51:59] And if they do that enough, then you have a sort of denial of service problem or, you know, even worse. And so in that way, you know, that's kind of like the first class of problems. The second class of problem though, is that sometimes it crashes because you are not checking the data properly, and the crash can actually lead to a buffer overflow that allows someone to exploit your code and then actually read contents of your computer or your memory, and actually, steal results, which is much worse than just, crashing it.</p><p>[00:52:30] And so running a fuzzer and finding those things is super useful, because in, many times it's an obvious, especially if you depend on, another library for doing something like json parsing or your, you know, any kind of data consumption, and someone can feed in there. And if there's a problem in that library, which you used, because you liked the fact that it had a lot of, convenient functions in it, you could be opening yourself to a whole host of problems that you didn't realize.</p><p>[00:52:57] <strong>Dotan Nahum: </strong>Right. You just said it much better than me, (laughs)  </p><p>[00:53:01] But yeah, I, you know, you can, you can, you can claim, I dunno, maybe, you know, as you know, we have Space X and all these, maybe there's many more developers that are being called in shipping, shipping into a spacecraft these days, then, you know, there was when there was only NASA. So I don't know, maybe fuzzers will come into fashion. </p><p>[00:53:29] <strong>Patrick Wheeler: </strong>Yeah. So we talked about, okay. A couple other, other niche areas, and then one of the other things I know people kind of mentioned is, you see every so often is someone will publish a report where they scanned a GitHub and they found, you know, 10,392 places where someone had their database password stored.</p><p>[00:53:52] What are the, so obviously, like that's a huge problem. Like, is that something that you see people doing? Is pushing code itself up to repository where they put something in there? Unintentionally? </p><p>[00:54:02] <strong>Dotan Nahum: </strong>Yeah, yeah. I mean, first of all, a quick disclaimer, this is part of what we do at Spectral. </p><p>[00:54:08] <strong>Patrick Wheeler: </strong>Okay. Well, I guess I teed one up for you then.  (laugh) </p><p>[00:54:11] <strong>Dotan Nahum: </strong>Yeah. And by the way, just to close a small circle, which, you know, it's, it's so much fun to recommend when I can recommend it. So I've been through, I don't know, since assembly, probably through almost every programming language. Including Haskell and Erlang and some wacky languages. And, at Spectral we use Rust, which on the, on the, on the, on the, fuzzing, unsafe languages, part of things, is, supposed to be safe.</p><p>[00:54:41] And, as far as I can tell it is. And, and there hasn't been a morning where I wake up and look at the code and say, this is an amazing program language that gives, you know, it gives me the Holy Grail. </p><p>[00:54:56] So just to encourage, encourage people to just try out Rust, it's an amazing, language that, is, you know, for me it's as performant as C++ and as expressive, with none of the disadvantages.</p><p>[00:55:12] It's amazing. And, and back to your question, so yeah, so people do, tend to do these mistakes. And I mean, it all, it's actually a reflection of, of the situation right now, which is there's so many tools. So many technologies, so much is being asked from a developer these days, that there's, you know, there's so much opportunity to make a mistake, and making a mistake is yeah, is, is, let me give you an example.</p><p>[00:55:47] Is using an IDE, that you think, you know, let's, let's use a concrete example. So, you have IntelliJ and IntelliJ likes to save some, some settings in a folder called .idea. And, as far as I can tell, and anyone else can tell, this folder is clean, it's safe. </p><p>[00:56:12] So if you like, you can actually push it to your GitHub repo, which is public and everything is great. because you get the guarantee that the common, the common sense thing to do from a intelligence point of view is, yeah, is make sure it's clean and, and let you publish your settings so that if someone else takes the project, then they will get a nicely configured environment for them in their own IntelliJ editor.</p><p>[00:56:40] So that's, that's the understanding that almost every developer has. But here's the twist, there's also plugins. And some developers would choose to install various plug-ins, unofficial ones. and I've seen in my own eyes, a plugin, that is actually doing something more than a search, like some hyper search something. And basically, I've seen a project where a developer pushed their own private settings. And in there they had this plugin installed. And what this plugin did is break the environment that I guess IntelliJ has that this folder has to be clean. So basically the plugins saved and cached the search terms of the developers inside this folder.</p><p>[00:57:35] <strong>Patrick Wheeler: </strong>Oh no.</p><p>[00:57:37] <strong>Dotan Nahum: </strong>And it's really funny because you could see how the developer cleaned up the project before publishing it. So you would see, the searches right there in a public repo. You would see, Amazon and then AWS and then Easy2, and then you'll see the actual Amazon key and secret. So basically what, what, what I've watched is the entire history of the developer, trying to clean up the project before publishing it and they search for the actual secrets, in order to remove them from the code, but the plugin re--</p><p>[00:58:16] <strong>Patrick Wheeler: </strong>Oh, they were trying--</p><p>[00:58:17] <strong>Dotan Nahum: </strong>Exactly. The plugin recorded everything and dropped it inside this .idea folder, which is supposed to be clean. That is that, you know, that is the understanding that every developer has a. So they pushed the project, published it.</p><p>[00:58:33] And basically, because it's a dotfile, I guess they all always, you know, they were all also on windows and by default on windows, you don't see hidden files or whatever. Yep. Completely didn't know about it. It was sitting there for at least six months until we reported it to the company that, that we saw this, exposing.</p><p>[00:58:56] And yeah, the story that we got after that was, basically, you know, they had minors and breaking into the cloud and whatever. So it was a mess for them. </p><p>[00:59:07] <strong>Patrick Wheeler: </strong>Oh, no. </p><p>[00:59:08] <strong>Dotan Nahum: </strong>So this is just one, one small example of, you know, so much, there's so much freedom, so much technology, so much to use and to experiment with.</p><p>[00:59:18] But you don't always get, you know, the best offering. Basically this one was down to adopting some plugin, which looks cool. but I guess the developer of the plugin didn't have security first, or didn't really understand, realize that, there's this kind of agreement that his folder needs to be clean. Yeah.</p><p>[00:59:42] <strong>Patrick Wheeler: </strong>I guess that serves as a, a pretty good transition as we, as we sort of wrap up here to, for you to talk a little bit about what Spectral is and sort of what it does. </p><p>[00:59:51] <strong>Dotan Nahum: </strong>Yeah. So Spectral is a, is a tool for developers. It's a security scanner. And it tries to do kind of things that we talk about today, which is, follow the habits of a developer and, be the best buddy and make sure that, you know, everyone can use it for themselves and make sure they scan the work and scan their computer and make sure that they don't do mistakes.</p><p>[01:00:16] And we say mistakes because that, that is what it is. It's, you know, you can say vulnerability, that's a different term, but, basically at Spectral, we'll, we're 50% coming from cyber and 50% pure engineers. So we like to keep this balance of productivity and security. So we just call it, you know, mistakes. I think that that is what it is. </p><p>[01:00:43] And a mistake is something that was made on a good intention. And, basically a whole class of mistakes is, you know, using and misplacing sensitive data, secrets, passwords, credentials, and so on, and, you know, placing different files somewhere you don't want them to be.</p><p>[01:01:04] And realizing we as a company are trying to realize the habits, and, and the workflows of a developer, and making sure there's always a great solution for that. So I think this week, or next week, we're going to release, an open source product. We're going to open source it. And what it does... so I want to, I don't want to jump the gun, but what it does is acknowledge that the whole, usage of vaults or dotfiles is not perfect.</p><p>[01:01:38] So it acknowledges it and gives you instead a nice tool, which is open source and you can build it and, you know, do whatever you want with it, which gives you a clean way to actually handle secrets, grab secrets from a vault or grab it from your disc, or from any other service and leave zero footprint on your hard drive.</p><p>[01:02:01] So basically everything is in memory. So this is something that we identify that, you know, developers are struggling with. So yeah, so this is just another example of something we, we do and we will launch next week. </p><p>[01:02:16] <strong>Patrick Wheeler: </strong>Oh, nice. I'll have to keep an eye out for that. And then what about Spectral as a company? So you said you were 50% sort of cyber 50% engineers. Are you guys looking for interns? Are you hiring? What is it like to work at Spectral? </p><p>[01:02:29] <strong>Dotan Nahum: </strong>Yeah, so, so first of all, we're hiring, basically we have kind of positions for, Rust engineers and go engineers and, no GS. And, I guess you could say we are always hiring.</p><p>[01:02:45] I mean, we're always, willing to meet great people. and in terms of the company, it's a, you know, the COVID thing, kind of caused us to be fully remote. But lucky enough, we're kind of, in terms of the experience in the company, then, some of us come from distributed companies by definition. So, we, we were able to create a really great infrastructure for being a nice, remote first or distributed company. </p><p>[01:03:17] And, and yeah, so we're being super productive, making sure we have all of the advantages of distributed and zero of the disadvantages. and yeah. </p><p>[01:03:30] <strong>Patrick Wheeler: </strong>Nice. Nice. So do you guys think you'll, I mean, you don't have the answer, but do you think you, will stay virtual, or are you guys, think you'll go back to a somewhat normal thing when this is all over?</p><p>[01:03:40] <strong>Dotan Nahum: </strong>Yeah, so, so, so we basically try to always think about the balance and think about the people first. so, you know, there's that, first of all, it's finding the right tools. So is Slack, the right tool is, email the right tools, right? So what we found is we use Discord, and, that was on a simple thesis, where if gamers are really lacking that platform, that coders properly would, and we found that it actually proved itself because when you share your screen and, and, share multiple screens and people can watch, you know, every everyone else's screens.</p><p>[01:04:20] And what I mean is editors, right, writing code, not games.  (laugh) So you have zero latency and you have really great audio and everything just works. So you realize that this whole thing was optimized for sharing games and it's, it's more than enough for sharing code and doing, you know, pair programming, all these things.</p><p>[01:04:44] So, and you also have rooms, which are, we actually made a few rooms, just a few, not too many, just like in a real office. So we have, we have rooms that everyone wants, but are taken, right, the same, same frustrations. So basically our discord resembles a real office. You can just drop in a room, drop into a conversation, and it's, it's really, really fun.</p><p>[01:05:09] So that is one thing we realized and experiment with, experimented with, and really works well for us. But yeah, we're trying to create a balance and also, you know, when, when possible meet physically, but yeah, we're always thinking about this as a problem. How do we solve it? Kind of like an engineer's, like an engineering problem.</p><p>[01:05:28] <strong>Patrick Wheeler: </strong>Nice. This is a great heuristic that, if gamers like it, engineers might too. Yeah, I think that's a, that's a great takeaway. </p><p>[01:05:36] <strong>Dotan Nahum: </strong>Yeah, It's, it's great. </p><p>[01:05:38] <strong>Patrick Wheeler: </strong>And then what about you personally? You have a, are you on social media? Do you have any, I think you might be doing some other stuff. Anything you want to share with people?</p><p>[01:05:47] <strong>Dotan Nahum: </strong>Yeah. So I'm, I'm on a GitHub, Medium and Twitter. I'm Jondot, J O N D O T. And yeah, I kind of, I'm trying to be on everything at the same time. It doesn't work (laugh) so I'm dividing my energy. So you'll see me active, you know, periods of times on GitHub and periods of times on Twitter. So I, I just load balance. I can't do everything in parallel, so yeah. </p><p>[01:06:17] <strong>Patrick Wheeler: </strong>All right. Very cool. Well, thank you for your time, Dotan. We really appreciate it, that was really awesome. A high- level overview of security. I had a good time. Thank you for coming onto the show. </p><p>[01:06:26] <strong>Dotan Nahum: </strong>Perfect. Me too. </p><p>[01:06:36] <strong>VO: </strong>Music by Eric Barndollar. </p><p>[01:06:41] <strong>Jason Gauci: </strong>Programming Throwdown is distributed under Creative Commons, Attribution ShareAlike 2.0 license. You're free to share, copy, distribute, transmit the work, to remix, and adapt the work, but you must provide attribution to Patrick and I, and sharealike in kind.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Programming Throwdown talks cybersecurity with Dotan Nahum, CEO and Co-founder of Spectral. Dotan provides us with a high-level overview of the role of cybersecurity, its definition, evolution, and current challenges. He also shares tips for small- and medium-sized ventures on how to develop best practices.</p><p><br></p><p>The episode touches on the following key topics and ideas:</p><p><br></p><p>00:01:12 Evolution of modern cybersecurity </p><p>00:06:06 When to integrate security in a design</p><p>00:11:54 Shadow IT</p><p>00:13:50 Hacker motives and motivations; SQL Injection explained</p><p>00:16:48 Firewalls and WAFs</p><p>00:20:29 Cybersecurity for small- and medium-sized companies </p><p>00:23:52 “The last mile of developers”</p><p>00:26:47 dotfiles</p><p>00:32:23 Simple tools and good practices</p><p>00:40:42 Attack vectors, attack factors</p><p>00:44:16 Ransomware and phishing</p><p>00:48:19 Unsafe languages</p><p>00:50:02 Fuzzing</p><p>00:54:11 Rust programming language</p><p>00:55:54 Example security scenario with IntelliJ</p><p>00:59:42 More about Spectral, Dotan’s company</p><p>01:03:40 Staying virtual using Discord</p><p><br>Transcript:<br><strong>Episode 110 Computer Security with Dotan Nahum<br></strong><br></p><p><strong>Jason Gauci: </strong>Programming Throwdown Episode 110, Security with Dotan Nahum. Take away, Patrick. </p><p>[00:00:21] <strong>Patrick Wheeler: </strong>Hey everybody. We're here with a hundred and tenth episode, which is pretty exciting. And we have our guest to-- oh, yeah, go ahead. You want to... </p><p>[00:00:30] <strong>Jason Gauci: </strong>I'm just saying, yeah!  (laugh) </p><p>[00:00:32] <strong>Patrick Wheeler: </strong>So we're here with our guest today, Dotan, and you are CEO of Spectral. Why don't you go ahead and introduce yourself briefly, and then we'll get started.</p><p>[00:00:42] <strong>Dotan Nahum: </strong>Yep. So hi, guys. So I am Dotan, and by the way, 110 is binary, right? </p><p>[00:00:48] <strong>Patrick Wheeler: </strong>Oh, there we go. That's right.  (laugh) </p><p>[00:00:52] <strong>Dotan Nahum: </strong>So yeah, so I'm Dotan, CEO of Spectral. It's a cybersecurity company, geared towards developers. I mean, we like to say that we create tools for developers with security as a side effect. So yeah, so that's, that's, you know, that's what our focus is. </p><p>[00:01:12] <strong>Patrick Wheeler: </strong>Awesome. Well, I mean, I guess that's a lot to unpack, so I think everybody would agree, security is very important, but maybe everyone doesn't understand what security is. So we were talking about this a little when we were doing, doing warmups. So if we talk about security, does that mean that you are developing antivirus for computers, for developers, or does it mean something more?</p><p>[00:01:35] <strong>Dotan Nahum: </strong>Yeah, I mean, I mean, it's kind of all goes back to, I guess, evolution of our, I guess it is our domain, our, our world, which is kind of a high-tech or softer, softer world? Time really gets compact with all these revolutions. We have a, we have evolution revolution. </p><p>[00:01:57] So, I mean, if you go back to 2007, that was just before Facebook and just before iPhone, I guess. And if you go back to 2005, that that was before the rise of Microsoft, I guess the major rise of Microsoft as a .net shop, which really made, you know, made all the enterprise software come along and then kind of '98, 2000, the first bubble.</p><p>[00:02:27] So all these stages, they had, it's kind of a sprint to create technology. And, the focus is on creating technology that is supposed to give developers productivity, and supposed to make, you know, make companies very productive and create a very nice portfolio of products. </p><p>[00:02:48] And almost always, I mean, maybe not intentionally, but almost always the security side of things, was kind of left behind. You know, I'm sure no one intended for it to be, but, there's a lot of more velocity under creating a great product at the time. Every, each and every step of this, like in the first bubble, and then in 2005, and then into 2007 and so on, rather than, okay, so let's create the technology and the product, and let's also make it, you know, kind of, dependent on making great security, be there for us. </p><p>[00:03:35] So almost every time, security came after the revolution, after the evolution. So we had from, simple firewalls, to intrusion detection, which is, you know, the large kind of, systems that try, try their best to find anomalies in the, in the area of 2000, to the smarter firewalls. And even today, those like, this, mini kind of firewalls, of WAFs that you integrate as an SDK into your app. So yeah, so it's kind of come, it comes in waves, technology, and then, security comes in waves as well. </p><p>[00:04:17] And yeah. So the latest, the latest we're seeing right now in terms of the evolution of software is that yeah, we know that software eats the world, but we are kind of feeling that it already ate the world? So, you know, you can do so much today that you couldn't have done, I mean, as little as three or four years ago, actually. You know, it can take a Lambda and you can pick up a bunch of SAS services and you're done. I mean, you build a product that used to be maybe three, four, five years ago, you know, used to take much more energy to build.</p><p>[00:04:58] So in that sense, as a developer, you have so much more power and so many more paths to get to the same end goal that... I'm not sure, I mean, I feel it for myself. I'm not sure the security world can even begin to realize, because they need, I mean, if we, if we think about them as they, then they need to understand how to develop as well as developers in order to give, to create great solutions for that developer, that glue stuff together, and, you know, invent stuff from existing, existing parts.</p><p>[00:05:37] <strong>Jason Gauci: </strong>Yeah, that that makes a bunch of sense. </p><p>[00:05:39] <strong>Patrick Wheeler: </strong>I say, yeah, that covered, I mean, you, you went to the whole history of modern or last couple of decades of, computer software there, but I was going to say, so one of the interesting things I think before we get into the kind of specifics about, what needs to be secured, this, this kind of, thing you mentioned where people build a product first and then try to figure out security later.</p><p>[00:06:02] I guess that's an interesting balance where, if you're building something until it's built, maybe it doesn't really need security. Right? If this was a thought in my head, I don't need security. If people are going to start using it though, immediately, you need to start having some amounts of security. Do you have opinion on like, what is the balance there?</p><p>[00:06:19] So if you don't know yet what you're doing and what may be your risks, when is the right time to start considering security and what are some of the good, you know, first things to start considering? </p><p>[00:06:30] <strong>Dotan Nahum: </strong>Yeah, so that, that's a great, great question. I mean, I think the balance is shifting towards really taking the time, in development time, in design time, and think about security on the security model.</p><p>[00:06:46] So, you know, this was kind of theoretical, yeah, everyone should do threat modeling and everyone should do secure by design and so on. And, and frankly, you know, you'll, you'll find these people who are extremely into security that are actually doing these things. But the thing is, it wasn't being done properly or, you know, by everyone as kind of a development workflow. You know, when you come to develop a feature, then you have the design and you have maybe a POC and, and you're supposed to have this small, or maybe large threat modeling box, but, you know, no one actually does it, or, you know, most people kind of, focus on the other or other areas of developing a new feature.</p><p>[00:07:35] So it is that way because we're used to, taking a product and pushing it into, you know, your traditional server farm, or you're really a secure and isolated cloud operation, whatever. And you're, you're pretty sure that within this closed garden, even if you didn't do the proper, you know, threat modeling as a developer, then things will be okay.</p><p>[00:08:04] However, this kind of understanding is changing because it's no longer pushing to a server. Or to a kind of a closed garden environment. It's, you know, taking your function and placing it somewhere. And now someone can ask a question, which is, I don't know, I didn't have the answer. If I push a function to whatever, you know, I don't want to name any, any service, but, you know, it's kind of a, any of the new hip cool services out there that really, make you productive.</p><p>[00:08:40] If you push that function, did the other side do everything they need to do in terms of their traditional threat modeling to keep you safe? Are they're obligated to do it? Do they have, you know, let's say a WAF to identify SQL injections for you maybe, or maybe to, drop someone who's attacking your service, and so on?</p><p>[00:09:04] I'm not sure actually. So, so it kind of shifts the responsibility to the developer. Because you're building a function, you're dropping it on a whatever cloud provider and your function is now live, you know, it's up to you, right? </p><p>[00:09:22] <strong>Patrick Wheeler: </strong>Yeah. I guess you were talking about deploying these functions and applications to public-facing cloud, or do you think that the same applies to, internally deployed app, like an enterprise software that would just be used, sort of within your corporate firewall? I think you were sort of referring to this when you mentioned walled garden approaches. Right? </p><p>[00:09:45] <strong>Dotan Nahum: </strong>Right. So, so I, I believe like eventually the enterprises, the closed enterprises really adopt whatever's happening on the open, let's say end up on wild world. So, you know, maybe we need to give one realistic example.</p><p>[00:10:03] So let's say I'm working at kind of an Acme Corp, some kind of corporation, doesn't matter. And I'm a developer and basically I have, you know, the service, small service to build, and I decide to build it on, I don't know, Heroku or I don't know, Vercel. I do that, no one is stopping me. I, I can do it.</p><p>[00:10:27] And then I can plug it into my existing infrastructure inside the corporation. And I don't know if, if, you know, if that would be something that is, you know, okay. I mean, as a developer, I'm just, you know, shipping software, but here's something that, you know, an ability or a possibility that wasn't there.</p><p>[00:10:52] Five years ago, you know, Heroku was there, but the culture of shipping things fast and, and being able to take things to the, you know, to the extreme, end to end, wasn't there. So here's one, you know, one path that is now open, you know, and, and now people can actually wake up tomorrow and figure out, scan their code and look for external services to, you know, exist in the code base and try to figure out how many are there that they know of.</p><p>[00:11:25] And how many are they didn't, don't know of. And that's just, you know, SAS services. now we can take the same analogy and try to think about what kind of libraries do you use. And everyone remembers left-pad, right? When it was just suddenly pulled out of NPM, breaking half the internet. That's, that's kind of the new world that's happening, in the last few years that I'm not sure, ah, everyone are ready for.</p><p>[00:11:54] <strong>Patrick Wheeler: </strong>So what would be an example of, like you mentioned, you know, building a Heroku based, you know, application and deploying it and scanning for, what services that you may not have been, may not have realized. Do you have examples there of like, what would be something that you may not intend to have exposed that got exposed?</p><p>[00:12:11] <strong>Dotan Nahum: </strong>Well, yeah, I mean... Well first, there's this kind of a, the cyberworld calls it, Shadow IT, where people basically, what they want to do is be more productive inside the organization. So it's kind of two sides of the coin. One is, one is positive. One is negative. And the positive side is do you have a team that thinks it can move quickly and adopts, you know, unvetted software, so to speak, and then ships it to production.</p><p>[00:12:44] And that creates a bunch of, you know, IT assets, I dunno, services, SAS services, whatever you, you, whatever you can think of that actually, no one knows exists, in production.</p><p>[00:12:58] On the other side, if from a cyber perspective, that is an unauthorized use of software, which is kind of giving it a kind of a warfare kind of name, like a Shadow IT, like shadow ops.</p><p>[00:13:14] So, so this is, this example, you know, if you guys even, check your, your stuff, then maybe you can find many examples of that, but, you know, it's, it's kind of a productivity thing. </p><p>[00:13:27] <strong>Patrick Wheeler: </strong>Yeah, I think so. Maybe just, just stepping back a bit, like, like, it'd be really good to explain to folks like what, what are the different components of, of computer security, like what actually a firewall is and, and, and how to, protect and it's like, like, what is a SQL injection? You know, like what are the kinds of threats that you encounter, you know, and how do those things work? </p><p>[00:13:50] <strong>Dotan Nahum: </strong>Oh, yeah. So I think first of all, let's, let's try to get the motives out there. Right? So there's hackers and there's the good people and bad people, right? So to speak.</p><p>[00:14:01] So I guess developers build software and they're trying their best to actually add value. And the hacker is trying to, to, I dunno, remove value or try to, gain the system and gain some profit really quickly. So basically when I build, for example, when I build a function, I don't know, that takes, a parameter from a URL from a website.</p><p>[00:14:27] And, you know, maybe it's a page number, you know, traditional paging, feature. Then I, I, take this parameter and I, you know, inject it into an SQL query that I have on my backend. And my goal is, is to just give you page number two. So that's, you know, that's my perspective as a developer, I see nothing, you know, no harm done.</p><p>[00:14:52] I mean, I'm taking a value and dropping it in a inside the string, which contains an SQL query and I'm done, like I pushed this feature, I go home and that's it. </p><p>[00:15:02] But the other side of it is that, when a hacker look at, looks at it, then first of all, there's, "what is it for me"? Like what's there to gain, but first of all, the company needs to be really attractive in terms of, hacking anything.</p><p>[00:15:17] And there's has to be some kind of trophy on the other side. So if I'm looking at something, it's some company as a hacker, and I realized they might have sensitive data because they're, I don't know, healthcare, whatever. Then at least I have now the motive or incentive to actually, try to figure out where can I hack into.</p><p>[00:15:41] So looking at this naive, SQL thing that the developer just built. So I'm looking at the parameter and what I'm trying to do is take, instead of giving the parameter, what it expects, which is a number, I'll try as a hacker to, you know, try to inject some malicious SQL code. Maybe if I, if I'm in for doing some damage, maybe I'll try some drop tables instead of a number.</p><p>[00:16:08] If I have reason to believe that the backend will actually give me the results, as I wanted, then I, I'll try to inject an actual query into the number instead of a number. And what I'll hope for is for the developer not to actually be defensive, which means the developer forgot or didn't bother to actually sanitize the parameters and make sure that if the developer expects a number, there only should be a number there.</p><p>[00:16:38] So that, that is kind of the gist of. SQL injection. So this is, you know, one, one kind of attack. </p><p>[00:16:47] So just a little bit about firewalls. So basically a firewall is something that sits between a machine and the outside internet, or maybe internally, it doesn't matter, the outside world. And what it tries to do is to monitor traffic and figure out which traffic is strange, and which traffic is normal.</p><p>[00:17:10] So it used to be, you know, it used to be very simple. It used to be basically looking at open ports and trying to block irregular ports on machines. That is like 20 years ago, and today it's a lot smarter. So today a firewall is maybe not the, you know, the correct name anymore, but it's, it's a system that looks at anomalies in your traffic.</p><p>[00:17:39] And that is, the acronym is WAF, which is web application firewall. So many cloud providers have that and you can actually flip a switch and have the, have it as a feature. And basically it looks at your traffic and it can recognize what is normal and what is not normal. And usually that is backed by some kind of machine learning.</p><p>[00:18:00] So, yeah, so these are two categories, I guess, of, of attacks. And basically the, the reality is that the amount of attacks always, you know, always grows. There are always new attacks because there's always new code and there's always new features and new products being launched. That makes sense?</p><p>[00:18:21] <strong>Patrick Wheeler: </strong>Yeah. So you mentioned this, the WAF is web application framework and trying to understand, like, what is questionable traffic.</p><p>[00:18:28] So if you're deploying, you know, some new new website and some new API, and it doesn't kind of know what to expect, how does it understand what is questionable and what is considered pretty normal traffic? </p><p>[00:18:42] <strong>Dotan Nahum: </strong>Right. So, so there's that, I guess, like in every machine learning operation, there's the cold boot problem. So if you have something new, then obviously it hasn't yet learned enough traffic to tell you what's normal and what's not. But, luckily, you know, I guess if someone would look at most of the internet traffic, they realize there's like clusters of normal traffic and there's clusters of irregular traffic.</p><p>[00:19:11] So, and again, probably this is a, you know, the secret recipe of every different, vendor of, of such firewalls.</p><p>[00:19:19] <strong>Patrick Wheeler: </strong>Fair enough. </p><p>[00:19:20] <strong>Dotan Nahum: </strong>But yeah, but, but you know, the generic cases, that there's, you know, there's normal behavior and you have so much traffic these days, public traffic, and so on that you can analyze and build on.</p><p>[00:19:32] And there's like, you know, irregular traffic that is very specific to a certain service. And I can tell you from experience that yeah, definitely. It takes time for this, for these technologies to actually learn what is normal. Then you get a small amount of false positives at the, at the beginning. But the good news is that if you have traffic, then it learns, and if you don't have traffic, then maybe this service is not that, you know, popular or risky because you don't have traffic.</p><p>[00:20:00] So yeah, so in this specific case, it's kind of, it kind of creates a nice, a nice closure on it. So there's no gaps.</p><p>[00:20:09] <strong>Patrick Wheeler: </strong>So I'm going to take a step back and come back to this in a second and, and correct me if my, I could be completely wrong here. So, if I'm thinking from the shoes of an individual developer, like myself or Jason or anybody, who's just, you know, developing software and I'm going to assume which you might have to help correct me.</p><p>[00:20:30] So if you're at a really big company, chances are, you're not able to deploy straight to the cloud, or at least that's been my experience, as they typically have it pretty locked down. There's like procedures and reviews to go through. And there's a whole organization kind of devoting to that. So if I flip to the other side, if you're a super, super small, like only a single developer or a couple of developers, then you probably are the whole entire stack.</p><p>[00:20:55] And then my guess is there's a, a sort of gradient in the middle where like, you kind of mentioned before this, you know, Shadow IT, where maybe there's people who are trying to do IT or monitor it, but they're not everywhere, you could get around them. And it's not that you intentionally or unintentionally meant to, it just sort of, kind of happens.</p><p>[00:21:12] Where along the spectrum, do you find that many of the developers kind of live in, like, I, I, I'm not clear from my side, like I've spent most of my life working at relatively large companies where these kinds of things you're talking about have always been of interest. They've always kind of been handled by someone else or handled by the platform.</p><p>[00:21:32] So if you're building something yourself or in a company that's, let's say sort of medium or small sized, how do you sort of figure out like who the right people to contact are? How do you kind of figure out for yourself, what is the best development approaches to make sure that you aren't accidentally going to, you know, expose all your data to the world.</p><p>[00:21:50] <strong>Dotan Nahum: </strong>Right. Right. So, so the thing is, is that, and that's why I kind of connect it to a kind of an evolution. So there used to be good news for this, you know, there used to be a good, a good answer for your question. And the good answer would be, Oh yeah. Once you have a few controls in your organization, basically 90% of the problem, of the risk, is gone, but that's no longer the answer, you know, for the big, big corporations, you know, that, I don't know, the Apples, Facebooks, Amazons, I believe it's so, it's so, you know, insanely sophisticated there that there's very little chances of, of a developer, adding risk in terms of, security, because the investment is probably huge.</p><p>[00:22:39] But for the medium-sized and the emerging companies that have to deliver and ship fast, which is probably the majority of the companies these days, there, isn't this kind of resources. So, and, and also the times of one solution to rule them all, this is gone. So you can't really buy, a system, put it in, in your network and now all of your security issues are gone, because ways to, ways to do things are just growing.</p><p>[00:23:13] So, so just for example, if you look at your machine right now, I mean, ignoring where you currently work at, if you look at your machine and, you know, have a, have a small thought: what's in your bash history, assuming you use the, you know, your terminal? What's... do you have a dotfiles? What's in your, if you use VIM what's in your VIM VMRC? Do you have any secrets there, any tokens, anything that is maybe issued by a company, organization, but you have it right there, and guess what's the first thing hackers want to steal, right?</p><p>[00:23:50] <strong>Patrick Wheeler: </strong>It has logins and passwords. </p><p>[00:23:52] <strong>Dotan Nahum: </strong>Exactly. So, and you know, don't tell me, but, by all means, have a look after, after this, just, you know, you know, do a less on your, seashell history, and figure out what's in there. What's the material? How many times do you export a token? Maybe, even if a mirror token, something temporary, but still it gives clues. It gives clues to how systems work and, you know, how many of the tokens are temporary and how many of them are permanent and how does one look like, and then so on and so forth. </p><p>[00:24:31] So all these things are kind of happening on the last mile, which is us, the developers. So, you can look at an organization and say, wow, that's, that's a fully secure organization, but, the last mile is probably us.</p><p>[00:24:46] We use all the, you know, in terms of R&amp;D ,we use the assets, we connect them. We take on the risk of, yeah, I'm going to use this token and this password and this secret. And I'm going to connect this to this external service and to this external machine. And I'm going to store some stuff on my machines and all these things combined are just, you know, ways that I'm, I've adopted to be super productive.</p><p>[00:25:17] And as the world of software grows, the ways to be super productive also gets, get more sophisticated. And that creates an impossible, an impossible problem for one, you know, one cyber or security solution to solve. It, it's basically, you need to solve all of the habits of developers at once. </p><p>[00:25:44] <strong>Patrick Wheeler: </strong>Yeah, I guess I don't, I security is not my, not my background or my forte, but I always hear security and depth and layers of security. And, and I guess this is what you're sort of mentioning, like the last mile of developers. And, we were talking at, at my company a little bit about social engineering and just, my takeaway was basically like if someone targets to social engineer, you're kind of hosed, like, the amounts of sophistication in some of the attacks that have been uncovered.</p><p>[00:26:12] It's just insane, that, no matter what you do that, someone could probably figure out your username and password without you, kind of knowing that you've turned it over. And I guess as you're mentioning, if you store stuff on your computer and your dotfiles, or even just in your history, and they get access to your computer, they're going to learn a lot.</p><p>[00:26:32] And, I guess that makes sense. That kind of brings to light to me the why you have to have so many layers of security. It's not just the firewall, the outside or the intrusion detection on the inside, but also like, even on individual computers, like having people have good habits and stuff. </p><p>[00:26:47] <strong>Dotan Nahum: </strong>Right, right. And you can't not, not have your dotfiles. Right. Because first of all, dotfiles indicate, a kind of, progression, right? Because you're, you're using something that supports 12 Factor Apps and is considered as a best practice. Right? </p><p>[00:27:08] But, and there's like a huge warning here that I think we all miss, is that somewhere we should have a dotfile that is not meant to be in a repo, but it's laying on our, on our computers. And what's in these dotfiles, I don't know, but I'm quite sure that a hacker learning these best practices, they also want to learn how to abuse these best practices. So I would, I dunno, I would build a script that searches for dot and dot production.</p><p>[00:27:44] <strong>Jason Gauci: </strong>Yeah. I think--</p><p>[00:27:45] <strong>Dotan Nahum: </strong>And grabbing it from your computer, right? </p><p>[00:27:47] <strong>Jason Gauci: </strong>Oh yeah. Yeah. I think, I think I took, I also like Patrick don't have a strong background in cybersecurity, but I did take the, a, a course on it in university. And I remember at one point someone was, you know, the, the, the lecture was talking about, you know, the magnetic hard drives and how, when you just erase something, it's not actually gone.</p><p>[00:28:06] It's just, you know, some reference to the data's gone, you can still recover it. And someone started kind of challenging and saying, well, if I do all of these things in this course, then, you know, I'm totally untraceable. I'm totally secure. And the professor had a really insightful answer that always stuck with me.</p><p>[00:28:23] He said, You know, yes, he said, but if you're a criminal, and this was for like cyber forensics type stuff, if you're a criminal, you know, you have to, you know, make sure like in the world of atoms, you're totally, you know, untraceable and in the world of bits, you're untraceable and you didn't leave any footprints and you didn't, you know?</p><p>[00:28:41] And so when you, when you started accumulating all of this, it becomes harder and harder and harder to, to, to get away with something. And so, and so this is also true where there's so many different systems we work with, we, we, we use 10 different languages and we're, you know, having, we're on three different public clouds and there's four different machine type.</p><p>[00:29:00] When you start adding it all up, if you have a problem, even once, that could be enough to get access to everything else. </p><p>[00:29:08] <strong>Dotan Nahum: </strong>Right. And that, that is, I think this is completely what's, what's happening right now. And, you know, unfortunately a lot of it is happening, in our domain, like, in the developer space, because, because the general sense is that if we get more power and, you know, I can look at the, Docker, just as something that happened that gives us developers more power.</p><p>[00:29:36] Because now I can, you know, I know previously I could use VMs, but now I can, you know, kind of juggle machines and  plug and play them and, you know, build so many things in a better way. So I have so much more power, using, using Docker and all these things kind of shift the power towards the developer and shift the responsibility also to the developer.</p><p>[00:30:02] And, and the big question is, did you, or did we know that these, that happen, that we have more responsibility now? Because as far as we care. you know, we have more, stuff to play with. I mean, it's, you know, I'm super productive and much more productive than 10 years ago. But did I know that I, I now have much more responsibilities in terms of security?</p><p>[00:30:29] So, so yeah, so I think that the answer for that is that, I'm seeing, we're seeing that not everyone realizes that, you know, with that extra, extra oomph that we got with all these technologies that we actually have now, we're taking more risk as developers. So that, that is, you know, that is the friction that, that we see.</p><p>[00:30:55] And the answer is to try to use the same, the same tools that we use to build features in products. And to figure out what do we, you know, what do we miss? so I just said, yeah, if I'm a hacker, let me just build a scanner that, you know, tries to find your dot and dot production. Right? So how about we use that and build a developer tool that actually can tell me that before the hacker knows it.</p><p>[00:31:28] So here's the goal. Here's an idea, build a tool that scans for all these kind of, of, of the, these files that you know, that you have in the back of your head, on your computer. And, and that is a tool that you build for yourself and put it in your own toolbox. And now you're, you feel much more secure and now you can work in a, in a safer, in a safer way.</p><p>[00:31:53] It's like, you know, it's like a carpenter working with a security goggles, right? So this is how you can actually build the tools for yourself. So that you can actually take on more responsibility. So, so that, that is, that was basically my thinking, I guess, throughout all of my career. So that every step you need to actually make your toolbox bigger so that you can actually take on more responsibility.</p><p>[00:32:23] <strong>Patrick Wheeler: </strong>Yeah. So when you talk about like, I guess your throughout your career, you're saying, you know, thinking about this, this toolbox, I guess it's probably bad, but I'll admit it. Like, I, I don't really spend much of my day thinking about what tools could I add to my toolbox to help make sure that I don't leak secrets.</p><p>[00:32:40] I'm a bad, bad engineer, I guess. But how does someone go from the mindset of like, my job is to sit here and as you were mentioning faster and faster to, to ship a product, to see what sticks, so what is the phrase to move fast and break things. Right. I didn't invent that. </p><p>[00:32:56] And like, how do you, go from that mindset to sort of culturing a sense of like, Hey, wait a second, I'm taking these risks. And they're really easy to not take these risks. You know, these are the common dotfiles that people would, would scan for. </p><p>[00:33:12] I mean, it makes sense when you told it to me, it seems obvious, but I won't admit that I probably ever thought about it before. How does someone go from my sitting here and just developing code to, I also need to have tools in my toolbox for not just developing my code, but for making sure my code is safe and secure.</p><p>[00:33:29] <strong>Dotan Nahum: </strong>Yeah. So, so actually it's, it's it can be very simple. I mean, to me it's, it's, it's very clear and I will try to give the same clarity in how I think about it. So I remember the day, when, we used to ship software and zero tests, that was around 2005-6, maybe. Yeah, no, no such thing as unit tests, no one even knew about that.</p><p>[00:34:02] And basically you would ship your software you've you wouldn't even test it, you know, properly and you'll figure out, yeah, we have a QA somewhere down the line, they'll do the work, tell me what's wrong. And I'll just, you know, wake up and fix this stuff they found. </p><p>[00:34:17] That, that was life. So, and that was not long ago in terms of, you know, in normal professions, like 15 years in, I dunno, in car making, that's nothing. Right? </p><p>[00:34:30] So that's, that's 15 years in software. So that, that was the reality. But since then, in terms of, quality and, QA, I mean, we almost obliterated that, that kind of workflow and we have unit tests, end to end tests, and so on and so forth, and everyone knows that you need to have coverage. So here's, that's one thing to think about.</p><p>[00:34:54] And another thing to think about is distributed systems, right? So there was a time where we built, you know, a server, you know, a server, a service doesn't matter, and we deployed it to one single server. And that again was at the same kind of, area of fears. and maybe we used views too. That was like amazing, you know, and the load balancer was kind of a hardware thing that you had to, you know, you had to put out from a box and install it somewhere.</p><p>[00:35:28] And, and, and, you know, we never thought about redundancy in that in the way that we do today. and today it's, it's insanely more involved and so much, you know, so much better. And, and again, today, what we do is we plan a service. And, I mean, almost before the first line of code, we think about how is it going to be deployed in how many instances and how would it fail and so on and so forth.</p><p>[00:35:58] And I think security will go through the same, same evolution. I mean, what changed? The only thing that changed is the responsibility. So on the QA story, there was a group of people who were responsible to test your code, but not you as a developer. And, on the, on the redundancy side, there was the group of people called it, not even ops, and they were supposed to make sure your service is always live, which is absurd these days, because how do, how would they even know back then?</p><p>[00:36:35] And I mean, today, you, I mean, you guys just said it, I mean, in, in some organizations, do you build your code in this. A bunch of people who are responsible to make sure you don't do a mistake or don't put the company in risk. So, I mean, just, you know, just, from a history point of view the story should repeat itself, right?</p><p>[00:36:59] <strong>Patrick Wheeler: </strong>Yeah. I mean, I think as you mentioned, like a single developer becoming more and more, I mean, in the beginning, there was only the developer and then there was the organization and then now we're going back to only the developer. So yeah, I would say it's a fair bet to say that it's going to go back to a combination of people and we'll see of it, I sometimes think that the, the roles can be embedded within the team.</p><p>[00:37:24] So, you know, we talk about like deploying on Docker or whatever. Like it's not that you have an ops team that is responsible for deploying everything, but maybe you have, you know, a person or a consultant on your team who helps you do it. And so the team's responsibility, but there's someone there to help it.</p><p>[00:37:40] So I guess if I hear what you're saying about security, you know, thinking, thinking similar to like having someone who isn't there to just, you know, send you emails when you've accidentally leaked your password. But actually, you know, help you guys develop good practices and sort of look over what you're doing and make good suggestions and is a shared goal with your team. Yeah. I think that can make a lot of sense. </p><p>[00:38:05] <strong>Dotan Nahum: </strong>Yeah. And I mean, and you ask how, like how can actually, teams can improve and, you know, and take more, more of that ownership over security. So that's the first, that's the first step, realization, you know, history repeats itself. </p><p>[00:38:22] And, I'm a huge fan of philosophy. And, what I see here is a pattern that repeats and I'm quite convinced it will repeat itself, because we are all people and humans and, we collaborate and work in fairly the same way. You know, what's the difference between quality and, and quality of service, which is actually kind of, you know, what distributed systems come to solve and then quality of your security.</p><p>[00:38:53] So it's all the same. so that's, that's one part. And the other part that I, I believe in personally is trying to instill the mentality of, you know, fresh perspectives and learning from mistakes. So if you have these kinds of processes in your, in your company, in your culture, then you can always use these processes to actually have, you know, plugin a space for, Hey, we're doing a pre-mortem or a post-mortem, let's talk about how security is a in this whole picture. </p><p>[00:39:29] So we talked about redundancy and deployment and, how's the, you know, capacity planning. how about we talk a little bit about, security, which means sometimes you can either simulate attacks. Sometimes you can either prove that, you know, prove that a certain service is secure, or sometimes you can just, you know, list what your, what your risks are. And that, that is a great conversation opener. </p><p>[00:39:57] So if you have a billing service, you know, then you can actually state your fears and you can just say in that same form, your fear is that someone can go in and, I don't know, steal what? Credit cards, transaction numbers and so on. So just by stating, what's valuable for you in that same forum of a pre-mortem retrospective, whatever. You know, you can actually start a great conversation, and you can discover that people didn't even realize that the service you're building is actually holding a lot of value for a potential attacker. And that is, you know, 50% of the job. </p><p>[00:40:42] <strong>Patrick Wheeler: </strong>Yeah. You're kind of describing now. We've kind of covered a lot of ground already, but you're describing now you were mentioning, sort of thinking about the attack vectors and what is, you know, where could people attack?</p><p>[00:40:54] What would they think about evaluate sort of thinking about coming from someone on the outside, not just, Hey, I'm playing with your service, but I'm looking at it. I'm analyzing what I could get from it. And then I'm deciding how much time to spend, whether it's just to crash your site or to, to drop your data.</p><p>[00:41:10] Or if there's something here I could extract. And I guess that even in itself is a useful way to think about it is I'm deploying the service, which is valuable to end users. But in some ways like the more personal data or credit card, whatever those things that might be most valuable to delivering really awesome experiences to end users would also be very juicy targets for attackers.</p><p>[00:41:35] And I guess the juicier the target, the more concerned you have to be with, making sure your stuff is very secure. </p><p>[00:41:42] <strong>Dotan Nahum: </strong>Right. And always, I try to keep it very, very simple. I mean, I mean, there's, you know, think about what you're doing in a day to day, you know, is your computer filled with, with sensitive material?</p><p>[00:41:56] Did you encrypt your drive? Because, you know, once, you know, at the times when we used to go to conferences, then I literally saw, I won't name the company, but it's a big cloud company, to, solution architects, just living their, laptop on, on the chair and going for the restroom. And I was kind of looking at two laptops with, obviously the company sticker on them, just telling me, steal me, right? I mean, so once that happens, if you didn't encrypt your hard drive, basically, it's just, you know, five minutes and I have all of your data. So these are the small, simple stuff that, that I like to think that these are the terms that I like to think in.</p><p>[00:42:45] So it's very, very simple. It's connect to the, you know, the stuff that you're doing on a day-to-day basis that you're feeling uncomfortable with and, try to figure out what that is. And on the other side is also, you know, in terms of organization and teams, it's also very, you know, very simple is connect to the things that you think you're fearing from, like your fears.</p><p>[00:43:13] So basically when you, when you're about to deploy a service, I'm sure as hell, like as a developer, your fear is that this service is going down, right. So you'll try to figure out how to keep it alive and, you know, avoid waking up at night because, you know, you, you didn't, I dunno, throttle something properly or you didn't think of an edge case.</p><p>[00:43:37] So, and so just add another layer of fear, which is, I think this service is storing sensitive data and I want to just state that. And that is just, you know, a simple way to start a conversation with other intelligent people and, you know, brainstorm and think what, what you can do. </p><p>[00:44:02] And obviously when you do that a few times, you probably get to a more advanced levels of thinking of attack factors and, you know, kind of instilling this culture and it will, it'll just happen from itself.</p><p>[00:44:16] <strong>Patrick Wheeler: </strong>Yeah, I, I think you're right. I think realizing it's an issue thinking about it, these things are, you know, important. I feel like it's a, yeah, like you said, from philosophy, you know, applies over and over again, not just that things repeat itself, but that kind of the path to learning about it is first realizing there is something to learn.</p><p>[00:44:35] And I think the topics we're discussing here are interesting approaches. So we've talked about on a developer computer that, you know, having something that scans for maybe secrets that you wouldn't want pushed out, or that you wouldn't want someone to get on your computer. We talked about application firewalls and traditional firewalls.</p><p>[00:44:58] We talked about a little about SQL injection. So we talked about a little bit like someone getting on your computer or stealing your computer hard drive. We talked a little bit about like the end deployed app. What are other areas? I mean, there's a whole pipeline there, I guess, of. You know, not just developing the code, but then pushing the code, serving the code, you know, like the distributed systems themselves, like what are other areas that are important to think about security?</p><p>[00:45:23] <strong>Dotan Nahum: </strong>Yeah. So, so, so there's two, niche areas, I would say. I would be careful with calling these niche. But there's a reason I didn't mention these, first. So one is, I believe maybe the scariest of all, which is, you know, getting an email, clicking on something and then bam, your computer is now locked with all the data and you need to pay someone millions of dollars.</p><p>[00:45:52] Right? So this is like the whole ransomware thing. And, and yeah, as you mentioned, the best way to combat this is to actually, you know, be aware, so have awareness training, and make sure, you know, what phishing is. </p><p>[00:46:07] And, you know, some, sometimes, email specifically, sometimes, in terms of emails, that there is some email providers that are very advanced, that can tell you, listen, this email came from outside of your organization. And, you know, I, I'm a fan of Gmail in that sense. you know, they can color the out of your context thing. I don't know if that exists in other clients. I hope it is. </p><p>[00:46:34] But this is a good part of awareness that I thought should be there. And it wasn't there for a long while. I mean, if you're an email client and you have any working in, you know, you're giving a service to an enterprise and, obviously you can identify who's in the organization, who's outside. And then just give me a color. Tell me, listen, someone from outside the organization is now sending you an email. That's a great, great thing to know.</p><p>[00:47:02] <strong>Patrick Wheeler: </strong>And flagging hyperlinks that don't match the URL they point to as another one that shocks me, that email clients don't do today. </p><p>[00:47:09] <strong>Dotan Nahum: </strong>Right, right, right. And obviously all the DNS typos, which is fun, you know, you have a company name and then someone changes a letter. Maybe it turns an "i" into a capital "I", which looks like an "L" and then you have something which looks familiar, but isn't, so that also, you know, that is also something. </p><p>[00:47:33] I don't know if to call it funny, but it's, it's when you, when you realize that you can do it, then you go and buy the domain for like four bucks. And then, then you have something in your hand that, you know, someone can use for, for attacking. So basically by the way, this is something I do in almost every company I joined, they look at the domain and then I go and buy all the similar looking domains and hand them over to the ops and IT people to just have these domains, you know, just by them. So no one else can buy them and it's very cheap. So I really encourage everyone to do that for their companies. So yeah, so this is one, one category, which I, I would call niche of, of kind of attacks, because they are very, specific. </p><p>[00:48:19] And the other one is, actually that would feel nice to people who works with embedded systems. Maybe more because in there, there is, there's a category of languages with are, which are considered unsafe, I guess that's, that's the category of languages that was kind of born these days. </p><p>[00:48:41] And the idea is that, I mean, To me, it's strange because, I remember programming in C and C++ like it was yesterday and also assembly, I'm from this generation.</p><p>[00:48:59] And these days, these languages are kind of portrayed as unsafe. And, you know, basically because they are not providing the right checks, for your, memory usage, out of the box by default. So this class of languages, you have a whole, I dunno, domain of proper usage so you could actually build secure software, but it is secure in the sense that when you, I don't know, when you put this software on a pacemaker, then no hacker can actually hack that I guess, or a spaceship or whatever.</p><p>[00:49:44] So yeah, so there's this whole domain of security geared towards making sure these, these things are, are as safe as possible. And just to look at this from a developer point of view, then, when you build this kind of software. </p><p>[00:50:02] So one of the most accessible tools to use is a fuzzer, which basically means it's a kind of a tool or a library that you can use. It's, I try to explain it in a simple term. If you have a function that is supposed to receive a string and an integer, for example, then this tool would look at this function, analyze it and try to inject kind of brute force all of the strings in the world, like strings, strings with binary characters in them, strings with Unicode characters in them, and we'll do it by brute forcing.</p><p>[00:50:41] It won't try to be smart about it. And if it's an integer, it, obviously it will try to overflow it, or give it some bad numbers. And basically it takes some time. And then it will come up with a combination which is bad for your, for your software. So basically you you'll be fuzzing this for weeks and weeks and weeks, and then you'll be able to see if there's any result.</p><p>[00:51:07] And this result would be gold for you because you just exchange time, with something which is very sensitive. If this, for example, if this was a spaceship, right? so that is a whole category of security and very geared towards the developer. And also, you know, in the realm of embedded or, or things that are, you know, in that sense are, can become very, very costly.</p><p>[00:51:33] <strong>Patrick Wheeler: </strong>Just to rip on that for a second, for people who may not realize. So if you run a fuzzer and your program crashes, there's a number of different reasons why it could be a problem. So the first reason is that obviously, like if you were running a spacecraft or a service, if it crashes it down and then you have, you know, an outage, right? And so someone could keep sending malformed data and crashing your system.</p><p>[00:51:59] And if they do that enough, then you have a sort of denial of service problem or, you know, even worse. And so in that way, you know, that's kind of like the first class of problems. The second class of problem though, is that sometimes it crashes because you are not checking the data properly, and the crash can actually lead to a buffer overflow that allows someone to exploit your code and then actually read contents of your computer or your memory, and actually, steal results, which is much worse than just, crashing it.</p><p>[00:52:30] And so running a fuzzer and finding those things is super useful, because in, many times it's an obvious, especially if you depend on, another library for doing something like json parsing or your, you know, any kind of data consumption, and someone can feed in there. And if there's a problem in that library, which you used, because you liked the fact that it had a lot of, convenient functions in it, you could be opening yourself to a whole host of problems that you didn't realize.</p><p>[00:52:57] <strong>Dotan Nahum: </strong>Right. You just said it much better than me, (laughs)  </p><p>[00:53:01] But yeah, I, you know, you can, you can, you can claim, I dunno, maybe, you know, as you know, we have Space X and all these, maybe there's many more developers that are being called in shipping, shipping into a spacecraft these days, then, you know, there was when there was only NASA. So I don't know, maybe fuzzers will come into fashion. </p><p>[00:53:29] <strong>Patrick Wheeler: </strong>Yeah. So we talked about, okay. A couple other, other niche areas, and then one of the other things I know people kind of mentioned is, you see every so often is someone will publish a report where they scanned a GitHub and they found, you know, 10,392 places where someone had their database password stored.</p><p>[00:53:52] What are the, so obviously, like that's a huge problem. Like, is that something that you see people doing? Is pushing code itself up to repository where they put something in there? Unintentionally? </p><p>[00:54:02] <strong>Dotan Nahum: </strong>Yeah, yeah. I mean, first of all, a quick disclaimer, this is part of what we do at Spectral. </p><p>[00:54:08] <strong>Patrick Wheeler: </strong>Okay. Well, I guess I teed one up for you then.  (laugh) </p><p>[00:54:11] <strong>Dotan Nahum: </strong>Yeah. And by the way, just to close a small circle, which, you know, it's, it's so much fun to recommend when I can recommend it. So I've been through, I don't know, since assembly, probably through almost every programming language. Including Haskell and Erlang and some wacky languages. And, at Spectral we use Rust, which on the, on the, on the, on the, fuzzing, unsafe languages, part of things, is, supposed to be safe.</p><p>[00:54:41] And, as far as I can tell it is. And, and there hasn't been a morning where I wake up and look at the code and say, this is an amazing program language that gives, you know, it gives me the Holy Grail. </p><p>[00:54:56] So just to encourage, encourage people to just try out Rust, it's an amazing, language that, is, you know, for me it's as performant as C++ and as expressive, with none of the disadvantages.</p><p>[00:55:12] It's amazing. And, and back to your question, so yeah, so people do, tend to do these mistakes. And I mean, it all, it's actually a reflection of, of the situation right now, which is there's so many tools. So many technologies, so much is being asked from a developer these days, that there's, you know, there's so much opportunity to make a mistake, and making a mistake is yeah, is, is, let me give you an example.</p><p>[00:55:47] Is using an IDE, that you think, you know, let's, let's use a concrete example. So, you have IntelliJ and IntelliJ likes to save some, some settings in a folder called .idea. And, as far as I can tell, and anyone else can tell, this folder is clean, it's safe. </p><p>[00:56:12] So if you like, you can actually push it to your GitHub repo, which is public and everything is great. because you get the guarantee that the common, the common sense thing to do from a intelligence point of view is, yeah, is make sure it's clean and, and let you publish your settings so that if someone else takes the project, then they will get a nicely configured environment for them in their own IntelliJ editor.</p><p>[00:56:40] So that's, that's the understanding that almost every developer has. But here's the twist, there's also plugins. And some developers would choose to install various plug-ins, unofficial ones. and I've seen in my own eyes, a plugin, that is actually doing something more than a search, like some hyper search something. And basically, I've seen a project where a developer pushed their own private settings. And in there they had this plugin installed. And what this plugin did is break the environment that I guess IntelliJ has that this folder has to be clean. So basically the plugins saved and cached the search terms of the developers inside this folder.</p><p>[00:57:35] <strong>Patrick Wheeler: </strong>Oh no.</p><p>[00:57:37] <strong>Dotan Nahum: </strong>And it's really funny because you could see how the developer cleaned up the project before publishing it. So you would see, the searches right there in a public repo. You would see, Amazon and then AWS and then Easy2, and then you'll see the actual Amazon key and secret. So basically what, what, what I've watched is the entire history of the developer, trying to clean up the project before publishing it and they search for the actual secrets, in order to remove them from the code, but the plugin re--</p><p>[00:58:16] <strong>Patrick Wheeler: </strong>Oh, they were trying--</p><p>[00:58:17] <strong>Dotan Nahum: </strong>Exactly. The plugin recorded everything and dropped it inside this .idea folder, which is supposed to be clean. That is that, you know, that is the understanding that every developer has a. So they pushed the project, published it.</p><p>[00:58:33] And basically, because it's a dotfile, I guess they all always, you know, they were all also on windows and by default on windows, you don't see hidden files or whatever. Yep. Completely didn't know about it. It was sitting there for at least six months until we reported it to the company that, that we saw this, exposing.</p><p>[00:58:56] And yeah, the story that we got after that was, basically, you know, they had minors and breaking into the cloud and whatever. So it was a mess for them. </p><p>[00:59:07] <strong>Patrick Wheeler: </strong>Oh, no. </p><p>[00:59:08] <strong>Dotan Nahum: </strong>So this is just one, one small example of, you know, so much, there's so much freedom, so much technology, so much to use and to experiment with.</p><p>[00:59:18] But you don't always get, you know, the best offering. Basically this one was down to adopting some plugin, which looks cool. but I guess the developer of the plugin didn't have security first, or didn't really understand, realize that, there's this kind of agreement that his folder needs to be clean. Yeah.</p><p>[00:59:42] <strong>Patrick Wheeler: </strong>I guess that serves as a, a pretty good transition as we, as we sort of wrap up here to, for you to talk a little bit about what Spectral is and sort of what it does. </p><p>[00:59:51] <strong>Dotan Nahum: </strong>Yeah. So Spectral is a, is a tool for developers. It's a security scanner. And it tries to do kind of things that we talk about today, which is, follow the habits of a developer and, be the best buddy and make sure that, you know, everyone can use it for themselves and make sure they scan the work and scan their computer and make sure that they don't do mistakes.</p><p>[01:00:16] And we say mistakes because that, that is what it is. It's, you know, you can say vulnerability, that's a different term, but, basically at Spectral, we'll, we're 50% coming from cyber and 50% pure engineers. So we like to keep this balance of productivity and security. So we just call it, you know, mistakes. I think that that is what it is. </p><p>[01:00:43] And a mistake is something that was made on a good intention. And, basically a whole class of mistakes is, you know, using and misplacing sensitive data, secrets, passwords, credentials, and so on, and, you know, placing different files somewhere you don't want them to be.</p><p>[01:01:04] And realizing we as a company are trying to realize the habits, and, and the workflows of a developer, and making sure there's always a great solution for that. So I think this week, or next week, we're going to release, an open source product. We're going to open source it. And what it does... so I want to, I don't want to jump the gun, but what it does is acknowledge that the whole, usage of vaults or dotfiles is not perfect.</p><p>[01:01:38] So it acknowledges it and gives you instead a nice tool, which is open source and you can build it and, you know, do whatever you want with it, which gives you a clean way to actually handle secrets, grab secrets from a vault or grab it from your disc, or from any other service and leave zero footprint on your hard drive.</p><p>[01:02:01] So basically everything is in memory. So this is something that we identify that, you know, developers are struggling with. So yeah, so this is just another example of something we, we do and we will launch next week. </p><p>[01:02:16] <strong>Patrick Wheeler: </strong>Oh, nice. I'll have to keep an eye out for that. And then what about Spectral as a company? So you said you were 50% sort of cyber 50% engineers. Are you guys looking for interns? Are you hiring? What is it like to work at Spectral? </p><p>[01:02:29] <strong>Dotan Nahum: </strong>Yeah, so, so first of all, we're hiring, basically we have kind of positions for, Rust engineers and go engineers and, no GS. And, I guess you could say we are always hiring.</p><p>[01:02:45] I mean, we're always, willing to meet great people. and in terms of the company, it's a, you know, the COVID thing, kind of caused us to be fully remote. But lucky enough, we're kind of, in terms of the experience in the company, then, some of us come from distributed companies by definition. So, we, we were able to create a really great infrastructure for being a nice, remote first or distributed company. </p><p>[01:03:17] And, and yeah, so we're being super productive, making sure we have all of the advantages of distributed and zero of the disadvantages. and yeah. </p><p>[01:03:30] <strong>Patrick Wheeler: </strong>Nice. Nice. So do you guys think you'll, I mean, you don't have the answer, but do you think you, will stay virtual, or are you guys, think you'll go back to a somewhat normal thing when this is all over?</p><p>[01:03:40] <strong>Dotan Nahum: </strong>Yeah, so, so, so we basically try to always think about the balance and think about the people first. so, you know, there's that, first of all, it's finding the right tools. So is Slack, the right tool is, email the right tools, right? So what we found is we use Discord, and, that was on a simple thesis, where if gamers are really lacking that platform, that coders properly would, and we found that it actually proved itself because when you share your screen and, and, share multiple screens and people can watch, you know, every everyone else's screens.</p><p>[01:04:20] And what I mean is editors, right, writing code, not games.  (laugh) So you have zero latency and you have really great audio and everything just works. So you realize that this whole thing was optimized for sharing games and it's, it's more than enough for sharing code and doing, you know, pair programming, all these things.</p><p>[01:04:44] So, and you also have rooms, which are, we actually made a few rooms, just a few, not too many, just like in a real office. So we have, we have rooms that everyone wants, but are taken, right, the same, same frustrations. So basically our discord resembles a real office. You can just drop in a room, drop into a conversation, and it's, it's really, really fun.</p><p>[01:05:09] So that is one thing we realized and experiment with, experimented with, and really works well for us. But yeah, we're trying to create a balance and also, you know, when, when possible meet physically, but yeah, we're always thinking about this as a problem. How do we solve it? Kind of like an engineer's, like an engineering problem.</p><p>[01:05:28] <strong>Patrick Wheeler: </strong>Nice. This is a great heuristic that, if gamers like it, engineers might too. Yeah, I think that's a, that's a great takeaway. </p><p>[01:05:36] <strong>Dotan Nahum: </strong>Yeah, It's, it's great. </p><p>[01:05:38] <strong>Patrick Wheeler: </strong>And then what about you personally? You have a, are you on social media? Do you have any, I think you might be doing some other stuff. Anything you want to share with people?</p><p>[01:05:47] <strong>Dotan Nahum: </strong>Yeah. So I'm, I'm on a GitHub, Medium and Twitter. I'm Jondot, J O N D O T. And yeah, I kind of, I'm trying to be on everything at the same time. It doesn't work (laugh) so I'm dividing my energy. So you'll see me active, you know, periods of times on GitHub and periods of times on Twitter. So I, I just load balance. I can't do everything in parallel, so yeah. </p><p>[01:06:17] <strong>Patrick Wheeler: </strong>All right. Very cool. Well, thank you for your time, Dotan. We really appreciate it, that was really awesome. A high- level overview of security. I had a good time. Thank you for coming onto the show. </p><p>[01:06:26] <strong>Dotan Nahum: </strong>Perfect. Me too. </p><p>[01:06:36] <strong>VO: </strong>Music by Eric Barndollar. </p><p>[01:06:41] <strong>Jason Gauci: </strong>Programming Throwdown is distributed under Creative Commons, Attribution ShareAlike 2.0 license. You're free to share, copy, distribute, transmit the work, to remix, and adapt the work, but you must provide attribution to Patrick and I, and sharealike in kind.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 26 Apr 2021 13:15:03 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/7eeb6f21/198e200e.mp3" length="131812991" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4022</itunes:duration>
      <itunes:summary>Programming Throwdown talks cybersecurity with Dotan Nahum, CEO and Co-founder of Spectral. Dotan provides us with a high-level overview of the role of cybersecurity, its definition, evolution, and current challenges. He also shares tips for small- and medium-sized ventures on how to develop best practices.</itunes:summary>
      <itunes:subtitle>Programming Throwdown talks cybersecurity with Dotan Nahum, CEO and Co-founder of Spectral. Dotan provides us with a high-level overview of the role of cybersecurity, its definition, evolution, and current challenges. He also shares tips for small- and me</itunes:subtitle>
      <itunes:keywords>cybersecurity, computer security</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Digital Marketing with Kevin Urrutia</title>
      <itunes:episode>109</itunes:episode>
      <podcast:episode>109</podcast:episode>
      <itunes:title>Digital Marketing with Kevin Urrutia</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">77f0adc8-1f2b-4c2a-afcb-66d79481b500</guid>
      <link>https://www.programmingthrowdown.com/2021/03/episode-109-digital-marketing-with.html</link>
      <description>
        <![CDATA[<p>We chat with Kevin Urrutia about why marketing is so important to any project, how digital marketing is different than traditional marketing, and what tools we can use to market our ideas.  Thanks for listening!</p><p>Show notes: https://www.programmingthrowdown.com/2021/03/episode-109-digital-marketing-with.html</p><p><br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>We chat with Kevin Urrutia about why marketing is so important to any project, how digital marketing is different than traditional marketing, and what tools we can use to market our ideas.  Thanks for listening!</p><p>Show notes: https://www.programmingthrowdown.com/2021/03/episode-109-digital-marketing-with.html</p><p><br></p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 31 Mar 2021 16:03:31 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/253d7233/93ef8135.mp3" length="170226394" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4975</itunes:duration>
      <itunes:summary>We chat with Kevin Urrutia about why marketing is so important to any project, how digital marketing is different than traditional marketing, and what tools we can use to market our ideas.  Thanks for listening!

Show notes: https://www.programmingthrowdown.com/2021/03/episode-109-digital-marketing-with.html
</itunes:summary>
      <itunes:subtitle>We chat with Kevin Urrutia about why marketing is so important to any project, how digital marketing is different than traditional marketing, and what tools we can use to market our ideas.  Thanks for listening!

Show notes: https://www.programmingthrow</itunes:subtitle>
      <itunes:keywords>Digital </itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Kotlin</title>
      <itunes:episode>108</itunes:episode>
      <podcast:episode>108</podcast:episode>
      <itunes:title>Kotlin</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_108</guid>
      <link>https://www.programmingthrowdown.com/2021/03/episode-108-kotlin.html</link>
      <description>
        <![CDATA[<p>We’re having a duo episode for this month! Patrick and I discuss the relevance of Kotlin, a JVM language used for web backends and android development, and why you should look into it. Also we are testing out adding transcripts to the show notes. Let us know what you think! Show notes: https://www.programmingthrowdown.com/2021/03/episode-108-kotlin.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>We’re having a duo episode for this month! Patrick and I discuss the relevance of Kotlin, a JVM language used for web backends and android development, and why you should look into it. Also we are testing out adding transcripts to the show notes. Let us know what you think! Show notes: https://www.programmingthrowdown.com/2021/03/episode-108-kotlin.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 03 Mar 2021 15:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/ec9fd0be/9bb87b38.mp3" length="76371581" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4468</itunes:duration>
      <itunes:summary>We’re having a duo episode for this month! Patrick and I discuss the relevance of Kotlin, a JVM language used for web backends and android development, and why you should look into it.

Also we are testing out adding transcripts to the show notes.  Let us know what you think!

Show notes: https://www.programmingthrowdown.com/2021/03/episode-108-kotlin.html</itunes:summary>
      <itunes:subtitle>We’re having a duo episode for this month! Patrick and I discuss the relevance of Kotlin, a JVM language used for web backends and android development, and why you should look into it.

Also we are testing out adding transcripts to the show notes.  Let </itunes:subtitle>
      <itunes:keywords>Kotlin, Android Development, Sentry.io</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Holiday 2020!</title>
      <itunes:episode>107</itunes:episode>
      <podcast:episode>107</podcast:episode>
      <itunes:title>Holiday 2020!</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_107</guid>
      <link>https://share.transistor.fm/s/7db5e31a</link>
      <description>
        <![CDATA[<p>Happy Holidays! In this show we make predictions about 2021 and take questions from YOU, our loyal fans! Show notes: https://www.programmingthrowdown.com/2021/01/episode-107-holiday-episode-2020.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Happy Holidays! In this show we make predictions about 2021 and take questions from YOU, our loyal fans! Show notes: https://www.programmingthrowdown.com/2021/01/episode-107-holiday-episode-2020.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 28 Jan 2021 18:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/7db5e31a/b6914846.mp3" length="64583225" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4036</itunes:duration>
      <itunes:summary>Happy Holidays!  In this show we make predictions about 2021 and take questions from YOU, our loyal fans!

Show notes: https://www.programmingthrowdown.com/2021/01/episode-107-holiday-episode-2020.html</itunes:summary>
      <itunes:subtitle>Happy Holidays!  In this show we make predictions about 2021 and take questions from YOU, our loyal fans!

Show notes: https://www.programmingthrowdown.com/2021/01/episode-107-holiday-episode-2020.html</itunes:subtitle>
      <itunes:keywords>Programming</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Augmented Reality</title>
      <itunes:episode>106</itunes:episode>
      <podcast:episode>106</podcast:episode>
      <itunes:title>Augmented Reality</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_106</guid>
      <link>https://www.programmingthrowdown.com/2020/11/episode-106-augmented-reality-with.html</link>
      <description>
        <![CDATA[<p>This month we are speaking with Connel Gauld from Zappar about Augmented Reality. Connel is an AR genius and blows our mind with details on how AR works under the hood and how it's easy for anyone to make AR apps and websites. AR is the next great platform, so it's good to get in early. Give it a listen and tell us what you built! Show notes: https://www.programmingthrowdown.com/2020/11/episode-106-augmented-reality-with.html Teamistry: https://link.chtbl.com/teamistry?sid=podcast.throwdown</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This month we are speaking with Connel Gauld from Zappar about Augmented Reality. Connel is an AR genius and blows our mind with details on how AR works under the hood and how it's easy for anyone to make AR apps and websites. AR is the next great platform, so it's good to get in early. Give it a listen and tell us what you built! Show notes: https://www.programmingthrowdown.com/2020/11/episode-106-augmented-reality-with.html Teamistry: https://link.chtbl.com/teamistry?sid=podcast.throwdown</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 20 Nov 2020 18:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/2d70981e/d3668cd0.mp3" length="79603908" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4975</itunes:duration>
      <itunes:summary>This month we are speaking with Connel Gauld from Zappar about Augmented Reality.  Connel is an AR genius and blows our mind with details on how AR works under the hood and how it's easy for anyone to make AR apps and websites.  AR is the next great platform, so it's good to get in early.  Give it a listen and tell us what you built!

Show notes: https://www.programmingthrowdown.com/2020/11/episode-106-augmented-reality-with.html

Teamistry: https://link.chtbl.com/teamistry?sid=podcast.throwdown</itunes:summary>
      <itunes:subtitle>This month we are speaking with Connel Gauld from Zappar about Augmented Reality.  Connel is an AR genius and blows our mind with details on how AR works under the hood and how it's easy for anyone to make AR apps and websites.  AR is the next great platf</itunes:subtitle>
      <itunes:keywords>Augmented Reality</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>A Chatbot with a Brain</title>
      <itunes:episode>105</itunes:episode>
      <podcast:episode>105</podcast:episode>
      <itunes:title>A Chatbot with a Brain</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_105</guid>
      <link>https://share.transistor.fm/s/c414a437</link>
      <description>
        <![CDATA[<p>The September episode did arrive.... somewhat delayed, but it's worth the wait!! We have NEW INTRO MUSIC by amazing recording artist Eric Barndollar. We have a NEW PODCAST DEPLOYMENT SCRIPT which means the podcast timestamp will be correct and people won't have to hunt for our latest episodes. Last but not least, we have an AMAZING EPISODE where we interview Peter Voss, founder and CEO of aigo.ai and inventor of the term "Artificial General Intelligence", to discuss chatbots and general AI. Geeking out about AI may be my favorite thing to do on Earth, so I can't put in words how incredibly excited I am to share this episode with everyone. Show notes: https://www.programmingthrowdown.com/2020/10/episode-105-chatbot-with-brain-with.html Teamistry: https://link.chtbl.com/teamistry?sid=podcast.throwdown</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>The September episode did arrive.... somewhat delayed, but it's worth the wait!! We have NEW INTRO MUSIC by amazing recording artist Eric Barndollar. We have a NEW PODCAST DEPLOYMENT SCRIPT which means the podcast timestamp will be correct and people won't have to hunt for our latest episodes. Last but not least, we have an AMAZING EPISODE where we interview Peter Voss, founder and CEO of aigo.ai and inventor of the term "Artificial General Intelligence", to discuss chatbots and general AI. Geeking out about AI may be my favorite thing to do on Earth, so I can't put in words how incredibly excited I am to share this episode with everyone. Show notes: https://www.programmingthrowdown.com/2020/10/episode-105-chatbot-with-brain-with.html Teamistry: https://link.chtbl.com/teamistry?sid=podcast.throwdown</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 14 Oct 2020 19:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/c414a437/29ab94fa.mp3" length="79222068" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4951</itunes:duration>
      <itunes:summary>The September episode did arrive.... somewhat delayed, but it's worth the wait!!  We have NEW INTRO MUSIC by amazing recording artist Eric Barndollar.
We have a NEW PODCAST DEPLOYMENT SCRIPT which means the podcast timestamp will be correct and people won't have to hunt for our latest episodes.  Last
but not least, we have an AMAZING EPISODE where we interview Peter Voss, founder and CEO of aigo.ai and inventor of the term "Artificial General Intelligence",
to discuss chatbots and general AI.  Geeking out about AI may be my favorite thing to do on Earth, so I can't put in words how incredibly excited I am to
share this episode with everyone.

Show notes: https://www.programmingthrowdown.com/2020/10/episode-105-chatbot-with-brain-with.html

Teamistry: https://link.chtbl.com/teamistry?sid=podcast.throwdown</itunes:summary>
      <itunes:subtitle>The September episode did arrive.... somewhat delayed, but it's worth the wait!!  We have NEW INTRO MUSIC by amazing recording artist Eric Barndollar.
We have a NEW PODCAST DEPLOYMENT SCRIPT which means the podcast timestamp will be correct and people wo</itunes:subtitle>
      <itunes:keywords>Artificial General Intelligence, Cognitive Architecture, Conversaional AI</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>DevOps and Site Reliability</title>
      <itunes:episode>104</itunes:episode>
      <podcast:episode>104</podcast:episode>
      <itunes:title>DevOps and Site Reliability</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_104</guid>
      <link>https://www.programmingthrowdown.com/2020/08/episode-104-devops-and-site-reliability.html</link>
      <description>
        <![CDATA[<p>How do the most popular websites stay online? How do mobile app developers release new versions safely and monitor them? Today we have Matt Watson from Stackify on the show to talk about Developer Operations (DevOps) and site reliability. These two areas are critical for writing software that people depend on. DevOps is both a software exercise but also an exercise in process creation and process management. In this episode, we unpack these topics and do a deep dive to explain how to deploy software that other people can trust to remain online and secure. Do you have any questions about DevOps? Ask away in our #questions channel on Discord! https://discord.gg/r4V2zpC Show notes: https://www.programmingthrowdown.com/2020/08/episode-104-devops-and-site-reliability.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>How do the most popular websites stay online? How do mobile app developers release new versions safely and monitor them? Today we have Matt Watson from Stackify on the show to talk about Developer Operations (DevOps) and site reliability. These two areas are critical for writing software that people depend on. DevOps is both a software exercise but also an exercise in process creation and process management. In this episode, we unpack these topics and do a deep dive to explain how to deploy software that other people can trust to remain online and secure. Do you have any questions about DevOps? Ask away in our #questions channel on Discord! https://discord.gg/r4V2zpC Show notes: https://www.programmingthrowdown.com/2020/08/episode-104-devops-and-site-reliability.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 21 Aug 2020 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/737717a9/7efe49c8.mp3" length="38235754" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3755</itunes:duration>
      <itunes:summary>How do the most popular websites stay online?  How do mobile app developers release new versions safely and monitor them?
Today we have Matt Watson from Stackify on the show to talk about Developer Operations (DevOps) and site reliability.
These two areas are critical for writing software that people depend on.  DevOps is both a software exercise but also
an exercise in process creation and process management.  In this episode, we unpack these topics and do a deep dive
to explain how to deploy software that other people can trust to remain online and secure.

Do you have any questions about DevOps?  Ask away in our #questions channel on Discord! https://discord.gg/r4V2zpC

Show notes: https://www.programmingthrowdown.com/2020/08/episode-104-devops-and-site-reliability.html</itunes:summary>
      <itunes:subtitle>How do the most popular websites stay online?  How do mobile app developers release new versions safely and monitor them?
Today we have Matt Watson from Stackify on the show to talk about Developer Operations (DevOps) and site reliability.
These two are</itunes:subtitle>
      <itunes:keywords>DevOps, Developer Operations, Site Reliability</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Working From Home</title>
      <itunes:episode>103</itunes:episode>
      <podcast:episode>103</podcast:episode>
      <itunes:title>Working From Home</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_103</guid>
      <link>https://www.programmingthrowdown.com/2020/07/episode-103-working-from-home.html</link>
      <description>
        <![CDATA[<p>Many of us have found ourselves working from home due to current events. In this show, we chat with Adam Bell who has been working from home for the past decade. We also do the show interactive on Twitch.tv and take your questions! Give it a listen for a ton of great advice on working from home and some pitfalls to avoid. Thanks again for your donations in these tough times. We really appreciate your support! Feel free to continue the discussion on Discord (link in the show notes)! Show notes: https://www.programmingthrowdown.com/2020/07/episode-103-working-from-home.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Many of us have found ourselves working from home due to current events. In this show, we chat with Adam Bell who has been working from home for the past decade. We also do the show interactive on Twitch.tv and take your questions! Give it a listen for a ton of great advice on working from home and some pitfalls to avoid. Thanks again for your donations in these tough times. We really appreciate your support! Feel free to continue the discussion on Discord (link in the show notes)! Show notes: https://www.programmingthrowdown.com/2020/07/episode-103-working-from-home.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 29 Jul 2020 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/0a30b27e/c4539b53.mp3" length="44039161" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4377</itunes:duration>
      <itunes:summary>Many of us have found ourselves working from home due to current events.  In this show, we chat with Adam Bell who has been working from home for the past decade.  We also do the show interactive on Twitch.tv and take your questions!  Give it a listen for a ton of great advice on working from home and some pitfalls to avoid.

Thanks again for your donations in these tough times.  We really appreciate your support!  Feel free to continue the discussion on Discord (link in the show notes)!

Show notes: https://www.programmingthrowdown.com/2020/07/episode-103-working-from-home.html</itunes:summary>
      <itunes:subtitle>Many of us have found ourselves working from home due to current events.  In this show, we chat with Adam Bell who has been working from home for the past decade.  We also do the show interactive on Twitch.tv and take your questions!  Give it a listen for</itunes:subtitle>
      <itunes:keywords>Working From Home</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Bayesian Thinking</title>
      <itunes:episode>102</itunes:episode>
      <podcast:episode>102</podcast:episode>
      <itunes:title>Bayesian Thinking</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_102</guid>
      <link>https://www.programmingthrowdown.com/2020/06/episode-102-bayesian-thinking-with-max.html</link>
      <description>
        <![CDATA[<p>Many people have asked us for more content on machine learning and artificial intelligence. This episode covers probability and Bayesian math. Understanding random numbers is key to so many different technologies and solutions. Max and I dive deep and try to give as many pointers as possible. Give it a listen and let us know what you think! Max also has an awesome podcast, The Local Maximum. Check out his show on any podcast app or using the link in the show notes! Show notes: https://www.programmingthrowdown.com/2020/06/episode-102-bayesian-thinking-with-max.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Many people have asked us for more content on machine learning and artificial intelligence. This episode covers probability and Bayesian math. Understanding random numbers is key to so many different technologies and solutions. Max and I dive deep and try to give as many pointers as possible. Give it a listen and let us know what you think! Max also has an awesome podcast, The Local Maximum. Check out his show on any podcast app or using the link in the show notes! Show notes: https://www.programmingthrowdown.com/2020/06/episode-102-bayesian-thinking-with-max.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 22 Jun 2020 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/2d24fdec/06167f6f.mp3" length="40930740" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5613</itunes:duration>
      <itunes:summary>Many people have asked us for more content on machine learning and artificial intelligence.  This episode covers probability and Bayesian math.  Understanding random numbers is key to so many different technologies and solutions.  Max and I dive deep and try to give as many pointers as possible.  Give it a listen and let us know what you think!  Max also has an awesome podcast, The Local Maximum.  Check out his show on any podcast app or using the link in the show notes!

Show notes: https://www.programmingthrowdown.com/2020/06/episode-102-bayesian-thinking-with-max.html</itunes:summary>
      <itunes:subtitle>Many people have asked us for more content on machine learning and artificial intelligence.  This episode covers probability and Bayesian math.  Understanding random numbers is key to so many different technologies and solutions.  Max and I dive deep and </itunes:subtitle>
      <itunes:keywords>Probability, Bayesian Inference, Programming Throwdown</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>ReactJS</title>
      <itunes:episode>101</itunes:episode>
      <podcast:episode>101</podcast:episode>
      <itunes:title>ReactJS</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_101</guid>
      <link>https://www.programmingthrowdown.com/2020/05/episode-101-reactjs-with-guillermo-rauch.html</link>
      <description>
        <![CDATA[<p>Hey all! In this episode we chat with Guillermo Rauch, co-founder of Next.js, about ReactJS. ReactJS is an amazing framework for web development that I've been a huge fan of for years. We dive deep into how ReactJS works and why it can lead to clean, structured development. We Introduce Next.js, a ReactJS framework that supercharges web development at scale. I recently built a site using Next.js and loved the developer experience! Check out the show notes for links to learn more about Vercel and Next.js. Show notes: https://www.programmingthrowdown.com/2020/05/episode-101-reactjs-with-guillermo-rauch.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey all! In this episode we chat with Guillermo Rauch, co-founder of Next.js, about ReactJS. ReactJS is an amazing framework for web development that I've been a huge fan of for years. We dive deep into how ReactJS works and why it can lead to clean, structured development. We Introduce Next.js, a ReactJS framework that supercharges web development at scale. I recently built a site using Next.js and loved the developer experience! Check out the show notes for links to learn more about Vercel and Next.js. Show notes: https://www.programmingthrowdown.com/2020/05/episode-101-reactjs-with-guillermo-rauch.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 22 May 2020 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/1db4460c/cdfd60ee.mp3" length="43227048" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4732</itunes:duration>
      <itunes:summary>Hey all!

In this episode we chat with Guillermo Rauch, co-founder of Next.js, about ReactJS.  ReactJS is an amazing framework for web development that I've been a huge fan of for years.  We dive deep into how ReactJS works and why it can lead to clean, structured development.  We Introduce Next.js, a ReactJS framework that supercharges web development at scale.  I recently built a site using Next.js and loved the developer experience! Check out the show notes for links to learn more about Vercel and Next.js.

Show notes: https://www.programmingthrowdown.com/2020/05/episode-101-reactjs-with-guillermo-rauch.html</itunes:summary>
      <itunes:subtitle>Hey all!

In this episode we chat with Guillermo Rauch, co-founder of Next.js, about ReactJS.  ReactJS is an amazing framework for web development that I've been a huge fan of for years.  We dive deep into how ReactJS works and why it can lead to clean,</itunes:subtitle>
      <itunes:keywords>ReactJS, NextJS, Web Development</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>One Hundredth Episode</title>
      <itunes:episode>100</itunes:episode>
      <podcast:episode>100</podcast:episode>
      <itunes:title>One Hundredth Episode</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_100</guid>
      <link>https://www.programmingthrowdown.com/2020/04/episode-100-one-hundredth-episode.html</link>
      <description>
        <![CDATA[<p>I hope everyone out there is safe and healthy during these crazy times. The silver lining on all of this is that many of us have more time. Time is one of the greatest gifts that one can get. I hope you are able to spend more time with family and learning new skills. I'm looking forward to seeing all of the amazing innovations that people create when the world is back open for business. This is our 100th episode!!! In this milestone show, we reflect on our early episodes and how the field has changed over the years. Happy hacking! Show notes: https://www.programmingthrowdown.com/2020/04/episode-100-one-hundredth-episode.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>I hope everyone out there is safe and healthy during these crazy times. The silver lining on all of this is that many of us have more time. Time is one of the greatest gifts that one can get. I hope you are able to spend more time with family and learning new skills. I'm looking forward to seeing all of the amazing innovations that people create when the world is back open for business. This is our 100th episode!!! In this milestone show, we reflect on our early episodes and how the field has changed over the years. Happy hacking! Show notes: https://www.programmingthrowdown.com/2020/04/episode-100-one-hundredth-episode.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 21 Apr 2020 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/f85ca3b3/9a68cb2e.mp3" length="39636280" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4048</itunes:duration>
      <itunes:summary>I hope everyone out there is safe and healthy during these crazy times.  The silver lining on all of this is that many of us have more time.  Time is one of the greatest gifts that one can get.  I hope you are able to spend more time with family and learning new skills.  I'm looking forward to seeing all of the amazing innovations that people create when the world is back open for business.

This is our 100th episode!!!  In this milestone show, we reflect on our early episodes and how the field has changed over the years.

Happy hacking!
        
Show notes: https://www.programmingthrowdown.com/2020/04/episode-100-one-hundredth-episode.html</itunes:summary>
      <itunes:subtitle>I hope everyone out there is safe and healthy during these crazy times.  The silver lining on all of this is that many of us have more time.  Time is one of the greatest gifts that one can get.  I hope you are able to spend more time with family and learn</itunes:subtitle>
      <itunes:keywords>Programming Throwdown</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Squashing bugs using AI and Machine Learning</title>
      <itunes:episode>99</itunes:episode>
      <podcast:episode>99</podcast:episode>
      <itunes:title>Squashing bugs using AI and Machine Learning</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_99</guid>
      <link>https://www.programmingthrowdown.com/2020/02/episode-99-squashing-bugs-using-ai-and.html</link>
      <description>
        <![CDATA[<p>The best part of hosting Programming Throwdown is reading emails from people who listened to this show before they had any coding experience and went on to land jobs in tech. Thanks so much for inspiring us with your stories. My second favorite part of hosting the show is hearing about so many awesome programming tools and resources, often when they are just starting out. DeepCode is one of these amazing resources. DeepCode is a static analysis tool that looks at your code and, using AI trained on all code in github (!!!), finds common mistakes and offers suggestions on how to resolve. I am a heavy user of static analysis tools, and yet DeepCode was still able to find real issues in one of my python projects above and beyond pylint and mypy. Best of all, it's completely free to use for open source projects! Give it a shot and let us know what you think! Show notes: https://www.programmingthrowdown.com/2020/02/episode-99-squashing-bugs-using-ai-and.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>The best part of hosting Programming Throwdown is reading emails from people who listened to this show before they had any coding experience and went on to land jobs in tech. Thanks so much for inspiring us with your stories. My second favorite part of hosting the show is hearing about so many awesome programming tools and resources, often when they are just starting out. DeepCode is one of these amazing resources. DeepCode is a static analysis tool that looks at your code and, using AI trained on all code in github (!!!), finds common mistakes and offers suggestions on how to resolve. I am a heavy user of static analysis tools, and yet DeepCode was still able to find real issues in one of my python projects above and beyond pylint and mypy. Best of all, it's completely free to use for open source projects! Give it a shot and let us know what you think! Show notes: https://www.programmingthrowdown.com/2020/02/episode-99-squashing-bugs-using-ai-and.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 18 Feb 2020 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a9d1daf1/c9457b2a.mp3" length="50643858" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3750</itunes:duration>
      <itunes:summary>The best part of hosting Programming Throwdown is reading emails from people who listened to this show before they had any coding experience and went on to land jobs in tech.  Thanks so much for inspiring us with your stories.  My second favorite part of hosting the show is hearing about so many awesome programming tools and resources, often when they are just starting out.  DeepCode is one of these amazing resources.

DeepCode is a static analysis tool that looks at your code and, using AI trained on all code in github (!!!), finds common mistakes and offers suggestions on how to resolve.  I am a heavy user of static analysis tools, and yet DeepCode was still able to find real issues in one of my python projects above and beyond pylint and mypy.  Best of all, it's completely free to use for open source projects!  Give it a shot and let us know what you think!

Show notes: https://www.programmingthrowdown.com/2020/02/episode-99-squashing-bugs-using-ai-and.html</itunes:summary>
      <itunes:subtitle>The best part of hosting Programming Throwdown is reading emails from people who listened to this show before they had any coding experience and went on to land jobs in tech.  Thanks so much for inspiring us with your stories.  My second favorite part of </itunes:subtitle>
      <itunes:keywords>Static Analysis, machine learning</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Agile Thinking With ZenHub</title>
      <itunes:episode>98</itunes:episode>
      <podcast:episode>98</podcast:episode>
      <itunes:title>Agile Thinking With ZenHub</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_98</guid>
      <link>https://www.programmingthrowdown.com/2020/01/episode-98-agile-thinking-with-zenhub.html</link>
      <description>
        <![CDATA[<p>One of the most exciting but also overwhelming feelings in software engineering is starting a new project. Staring at an empty main.py file is intimidating for everyone. A great way to keep motivated and stay on course is to start by making a list of tasks. This is the first step to project management, and Agile is a set of methodologies for great project management. In this episode, we talk with Aaron Upright, cofounder of ZenHub, about Agile and project management. ZenHub is a quick and easy platform for Agile development that integrates seamlessly with GitHub. If this interview piques your interest and you are a GitHub user, grab a copy of ZenHub and check it out! In case you missed our last promotion with Educative, it's still possible to get 10% off if you sign up for one of their courses now! Try them out for free! educative.io/ProgrammingThrowdown Show notes: https://www.programmingthrowdown.com/2020/01/episode-98-agile-thinking-with-zenhub.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>One of the most exciting but also overwhelming feelings in software engineering is starting a new project. Staring at an empty main.py file is intimidating for everyone. A great way to keep motivated and stay on course is to start by making a list of tasks. This is the first step to project management, and Agile is a set of methodologies for great project management. In this episode, we talk with Aaron Upright, cofounder of ZenHub, about Agile and project management. ZenHub is a quick and easy platform for Agile development that integrates seamlessly with GitHub. If this interview piques your interest and you are a GitHub user, grab a copy of ZenHub and check it out! In case you missed our last promotion with Educative, it's still possible to get 10% off if you sign up for one of their courses now! Try them out for free! educative.io/ProgrammingThrowdown Show notes: https://www.programmingthrowdown.com/2020/01/episode-98-agile-thinking-with-zenhub.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 21 Jan 2020 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a211c699/7e093bbd.mp3" length="62800572" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5325</itunes:duration>
      <itunes:summary>One of the most exciting but also overwhelming feelings in software engineering is starting a new project.  Staring at an empty main.py file is intimidating for everyone.
A great way to keep motivated and stay on course is to start by making a list of tasks.  This is the first step to project management,
and Agile is a set of methodologies for great project management.

In this episode, we talk with Aaron Upright, cofounder of ZenHub, about Agile and project management.  ZenHub is a quick and easy
platform for Agile development that integrates seamlessly with GitHub.  If this interview piques your interest and you are a GitHub
user, grab a copy of ZenHub and check it out!

In case you missed our last promotion with Educative, it's still possible to get 10% off if you sign up for one of their courses now! Try them out for free! educative.io/ProgrammingThrowdown

Show notes: https://www.programmingthrowdown.com/2020/01/episode-98-agile-thinking-with-zenhub.html</itunes:summary>
      <itunes:subtitle>One of the most exciting but also overwhelming feelings in software engineering is starting a new project.  Staring at an empty main.py file is intimidating for everyone.
A great way to keep motivated and stay on course is to start by making a list of ta</itunes:subtitle>
      <itunes:keywords>Software Engineering, Agile, Scrum</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Christmas Episode</title>
      <itunes:episode>97</itunes:episode>
      <podcast:episode>97</podcast:episode>
      <itunes:title>Christmas Episode</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_97</guid>
      <link>https://share.transistor.fm/s/fcdb4222</link>
      <description>
        <![CDATA[<p>Hey all! Patrick and I are so lucky to be spending another year with you all. In this episode, we answer a bunch of listener questions and give away some great prizes. Thanks to all of our listeners for helping us bring the power of programming to so many people. We have some super exciting content coming up in 2020, so stay tuned!</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey all! Patrick and I are so lucky to be spending another year with you all. In this episode, we answer a bunch of listener questions and give away some great prizes. Thanks to all of our listeners for helping us bring the power of programming to so many people. We have some super exciting content coming up in 2020, so stay tuned!</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 30 Dec 2019 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/fcdb4222/59b0a203.mp3" length="39337248" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3092</itunes:duration>
      <itunes:summary>Hey all!

Patrick and I are so lucky to be spending another year with you all.  In this episode, we answer a bunch of listener questions and give away some great prizes.

Thanks to all of our listeners for helping us bring the power of programming to so many people.  We have some super exciting content coming up in 2020, so stay tuned!</itunes:summary>
      <itunes:subtitle>Hey all!

Patrick and I are so lucky to be spending another year with you all.  In this episode, we answer a bunch of listener questions and give away some great prizes.

Thanks to all of our listeners for helping us bring the power of programming to </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Mailbag</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Continuous Integration</title>
      <itunes:episode>96</itunes:episode>
      <podcast:episode>96</podcast:episode>
      <itunes:title>Continuous Integration</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_96</guid>
      <link>https://www.programmingthrowdown.com/2019/11/episode-96-continuous-integration-with.html</link>
      <description>
        <![CDATA[<p>Most developers that I know use CircleCI every single day. It's both an honor and an amazing experience to learn about continuous integration and continuous deployment from Rob Zuber, CTO of CircleCI. We also cover a range of topics from staying motivated to working remotely. If you ever plan on writing software with a team of folks, you need to give this episode a listen! Also, I'm super excited to announce our partnership with Educative! Educative is an interactive way to learn how to code. Check out educative.io/ProgrammingThrowdown to get a 20% discount! Show notes: https://www.programmingthrowdown.com/2019/11/episode-96-continuous-integration-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Most developers that I know use CircleCI every single day. It's both an honor and an amazing experience to learn about continuous integration and continuous deployment from Rob Zuber, CTO of CircleCI. We also cover a range of topics from staying motivated to working remotely. If you ever plan on writing software with a team of folks, you need to give this episode a listen! Also, I'm super excited to announce our partnership with Educative! Educative is an interactive way to learn how to code. Check out educative.io/ProgrammingThrowdown to get a 20% discount! Show notes: https://www.programmingthrowdown.com/2019/11/episode-96-continuous-integration-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 13 Nov 2019 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/616b30ee/e18e1c36.mp3" length="77896032" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>6807</itunes:duration>
      <itunes:summary>Most developers that I know use CircleCI every single day.  It's both an honor and an amazing experience to learn about continuous integration and continuous deployment from Rob Zuber, CTO of CircleCI.  We also cover a range of topics from staying motivated to working remotely.  If you ever plan on writing software with a team of folks, you need to give this episode a listen!

Also, I'm super excited to announce our partnership with Educative!  Educative is an interactive way to learn how to code.  Check out educative.io/ProgrammingThrowdown to get a 20% discount!

Show notes: https://www.programmingthrowdown.com/2019/11/episode-96-continuous-integration-with.html</itunes:summary>
      <itunes:subtitle>Most developers that I know use CircleCI every single day.  It's both an honor and an amazing experience to learn about continuous integration and continuous deployment from Rob Zuber, CTO of CircleCI.  We also cover a range of topics from staying motivat</itunes:subtitle>
      <itunes:keywords>Continuous Integration, CircleCI, Learn to code</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>WebRTC</title>
      <itunes:episode>95</itunes:episode>
      <podcast:episode>95</podcast:episode>
      <itunes:title>WebRTC</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_95</guid>
      <link>https://www.programmingthrowdown.com/2019/10/episode-95-webrtc-with-sean-dubois.html</link>
      <description>
        <![CDATA[<p>Everyone has used programs that talk to a server: Uber, podcast apps, etc.. Most people also know about peer-to-peer applications such as bittorrent, but did you know that video chat programs such as Skype and Google Hangouts are also peer-to-peer? You can even write your own peer-to-peer applications to communicate or share information without the need for a server to relay everything. In this episode, we sit down with Sean DuBois, creator of Pion, to talk about WebRTC: a specification and set of tools for peer-to-peer communication over the internet. We also discuss Pion, an implementation of WebRTC that you can embed in almost any program you write. Happy Hacking! Show notes: https://www.programmingthrowdown.com/2019/10/episode-95-webrtc-with-sean-dubois.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Everyone has used programs that talk to a server: Uber, podcast apps, etc.. Most people also know about peer-to-peer applications such as bittorrent, but did you know that video chat programs such as Skype and Google Hangouts are also peer-to-peer? You can even write your own peer-to-peer applications to communicate or share information without the need for a server to relay everything. In this episode, we sit down with Sean DuBois, creator of Pion, to talk about WebRTC: a specification and set of tools for peer-to-peer communication over the internet. We also discuss Pion, an implementation of WebRTC that you can embed in almost any program you write. Happy Hacking! Show notes: https://www.programmingthrowdown.com/2019/10/episode-95-webrtc-with-sean-dubois.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 24 Oct 2019 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/7b0006c9/d3633ea3.mp3" length="56102089" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4678</itunes:duration>
      <itunes:summary>Everyone has used programs that talk to a server: Uber, podcast apps, etc..  Most people also know about peer-to-peer applications such as bittorrent, but did you know that video chat programs such as Skype and Google Hangouts are also peer-to-peer?  You can even write your own peer-to-peer applications to communicate or share information without the need for a server to relay everything. In this episode, we sit down with Sean DuBois, creator of Pion, to talk about WebRTC: a specification and set of tools for peer-to-peer communication over the internet.  We also discuss Pion, an implementation of WebRTC that you can embed in almost any program you write.

Happy Hacking!

Show notes: https://www.programmingthrowdown.com/2019/10/episode-95-webrtc-with-sean-dubois.html</itunes:summary>
      <itunes:subtitle>Everyone has used programs that talk to a server: Uber, podcast apps, etc..  Most people also know about peer-to-peer applications such as bittorrent, but did you know that video chat programs such as Skype and Google Hangouts are also peer-to-peer?  You </itunes:subtitle>
      <itunes:keywords>WebRTC, peer to peer, webbtorrent</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Search at Etsy</title>
      <itunes:episode>94</itunes:episode>
      <podcast:episode>94</podcast:episode>
      <itunes:title>Search at Etsy</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_94</guid>
      <link>https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html</link>
      <description>
        <![CDATA[<p>What actually happens when you type something in the search bar at the top of etsy.com and hit enter? This awesome interview with Liangjie Hong, Director of Data Science and Machine Learning, answers that question all the way from the philosophical (what should we show first?) to the inner workings (what is a reverse index and how does it work?). We also dive into what it's like to intern at a tech company. Happy Hacking! Show Notes: https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>What actually happens when you type something in the search bar at the top of etsy.com and hit enter? This awesome interview with Liangjie Hong, Director of Data Science and Machine Learning, answers that question all the way from the philosophical (what should we show first?) to the inner workings (what is a reverse index and how does it work?). We also dive into what it's like to intern at a tech company. Happy Hacking! Show Notes: https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 07 Oct 2019 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/46ade575/5705d3a5.mp3" length="47224343" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4722</itunes:duration>
      <itunes:summary>What actually happens when you type something in the search bar at the top of etsy.com and hit enter?  This awesome interview with Liangjie Hong, Director of Data Science and Machine Learning, answers that question all the way from the philosophical (what should we show first?) to the inner workings (what is a reverse index and how does it work?).  We also dive into what it's like to intern at a tech company.

        Happy Hacking!

        Show Notes: https://www.programmingthrowdown.com/2019/10/episode-94-search-at-etsy.html</itunes:summary>
      <itunes:subtitle>What actually happens when you type something in the search bar at the top of etsy.com and hit enter?  This awesome interview with Liangjie Hong, Director of Data Science and Machine Learning, answers that question all the way from the philosophical (what</itunes:subtitle>
      <itunes:keywords>Search Engine, Etsy, Learn to code</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>A Journey to Programming Mastery</title>
      <itunes:episode>93</itunes:episode>
      <podcast:episode>93</podcast:episode>
      <itunes:title>A Journey to Programming Mastery</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_93</guid>
      <link>https://www.programmingthrowdown.com/2019/09/episode-93-journey-to-programming.html</link>
      <description>
        <![CDATA[<p>Every interview we do is such an exciting and unique experience. Patrick and I had great pleasure in hosting Andy and Dave, authors of "The Pragmatic Programmer". We pick their brains on a variety of topics including rapid prototyping, the 10x engineer, tech leadership, and how to get your first coding job. Their new book, "The Pragmatic Programmer: 20th Anniversary Edition" comes out today! I hope that this interview inspires you all to grab their new book; it will definitely be a book-of-the-show for me. Show notes: https://www.programmingthrowdown.com/2019/09/episode-93-journey-to-programming.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Every interview we do is such an exciting and unique experience. Patrick and I had great pleasure in hosting Andy and Dave, authors of "The Pragmatic Programmer". We pick their brains on a variety of topics including rapid prototyping, the 10x engineer, tech leadership, and how to get your first coding job. Their new book, "The Pragmatic Programmer: 20th Anniversary Edition" comes out today! I hope that this interview inspires you all to grab their new book; it will definitely be a book-of-the-show for me. Show notes: https://www.programmingthrowdown.com/2019/09/episode-93-journey-to-programming.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sat, 14 Sep 2019 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/d5228f4e/fcdadc79.mp3" length="53565140" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4277</itunes:duration>
      <itunes:summary>Every interview we do is such an exciting and unique experience.  Patrick and I had great pleasure in hosting Andy and Dave, authors of "The Pragmatic Programmer".  We pick their brains on a variety of topics including rapid prototyping, the 10x engineer, tech leadership, and how to get your first coding job.  Their new book, "The Pragmatic Programmer: 20th Anniversary Edition" comes out today!  I hope that this interview inspires you all to grab their new book; it will definitely be a book-of-the-show for me.

        Show notes: https://www.programmingthrowdown.com/2019/09/episode-93-journey-to-programming.html</itunes:summary>
      <itunes:subtitle>Every interview we do is such an exciting and unique experience.  Patrick and I had great pleasure in hosting Andy and Dave, authors of "The Pragmatic Programmer".  We pick their brains on a variety of topics including rapid prototyping, the 10x engineer,</itunes:subtitle>
      <itunes:keywords>Pragmatic Programmer, Learn to code, Programming Interviews</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Basics of UI Design for Engineers</title>
      <itunes:episode>92</itunes:episode>
      <podcast:episode>92</podcast:episode>
      <itunes:title>Basics of UI Design for Engineers</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_92</guid>
      <link>https://www.programmingthrowdown.com/2019/07/episode-92-basics-of-ui-design-for.html</link>
      <description>
        <![CDATA[<p>Surprise! Weekend episode :-D Every piece of code you write is either going to be for computer-to-computer interaction, or for human-machine interaction. For the latter, how do you make your interface easy to understand and use? Erik Kennedy, independent UX/UI designer, dives into user interface (UI) design. We cover the best tools for making quick prototypes, common design mistakes, and his journey from software engineer to freelance designer. This episode is a great way to get excited about design and has plenty of resources for first-time designers. Check out the show notes for details! Show notes: https://www.programmingthrowdown.com/2019/07/episode-92-basics-of-ui-design-for.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Surprise! Weekend episode :-D Every piece of code you write is either going to be for computer-to-computer interaction, or for human-machine interaction. For the latter, how do you make your interface easy to understand and use? Erik Kennedy, independent UX/UI designer, dives into user interface (UI) design. We cover the best tools for making quick prototypes, common design mistakes, and his journey from software engineer to freelance designer. This episode is a great way to get excited about design and has plenty of resources for first-time designers. Check out the show notes for details! Show notes: https://www.programmingthrowdown.com/2019/07/episode-92-basics-of-ui-design-for.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sat, 13 Jul 2019 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/d77b831d/f2a9e12b.mp3" length="48691038" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3987</itunes:duration>
      <itunes:summary>Surprise!  Weekend episode :-D

        Every piece of code you write is either going to be for computer-to-computer interaction, or for human-machine interaction.  For the latter, how do you make your interface easy to understand and use?  Erik Kennedy, independent UX/UI designer, dives into user interface (UI) design.  We cover the best tools for making quick prototypes, common design mistakes, and his journey from software engineer to freelance designer.  This episode is a great way to get excited about design and has plenty of resources for first-time designers.  Check out the show notes for details!

        Show notes: https://www.programmingthrowdown.com/2019/07/episode-92-basics-of-ui-design-for.html</itunes:summary>
      <itunes:subtitle>Surprise!  Weekend episode :-D

        Every piece of code you write is either going to be for computer-to-computer interaction, or for human-machine interaction.  For the latter, how do you make your interface easy to understand and use?  Erik Kennedy</itunes:subtitle>
      <itunes:keywords>UI Design, UI for Engineers</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Functional Programming</title>
      <itunes:episode>91</itunes:episode>
      <podcast:episode>91</podcast:episode>
      <itunes:title>Functional Programming</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_91</guid>
      <link>https://www.programmingthrowdown.com/2019/06/episode-91-functional-programming-with.html</link>
      <description>
        <![CDATA[<p>Hey all! Since episode 82, we received a ton of email asking for more info on functional programming (FP). To cover FP in great detail we are thrilled to chat with Adam Bell. Adam is the host of the Corecursive podcast and an engineer with many years of experience in FP. In this episode, we dive into what FP is all about, when it's useful, static/dynamic typing (our favorite topic), and other areas of FP. Thanks again for all of your emails and support. It is a treasure to hear your inspirational stories and we are so greatful to be creating content for over eight years. Happy hacking! Show notes: https://www.programmingthrowdown.com/2019/06/episode-91-functional-programming-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey all! Since episode 82, we received a ton of email asking for more info on functional programming (FP). To cover FP in great detail we are thrilled to chat with Adam Bell. Adam is the host of the Corecursive podcast and an engineer with many years of experience in FP. In this episode, we dive into what FP is all about, when it's useful, static/dynamic typing (our favorite topic), and other areas of FP. Thanks again for all of your emails and support. It is a treasure to hear your inspirational stories and we are so greatful to be creating content for over eight years. Happy hacking! Show notes: https://www.programmingthrowdown.com/2019/06/episode-91-functional-programming-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 19 Jun 2019 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/82a65c9f/008f6119.mp3" length="47472276" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3994</itunes:duration>
      <itunes:summary>Hey all!

        Since episode 82, we received a ton of email asking for more info on functional programming (FP). To cover FP in great detail we are thrilled to chat with Adam Bell.  Adam is the host of the Corecursive podcast and an engineer with many years of experience in FP.  In this episode, we dive into what FP is all about, when it's useful, static/dynamic typing (our favorite topic), and other areas of FP.

        Thanks again for all of your emails and support.  It is a treasure to hear your inspirational stories and we are so greatful to be creating content for over eight years.

        Happy hacking!

        Show notes: https://www.programmingthrowdown.com/2019/06/episode-91-functional-programming-with.html</itunes:summary>
      <itunes:subtitle>Hey all!

        Since episode 82, we received a ton of email asking for more info on functional programming (FP). To cover FP in great detail we are thrilled to chat with Adam Bell.  Adam is the host of the Corecursive podcast and an engineer with man</itunes:subtitle>
      <itunes:keywords>Software Engineering, Functional Programming, Scala</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Terminal and Shells</title>
      <itunes:episode>90</itunes:episode>
      <podcast:episode>90</podcast:episode>
      <itunes:title>Terminal and Shells</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_90</guid>
      <link>https://www.programmingthrowdown.com/2019/05/episode-90-terminals-and-shells.html</link>
      <description>
        <![CDATA[<p>Hey all!! Ask and ye shall receive! Someone in the Programming Throwdown discord suggested that we cover terminals and shells, so here we are! Despite sounding simple on the surface, there's decades of complexity around terminal emulators and system shells. Patrick and I unpack this and more in today's episode! Thanks so much for all of your emails and support on Patreon! It's your enthusiasm and financial support that enable us to teach so many people, and we are eternally grateful for your support! Show notes: https://www.programmingthrowdown.com/2019/05/episode-90-terminals-and-shells.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey all!! Ask and ye shall receive! Someone in the Programming Throwdown discord suggested that we cover terminals and shells, so here we are! Despite sounding simple on the surface, there's decades of complexity around terminal emulators and system shells. Patrick and I unpack this and more in today's episode! Thanks so much for all of your emails and support on Patreon! It's your enthusiasm and financial support that enable us to teach so many people, and we are eternally grateful for your support! Show notes: https://www.programmingthrowdown.com/2019/05/episode-90-terminals-and-shells.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 21 May 2019 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/0c232967/2465530c.mp3" length="60884115" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4516</itunes:duration>
      <itunes:summary>Hey all!!

        Ask and ye shall receive!  Someone in the Programming Throwdown discord suggested that we cover terminals and shells, so here we are!  Despite sounding simple on the surface, there's decades of complexity around terminal emulators and system shells.  Patrick and I unpack this and more in today's episode!

        Thanks so much for all of your emails and support on Patreon!  It's your enthusiasm and financial support that enable us to teach so many people, and we are eternally grateful for your support!

        Show notes: https://www.programmingthrowdown.com/2019/05/episode-90-terminals-and-shells.html</itunes:summary>
      <itunes:subtitle>Hey all!!

        Ask and ye shall receive!  Someone in the Programming Throwdown discord suggested that we cover terminals and shells, so here we are!  Despite sounding simple on the surface, there's decades of complexity around terminal emulators and</itunes:subtitle>
      <itunes:keywords>Software Engineering, Programming, Windows Terminal, Scripting</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>From Combat to Code</title>
      <itunes:episode>89</itunes:episode>
      <podcast:episode>89</podcast:episode>
      <itunes:title>From Combat to Code</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_89</guid>
      <link>https://www.programmingthrowdown.com/2019/04/episode-89-from-combat-to-code.html</link>
      <description>
        <![CDATA[<p>Hey all!! Today we are sitting down with Jerome Hardaway. Jerome is an Air Force Veteran and the founder of Vets Who Code: a non-profit dedicated to training Veterans in web development and connecting Veterans to hiring managers around the World. Whether you have served in the military or not, this inspiring podcast gives us all a glimpse into the boots of someone who rotated into a career in software development after school, and is full of great advice for newcomers to the field. Learn more about Vets Who Code, including how to donate to the cause, in the show notes below! We have more interviews in the future, but the next two months will just be Patrick and I. Keep sending us emails with topics that you want us to cover! Show notes: https://www.programmingthrowdown.com/2019/04/episode-89-from-combat-to-code.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey all!! Today we are sitting down with Jerome Hardaway. Jerome is an Air Force Veteran and the founder of Vets Who Code: a non-profit dedicated to training Veterans in web development and connecting Veterans to hiring managers around the World. Whether you have served in the military or not, this inspiring podcast gives us all a glimpse into the boots of someone who rotated into a career in software development after school, and is full of great advice for newcomers to the field. Learn more about Vets Who Code, including how to donate to the cause, in the show notes below! We have more interviews in the future, but the next two months will just be Patrick and I. Keep sending us emails with topics that you want us to cover! Show notes: https://www.programmingthrowdown.com/2019/04/episode-89-from-combat-to-code.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 30 Apr 2019 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/5813ea27/3b821f82.mp3" length="61812799" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5860</itunes:duration>
      <itunes:summary>Hey all!!

        Today we are sitting down with Jerome Hardaway.  Jerome is an Air Force Veteran and the founder of Vets Who Code: a non-profit dedicated to training Veterans in web development and connecting Veterans to hiring managers around the World.  Whether you have served in the military or not, this inspiring podcast gives us all a glimpse into the boots of someone who rotated into a career in software development after school, and is full of great advice for newcomers to the field.  Learn more about Vets Who Code, including how to donate to the cause, in the show notes below!

        We have more interviews in the future, but the next two months will just be Patrick and I.  Keep sending us emails with topics that you want us to cover!

        Show notes: https://www.programmingthrowdown.com/2019/04/episode-89-from-combat-to-code.html</itunes:summary>
      <itunes:subtitle>Hey all!!

        Today we are sitting down with Jerome Hardaway.  Jerome is an Air Force Veteran and the founder of Vets Who Code: a non-profit dedicated to training Veterans in web development and connecting Veterans to hiring managers around the Wor</itunes:subtitle>
      <itunes:keywords>Vets Who Code, Javascript, Software Engineering, Programming</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Image Processing</title>
      <itunes:episode>88</itunes:episode>
      <podcast:episode>88</podcast:episode>
      <itunes:title>Image Processing</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_88</guid>
      <link>https://www.programmingthrowdown.com/2019/04/episode-88-image-processing.html</link>
      <description>
        <![CDATA[<p>If you use ASCII encoding, the entire Oxford dictionary is about 5 million bytes. A single 4K image contains 25 million bytes. If you watch a 4K video running at 60 frames-per-second, over 300 dictionaries worth of data are going through your tv every second. Let that sink in for a moment. One of the most magical areas of engineering is image processing. Everything from the way the images are stored to advanced AI techniques like face recognition have mind-boggling complexity. In this episode, we scratch the surface of image processing, but if an area from this show interested you and you would like to learn more, let us know! Show notes: https://www.programmingthrowdown.com/2019/04/episode-88-image-processing.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>If you use ASCII encoding, the entire Oxford dictionary is about 5 million bytes. A single 4K image contains 25 million bytes. If you watch a 4K video running at 60 frames-per-second, over 300 dictionaries worth of data are going through your tv every second. Let that sink in for a moment. One of the most magical areas of engineering is image processing. Everything from the way the images are stored to advanced AI techniques like face recognition have mind-boggling complexity. In this episode, we scratch the surface of image processing, but if an area from this show interested you and you would like to learn more, let us know! Show notes: https://www.programmingthrowdown.com/2019/04/episode-88-image-processing.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 01 Apr 2019 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/78a9e172/04eb72bd.mp3" length="62819200" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4558</itunes:duration>
      <itunes:summary>If you use ASCII encoding, the entire Oxford dictionary is about 5 million bytes.  A single 4K image contains 25 million bytes. If you watch a 4K video running at 60 frames-per-second, over 300 dictionaries worth of data are going through your tv every second.  Let that sink in for a moment.

        One of the most magical areas of engineering is image processing.  Everything from the way the images are stored to advanced AI techniques like face recognition have mind-boggling complexity.  In this episode, we scratch the surface of image processing, but if an area from this show interested you and you would like to learn more, let us know!

        Show notes: https://www.programmingthrowdown.com/2019/04/episode-88-image-processing.html</itunes:summary>
      <itunes:subtitle>If you use ASCII encoding, the entire Oxford dictionary is about 5 million bytes.  A single 4K image contains 25 million bytes. If you watch a 4K video running at 60 frames-per-second, over 300 dictionaries worth of data are going through your tv every se</itunes:subtitle>
      <itunes:keywords>Image Processing, Learn to Code, Software Engineering</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Typescript</title>
      <itunes:episode>87</itunes:episode>
      <podcast:episode>87</podcast:episode>
      <itunes:title>Typescript</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_87</guid>
      <link>https://www.programmingthrowdown.com/2019/03/episode-87-typescript.html</link>
      <description>
        <![CDATA[<p>While the web is one of the easiest platforms for deploying software, it can also be one of the trickiest to debug. People have many different browsers, and some have plugins or settings that restrict functionality. It may be extremely difficult to reproduce errors on your development machine. As a result, we want to discover as many errors as possible before we launch a new site. With node.js and people running javascript on the server, static checks become even more important. Enter typescript! Typescript is a language that transpiles to javascript, but along the way it adds type checking and advanced javascript features. After checking the types, typescript produces javascript that can run in almost any browser. Show notes: https://www.programmingthrowdown.com/2019/03/episode-87-typescript.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>While the web is one of the easiest platforms for deploying software, it can also be one of the trickiest to debug. People have many different browsers, and some have plugins or settings that restrict functionality. It may be extremely difficult to reproduce errors on your development machine. As a result, we want to discover as many errors as possible before we launch a new site. With node.js and people running javascript on the server, static checks become even more important. Enter typescript! Typescript is a language that transpiles to javascript, but along the way it adds type checking and advanced javascript features. After checking the types, typescript produces javascript that can run in almost any browser. Show notes: https://www.programmingthrowdown.com/2019/03/episode-87-typescript.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 04 Mar 2019 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a653f993/f9df704f.mp3" length="59751448" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4172</itunes:duration>
      <itunes:summary>While the web is one of the easiest platforms for deploying software, it can also be one of the trickiest to debug.  People have many different browsers, and some have plugins or settings that restrict functionality.  It may be extremely difficult to reproduce errors on your development machine.  As a result, we want to discover as many errors as possible before we launch a new site.  With node.js and people running javascript on the server, static checks become even more important.

        Enter typescript!  Typescript is a language that transpiles to javascript, but along the way it adds type checking and advanced javascript features.  After checking the types, typescript produces javascript that can run in almost any browser.

        Show notes: https://www.programmingthrowdown.com/2019/03/episode-87-typescript.html</itunes:summary>
      <itunes:subtitle>While the web is one of the easiest platforms for deploying software, it can also be one of the trickiest to debug.  People have many different browsers, and some have plugins or settings that restrict functionality.  It may be extremely difficult to repr</itunes:subtitle>
      <itunes:keywords>Typescript, Programming Languages, Software Engineering</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Wolfram Language and Mathematica</title>
      <itunes:episode>86</itunes:episode>
      <podcast:episode>86</podcast:episode>
      <itunes:title>Wolfram Language and Mathematica</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_86</guid>
      <link>https://www.programmingthrowdown.com/2019/01/episode-86-wolfram-language-and.html</link>
      <description>
        <![CDATA[<p>Happy New Year! Today we are sitting down with Stephen Wolfram, inventor of Mathematica, Wolfram Alpha, and Wolfram Language! In this super interesting episode, Stephen talks us through his journey as a mathematician, software architect, and language inventor. It was truly an honor to talk to Stephen and hear about his decades of experience. Check this interview out and give us feedback! Show notes: https://www.programmingthrowdown.com/2019/01/episode-86-wolfram-language-and.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Happy New Year! Today we are sitting down with Stephen Wolfram, inventor of Mathematica, Wolfram Alpha, and Wolfram Language! In this super interesting episode, Stephen talks us through his journey as a mathematician, software architect, and language inventor. It was truly an honor to talk to Stephen and hear about his decades of experience. Check this interview out and give us feedback! Show notes: https://www.programmingthrowdown.com/2019/01/episode-86-wolfram-language-and.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 15 Jan 2019 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/0b3ff84c/32be3a26.mp3" length="106489647" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>8225</itunes:duration>
      <itunes:summary>Happy New Year!

        Today we are sitting down with Stephen Wolfram, inventor of Mathematica, Wolfram Alpha, and Wolfram Language!  In this super interesting episode, Stephen talks us through his journey as a mathematician, software architect, and language inventor.  It was truly an honor to talk to Stephen and hear about his decades of experience.  Check this interview out and give us feedback!

        Show notes: https://www.programmingthrowdown.com/2019/01/episode-86-wolfram-language-and.html</itunes:summary>
      <itunes:subtitle>Happy New Year!

        Today we are sitting down with Stephen Wolfram, inventor of Mathematica, Wolfram Alpha, and Wolfram Language!  In this super interesting episode, Stephen talks us through his journey as a mathematician, software architect, and l</itunes:subtitle>
      <itunes:keywords>Mathematica, Wolfram Alpha, Stephen Wolfram</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Holiday Party</title>
      <itunes:episode>85</itunes:episode>
      <podcast:episode>85</podcast:episode>
      <itunes:title>Holiday Party</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_85</guid>
      <link>https://www.programmingthrowdown.com/2019/01/episode-85-holiday-party.html</link>
      <description>
        <![CDATA[<p>Hey all! This is our annual holiday show! We give away prizes and talk about random news stories :-D. Thanks to everyone who chatted with us on Discord, and looking forward to a super exciting 2019! I'll be sending an email to all prize winners later today! Show notes: https://www.programmingthrowdown.com/2019/01/episode-85-holiday-party.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey all! This is our annual holiday show! We give away prizes and talk about random news stories :-D. Thanks to everyone who chatted with us on Discord, and looking forward to a super exciting 2019! I'll be sending an email to all prize winners later today! Show notes: https://www.programmingthrowdown.com/2019/01/episode-85-holiday-party.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 02 Jan 2019 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/d6c12e04/44da565a.mp3" length="46571261" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3503</itunes:duration>
      <itunes:summary>Hey all!

        This is our annual holiday show!  We give away prizes and talk about random news stories :-D.  Thanks to everyone who chatted with us on Discord, and looking forward to a super exciting 2019!

        I'll be sending an email to all prize winners later today!

        Show notes: https://www.programmingthrowdown.com/2019/01/episode-85-holiday-party.html</itunes:summary>
      <itunes:subtitle>Hey all!

        This is our annual holiday show!  We give away prizes and talk about random news stories :-D.  Thanks to everyone who chatted with us on Discord, and looking forward to a super exciting 2019!

        I'll be sending an email to all </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Software Engineering</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Customer Bug Handling</title>
      <itunes:episode>84</itunes:episode>
      <podcast:episode>84</podcast:episode>
      <itunes:title>Customer Bug Handling</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_84</guid>
      <link>https://www.programmingthrowdown.com/2018/12/episode-84-customer-bug-handling.html</link>
      <description>
        <![CDATA[<p>Hey all! How do you find and triage bugs on other people's machines when they don't have the source code (or the knowledge to build it)? That's what we explain in today's episode! It's one of the topics that's rarely spoken about but extremely important to get right before shipping any software product. Happy hacking! This is the last episode before our Christmas special! If you are a patron, make sure Patreon has your up to date address so we can mail prizes! If you aren't on Patreon, sign up before our Christmas show to be entered in our raffle!! Show notes: https://www.programmingthrowdown.com/2018/12/episode-84-customer-bug-handling.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey all! How do you find and triage bugs on other people's machines when they don't have the source code (or the knowledge to build it)? That's what we explain in today's episode! It's one of the topics that's rarely spoken about but extremely important to get right before shipping any software product. Happy hacking! This is the last episode before our Christmas special! If you are a patron, make sure Patreon has your up to date address so we can mail prizes! If you aren't on Patreon, sign up before our Christmas show to be entered in our raffle!! Show notes: https://www.programmingthrowdown.com/2018/12/episode-84-customer-bug-handling.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 04 Dec 2018 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/18f4f2a7/4654ba1a.mp3" length="54108301" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3987</itunes:duration>
      <itunes:summary>Hey all!

        How do you find and triage bugs on other people's machines when they don't have the source code (or the knowledge to build it)?  That's what we explain in today's episode!  It's one of the topics that's rarely spoken about but extremely important to get right before shipping any software product.  Happy hacking!

        This is the last episode before our Christmas special!  If you are a patron, make sure Patreon has your up to date address so we can mail prizes!  If you aren't on Patreon, sign up before our Christmas show to be entered in our raffle!!

        Show notes: https://www.programmingthrowdown.com/2018/12/episode-84-customer-bug-handling.html</itunes:summary>
      <itunes:subtitle>Hey all!

        How do you find and triage bugs on other people's machines when they don't have the source code (or the knowledge to build it)?  That's what we explain in today's episode!  It's one of the topics that's rarely spoken about but extremel</itunes:subtitle>
      <itunes:keywords>Bug Handling, Software Engineering, Programming Throwdown</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Teaching Kids to Code</title>
      <itunes:episode>83</itunes:episode>
      <podcast:episode>83</podcast:episode>
      <itunes:title>Teaching Kids to Code</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_83</guid>
      <link>https://www.programmingthrowdown.com/2018/11/episode-83-teaching-kids-to-code.html</link>
      <description>
        <![CDATA[<p>Hey all! First of all, sorry for the delay in publishing Oct's episode. There are some pretty intense wildfires close to where we live, but it looks like things are getting under control. Huge thanks to all the firefighters! In this episode Patrick and I talk about teaching kids to code! We discuss how we learned to code and what are ways to build logic and reasoning skills in kids of all ages. Also we talk about ways to get kids excited about the fundamentals behind coding and solving problems. Check out the show notes here: https://www.programmingthrowdown.com/2018/11/episode-83-teaching-kids-to-code.html Do you have any good resources for teaching coding to kids? Let us know in the comments and we'll mention it in the next episode! Also this is the last chance to become a Patreon subscriber if you want to be entered in this year's annual give-a-away episode which will happen sometime in Dec! Last year we had a lot of trouble mailing the tokens to everyone, but our gears are turning around gift ideas for this year. Either way, a few lucky patrons will get free t-shirts! Become a patron here: https://www.patreon.com/programmingthrowdown Happy Hacking!</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey all! First of all, sorry for the delay in publishing Oct's episode. There are some pretty intense wildfires close to where we live, but it looks like things are getting under control. Huge thanks to all the firefighters! In this episode Patrick and I talk about teaching kids to code! We discuss how we learned to code and what are ways to build logic and reasoning skills in kids of all ages. Also we talk about ways to get kids excited about the fundamentals behind coding and solving problems. Check out the show notes here: https://www.programmingthrowdown.com/2018/11/episode-83-teaching-kids-to-code.html Do you have any good resources for teaching coding to kids? Let us know in the comments and we'll mention it in the next episode! Also this is the last chance to become a Patreon subscriber if you want to be entered in this year's annual give-a-away episode which will happen sometime in Dec! Last year we had a lot of trouble mailing the tokens to everyone, but our gears are turning around gift ideas for this year. Either way, a few lucky patrons will get free t-shirts! Become a patron here: https://www.patreon.com/programmingthrowdown Happy Hacking!</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 13 Nov 2018 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/8ceaad95/4bc90bc4.mp3" length="57355406" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4374</itunes:duration>
      <itunes:summary>Hey all!

      First of all, sorry for the delay in publishing Oct's episode.  There are some pretty intense wildfires close to where we live, but it looks like things are getting under control.  Huge thanks to all the firefighters!

      In this episode Patrick and I talk about teaching kids to code!  We discuss how we learned to code and what are ways to build logic and reasoning skills in kids of all ages.  Also we talk about ways to get kids excited about the fundamentals behind coding and solving problems.  Check out the show notes here: https://www.programmingthrowdown.com/2018/11/episode-83-teaching-kids-to-code.html

      Do you have any good resources for teaching coding to kids?  Let us know in the comments and we'll mention it in the next episode!

      Also this is the last chance to become a Patreon subscriber if you want to be entered in this year's annual give-a-away episode which will happen sometime in Dec!  Last year we had a lot of trouble mailing the tokens to everyone, but our gears are turning around gift ideas for this year.  Either way, a few lucky patrons will get free t-shirts!  Become a patron here: https://www.patreon.com/programmingthrowdown

      Happy Hacking!</itunes:summary>
      <itunes:subtitle>Hey all!

      First of all, sorry for the delay in publishing Oct's episode.  There are some pretty intense wildfires close to where we live, but it looks like things are getting under control.  Huge thanks to all the firefighters!

      In this ep</itunes:subtitle>
      <itunes:keywords>Teaching Kids to Code, Teaching, Programming</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Reactive programming and the Actor model</title>
      <itunes:episode>82</itunes:episode>
      <podcast:episode>82</podcast:episode>
      <itunes:title>Reactive programming and the Actor model</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_82</guid>
      <link>https://www.programmingthrowdown.com/2018/09/episode-82-reactive-programming-and.html</link>
      <description>
        <![CDATA[<p>Hey everyone! This episode is an absolutely fascinating interview with Jonas Bonér, creator of Akka. We dive into reactive programming, the actor model, and the Akka toolkit. Jonas also describes his journey as a developer that led him to create Akka and found Lightbend with Martin Odersky, the creator of Scala. Jonas brings a ton of in-depth technical discussion, so buckle up! :-) Show Notes: https://www.programmingthrowdown.com/2018/09/episode-82-reactive-programming-and.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey everyone! This episode is an absolutely fascinating interview with Jonas Bonér, creator of Akka. We dive into reactive programming, the actor model, and the Akka toolkit. Jonas also describes his journey as a developer that led him to create Akka and found Lightbend with Martin Odersky, the creator of Scala. Jonas brings a ton of in-depth technical discussion, so buckle up! :-) Show Notes: https://www.programmingthrowdown.com/2018/09/episode-82-reactive-programming-and.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 28 Sep 2018 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/3644d114/22978784.mp3" length="51266126" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5143</itunes:duration>
      <itunes:summary>Hey everyone!  This episode is an absolutely fascinating interview with Jonas Bonér, creator of Akka.  We dive into reactive programming, the actor model, and the Akka toolkit.  Jonas also describes his journey as a developer that led him to create Akka and found Lightbend with Martin Odersky, the creator of Scala.  Jonas brings a ton of in-depth technical discussion, so buckle up! :-)

      Show Notes: https://www.programmingthrowdown.com/2018/09/episode-82-reactive-programming-and.html</itunes:summary>
      <itunes:subtitle>Hey everyone!  This episode is an absolutely fascinating interview with Jonas Bonér, creator of Akka.  We dive into reactive programming, the actor model, and the Akka toolkit.  Jonas also describes his journey as a developer that led him to create Akka a</itunes:subtitle>
      <itunes:keywords>Programming, Scala, Akka, Reactive Programming</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>2018 Mailbag</title>
      <itunes:episode>81</itunes:episode>
      <podcast:episode>81</podcast:episode>
      <itunes:title>2018 Mailbag</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_81</guid>
      <link>https://www.programmingthrowdown.com/2018/09/episode-81-2018-mailbag.html</link>
      <description>
        <![CDATA[<p>Hey all! Since setting up the #questions channel in discord, a lot of you have written some phenominal and thought-provoking questions both there and via email, so this is a great time to go back through our favorites and answer them in a Mailbag episode! Thanks for your support by checking out our Books of the Show links and our audible and patreon links! I was able to send out all the domestic Christmas gifts (email me if you haven't gotten yours!) but we could not ship them Internationally. I'm still looking for a solution there, and will keep you posted! Show Notes: https://www.programmingthrowdown.com/2018/09/episode-81-2018-mailbag.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Hey all! Since setting up the #questions channel in discord, a lot of you have written some phenominal and thought-provoking questions both there and via email, so this is a great time to go back through our favorites and answer them in a Mailbag episode! Thanks for your support by checking out our Books of the Show links and our audible and patreon links! I was able to send out all the domestic Christmas gifts (email me if you haven't gotten yours!) but we could not ship them Internationally. I'm still looking for a solution there, and will keep you posted! Show Notes: https://www.programmingthrowdown.com/2018/09/episode-81-2018-mailbag.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 06 Sep 2018 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/c277a8f9/056b6cf3.mp3" length="57580365" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4439</itunes:duration>
      <itunes:summary>Hey all!  Since setting up the #questions channel in discord, a lot of you have written some phenominal and thought-provoking questions both there and via email, so this is a great time to go back through our favorites and answer them in a Mailbag episode!

      Thanks for your support by checking out our Books of the Show links and our audible and patreon links!  I was able to send out all the domestic Christmas gifts (email me if you haven't gotten yours!) but we could not ship them Internationally.  I'm still looking for a solution there, and will keep you posted!

      Show Notes: https://www.programmingthrowdown.com/2018/09/episode-81-2018-mailbag.html</itunes:summary>
      <itunes:subtitle>Hey all!  Since setting up the #questions channel in discord, a lot of you have written some phenominal and thought-provoking questions both there and via email, so this is a great time to go back through our favorites and answer them in a Mailbag episode</itunes:subtitle>
      <itunes:keywords>Programming, Career Advice, Software Design Patterns</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Concurrency</title>
      <itunes:episode>80</itunes:episode>
      <podcast:episode>80</podcast:episode>
      <itunes:title>Concurrency</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_80</guid>
      <link>https://www.programmingthrowdown.com/2018/07/episode-80-concurrency.html</link>
      <description>
        <![CDATA[<p>What is a thread/process? How can you speed up a program that requires a lot of compute resources? How can you have a single machine serve web pages to 100s of people, some of whom have slow connections? Patrick and I answer these questions on today's show: Concurrency! We have also set up a discord channel! We will be posting news stories as we find them and also record the show live! Check out our channel here: https://discord.gg/r4V2zpC Show Notes: https://www.programmingthrowdown.com/2018/07/episode-80-concurrency.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>What is a thread/process? How can you speed up a program that requires a lot of compute resources? How can you have a single machine serve web pages to 100s of people, some of whom have slow connections? Patrick and I answer these questions on today's show: Concurrency! We have also set up a discord channel! We will be posting news stories as we find them and also record the show live! Check out our channel here: https://discord.gg/r4V2zpC Show Notes: https://www.programmingthrowdown.com/2018/07/episode-80-concurrency.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 31 Jul 2018 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/aaea7d0c/63b9bd74.mp3" length="52058976" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4027</itunes:duration>
      <itunes:summary>What is a thread/process?  How can you speed up a program that requires a lot of compute resources?  How can you have a single machine serve web pages to 100s of people, some of whom have slow connections?  Patrick and I answer these questions on today's show: Concurrency!

      We have also set up a discord channel!  We will be posting news stories as we find them and also record the show live!  Check out our channel here: https://discord.gg/r4V2zpC

      Show Notes: https://www.programmingthrowdown.com/2018/07/episode-80-concurrency.html</itunes:summary>
      <itunes:subtitle>What is a thread/process?  How can you speed up a program that requires a lot of compute resources?  How can you have a single machine serve web pages to 100s of people, some of whom have slow connections?  Patrick and I answer these questions on today's </itunes:subtitle>
      <itunes:keywords>Programming, Concurrency, Learn to code, Fortnite</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Technical Arguments</title>
      <itunes:episode>79</itunes:episode>
      <podcast:episode>79</podcast:episode>
      <itunes:title>Technical Arguments</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_79</guid>
      <link>https://www.programmingthrowdown.com/2018/07/episode-79-technical-arguments.html</link>
      <description>
        <![CDATA[<p>Sunday is a non-traditional day for a new episode and this is definitely a non-traditional episode! Today we are talking about Technical Arguments. We cover the most common arguments/debates you will have on the job as a software engineer and how to make the best arguments to reach the best decisions with the least amount of friction. Patrick and I tried not to inject our own opinions, but it's hard not to add our two cents (yes, spaces really are better). This episode is the first of a potential new genre of show, where we talk about non-technical facets of being a software engineer. Listen to this episode and report back on whether we should do more shows like this one! If you want us to stick to our existing formats (technical topic and interview) let us know that too! Show Notes: https://www.programmingthrowdown.com/2018/07/episode-79-technical-arguments.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Sunday is a non-traditional day for a new episode and this is definitely a non-traditional episode! Today we are talking about Technical Arguments. We cover the most common arguments/debates you will have on the job as a software engineer and how to make the best arguments to reach the best decisions with the least amount of friction. Patrick and I tried not to inject our own opinions, but it's hard not to add our two cents (yes, spaces really are better). This episode is the first of a potential new genre of show, where we talk about non-technical facets of being a software engineer. Listen to this episode and report back on whether we should do more shows like this one! If you want us to stick to our existing formats (technical topic and interview) let us know that too! Show Notes: https://www.programmingthrowdown.com/2018/07/episode-79-technical-arguments.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sun, 01 Jul 2018 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/b0a3df59/5053ebf7.mp3" length="72513394" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5505</itunes:duration>
      <itunes:summary>Sunday is a non-traditional day for a new episode and this is definitely a non-traditional episode!  Today we are talking about Technical Arguments.  We cover the most common arguments/debates you will have on the job as a software engineer and how to make the best arguments to reach the best decisions with the least amount of friction.  Patrick and I tried not to inject our own opinions, but it's hard not to add our two cents (yes, spaces really are better).

      This episode is the first of a potential new genre of show, where we talk about non-technical facets of being a software engineer.  Listen to this episode and report back on whether we should do more shows like this one!  If you want us to stick to our existing formats (technical topic and interview) let us know that too!

      Show Notes: https://www.programmingthrowdown.com/2018/07/episode-79-technical-arguments.html</itunes:summary>
      <itunes:subtitle>Sunday is a non-traditional day for a new episode and this is definitely a non-traditional episode!  Today we are talking about Technical Arguments.  We cover the most common arguments/debates you will have on the job as a software engineer and how to mak</itunes:subtitle>
      <itunes:keywords>Software Engineering, Technical Arguments, Visual Studio Code, Github</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Building and Testing Web Services with Postman</title>
      <itunes:episode>78</itunes:episode>
      <podcast:episode>78</podcast:episode>
      <itunes:title>Building and Testing Web Services with Postman</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_78</guid>
      <link>https://www.programmingthrowdown.com/2018/05/episode-78-building-and-testing-web.html</link>
      <description>
        <![CDATA[<p>Web services are for much more than building websites: they are one of the most common techniques for passing information among programs. Creating a web API for your program is a great way to access it from a browser, another program, or a mobile app. Today we chat with Abhinav Asthana, CEO of Postman, about building, scaling, and testing web services! Show Notes: https://www.programmingthrowdown.com/2018/05/episode-78-building-and-testing-web.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Web services are for much more than building websites: they are one of the most common techniques for passing information among programs. Creating a web API for your program is a great way to access it from a browser, another program, or a mobile app. Today we chat with Abhinav Asthana, CEO of Postman, about building, scaling, and testing web services! Show Notes: https://www.programmingthrowdown.com/2018/05/episode-78-building-and-testing-web.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 31 May 2018 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/d2e8b273/ea52b486.mp3" length="47957819" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4389</itunes:duration>
      <itunes:summary>Web services are for much more than building websites: they are one of the most common techniques for passing information among programs.  Creating a web API for your program is a great way to access it from a browser, another program, or a mobile app.  Today we chat with Abhinav Asthana, CEO of Postman, about building, scaling, and testing web services!

      Show Notes: https://www.programmingthrowdown.com/2018/05/episode-78-building-and-testing-web.html</itunes:summary>
      <itunes:subtitle>Web services are for much more than building websites: they are one of the most common techniques for passing information among programs.  Creating a web API for your program is a great way to access it from a browser, another program, or a mobile app.  T</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Postman, Web Services, REST</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Julia</title>
      <itunes:episode>77</itunes:episode>
      <podcast:episode>77</podcast:episode>
      <itunes:title>Julia</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_77</guid>
      <link>https://www.programmingthrowdown.com/2018/05/episode-77-julia.html</link>
      <description>
        <![CDATA[<p>Julia may be the most requested language we have ever received on the show, so Patrick and I took some time of the past few weeks to get familiar with Julia and share our findings. Overall, it's a really slick language that has data and process parallelism built into the language, so it will run on many threads or even many machines without having to design a communication system by hand. Show Notes: https://www.programmingthrowdown.com/2018/05/episode-77-julia.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Julia may be the most requested language we have ever received on the show, so Patrick and I took some time of the past few weeks to get familiar with Julia and share our findings. Overall, it's a really slick language that has data and process parallelism built into the language, so it will run on many threads or even many machines without having to design a communication system by hand. Show Notes: https://www.programmingthrowdown.com/2018/05/episode-77-julia.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 02 May 2018 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/dcb6bfc2/1defec60.mp3" length="59216797" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4854</itunes:duration>
      <itunes:summary>Julia may be the most requested language we have ever received on the show, so Patrick and I took some time of the past few weeks to get familiar with Julia and share our findings.  Overall, it's a really slick language that has data and process parallelism built into the language, so it will run on many threads or even many machines without having to design a communication system by hand.

      Show Notes: https://www.programmingthrowdown.com/2018/05/episode-77-julia.html</itunes:summary>
      <itunes:subtitle>Julia may be the most requested language we have ever received on the show, so Patrick and I took some time of the past few weeks to get familiar with Julia and share our findings.  Overall, it's a really slick language that has data and process paralleli</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Julia</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Code Documentation</title>
      <itunes:episode>76</itunes:episode>
      <podcast:episode>76</podcast:episode>
      <itunes:title>Code Documentation</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_76</guid>
      <link>http://www.programmingthrowdown.com/2018/04/episode-76-code-documentation.html</link>
      <description>
        <![CDATA[<p>Writing documentation is an art and there aren't many cut-and-dry rules that will guarantee the right documentation quality. In this episode Patrick and I chat about our lessons learned and also cover a bunch of ways to document and write self-documenting code. Show Notes: http://www.programmingthrowdown.com/2018/04/episode-76-code-documentation.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Writing documentation is an art and there aren't many cut-and-dry rules that will guarantee the right documentation quality. In this episode Patrick and I chat about our lessons learned and also cover a bunch of ways to document and write self-documenting code. Show Notes: http://www.programmingthrowdown.com/2018/04/episode-76-code-documentation.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 04 Apr 2018 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/180531ed/87cf1b97.mp3" length="63727558" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5093</itunes:duration>
      <itunes:summary>Writing documentation is an art and there aren't many cut-and-dry rules that will guarantee the right documentation quality.  In this episode Patrick and I chat about our lessons learned and also cover a bunch of ways to document and write self-documenting code.

      Show Notes: http://www.programmingthrowdown.com/2018/04/episode-76-code-documentation.html</itunes:summary>
      <itunes:subtitle>Writing documentation is an art and there aren't many cut-and-dry rules that will guarantee the right documentation quality.  In this episode Patrick and I chat about our lessons learned and also cover a bunch of ways to document and write self-documentin</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Code Documentation, Python, C++</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Arduino</title>
      <itunes:episode>75</itunes:episode>
      <podcast:episode>75</podcast:episode>
      <itunes:title>Arduino</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_75</guid>
      <link>http://www.programmingthrowdown.com/2018/03/episode-75-arduino.html</link>
      <description>
        <![CDATA[<p>Ever want to build your own robot? We explain how to do this using Arduino! Show notes: http://www.programmingthrowdown.com/2018/03/episode-75-arduino.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Ever want to build your own robot? We explain how to do this using Arduino! Show notes: http://www.programmingthrowdown.com/2018/03/episode-75-arduino.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 05 Mar 2018 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/7fd18e96/9f93cd34.mp3" length="73602326" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5883</itunes:duration>
      <itunes:summary>Ever want to build your own robot?  We explain how to do this using Arduino!  Show notes: http://www.programmingthrowdown.com/2018/03/episode-75-arduino.html</itunes:summary>
      <itunes:subtitle>Ever want to build your own robot?  We explain how to do this using Arduino!  Show notes: http://www.programmingthrowdown.com/2018/03/episode-75-arduino.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Arduino, Robotics</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Cryptocurrency and Smart Contracts</title>
      <itunes:episode>74</itunes:episode>
      <podcast:episode>74</podcast:episode>
      <itunes:title>Cryptocurrency and Smart Contracts</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_74</guid>
      <link>http://www.programmingthrowdown.com/2018/01/episode-74-cryptocurrency-smart.html</link>
      <description>
        <![CDATA[<p>Today we discuss Cryptocurrency and Smart Contracts with Amy Wan, CEO of Sagewise. Amy has a legal background and combines this with expertise in cryptocurrency, blockchain, ICOs, and smart contracts. Show Notes: http://www.programmingthrowdown.com/2018/01/episode-74-cryptocurrency-smart.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Today we discuss Cryptocurrency and Smart Contracts with Amy Wan, CEO of Sagewise. Amy has a legal background and combines this with expertise in cryptocurrency, blockchain, ICOs, and smart contracts. Show Notes: http://www.programmingthrowdown.com/2018/01/episode-74-cryptocurrency-smart.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 30 Jan 2018 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/1f8d5f58/c280e736.mp3" length="43397976" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3537</itunes:duration>
      <itunes:summary>Today we discuss Cryptocurrency and Smart Contracts with Amy Wan, CEO of Sagewise.  Amy has a legal background and combines this with expertise in cryptocurrency, blockchain, ICOs, and smart contracts.  Show Notes: http://www.programmingthrowdown.com/2018/01/episode-74-cryptocurrency-smart.html</itunes:summary>
      <itunes:subtitle>Today we discuss Cryptocurrency and Smart Contracts with Amy Wan, CEO of Sagewise.  Amy has a legal background and combines this with expertise in cryptocurrency, blockchain, ICOs, and smart contracts.  Show Notes: http://www.programmingthrowdown.com/2018</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Cryptocurrency, ICOs, Smart Contracts</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Parallel Computing with Incredibuild</title>
      <itunes:episode>73</itunes:episode>
      <podcast:episode>73</podcast:episode>
      <itunes:title>Parallel Computing with Incredibuild</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_73</guid>
      <link>http://www.programmingthrowdown.com/2017/12/episode-73-parallel-computing-with.html</link>
      <description>
        <![CDATA[<p>How can you use all of the computers in your lab/office at the same time to speed up tasks? Today we talk with Dori Exterman, CTO of Incredibuild, about parallel computing and the awesome tool Incredibuild has created that can run any multi-process program on several machines. Show Notes: http://www.programmingthrowdown.com/2017/12/episode-73-parallel-computing-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>How can you use all of the computers in your lab/office at the same time to speed up tasks? Today we talk with Dori Exterman, CTO of Incredibuild, about parallel computing and the awesome tool Incredibuild has created that can run any multi-process program on several machines. Show Notes: http://www.programmingthrowdown.com/2017/12/episode-73-parallel-computing-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 19 Dec 2017 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/3c63ff02/35bf5e17.mp3" length="44515264" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3908</itunes:duration>
      <itunes:summary>How can you use all of the computers in your lab/office at the same time to speed up tasks?  Today we talk with Dori Exterman, CTO of Incredibuild, about parallel computing and the awesome tool Incredibuild has created that can run any multi-process program on several machines.  Show Notes: http://www.programmingthrowdown.com/2017/12/episode-73-parallel-computing-with.html</itunes:summary>
      <itunes:subtitle>How can you use all of the computers in your lab/office at the same time to speed up tasks?  Today we talk with Dori Exterman, CTO of Incredibuild, about parallel computing and the awesome tool Incredibuild has created that can run any multi-process progr</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Parallel Computing, Incredibuild</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Internationalization</title>
      <itunes:episode>72</itunes:episode>
      <podcast:episode>72</podcast:episode>
      <itunes:title>Internationalization</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_72</guid>
      <link>http://www.programmingthrowdown.com/2017/11/episode-72-internationalization.html</link>
      <description>
        <![CDATA[<p>How can you maintain a separate version of your app/site in all langauges and locales? How do you handle right-to-left text, various currencies, and a bunch of languages with non-ascii characters? We explain all this and more in Internationalization! Show notes: http://www.programmingthrowdown.com/2017/11/episode-72-internationalization.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>How can you maintain a separate version of your app/site in all langauges and locales? How do you handle right-to-left text, various currencies, and a bunch of languages with non-ascii characters? We explain all this and more in Internationalization! Show notes: http://www.programmingthrowdown.com/2017/11/episode-72-internationalization.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 28 Nov 2017 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/7408c460/8b9a77cc.mp3" length="50236267" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3996</itunes:duration>
      <itunes:summary>How can you maintain a separate version of your app/site in all langauges and locales?  How do you handle right-to-left text, various currencies, and a bunch of languages with non-ascii characters?  We explain all this and more in Internationalization! Show notes: http://www.programmingthrowdown.com/2017/11/episode-72-internationalization.html</itunes:summary>
      <itunes:subtitle>How can you maintain a separate version of your app/site in all langauges and locales?  How do you handle right-to-left text, various currencies, and a bunch of languages with non-ascii characters?  We explain all this and more in Internationalization! Sh</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Internationalization, Localization</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Office Spaces</title>
      <itunes:episode>71</itunes:episode>
      <podcast:episode>71</podcast:episode>
      <itunes:title>Office Spaces</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_71</guid>
      <link>http://www.programmingthrowdown.com/2017/10/episode-71-office-spaces.html</link>
      <description>
        <![CDATA[<p>Today, we are going to talk about... office space! Not the hilarious 1999 movie directed by Mike Judge, but modern office spaces for engineers and developers. We cover office setups, desk setups, amenities, and more! We won't cover IDEs (check out episode 55 for that) but we do cover how to code comfortably. Show Notes: http://www.programmingthrowdown.com/2017/10/episode-71-office-spaces.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Today, we are going to talk about... office space! Not the hilarious 1999 movie directed by Mike Judge, but modern office spaces for engineers and developers. We cover office setups, desk setups, amenities, and more! We won't cover IDEs (check out episode 55 for that) but we do cover how to code comfortably. Show Notes: http://www.programmingthrowdown.com/2017/10/episode-71-office-spaces.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 30 Oct 2017 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/778665af/ffd593dc.mp3" length="62070780" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4894</itunes:duration>
      <itunes:summary>Today, we are going to talk about... office space!  Not the hilarious 1999 movie directed by Mike Judge, but modern office spaces for engineers and developers.  We cover office setups, desk setups, amenities, and more!  We won't cover IDEs (check out episode 55 for that) but we do cover how to code comfortably.  Show Notes: http://www.programmingthrowdown.com/2017/10/episode-71-office-spaces.html</itunes:summary>
      <itunes:subtitle>Today, we are going to talk about... office space!  Not the hilarious 1999 movie directed by Mike Judge, but modern office spaces for engineers and developers.  We cover office setups, desk setups, amenities, and more!  We won't cover IDEs (check out epis</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Office Spaces, Wifi Setup</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>COBOL and Mainframe Computing</title>
      <itunes:episode>70</itunes:episode>
      <podcast:episode>70</podcast:episode>
      <itunes:title>COBOL and Mainframe Computing</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_70</guid>
      <link>http://www.programmingthrowdown.com/2017/09/episode-70-cobol-and-mainframes.html</link>
      <description>
        <![CDATA[<p>Did you know that there was a programming language co-invented by a consortium of government offices and top businesses (at the time)? Today we talk about that language: COBOL, and also discuss the mainframe computers of that era that ran COBOL. Show notes: http://www.programmingthrowdown.com/2017/09/episode-70-cobol-and-mainframes.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Did you know that there was a programming language co-invented by a consortium of government offices and top businesses (at the time)? Today we talk about that language: COBOL, and also discuss the mainframe computers of that era that ran COBOL. Show notes: http://www.programmingthrowdown.com/2017/09/episode-70-cobol-and-mainframes.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 28 Sep 2017 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/1c50122a/45a27b2d.mp3" length="61635772" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4858</itunes:duration>
      <itunes:summary>Did you know that there was a programming language co-invented by a consortium of government offices and top businesses (at the time)?  Today we talk about that language: COBOL, and also discuss the mainframe computers of that era that ran COBOL. Show notes: http://www.programmingthrowdown.com/2017/09/episode-70-cobol-and-mainframes.html</itunes:summary>
      <itunes:subtitle>Did you know that there was a programming language co-invented by a consortium of government offices and top businesses (at the time)?  Today we talk about that language: COBOL, and also discuss the mainframe computers of that era that ran COBOL. Show not</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, COBOL, Mainframe</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Puzzle Games with Mark Engelberg</title>
      <itunes:episode>69</itunes:episode>
      <podcast:episode>69</podcast:episode>
      <itunes:title>Puzzle Games with Mark Engelberg</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_69</guid>
      <link>http://www.programmingthrowdown.com/2017/08/episode-69-puzzle-games-with-mark.html</link>
      <description>
        <![CDATA[<p>Today we chat with Mark Engelberg about his background in software engineering and game design. Show notes: http://www.programmingthrowdown.com/2017/08/episode-69-puzzle-games-with-mark.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Today we chat with Mark Engelberg about his background in software engineering and game design. Show notes: http://www.programmingthrowdown.com/2017/08/episode-69-puzzle-games-with-mark.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 17 Aug 2017 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/2331f8e6/c770a1b5.mp3" length="78926279" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>6744</itunes:duration>
      <itunes:summary>Today we chat with Mark Engelberg about his background in software engineering and game design. Show notes: http://www.programmingthrowdown.com/2017/08/episode-69-puzzle-games-with-mark.html</itunes:summary>
      <itunes:subtitle>Today we chat with Mark Engelberg about his background in software engineering and game design. Show notes: http://www.programmingthrowdown.com/2017/08/episode-69-puzzle-games-with-mark.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, ThinkFun, Puzzles, Game Design</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Soft Skills with SimpleProgrammer</title>
      <itunes:episode>68</itunes:episode>
      <podcast:episode>68</podcast:episode>
      <itunes:title>Soft Skills with SimpleProgrammer</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_68</guid>
      <link>http://www.programmingthrowdown.com/2017/07/episode-68-soft-skills-with.html</link>
      <description>
        <![CDATA[<p>Today we chat with John Sonmez about soft skills: communication, self-motivation, learning to learn, and negotiation, Show notes: http://www.programmingthrowdown.com/2017/07/episode-68-soft-skills-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Today we chat with John Sonmez about soft skills: communication, self-motivation, learning to learn, and negotiation, Show notes: http://www.programmingthrowdown.com/2017/07/episode-68-soft-skills-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 19 Jul 2017 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/614129b5/e7630add.mp3" length="80905304" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>6179</itunes:duration>
      <itunes:summary>Today we chat with John Sonmez about soft skills: communication, self-motivation, learning to learn, and negotiation, Show notes: http://www.programmingthrowdown.com/2017/07/episode-68-soft-skills-with.html</itunes:summary>
      <itunes:subtitle>Today we chat with John Sonmez about soft skills: communication, self-motivation, learning to learn, and negotiation, Show notes: http://www.programmingthrowdown.com/2017/07/episode-68-soft-skills-with.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Soft Skills, Negotiation, Learning to Learn</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Cryptocurrency</title>
      <itunes:episode>67</itunes:episode>
      <podcast:episode>67</podcast:episode>
      <itunes:title>Cryptocurrency</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_67</guid>
      <link>http://www.programmingthrowdown.com/2017/06/episode-67-cryptocurrency.html</link>
      <description>
        <![CDATA[<p>Today we explain how cryptocurrency works and why it is possible to buy and sell electonic currency. Show notes: http://www.programmingthrowdown.com/2017/06/episode-67-cryptocurrency.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Today we explain how cryptocurrency works and why it is possible to buy and sell electonic currency. Show notes: http://www.programmingthrowdown.com/2017/06/episode-67-cryptocurrency.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 30 Jun 2017 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a081c560/cf688891.mp3" length="64124772" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5183</itunes:duration>
      <itunes:summary>Today we explain how cryptocurrency works and why it is possible to buy and sell electonic currency.  Show notes: http://www.programmingthrowdown.com/2017/06/episode-67-cryptocurrency.html</itunes:summary>
      <itunes:subtitle>Today we explain how cryptocurrency works and why it is possible to buy and sell electonic currency.  Show notes: http://www.programmingthrowdown.com/2017/06/episode-67-cryptocurrency.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Cryptocurrency, Mandelbrot Fractal, The Circle, The Three Body Problem</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Code Reviews</title>
      <itunes:episode>66</itunes:episode>
      <podcast:episode>66</podcast:episode>
      <itunes:title>Code Reviews</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_66</guid>
      <link>http://www.programmingthrowdown.com/2017/05/episode-66.html</link>
      <description>
        <![CDATA[<p>In this episode we explain how code reviews work and why they are so important. Show notes: http://www.programmingthrowdown.com/2017/05/episode-66.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode we explain how code reviews work and why they are so important. Show notes: http://www.programmingthrowdown.com/2017/05/episode-66.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 30 May 2017 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a5f1d518/bb0548b4.mp3" length="42833749" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3399</itunes:duration>
      <itunes:summary>In this episode we explain how code reviews work and why they are so important.  Show notes: http://www.programmingthrowdown.com/2017/05/episode-66.html</itunes:summary>
      <itunes:subtitle>In this episode we explain how code reviews work and why they are so important.  Show notes: http://www.programmingthrowdown.com/2017/05/episode-66.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Code Reviews, Humble Bundle, The Way of Kings</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Testing on Mobile with Kobiton</title>
      <itunes:episode>65</itunes:episode>
      <podcast:episode>65</podcast:episode>
      <itunes:title>Testing on Mobile with Kobiton</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_65</guid>
      <link>http://www.programmingthrowdown.com/2017/05/episode-65-testing-on-mobile-with.html</link>
      <description>
        <![CDATA[<p>In this episode we interview Josh and Adam from Kobiton. They describe the challenges with releasing a mobile app for many platforms, and how Kobiton allows one to test their app on many devices in the cloud. Show notes: http://www.programmingthrowdown.com/2017/05/episode-65-testing-on-mobile-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode we interview Josh and Adam from Kobiton. They describe the challenges with releasing a mobile app for many platforms, and how Kobiton allows one to test their app on many devices in the cloud. Show notes: http://www.programmingthrowdown.com/2017/05/episode-65-testing-on-mobile-with.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 15 May 2017 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/41271ea6/e447bfb8.mp3" length="37524041" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>2935</itunes:duration>
      <itunes:summary>In this episode we interview Josh and Adam from Kobiton.  They describe the challenges with releasing a mobile app for many platforms, and how Kobiton allows one to test their app on many devices in the cloud.  Show notes: http://www.programmingthrowdown.com/2017/05/episode-65-testing-on-mobile-with.html</itunes:summary>
      <itunes:subtitle>In this episode we interview Josh and Adam from Kobiton.  They describe the challenges with releasing a mobile app for many platforms, and how Kobiton allows one to test their app on many devices in the cloud.  Show notes: http://www.programmingthrowdown.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Kobiton, Testing, Mobile Development</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Cryptography</title>
      <itunes:episode>64</itunes:episode>
      <podcast:episode>64</podcast:episode>
      <itunes:title>Cryptography</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_64</guid>
      <link>http://www.programmingthrowdown.com/2017/03/episode-64-cryptography.html</link>
      <description>
        <![CDATA[<p>In this episode we explain how data is encrypted and decrypted, and how you can use encryption in the things you build. Show notes: http://www.programmingthrowdown.com/2017/03/episode-64-cryptography.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode we explain how data is encrypted and decrypted, and how you can use encryption in the things you build. Show notes: http://www.programmingthrowdown.com/2017/03/episode-64-cryptography.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 30 Mar 2017 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/7803f6a9/9e490c9b.mp3" length="54786683" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4320</itunes:duration>
      <itunes:summary>In this episode we explain how data is encrypted and decrypted, and how you can use encryption in the things you build.  Show notes: http://www.programmingthrowdown.com/2017/03/episode-64-cryptography.html</itunes:summary>
      <itunes:subtitle>In this episode we explain how data is encrypted and decrypted, and how you can use encryption in the things you build.  Show notes: http://www.programmingthrowdown.com/2017/03/episode-64-cryptography.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Cryptography, Tesseract, Pandemic</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Spring Framework</title>
      <itunes:episode>63</itunes:episode>
      <podcast:episode>63</podcast:episode>
      <itunes:title>Spring Framework</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_63</guid>
      <link>http://www.programmingthrowdown.com/2017/02/episode-63-spring-framework.html</link>
      <description>
        <![CDATA[<p>In this episode we interview Spencer Gibb and Mark Heckler from Pivotal, the company behind Spring Framework: a set of powerful enterprise Java libraries and services. Show notes: http://www.programmingthrowdown.com/2017/02/episode-63-spring-framework.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>In this episode we interview Spencer Gibb and Mark Heckler from Pivotal, the company behind Spring Framework: a set of powerful enterprise Java libraries and services. Show notes: http://www.programmingthrowdown.com/2017/02/episode-63-spring-framework.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 28 Feb 2017 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/34e52fa1/194bd5f8.mp3" length="48671357" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3815</itunes:duration>
      <itunes:summary>In this episode we interview Spencer Gibb and Mark Heckler from Pivotal, the company behind Spring Framework: a set of powerful enterprise Java libraries and services.  Show notes: http://www.programmingthrowdown.com/2017/02/episode-63-spring-framework.html</itunes:summary>
      <itunes:subtitle>In this episode we interview Spencer Gibb and Mark Heckler from Pivotal, the company behind Spring Framework: a set of powerful enterprise Java libraries and services.  Show notes: http://www.programmingthrowdown.com/2017/02/episode-63-spring-framework.ht</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Software Engineering, Java, Spring Framework</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>PHP and Hack</title>
      <itunes:episode>62</itunes:episode>
      <podcast:episode>62</podcast:episode>
      <itunes:title>PHP and Hack</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_62</guid>
      <link>http://www.programmingthrowdown.com/2017/01/episode-62-php-and-hack.html</link>
      <description>
        <![CDATA[<p>On this show we discuss PHP and Hack, an language that extends PHP. Show notes: http://www.programmingthrowdown.com/2017/01/episode-62-php-and-hack.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>On this show we discuss PHP and Hack, an language that extends PHP. Show notes: http://www.programmingthrowdown.com/2017/01/episode-62-php-and-hack.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 24 Jan 2017 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/94d3c2a9/3b09f6d2.mp3" length="50485323" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4126</itunes:duration>
      <itunes:summary>On this show we discuss PHP and Hack, an language that extends PHP.  Show notes: http://www.programmingthrowdown.com/2017/01/episode-62-php-and-hack.html</itunes:summary>
      <itunes:subtitle>On this show we discuss PHP and Hack, an language that extends PHP.  Show notes: http://www.programmingthrowdown.com/2017/01/episode-62-php-and-hack.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Software Engineering, PHP, Hack</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Clojure with Eric Normand</title>
      <itunes:episode>61</itunes:episode>
      <podcast:episode>61</podcast:episode>
      <itunes:title>Clojure with Eric Normand</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_61</guid>
      <link>http://www.programmingthrowdown.com/2016/12/episode-61-clojure-with-eric-normand.html</link>
      <description>
        <![CDATA[<p>On this show we discuss Clojure and ClojureScript, and all the amazing things you can build with them. Show notes: http://www.programmingthrowdown.com/2016/12/episode-61-clojure-with-eric-normand.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>On this show we discuss Clojure and ClojureScript, and all the amazing things you can build with them. Show notes: http://www.programmingthrowdown.com/2016/12/episode-61-clojure-with-eric-normand.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 22 Dec 2016 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/3251b9ed/b08ce3d7.mp3" length="51134349" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4109</itunes:duration>
      <itunes:summary>On this show we discuss Clojure and ClojureScript, and all the amazing things you can build with them.  Show notes: http://www.programmingthrowdown.com/2016/12/episode-61-clojure-with-eric-normand.html</itunes:summary>
      <itunes:subtitle>On this show we discuss Clojure and ClojureScript, and all the amazing things you can build with them.  Show notes: http://www.programmingthrowdown.com/2016/12/episode-61-clojure-with-eric-normand.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Clojure, ClojureScript</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Javascript For Mobile with Burke Holland</title>
      <itunes:episode>60</itunes:episode>
      <podcast:episode>60</podcast:episode>
      <itunes:title>Javascript For Mobile with Burke Holland</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_60</guid>
      <link>http://www.programmingthrowdown.com/2016/11/episode-60-javascript-for-mobile.html</link>
      <description>
        <![CDATA[<p>How to build great mobile apps with Javascript. Show notes: http://www.programmingthrowdown.com/2016/11/episode-60-javascript-for-mobile.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>How to build great mobile apps with Javascript. Show notes: http://www.programmingthrowdown.com/2016/11/episode-60-javascript-for-mobile.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 23 Nov 2016 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/85f329c5/8f051d9e.mp3" length="49478834" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3603</itunes:duration>
      <itunes:summary>How to build great mobile apps with Javascript.  Show notes: http://www.programmingthrowdown.com/2016/11/episode-60-javascript-for-mobile.html</itunes:summary>
      <itunes:subtitle>How to build great mobile apps with Javascript.  Show notes: http://www.programmingthrowdown.com/2016/11/episode-60-javascript-for-mobile.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Javascript, Mobile Development</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Deploying Software</title>
      <itunes:episode>59</itunes:episode>
      <podcast:episode>59</podcast:episode>
      <itunes:title>Deploying Software</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_59</guid>
      <link>http://www.programmingthrowdown.com/2016/10/episode-59-deploying-software.html</link>
      <description>
        <![CDATA[<p>How to distribute software so it works on other people's computers. Show notes: http://www.programmingthrowdown.com/2016/10/episode-59-deploying-software.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>How to distribute software so it works on other people's computers. Show notes: http://www.programmingthrowdown.com/2016/10/episode-59-deploying-software.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 31 Oct 2016 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/b5ed27d0/ebf85b97.mp3" length="53567408" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4261</itunes:duration>
      <itunes:summary>How to distribute software so it works on other people's computers.  Show notes: http://www.programmingthrowdown.com/2016/10/episode-59-deploying-software.html</itunes:summary>
      <itunes:subtitle>How to distribute software so it works on other people's computers.  Show notes: http://www.programmingthrowdown.com/2016/10/episode-59-deploying-software.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Deployment, Install Wizards</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Scaling Web Sites with Daniel Moore</title>
      <itunes:episode>58</itunes:episode>
      <podcast:episode>58</podcast:episode>
      <itunes:title>Scaling Web Sites with Daniel Moore</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_58</guid>
      <link>http://www.programmingthrowdown.com/2016/09/episode-58-scaling-web-sites.html</link>
      <description>
        <![CDATA[<p>This show is an interview with Daniel Moore about scaling web sites. Show notes: http://www.programmingthrowdown.com/2016/09/episode-58-scaling-web-sites.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show is an interview with Daniel Moore about scaling web sites. Show notes: http://www.programmingthrowdown.com/2016/09/episode-58-scaling-web-sites.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 27 Sep 2016 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/9ae107ae/eb93c680.mp3" length="43633519" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3354</itunes:duration>
      <itunes:summary>This show is an interview with Daniel Moore about scaling web sites.  Show notes: http://www.programmingthrowdown.com/2016/09/episode-58-scaling-web-sites.html</itunes:summary>
      <itunes:subtitle>This show is an interview with Daniel Moore about scaling web sites.  Show notes: http://www.programmingthrowdown.com/2016/09/episode-58-scaling-web-sites.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Web Development, Databases</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Optimization</title>
      <itunes:episode>57</itunes:episode>
      <podcast:episode>57</podcast:episode>
      <itunes:title>Optimization</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_57</guid>
      <link>http://www.programmingthrowdown.com/2016/08/episode-57-optimization.html</link>
      <description>
        <![CDATA[<p>This show covers software optimization (how to make software run faster). Show notes: http://www.programmingthrowdown.com/2016/08/episode-57-optimization.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers software optimization (how to make software run faster). Show notes: http://www.programmingthrowdown.com/2016/08/episode-57-optimization.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 31 Aug 2016 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/020ff147/2ae2e7fe.mp3" length="56183977" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4534</itunes:duration>
      <itunes:summary>This show covers software optimization (how to make software run faster).  Show notes: http://www.programmingthrowdown.com/2016/08/episode-57-optimization.html</itunes:summary>
      <itunes:subtitle>This show covers software optimization (how to make software run faster).  Show notes: http://www.programmingthrowdown.com/2016/08/episode-57-optimization.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Optimization</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Robotics</title>
      <itunes:episode>56</itunes:episode>
      <podcast:episode>56</podcast:episode>
      <itunes:title>Robotics</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_56</guid>
      <link>http://www.programmingthrowdown.com/2016/07/episode-56-robotics.html</link>
      <description>
        <![CDATA[<p>This show is an intro to robotics. Blog post: http://www.programmingthrowdown.com/2016/07/episode-56-robotics.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show is an intro to robotics. Blog post: http://www.programmingthrowdown.com/2016/07/episode-56-robotics.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 22 Jul 2016 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/b9e6a292/dcc42bb2.mp3" length="49923030" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4058</itunes:duration>
      <itunes:summary>This show is an intro to robotics.  Blog post: http://www.programmingthrowdown.com/2016/07/episode-56-robotics.html</itunes:summary>
      <itunes:subtitle>This show is an intro to robotics.  Blog post: http://www.programmingthrowdown.com/2016/07/episode-56-robotics.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Robotics, 3d Printer</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Editor Wars</title>
      <itunes:episode>55</itunes:episode>
      <podcast:episode>55</podcast:episode>
      <itunes:title>Editor Wars</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_55</guid>
      <link>http://www.programmingthrowdown.com/2016/06/episode-55-editor-wars.html</link>
      <description>
        <![CDATA[<p>This show covers many different editors. Blog post: http://www.programmingthrowdown.com/2016/06/episode-55-editor-wars.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers many different editors. Blog post: http://www.programmingthrowdown.com/2016/06/episode-55-editor-wars.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 24 Jun 2016 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/baa21215/ba565ffd.mp3" length="63102228" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4819</itunes:duration>
      <itunes:summary>This show covers many different editors.  Blog post: http://www.programmingthrowdown.com/2016/06/episode-55-editor-wars.html</itunes:summary>
      <itunes:subtitle>This show covers many different editors.  Blog post: http://www.programmingthrowdown.com/2016/06/episode-55-editor-wars.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Emacs, Vim, Eclipse</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Programming for the GPU</title>
      <itunes:episode>54</itunes:episode>
      <podcast:episode>54</podcast:episode>
      <itunes:title>Programming for the GPU</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">ProgrammingThrowdown_54</guid>
      <link>http://www.programmingthrowdown.com/2016/05/episode-54-programming-for-gpu.html</link>
      <description>
        <![CDATA[<p>On this episode we invite Mark Harris, Chief Technologist at NVIDIA, to talk about programming for the GPU. Show notes: http://www.programmingthrowdown.com/2016/05/episode-54-programming-for-gpu.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>On this episode we invite Mark Harris, Chief Technologist at NVIDIA, to talk about programming for the GPU. Show notes: http://www.programmingthrowdown.com/2016/05/episode-54-programming-for-gpu.html</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 25 May 2016 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/411f37ae/7c6e545a.mp3" length="54507137" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3912</itunes:duration>
      <itunes:summary>On this episode we invite Mark Harris, Chief Technologist at NVIDIA, to talk about programming for the GPU.  Show notes: http://www.programmingthrowdown.com/2016/05/episode-54-programming-for-gpu.html</itunes:summary>
      <itunes:subtitle>On this episode we invite Mark Harris, Chief Technologist at NVIDIA, to talk about programming for the GPU.  Show notes: http://www.programmingthrowdown.com/2016/05/episode-54-programming-for-gpu.html</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, NVIDIA, CUDA, GPU, GPGPU</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Open Source Communities</title>
      <itunes:episode>53</itunes:episode>
      <podcast:episode>53</podcast:episode>
      <itunes:title>Open Source Communities</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_53.mp3</guid>
      <link>https://share.transistor.fm/s/4f21e530</link>
      <description>
        <![CDATA[<p>On this episode we invite Mikeal Rogers, Community Manager at the Node.JS Foundation, to talk about open source communities and organizing large open source projects.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>On this episode we invite Mikeal Rogers, Community Manager at the Node.JS Foundation, to talk about open source communities and organizing large open source projects.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 02 May 2016 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/4f21e530/e60e44c3.mp3" length="59631088" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3726</itunes:duration>
      <itunes:summary>On this episode we invite Mikeal Rogers, Community Manager at the Node.JS Foundation, to talk about open source communities and organizing large open source projects.</itunes:summary>
      <itunes:subtitle>On this episode we invite Mikeal Rogers, Community Manager at the Node.JS Foundation, to talk about open source communities and organizing large open source projects.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Node.JS, Open Source Communities</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Scientific Python</title>
      <itunes:episode>52</itunes:episode>
      <podcast:episode>52</podcast:episode>
      <itunes:title>Scientific Python</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_52.mp3</guid>
      <link>https://share.transistor.fm/s/241edcd8</link>
      <description>
        <![CDATA[<p>This show covers Scientific Python: A platform for data analysis, visualization, and reporting built on top of python. Book of the Show Jason: Masterminds of Programming Patrick: Redshirts</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Scientific Python: A platform for data analysis, visualization, and reporting built on top of python. Book of the Show Jason: Masterminds of Programming Patrick: Redshirts</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 28 Mar 2016 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/241edcd8/e12a9326.mp3" length="68426655" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4276</itunes:duration>
      <itunes:summary>This show covers Scientific Python: A platform for data analysis, visualization, and reporting built on top of python.  Book of the Show Jason: Masterminds of Programming Patrick: Redshirts</itunes:summary>
      <itunes:subtitle>This show covers Scientific Python: A platform for data analysis, visualization, and reporting built on top of python.  Book of the Show Jason: Masterminds of Programming Patrick: Redshirts</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Scientific Python, numpy, scipy, Redshirt</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Udacity: Democratizing Education</title>
      <itunes:episode>51</itunes:episode>
      <podcast:episode>51</podcast:episode>
      <itunes:title>Udacity: Democratizing Education</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_51.mp3</guid>
      <link>https://share.transistor.fm/s/b4ef8a1a</link>
      <description>
        <![CDATA[<p>This show covers Online/Continuing education. We ask the experts: How can more people get jobs in programming?</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Online/Continuing education. We ask the experts: How can more people get jobs in programming?</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 24 Feb 2016 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/b4ef8a1a/9904574a.mp3" length="64047103" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4002</itunes:duration>
      <itunes:summary>This show covers Online/Continuing education.  We ask the experts: How can more people get jobs in programming?</itunes:summary>
      <itunes:subtitle>This show covers Online/Continuing education.  We ask the experts: How can more people get jobs in programming?</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Udacity, Online Education, Continuing Education, Learning to code</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Congratulations!</title>
      <itunes:episode>50</itunes:episode>
      <podcast:episode>50</podcast:episode>
      <itunes:title>Congratulations!</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_50.mp3</guid>
      <link>https://share.transistor.fm/s/37864d3d</link>
      <description>
        <![CDATA[<p>This show celebrates 50 episodes of Programming Throwdown! We answer questions from the audience live on livecoding.tv .</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show celebrates 50 episodes of Programming Throwdown! We answer questions from the audience live on livecoding.tv .</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 21 Jan 2016 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/37864d3d/7b9c6bc0.mp3" length="67879407" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4242</itunes:duration>
      <itunes:summary>This show celebrates 50 episodes of Programming Throwdown!  We answer questions from the audience live on livecoding.tv .</itunes:summary>
      <itunes:subtitle>This show celebrates 50 episodes of Programming Throwdown!  We answer questions from the audience live on livecoding.tv .</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Livecoding.tv</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Tamper Protection</title>
      <itunes:episode>49</itunes:episode>
      <podcast:episode>49</podcast:episode>
      <itunes:title>Tamper Protection</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_49.mp3</guid>
      <link>https://share.transistor.fm/s/f5c642a6</link>
      <description>
        <![CDATA[<p>This show covers Tamper Protection: How hackers are able to tamper with compiled programs and the programs that prevent tampering.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Tamper Protection: How hackers are able to tamper with compiled programs and the programs that prevent tampering.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 21 Dec 2015 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/f5c642a6/eb4c03e0.mp3" length="79385009" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4961</itunes:duration>
      <itunes:summary>This show covers Tamper Protection: How hackers are able to tamper with compiled programs and the programs that prevent tampering.</itunes:summary>
      <itunes:subtitle>This show covers Tamper Protection: How hackers are able to tamper with compiled programs and the programs that prevent tampering.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Reverse Engineering, Code Tampering, Tamper Protection</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Source Control</title>
      <itunes:episode>48</itunes:episode>
      <podcast:episode>48</podcast:episode>
      <itunes:title>Source Control</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_48.mp3</guid>
      <link>https://share.transistor.fm/s/a21174dd</link>
      <description>
        <![CDATA[<p>This show covers Source Control: Various tools that keep history of your code and enable code collaboration. Book of the Show Jason: Kobolds Ate My Baby Patrick: Firefight</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Source Control: Various tools that keep history of your code and enable code collaboration. Book of the Show Jason: Kobolds Ate My Baby Patrick: Firefight</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 07 Dec 2015 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a21174dd/7f1a1443.mp3" length="60707327" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3794</itunes:duration>
      <itunes:summary>This show covers Source Control: Various tools that keep history of your code and enable code collaboration.  Book of the Show Jason: Kobolds Ate My Baby Patrick: Firefight</itunes:summary>
      <itunes:subtitle>This show covers Source Control: Various tools that keep history of your code and enable code collaboration.  Book of the Show Jason: Kobolds Ate My Baby Patrick: Firefight</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Source Control, Version Control, Git, Subversion, Kobolds Ate My Baby, Firefight</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Ruby</title>
      <itunes:episode>47</itunes:episode>
      <podcast:episode>47</podcast:episode>
      <itunes:title>Ruby</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_47.mp3</guid>
      <link>https://share.transistor.fm/s/37d92bc8</link>
      <description>
        <![CDATA[<p>This show covers Ruby: a multipurpose interpreted language for rapid development. Book of the Show Jason: Paranoia RPG Player’s Handbook Patrick: Lock In</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Ruby: a multipurpose interpreted language for rapid development. Book of the Show Jason: Paranoia RPG Player’s Handbook Patrick: Lock In</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 12 Oct 2015 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/37d92bc8/4f32c993.mp3" length="67148022" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4196</itunes:duration>
      <itunes:summary>This show covers Ruby: a multipurpose interpreted language for rapid development.  Book of the Show Jason: Paranoia RPG Player’s Handbook Patrick: Lock In</itunes:summary>
      <itunes:subtitle>This show covers Ruby: a multipurpose interpreted language for rapid development.  Book of the Show Jason: Paranoia RPG Player’s Handbook Patrick: Lock In</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, ImageMagick, FFMpeg, Personal Capital, Ruby, Paranoia RPG</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>R</title>
      <itunes:episode>46</itunes:episode>
      <podcast:episode>46</podcast:episode>
      <itunes:title>R</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_46.mp3</guid>
      <link>https://share.transistor.fm/s/0fd74d22</link>
      <description>
        <![CDATA[<p>This show covers R: a language suitable for data mining and machine learning. Book of the Show Jason: The hard thing about hard things http://amzn.to/1UqMjDD Patrick: Steel World http://amzn.to/1JMcsa5</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers R: a language suitable for data mining and machine learning. Book of the Show Jason: The hard thing about hard things http://amzn.to/1UqMjDD Patrick: Steel World http://amzn.to/1JMcsa5</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 10 Sep 2015 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/0fd74d22/fd9a5f06.mp3" length="63407378" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3962</itunes:duration>
      <itunes:summary>This show covers R: a language suitable for data mining and machine learning.  Book of the Show Jason: The hard thing about hard things http://amzn.to/1UqMjDD Patrick: Steel World http://amzn.to/1JMcsa5</itunes:summary>
      <itunes:subtitle>This show covers R: a language suitable for data mining and machine learning.  Book of the Show Jason: The hard thing about hard things http://amzn.to/1UqMjDD Patrick: Steel World http://amzn.to/1JMcsa5</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, R, The Hard Thing About Hard Things, Steel World</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Inside Video Game Programming</title>
      <itunes:episode>45</itunes:episode>
      <podcast:episode>45</podcast:episode>
      <itunes:title>Inside Video Game Programming</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_45.mp3</guid>
      <link>https://share.transistor.fm/s/7e21a8c6</link>
      <description>
        <![CDATA[<p>This show covers game development at a AAA company, featuring Dave Smith from Naughty Dog Inc. and Florent Devillechabrol from Ubisoft. Jason: The Mythical Man Month http://amzn.to/1DGOwbW ; Patrick: Armada http://amzn.to/1L4j2Pj</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers game development at a AAA company, featuring Dave Smith from Naughty Dog Inc. and Florent Devillechabrol from Ubisoft. Jason: The Mythical Man Month http://amzn.to/1DGOwbW ; Patrick: Armada http://amzn.to/1L4j2Pj</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 11 Aug 2015 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/7e21a8c6/a4824fb0.mp3" length="79238947" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4952</itunes:duration>
      <itunes:summary>This show covers game development at a AAA company, featuring Dave Smith from Naughty Dog Inc. and Florent Devillechabrol from Ubisoft.  Jason: The Mythical Man Month http://amzn.to/1DGOwbW ; Patrick: Armada http://amzn.to/1L4j2Pj</itunes:summary>
      <itunes:subtitle>This show covers game development at a AAA company, featuring Dave Smith from Naughty Dog Inc. and Florent Devillechabrol from Ubisoft.  Jason: The Mythical Man Month http://amzn.to/1DGOwbW ; Patrick: Armada http://amzn.to/1L4j2Pj</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Video Game Programming, The Mythical Man Month, Armada</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Logo Scratch Lego</title>
      <itunes:episode>44</itunes:episode>
      <podcast:episode>44</podcast:episode>
      <itunes:title>Logo Scratch Lego</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_44.mp3</guid>
      <link>https://share.transistor.fm/s/a75dd3df</link>
      <description>
        <![CDATA[<p>This show covers several programming languages we used as kids. Book of the Show Jason: Gödel, Escher, Bach: An Eternal Golden Braid http://amzn.to/1LWYOpJ ; Patrick: Leviathan Wakes http://amzn.to/1HjpfAo</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers several programming languages we used as kids. Book of the Show Jason: Gödel, Escher, Bach: An Eternal Golden Braid http://amzn.to/1LWYOpJ ; Patrick: Leviathan Wakes http://amzn.to/1HjpfAo</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 10 Jul 2015 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a75dd3df/2533c0fc.mp3" length="63534477" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3970</itunes:duration>
      <itunes:summary>This show covers several programming languages we used as kids.  Book of the Show Jason: Gödel, Escher, Bach: An Eternal Golden Braid http://amzn.to/1LWYOpJ ; Patrick: Leviathan Wakes http://amzn.to/1HjpfAo</itunes:summary>
      <itunes:subtitle>This show covers several programming languages we used as kids.  Book of the Show Jason: Gödel, Escher, Bach: An Eternal Golden Braid http://amzn.to/1LWYOpJ ; Patrick: Leviathan Wakes http://amzn.to/1HjpfAo</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Logo, Scratch, Lego</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Debugging</title>
      <itunes:episode>43</itunes:episode>
      <podcast:episode>43</podcast:episode>
      <itunes:title>Debugging</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_43.mp3</guid>
      <link>https://share.transistor.fm/s/116ebd3f</link>
      <description>
        <![CDATA[<p>This show covers Debugging: how to fix and maintain code across any language. Book of the Show Jason &amp; Patrick: Mindhacking http://www.mindhacki.ng/</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Debugging: how to fix and maintain code across any language. Book of the Show Jason &amp; Patrick: Mindhacking http://www.mindhacki.ng/</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 03 Jun 2015 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/116ebd3f/20505fa5.mp3" length="95146272" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5946</itunes:duration>
      <itunes:summary>This show covers Debugging: how to fix and maintain code across any language.  Book of the Show Jason &amp;amp; Patrick: Mindhacking http://www.mindhacki.ng/</itunes:summary>
      <itunes:subtitle>This show covers Debugging: how to fix and maintain code across any language.  Book of the Show Jason &amp;amp; Patrick: Mindhacking http://www.mindhacki.ng/</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Mindhacking, rsync, Multimeter</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Fortran</title>
      <itunes:episode>42</itunes:episode>
      <podcast:episode>42</podcast:episode>
      <itunes:title>Fortran</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_42.mp3</guid>
      <link>https://share.transistor.fm/s/3615e82f</link>
      <description>
        <![CDATA[<p>This show covers Fortran: An old (but still very useful!) imperative language for numerical calculations. Books of the Show Jason: A Theory of Fun in Game Design http://amzn.to/1FShtR6 Patrick: Monster Hunter International http://amzn.to/1EeqWO2</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Fortran: An old (but still very useful!) imperative language for numerical calculations. Books of the Show Jason: A Theory of Fun in Game Design http://amzn.to/1FShtR6 Patrick: Monster Hunter International http://amzn.to/1EeqWO2</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 07 May 2015 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/3615e82f/4127ade9.mp3" length="68128329" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4257</itunes:duration>
      <itunes:summary>This show covers Fortran: An old (but still very useful!) imperative language for numerical calculations.  Books of the Show Jason: A Theory of Fun in Game Design http://amzn.to/1FShtR6  Patrick: Monster Hunter International http://amzn.to/1EeqWO2</itunes:summary>
      <itunes:subtitle>This show covers Fortran: An old (but still very useful!) imperative language for numerical calculations.  Books of the Show Jason: A Theory of Fun in Game Design http://amzn.to/1FShtR6  Patrick: Monster Hunter International http://amzn.to/1EeqWO2</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Fortran, Babun, Crouton</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Node.js</title>
      <itunes:episode>41</itunes:episode>
      <podcast:episode>41</podcast:episode>
      <itunes:title>Node.js</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_41.mp3</guid>
      <link>https://share.transistor.fm/s/dbe4bb65</link>
      <description>
        <![CDATA[<p>This show covers Node.js: A server-side platform for developing network applications. Books of the Show Jason: You Can Draw in 30 Days: The Fun, Easy Way to Learn to Draw in One Month or Less http://amzn.to/1CsrFsO Patrick: Abyss Beyond Dreams (Peter F. Hamilton) http://amzn.to/1NYmqJZ</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Node.js: A server-side platform for developing network applications. Books of the Show Jason: You Can Draw in 30 Days: The Fun, Easy Way to Learn to Draw in One Month or Less http://amzn.to/1CsrFsO Patrick: Abyss Beyond Dreams (Peter F. Hamilton) http://amzn.to/1NYmqJZ</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 06 Apr 2015 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/dbe4bb65/03d99b32.mp3" length="59355027" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3709</itunes:duration>
      <itunes:summary>This show covers Node.js: A server-side platform for developing network applications.  Books of the Show Jason: You Can Draw in 30 Days: The Fun, Easy Way to Learn to Draw in One Month or Less http://amzn.to/1CsrFsO Patrick: Abyss Beyond Dreams (Peter F. Hamilton) http://amzn.to/1NYmqJZ</itunes:summary>
      <itunes:subtitle>This show covers Node.js: A server-side platform for developing network applications.  Books of the Show Jason: You Can Draw in 30 Days: The Fun, Easy Way to Learn to Draw in One Month or Less http://amzn.to/1CsrFsO Patrick: Abyss Beyond Dreams (Peter F. </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Node.js, Jacoco, ThinkOrSwim</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Unity</title>
      <itunes:episode>40</itunes:episode>
      <podcast:episode>40</podcast:episode>
      <itunes:title>Unity</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_40.mp3</guid>
      <link>https://share.transistor.fm/s/7df52e01</link>
      <description>
        <![CDATA[<p>This show covers Unity: A Toolchain and set of three scripting languages primarily for making games. Tools of the show: Jason: Meld http://meldmerge.org/ Patrick: Space Marshals http://www.pixelbite.se/pbsite3/?page_id=7675</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Unity: A Toolchain and set of three scripting languages primarily for making games. Tools of the show: Jason: Meld http://meldmerge.org/ Patrick: Space Marshals http://www.pixelbite.se/pbsite3/?page_id=7675</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 02 Feb 2015 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/7df52e01/c3b86766.mp3" length="68963361" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4310</itunes:duration>
      <itunes:summary>This show covers Unity: A Toolchain and set of three scripting languages primarily for making games.  Tools of the show: Jason: Meld http://meldmerge.org/ Patrick: Space Marshals http://www.pixelbite.se/pbsite3/?page_id=7675</itunes:summary>
      <itunes:subtitle>This show covers Unity: A Toolchain and set of three scripting languages primarily for making games.  Tools of the show: Jason: Meld http://meldmerge.org/ Patrick: Space Marshals http://www.pixelbite.se/pbsite3/?page_id=7675</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Unity, Meld, Space Marshals</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Rust</title>
      <itunes:episode>39</itunes:episode>
      <podcast:episode>39</podcast:episode>
      <itunes:title>Rust</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_39.mp3</guid>
      <link>https://share.transistor.fm/s/81dbc62a</link>
      <description>
        <![CDATA[<p>This show covers Rust: A memory-safe systems programming language. Tools of the show: Jason: This War of Mine Patrick: Vainglory.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Rust: A memory-safe systems programming language. Tools of the show: Jason: This War of Mine Patrick: Vainglory.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 07 Jan 2015 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/81dbc62a/c57da035.mp3" length="57677019" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3604</itunes:duration>
      <itunes:summary>This show covers Rust: A memory-safe systems programming language.  Tools of the show: Jason: This War of Mine Patrick: Vainglory.</itunes:summary>
      <itunes:subtitle>This show covers Rust: A memory-safe systems programming language.  Tools of the show: Jason: This War of Mine Patrick: Vainglory.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Rust, This War Of Mine, Vainglory</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>SIMD</title>
      <itunes:episode>38</itunes:episode>
      <podcast:episode>38</podcast:episode>
      <itunes:title>SIMD</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_38.mp3</guid>
      <link>https://share.transistor.fm/s/5f4f228c</link>
      <description>
        <![CDATA[<p>This show covers SIMD: A set of languages for fast array operations. Tools of the show: Jason: OpenEmu Patrick: Mint.com. Books of the show: Jason: Emacs Quick Reference Card: http://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf Patrick: The Mote in God’s Eye http://amzn.to/1AwlOaf</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers SIMD: A set of languages for fast array operations. Tools of the show: Jason: OpenEmu Patrick: Mint.com. Books of the show: Jason: Emacs Quick Reference Card: http://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf Patrick: The Mote in God’s Eye http://amzn.to/1AwlOaf</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sat, 22 Nov 2014 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/5f4f228c/a235eee8.mp3" length="70035972" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4377</itunes:duration>
      <itunes:summary>This show covers SIMD: A set of languages for fast array operations.  Tools of the show: Jason: OpenEmu Patrick: Mint.com. Books of the show: Jason: Emacs Quick Reference Card: http://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf Patrick: The Mote in God’s Eye http://amzn.to/1AwlOaf</itunes:summary>
      <itunes:subtitle>This show covers SIMD: A set of languages for fast array operations.  Tools of the show: Jason: OpenEmu Patrick: Mint.com. Books of the show: Jason: Emacs Quick Reference Card: http://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf Patrick: The Mote i</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, SIMD, OpenEmu, Mint, Emacs</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Funky Languages</title>
      <itunes:episode>37</itunes:episode>
      <podcast:episode>37</podcast:episode>
      <itunes:title>Funky Languages</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_37.mp3</guid>
      <link>https://share.transistor.fm/s/eedb6861</link>
      <description>
        <![CDATA[<p>This show covers Funky Languages: esoteric languages that are created mostly for fun. Tools of the show: Jason: Open Broadcaster Software Patrick: Plex. Books of the show: Jason: Impro for Storytellers: http://amzn.to/1sMohKv Patrick: The Android’s Dream (John Scalzi): http://amzn.to/1wHkOL0</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Funky Languages: esoteric languages that are created mostly for fun. Tools of the show: Jason: Open Broadcaster Software Patrick: Plex. Books of the show: Jason: Impro for Storytellers: http://amzn.to/1sMohKv Patrick: The Android’s Dream (John Scalzi): http://amzn.to/1wHkOL0</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 15 Oct 2014 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/eedb6861/71ae2876.mp3" length="68714833" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4294</itunes:duration>
      <itunes:summary>This show covers Funky Languages: esoteric languages that are created mostly for fun.  Tools of the show: Jason: Open Broadcaster Software Patrick: Plex. Books of the show: Jason: Impro for Storytellers: http://amzn.to/1sMohKv Patrick: The Android’s Dream (John Scalzi): http://amzn.to/1wHkOL0</itunes:summary>
      <itunes:subtitle>This show covers Funky Languages: esoteric languages that are created mostly for fun.  Tools of the show: Jason: Open Broadcaster Software Patrick: Plex. Books of the show: Jason: Impro for Storytellers: http://amzn.to/1sMohKv Patrick: The Android’s Dream</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Whitespace, ArnoldC, Velato, Piet, Open Broadcaster Software, Plex</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Swift</title>
      <itunes:episode>36</itunes:episode>
      <podcast:episode>36</podcast:episode>
      <itunes:title>Swift</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_36.mp3</guid>
      <link>https://share.transistor.fm/s/5748e9d8</link>
      <description>
        <![CDATA[<p>This show covers Swift, a language developed by Apple for iOS and OS/X. Tools of the show: Jason: Nextdoor Patrick: Waze. Books of the show: Jason: Denial: Why Business Leaders Fail... http://amzn.to/1rvKXbP Patrick: Red Seas Under Red Skies http://amzn.to/1oZplmS</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Swift, a language developed by Apple for iOS and OS/X. Tools of the show: Jason: Nextdoor Patrick: Waze. Books of the show: Jason: Denial: Why Business Leaders Fail... http://amzn.to/1rvKXbP Patrick: Red Seas Under Red Skies http://amzn.to/1oZplmS</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 08 Sep 2014 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/5748e9d8/d8ab69d5.mp3" length="60038761" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3752</itunes:duration>
      <itunes:summary>This show covers Swift, a language developed by Apple for iOS and OS/X.  Tools of the show: Jason: Nextdoor Patrick: Waze. Books of the show: Jason: Denial: Why Business Leaders Fail... http://amzn.to/1rvKXbP Patrick: Red Seas Under Red Skies http://amzn.to/1oZplmS</itunes:summary>
      <itunes:subtitle>This show covers Swift, a language developed by Apple for iOS and OS/X.  Tools of the show: Jason: Nextdoor Patrick: Waze. Books of the show: Jason: Denial: Why Business Leaders Fail... http://amzn.to/1rvKXbP Patrick: Red Seas Under Red Skies http://amzn.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Swift, Nextdoor, Waze</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Haskell</title>
      <itunes:episode>35</itunes:episode>
      <podcast:episode>35</podcast:episode>
      <itunes:title>Haskell</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_35.mp3</guid>
      <link>https://share.transistor.fm/s/5ce3e757</link>
      <description>
        <![CDATA[<p>This show covers Haskell, a statically-typed functional language. Tools of the show: Jason: Uber Patrick: Store Coupon Apps. Books of the show: Jason: Start With Why http://amzn.to/1uNg61I Patrick: Childhood's End http://amzn.to/1s8Fmv</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Haskell, a statically-typed functional language. Tools of the show: Jason: Uber Patrick: Store Coupon Apps. Books of the show: Jason: Start With Why http://amzn.to/1uNg61I Patrick: Childhood's End http://amzn.to/1s8Fmv</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 01 Aug 2014 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/5ce3e757/cac1f99b.mp3" length="60038705" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3752</itunes:duration>
      <itunes:summary>This show covers Haskell, a statically-typed functional language. Tools of the show: Jason: Uber Patrick: Store Coupon Apps. Books of the show: Jason: Start With Why http://amzn.to/1uNg61I Patrick: Childhood's End http://amzn.to/1s8Fmv</itunes:summary>
      <itunes:subtitle>This show covers Haskell, a statically-typed functional language. Tools of the show: Jason: Uber Patrick: Store Coupon Apps. Books of the show: Jason: Start With Why http://amzn.to/1uNg61I Patrick: Childhood's End http://amzn.to/1s8Fmv</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Haskell, Uber</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Databases</title>
      <itunes:episode>34</itunes:episode>
      <podcast:episode>34</podcast:episode>
      <itunes:title>Databases</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_34.mp3</guid>
      <link>https://share.transistor.fm/s/af422a2d</link>
      <description>
        <![CDATA[<p>This show covers Databases. Tools of the show: Jason: nvAlt / nvPy Patrick: Arduino. Books of the show: Jason: Negotiating For Dummies http://amzn.to/1jS9Yem Patrick: Steelheart http://amzn.to/1lsRxBv</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Databases. Tools of the show: Jason: nvAlt / nvPy Patrick: Arduino. Books of the show: Jason: Negotiating For Dummies http://amzn.to/1jS9Yem Patrick: Steelheart http://amzn.to/1lsRxBv</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 26 Jun 2014 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/af422a2d/8161732d.mp3" length="71459373" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4466</itunes:duration>
      <itunes:summary>This show covers Databases. Tools of the show: Jason: nvAlt / nvPy Patrick: Arduino. Books of the show: Jason: Negotiating For Dummies http://amzn.to/1jS9Yem Patrick: Steelheart http://amzn.to/1lsRxBv</itunes:summary>
      <itunes:subtitle>This show covers Databases. Tools of the show: Jason: nvAlt / nvPy Patrick: Arduino. Books of the show: Jason: Negotiating For Dummies http://amzn.to/1jS9Yem Patrick: Steelheart http://amzn.to/1lsRxBv</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Databases, nvAlt, nvPy, Arduino</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Design Patterns</title>
      <itunes:episode>33</itunes:episode>
      <podcast:episode>33</podcast:episode>
      <itunes:title>Design Patterns</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_33.mp3</guid>
      <link>https://share.transistor.fm/s/af23ea7d</link>
      <description>
        <![CDATA[<p>This show covers Design Patterns. Tools of the show: Jason: VirtualBox Patrick: Bittorrent Sync. Books of the show: Jason: HTML5 Game Development Insights http://amzn.to/1g94JVS Patrick: The Martian http://amzn.to/1smEYc8</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Design Patterns. Tools of the show: Jason: VirtualBox Patrick: Bittorrent Sync. Books of the show: Jason: HTML5 Game Development Insights http://amzn.to/1g94JVS Patrick: The Martian http://amzn.to/1smEYc8</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 07 May 2014 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/af23ea7d/12b53a9a.mp3" length="66780792" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4173</itunes:duration>
      <itunes:summary>This show covers Design Patterns. Tools of the show: Jason: VirtualBox Patrick: Bittorrent Sync. Books of the show: Jason: HTML5 Game Development Insights http://amzn.to/1g94JVS Patrick: The Martian http://amzn.to/1smEYc8</itunes:summary>
      <itunes:subtitle>This show covers Design Patterns. Tools of the show: Jason: VirtualBox Patrick: Bittorrent Sync. Books of the show: Jason: HTML5 Game Development Insights http://amzn.to/1g94JVS Patrick: The Martian http://amzn.to/1smEYc8</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Design Patterns, HTML5, Bittorrent Sync</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>OpenSCAD</title>
      <itunes:episode>32</itunes:episode>
      <podcast:episode>32</podcast:episode>
      <itunes:title>OpenSCAD</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_32.mp3</guid>
      <link>https://share.transistor.fm/s/0fe725a0</link>
      <description>
        <![CDATA[<p>This show covers OpenSCAD and 3d modeling. Tools of the show: Jason: uSelect iDownload Patrick: Skulls of the Shogun. Books of the show: Jason: My Friend Dahmer http://amzn.to/1eOLNL8 Patrick: Make Magazine http://makezine.com/</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers OpenSCAD and 3d modeling. Tools of the show: Jason: uSelect iDownload Patrick: Skulls of the Shogun. Books of the show: Jason: My Friend Dahmer http://amzn.to/1eOLNL8 Patrick: Make Magazine http://makezine.com/</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 18 Mar 2014 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/0fe725a0/d11f5c73.mp3" length="73507007" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4594</itunes:duration>
      <itunes:summary>This show covers OpenSCAD and 3d modeling. Tools of the show: Jason: uSelect iDownload Patrick: Skulls of the Shogun. Books of the show: Jason: My Friend Dahmer http://amzn.to/1eOLNL8 Patrick: Make Magazine http://makezine.com/</itunes:summary>
      <itunes:subtitle>This show covers OpenSCAD and 3d modeling. Tools of the show: Jason: uSelect iDownload Patrick: Skulls of the Shogun. Books of the show: Jason: My Friend Dahmer http://amzn.to/1eOLNL8 Patrick: Make Magazine http://makezine.com/</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, uSelect iDownload, Skulls of the Shogun, My Friend Dahmer, Make Magazine</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Unix Commands</title>
      <itunes:episode>31</itunes:episode>
      <podcast:episode>31</podcast:episode>
      <itunes:title>Unix Commands</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_31.mp3</guid>
      <link>https://share.transistor.fm/s/576ab03c</link>
      <description>
        <![CDATA[<p>This show covers Unix Commands and How to Ace an Interview. Tools of the show: Jason: Duolingo Patrick: 123D Design. Books of the show: Jason: Locke and Key http://amzn.to/L2LmEq Patrick: Lies of Locke Lamora http://amzn.to/1dIUJjy</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Unix Commands and How to Ace an Interview. Tools of the show: Jason: Duolingo Patrick: 123D Design. Books of the show: Jason: Locke and Key http://amzn.to/L2LmEq Patrick: Lies of Locke Lamora http://amzn.to/1dIUJjy</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 27 Jan 2014 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/576ab03c/ebe37739.mp3" length="75176772" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4698</itunes:duration>
      <itunes:summary>This show covers Unix Commands and How to Ace an Interview. Tools of the show: Jason: Duolingo Patrick: 123D Design. Books of the show: Jason: Locke and Key http://amzn.to/L2LmEq Patrick: Lies of Locke Lamora http://amzn.to/1dIUJjy</itunes:summary>
      <itunes:subtitle>This show covers Unix Commands and How to Ace an Interview. Tools of the show: Jason: Duolingo Patrick: 123D Design. Books of the show: Jason: Locke and Key http://amzn.to/L2LmEq Patrick: Lies of Locke Lamora http://amzn.to/1dIUJjy</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Unix, Interviewing, Duolingo, 123D Design</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>FPGAs</title>
      <itunes:episode>30</itunes:episode>
      <podcast:episode>30</podcast:episode>
      <itunes:title>FPGAs</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_30.mp3</guid>
      <link>https://share.transistor.fm/s/93485c8f</link>
      <description>
        <![CDATA[<p>This show covers Field Programmable Gate Array (FPGA) programming. Tools of the show: Jason: Kaggle http://www.kaggle.com/ Patrick: KiCad http://www.kicad-pcb.org/ . Books of the show: Jason: Mahout in Action http://amzn.to/1eizgRS Patrick: Bebop to the Boolean Boogie http://amzn.to/1cGRdaD</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Field Programmable Gate Array (FPGA) programming. Tools of the show: Jason: Kaggle http://www.kaggle.com/ Patrick: KiCad http://www.kicad-pcb.org/ . Books of the show: Jason: Mahout in Action http://amzn.to/1eizgRS Patrick: Bebop to the Boolean Boogie http://amzn.to/1cGRdaD</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 20 Nov 2013 08:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/93485c8f/1de2fc9e.mp3" length="77976783" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4873</itunes:duration>
      <itunes:summary>This show covers Field Programmable Gate Array (FPGA) programming. Tools of the show: Jason: Kaggle http://www.kaggle.com/ Patrick: KiCad http://www.kicad-pcb.org/ . Books of the show: Jason: Mahout in Action http://amzn.to/1eizgRS Patrick: Bebop to the Boolean Boogie http://amzn.to/1cGRdaD</itunes:summary>
      <itunes:subtitle>This show covers Field Programmable Gate Array (FPGA) programming. Tools of the show: Jason: Kaggle http://www.kaggle.com/ Patrick: KiCad http://www.kicad-pcb.org/ . Books of the show: Jason: Mahout in Action http://amzn.to/1eizgRS Patrick: Bebop to the B</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, FPGA, Kaggle, KiCad, Mahout</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>CUDA and OpenCL</title>
      <itunes:episode>29</itunes:episode>
      <podcast:episode>29</podcast:episode>
      <itunes:title>CUDA and OpenCL</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_29.mp3</guid>
      <link>https://share.transistor.fm/s/a6f94ddb</link>
      <description>
        <![CDATA[<p>This show covers CUDA and OpenCL, languages targeting the Graphics Processing Unit (GPU). Tools of the show: NES/SNES Together https://play.google.com/store/apps/details?id=com.github.mistertea.android.emu.nes https://play.google.com/store/apps/details?id=com.github.mistertea.android.emu.snes, JODA-Time http://www.joda.org/joda-time/. Books of the show: Understanding Computational Bayesian Statistics http://amzn.to/1cGrjEX and Going Postal http://amzn.to/13egaIw</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers CUDA and OpenCL, languages targeting the Graphics Processing Unit (GPU). Tools of the show: NES/SNES Together https://play.google.com/store/apps/details?id=com.github.mistertea.android.emu.nes https://play.google.com/store/apps/details?id=com.github.mistertea.android.emu.snes, JODA-Time http://www.joda.org/joda-time/. Books of the show: Understanding Computational Bayesian Statistics http://amzn.to/1cGrjEX and Going Postal http://amzn.to/13egaIw</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 04 Sep 2013 09:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a6f94ddb/0204b42a.mp3" length="61862788" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3866</itunes:duration>
      <itunes:summary>This show covers CUDA and OpenCL, languages targeting the Graphics Processing Unit (GPU). Tools of the show: NES/SNES Together https://play.google.com/store/apps/details?id=com.github.mistertea.android.emu.nes https://play.google.com/store/apps/details?id=com.github.mistertea.android.emu.snes, JODA-Time http://www.joda.org/joda-time/. Books of the show: Understanding Computational Bayesian Statistics http://amzn.to/1cGrjEX and Going Postal http://amzn.to/13egaIw</itunes:summary>
      <itunes:subtitle>This show covers CUDA and OpenCL, languages targeting the Graphics Processing Unit (GPU). Tools of the show: NES/SNES Together https://play.google.com/store/apps/details?id=com.github.mistertea.android.emu.nes https://play.google.com/store/apps/details?id</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, NES, SNES, CUDA, OpenCL</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Applied Artificial Intelligence</title>
      <itunes:episode>28</itunes:episode>
      <podcast:episode>28</podcast:episode>
      <itunes:title>Applied Artificial Intelligence</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_28.mp3</guid>
      <link>https://share.transistor.fm/s/c736448e</link>
      <description>
        <![CDATA[<p>This show covers Applied Artificial Intelligence, techniques for applying AI to work or hobby projects. Tools of the show: WebM and FFMpeg. Books of the show: 2br02b http://www.gutenberg.org/ebooks/21279 and The Code Book (Kindle: http://amzn.to/14zADaL), (Paperback: http://amzn.to/11j2l7G)</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Applied Artificial Intelligence, techniques for applying AI to work or hobby projects. Tools of the show: WebM and FFMpeg. Books of the show: 2br02b http://www.gutenberg.org/ebooks/21279 and The Code Book (Kindle: http://amzn.to/14zADaL), (Paperback: http://amzn.to/11j2l7G)</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 13 Jun 2013 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/c736448e/1685a5a1.mp3" length="65756612" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4109</itunes:duration>
      <itunes:summary>This show covers Applied Artificial Intelligence, techniques for applying AI to work or hobby projects. Tools of the show: WebM and FFMpeg. Books of the show: 2br02b http://www.gutenberg.org/ebooks/21279 and The Code Book (Kindle: http://amzn.to/14zADaL), (Paperback: http://amzn.to/11j2l7G)</itunes:summary>
      <itunes:subtitle>This show covers Applied Artificial Intelligence, techniques for applying AI to work or hobby projects. Tools of the show: WebM and FFMpeg. Books of the show: 2br02b http://www.gutenberg.org/ebooks/21279 and The Code Book (Kindle: http://amzn.to/14zADaL),</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Artificial Intelligence, WebM, FFMpeg, The Code Book</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Theoretical Artificial Intelligence</title>
      <itunes:episode>27</itunes:episode>
      <podcast:episode>27</podcast:episode>
      <itunes:title>Theoretical Artificial Intelligence</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_27.mp3</guid>
      <link>https://share.transistor.fm/s/2e97cc50</link>
      <description>
        <![CDATA[<p>This show covers Theoretical Artificial Intelligence, a deep dive into what AI is all about. Tools of the show: TypeScript and Ridiciulous Fishing. Books of the show: Dungeon (Paperback: http://amzn.to/11Iares) and Hitchhiker's Guide to the Galaxy (Kindle: http://amzn.to/117nNv3) (Hardcover: http://amzn.to/11IaEyj)</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Theoretical Artificial Intelligence, a deep dive into what AI is all about. Tools of the show: TypeScript and Ridiciulous Fishing. Books of the show: Dungeon (Paperback: http://amzn.to/11Iares) and Hitchhiker's Guide to the Galaxy (Kindle: http://amzn.to/117nNv3) (Hardcover: http://amzn.to/11IaEyj)</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 31 May 2013 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/2e97cc50/08ff6a02.mp3" length="70306106" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4394</itunes:duration>
      <itunes:summary>This show covers Theoretical Artificial Intelligence, a deep dive into what AI is all about.  Tools of the show: TypeScript and Ridiciulous Fishing. Books of the show: Dungeon (Paperback: http://amzn.to/11Iares) and Hitchhiker's Guide to the Galaxy (Kindle: http://amzn.to/117nNv3) (Hardcover: http://amzn.to/11IaEyj)</itunes:summary>
      <itunes:subtitle>This show covers Theoretical Artificial Intelligence, a deep dive into what AI is all about.  Tools of the show: TypeScript and Ridiciulous Fishing. Books of the show: Dungeon (Paperback: http://amzn.to/11Iares) and Hitchhiker's Guide to the Galaxy (Kindl</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Artificial Intelligence, Typescript, Ridiculous Fishing, Dungeon, Hitchhiker's Guide to the Galaxy</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Image Processing</title>
      <itunes:episode>26</itunes:episode>
      <podcast:episode>26</podcast:episode>
      <itunes:title>Image Processing</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_26.mp3</guid>
      <link>https://share.transistor.fm/s/98f957a8</link>
      <description>
        <![CDATA[<p>This show covers Image Processing, techniques for manipulating images and extracting other useful information from them. Tools of the show: Moon+ Reader Pro and Spaceteam. Books of the show: Do Androids Dream of Electric Sheep? (Kindle: http://amzn.to/14mk17G ), (Paperback: http://amzn.to/XamtLA) and Foundation (Kindle: http://amzn.to/XamMWD), (Paperback: http://amzn.to/WUb1Cg)</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Image Processing, techniques for manipulating images and extracting other useful information from them. Tools of the show: Moon+ Reader Pro and Spaceteam. Books of the show: Do Androids Dream of Electric Sheep? (Kindle: http://amzn.to/14mk17G ), (Paperback: http://amzn.to/XamtLA) and Foundation (Kindle: http://amzn.to/XamMWD), (Paperback: http://amzn.to/WUb1Cg)</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 26 Mar 2013 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/98f957a8/1046204d.mp3" length="64154241" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4009</itunes:duration>
      <itunes:summary>This show covers Image Processing, techniques for manipulating images and extracting other useful information from them.  Tools of the show: Moon+ Reader Pro and Spaceteam. Books of the show: Do Androids Dream of Electric Sheep? (Kindle: http://amzn.to/14mk17G ), (Paperback: http://amzn.to/XamtLA) and Foundation (Kindle: http://amzn.to/XamMWD), (Paperback: http://amzn.to/WUb1Cg)</itunes:summary>
      <itunes:subtitle>This show covers Image Processing, techniques for manipulating images and extracting other useful information from them.  Tools of the show: Moon+ Reader Pro and Spaceteam. Books of the show: Do Androids Dream of Electric Sheep? (Kindle: http://amzn.to/14</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Image Processing, Moon Reader Pro, Spaceteam, Do Androids Dream of Electric Sheep, Foundation</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Unit Testing</title>
      <itunes:episode>25</itunes:episode>
      <podcast:episode>25</podcast:episode>
      <itunes:title>Unit Testing</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_25.mp3</guid>
      <link>https://share.transistor.fm/s/206680e5</link>
      <description>
        <![CDATA[<p>This show covers unit testing, a way to put your code through the ringer before you show it to your users. Tools of the show: JsFiddle and towel.blinkenlights.nl. Books of the show: The Lean Startup (Kindle: http://amzn.to/157xbEl ), (Hardcover: http://amzn.to/12HwaDp) and Ender’s Game (Kindle: http://amzn.to/VcfVtD), (Paperback: http://amzn.to/Wg32hx)</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers unit testing, a way to put your code through the ringer before you show it to your users. Tools of the show: JsFiddle and towel.blinkenlights.nl. Books of the show: The Lean Startup (Kindle: http://amzn.to/157xbEl ), (Hardcover: http://amzn.to/12HwaDp) and Ender’s Game (Kindle: http://amzn.to/VcfVtD), (Paperback: http://amzn.to/Wg32hx)</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 22 Feb 2013 10:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/206680e5/5d5188ef.mp3" length="71794928" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4487</itunes:duration>
      <itunes:summary>This show covers unit testing, a way to put your code through the ringer before you show it to your users.  Tools of the show: JsFiddle and towel.blinkenlights.nl. Books of the show: The Lean Startup (Kindle: http://amzn.to/157xbEl ), (Hardcover: http://amzn.to/12HwaDp) and Ender’s Game (Kindle: http://amzn.to/VcfVtD), (Paperback: http://amzn.to/Wg32hx)</itunes:summary>
      <itunes:subtitle>This show covers unit testing, a way to put your code through the ringer before you show it to your users.  Tools of the show: JsFiddle and towel.blinkenlights.nl. Books of the show: The Lean Startup (Kindle: http://amzn.to/157xbEl ), (Hardcover: http://a</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, JsFiddle, blinkenlights, Lean Startup, Ender's Game</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>JVM Languages (Jython, Clojure, Scala)</title>
      <itunes:episode>24</itunes:episode>
      <podcast:episode>24</podcast:episode>
      <itunes:title>JVM Languages (Jython, Clojure, Scala)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_24.mp3</guid>
      <link>https://share.transistor.fm/s/ec081201</link>
      <description>
        <![CDATA[<p>This show covers some JVM languages, languages that are built on top of Java. Tools of the show: Ripple Emulator and Battle of the Bulge. Books of the show: Reinforcement Learning: An Introduction http://amzn.to/X6DpwS and Ready Player One http://amzn.to/Yg3zzP</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers some JVM languages, languages that are built on top of Java. Tools of the show: Ripple Emulator and Battle of the Bulge. Books of the show: Reinforcement Learning: An Introduction http://amzn.to/X6DpwS and Ready Player One http://amzn.to/Yg3zzP</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 29 Jan 2013 10:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/ec081201/44358f5a.mp3" length="58017520" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3626</itunes:duration>
      <itunes:summary>This show covers some JVM languages, languages that are built on top of Java.  Tools of the show: Ripple Emulator and Battle of the Bulge. Books of the show: Reinforcement Learning: An Introduction http://amzn.to/X6DpwS and Ready Player One http://amzn.to/Yg3zzP</itunes:summary>
      <itunes:subtitle>This show covers some JVM languages, languages that are built on top of Java.  Tools of the show: Ripple Emulator and Battle of the Bulge. Books of the show: Reinforcement Learning: An Introduction http://amzn.to/X6DpwS and Ready Player One http://amzn.to</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Jython, Clojure, Scala, Ripple Emulator, Battle of the Bulge</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Hadoop</title>
      <itunes:episode>23</itunes:episode>
      <podcast:episode>23</podcast:episode>
      <itunes:title>Hadoop</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_23.mp3</guid>
      <link>https://share.transistor.fm/s/8cb7d1bb</link>
      <description>
        <![CDATA[<p>This show covers Hadoop, a set of several languages and libraries for working with big data. Tools of the show: Emacs and Chrome Browser Sync. Books of the show: Hadoop: The Definitive Guide http://tinyurl.com/cp3mw32 and Anathem http://tinyurl.com/cas8bux</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Hadoop, a set of several languages and libraries for working with big data. Tools of the show: Emacs and Chrome Browser Sync. Books of the show: Hadoop: The Definitive Guide http://tinyurl.com/cp3mw32 and Anathem http://tinyurl.com/cas8bux</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 26 Dec 2012 10:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/8cb7d1bb/4cc882f5.mp3" length="64462459" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4028</itunes:duration>
      <itunes:summary>This show covers Hadoop, a set of several languages and libraries for working with big data.  Tools of the show: Emacs and Chrome Browser Sync. Books of the show: Hadoop: The Definitive Guide http://tinyurl.com/cp3mw32 and Anathem http://tinyurl.com/cas8bux</itunes:summary>
      <itunes:subtitle>This show covers Hadoop, a set of several languages and libraries for working with big data.  Tools of the show: Emacs and Chrome Browser Sync. Books of the show: Hadoop: The Definitive Guide http://tinyurl.com/cp3mw32 and Anathem http://tinyurl.com/cas8b</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Hadoop, MapReduce, Emacs, Chome Browser Sync</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>LaTeX</title>
      <itunes:episode>22</itunes:episode>
      <podcast:episode>22</podcast:episode>
      <itunes:title>LaTeX</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_22.mp3</guid>
      <link>https://share.transistor.fm/s/6dcd4930</link>
      <description>
        <![CDATA[<p>This show covers LaTeX, a digital typesetting language. Tools of the show: Cocos2d-X and Snapseed. Books of the show: Algorithms in C++ http://tinyurl.com/agbc8t7 and Head First Design Patterns http://tinyurl.com/ayxb7q6</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers LaTeX, a digital typesetting language. Tools of the show: Cocos2d-X and Snapseed. Books of the show: Algorithms in C++ http://tinyurl.com/agbc8t7 and Head First Design Patterns http://tinyurl.com/ayxb7q6</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sun, 09 Dec 2012 10:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/6dcd4930/dba830fd.mp3" length="64105469" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4006</itunes:duration>
      <itunes:summary>This show covers LaTeX, a digital typesetting language.  Tools of the show: Cocos2d-X and Snapseed. Books of the show: Algorithms in C++ http://tinyurl.com/agbc8t7 and Head First Design Patterns http://tinyurl.com/ayxb7q6</itunes:summary>
      <itunes:subtitle>This show covers LaTeX, a digital typesetting language.  Tools of the show: Cocos2d-X and Snapseed. Books of the show: Algorithms in C++ http://tinyurl.com/agbc8t7 and Head First Design Patterns http://tinyurl.com/ayxb7q6</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, LaTeX, cocos2d-x, snapseed</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Mailbag</title>
      <itunes:episode>21</itunes:episode>
      <podcast:episode>21</podcast:episode>
      <itunes:title>Mailbag</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_21.mp3</guid>
      <link>https://share.transistor.fm/s/de014ecd</link>
      <description>
        <![CDATA[<p>This show covers some of the top questions asked by the fans.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers some of the top questions asked by the fans.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 19 Nov 2012 10:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/de014ecd/7cebd65b.mp3" length="77736476" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4858</itunes:duration>
      <itunes:summary>This show covers some of the top questions asked by the fans.</itunes:summary>
      <itunes:subtitle>This show covers some of the top questions asked by the fans.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Mailbag, Steam comes to linux, Microsoft Surface, Kickstarter Iphone Dock Fail</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Query Languages</title>
      <itunes:episode>20</itunes:episode>
      <podcast:episode>20</podcast:episode>
      <itunes:title>Query Languages</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_20.mp3</guid>
      <link>https://share.transistor.fm/s/a24e3e02</link>
      <description>
        <![CDATA[<p>This show covers Query Languages, programming languages designed at accessing data from databases. Tools of the biweek: Pixen and Downcast</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Query Languages, programming languages designed at accessing data from databases. Tools of the biweek: Pixen and Downcast</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sun, 28 Oct 2012 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a24e3e02/7df99ec5.mp3" length="84060805" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5253</itunes:duration>
      <itunes:summary>This show covers Query Languages, programming languages designed at accessing data from databases.  Tools of the biweek: Pixen and Downcast</itunes:summary>
      <itunes:subtitle>This show covers Query Languages, programming languages designed at accessing data from databases.  Tools of the biweek: Pixen and Downcast</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Query Languages, SQL, SmoothLife, Pixen, Downcast</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>BASIC</title>
      <itunes:episode>19</itunes:episode>
      <podcast:episode>19</podcast:episode>
      <itunes:title>BASIC</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_19.mp3</guid>
      <link>https://share.transistor.fm/s/ce7ee7d2</link>
      <description>
        <![CDATA[<p>This show covers Beginner's All-purpose Symbolic Instruction Code (BASIC), a starter language for many programmers. Tools of the biweek: Dungeon Crawl Stone Soup and Wireshark</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Beginner's All-purpose Symbolic Instruction Code (BASIC), a starter language for many programmers. Tools of the biweek: Dungeon Crawl Stone Soup and Wireshark</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sat, 22 Sep 2012 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/ce7ee7d2/389d6e35.mp3" length="50872792" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3179</itunes:duration>
      <itunes:summary>This show covers Beginner's All-purpose Symbolic Instruction Code (BASIC), a starter language for many programmers.  Tools of the biweek: Dungeon Crawl Stone Soup and Wireshark</itunes:summary>
      <itunes:subtitle>This show covers Beginner's All-purpose Symbolic Instruction Code (BASIC), a starter language for many programmers.  Tools of the biweek: Dungeon Crawl Stone Soup and Wireshark</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, BASIC, Raspberry Pi, Common Crawl, Magic the Gathering</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Go</title>
      <itunes:episode>18</itunes:episode>
      <podcast:episode>18</podcast:episode>
      <itunes:title>Go</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_18.mp3</guid>
      <link>https://share.transistor.fm/s/173b2d81</link>
      <description>
        <![CDATA[<p>This show covers Go, an interpreted, low-level language that has native coroutine support. News:100000 DPI printer, Joyent Cloud ending lifetime support, Apple buys fingerprint company, Twitter caps 3rd party apps.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Go, an interpreted, low-level language that has native coroutine support. News:100000 DPI printer, Joyent Cloud ending lifetime support, Apple buys fingerprint company, Twitter caps 3rd party apps.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 06 Sep 2012 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/173b2d81/118e3989.mp3" length="69777147" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4361</itunes:duration>
      <itunes:summary>This show covers Go, an interpreted, low-level language that has native coroutine support. News:100000 DPI printer, Joyent Cloud ending lifetime support, Apple buys fingerprint company, Twitter caps 3rd party apps.</itunes:summary>
      <itunes:subtitle>This show covers Go, an interpreted, low-level language that has native coroutine support. News:100000 DPI printer, Joyent Cloud ending lifetime support, Apple buys fingerprint company, Twitter caps 3rd party apps.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Go, Joyent Cloud, Apple, Twitter</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Java</title>
      <itunes:episode>17</itunes:episode>
      <podcast:episode>17</podcast:episode>
      <itunes:title>Java</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_17.mp3</guid>
      <link>https://share.transistor.fm/s/05a38494</link>
      <description>
        <![CDATA[<p>This show covers Java, a semi-compiled language used heavily in web and mobile development. News: Ouya android gaming console, Is C/C++ Worth It?, Engineered Jellyfish. Tools of the BiWeek: Cygwin, MinGW and Macports, uShare.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Java, a semi-compiled language used heavily in web and mobile development. News: Ouya android gaming console, Is C/C++ Worth It?, Engineered Jellyfish. Tools of the BiWeek: Cygwin, MinGW and Macports, uShare.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 03 Aug 2012 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/05a38494/ae20cd57.mp3" length="75109157" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4694</itunes:duration>
      <itunes:summary>This show covers Java, a semi-compiled language used heavily in web and mobile development. News: Ouya android gaming console, Is C/C++ Worth It?, Engineered Jellyfish.  Tools of the BiWeek: Cygwin, MinGW and Macports, uShare.</itunes:summary>
      <itunes:subtitle>This show covers Java, a semi-compiled language used heavily in web and mobile development. News: Ouya android gaming console, Is C/C++ Worth It?, Engineered Jellyfish.  Tools of the BiWeek: Cygwin, MinGW and Macports, uShare.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Java, Ouya, Engineered Jellyfish, Cygwin, MinGW, Macports, uShare</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Build Automation</title>
      <itunes:episode>16</itunes:episode>
      <podcast:episode>16</podcast:episode>
      <itunes:title>Build Automation</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_16.mp3</guid>
      <link>https://share.transistor.fm/s/e141ed30</link>
      <description>
        <![CDATA[<p>This show covers build automation, scripts to streamline the build process. News: New Top Level Domains, Anatomy of Freemium, LinkedIn Passwords Leaked, $100 Masters Degree. The tools of the biweek are Apache Cordova (Formerly PhoneGap), Xbox Media Center (XBMC).</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers build automation, scripts to streamline the build process. News: New Top Level Domains, Anatomy of Freemium, LinkedIn Passwords Leaked, $100 Masters Degree. The tools of the biweek are Apache Cordova (Formerly PhoneGap), Xbox Media Center (XBMC).</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 27 Jun 2012 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/e141ed30/58d6a260.mp3" length="66456722" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4153</itunes:duration>
      <itunes:summary>This show covers build automation, scripts to streamline the build process. News: New Top Level Domains, Anatomy of Freemium, LinkedIn Passwords Leaked, $100 Masters Degree.  The tools of the biweek are Apache Cordova (Formerly PhoneGap), Xbox Media Center (XBMC).</itunes:summary>
      <itunes:subtitle>This show covers build automation, scripts to streamline the build process. News: New Top Level Domains, Anatomy of Freemium, LinkedIn Passwords Leaked, $100 Masters Degree.  The tools of the biweek are Apache Cordova (Formerly PhoneGap), Xbox Media Cente</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Build Automation, Top Level Domains, Anatomy of Freemium, LinkedIn Passwords Leaked, $100 Masters Degree, Apache Cordova, Xbox Media Center</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Lua</title>
      <itunes:episode>15</itunes:episode>
      <podcast:episode>15</podcast:episode>
      <itunes:title>Lua</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_15.mp3</guid>
      <link>https://share.transistor.fm/s/b586f205</link>
      <description>
        <![CDATA[<p>This show covers Lua, an interpreted language designed to be embedded into larger applications. News: Facbeook IPO, Javascript Arduino programming, Brain Controlled Robots. The tools of the biweek are JDBM/BerkeleyDB and Audacity.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Lua, an interpreted language designed to be embedded into larger applications. News: Facbeook IPO, Javascript Arduino programming, Brain Controlled Robots. The tools of the biweek are JDBM/BerkeleyDB and Audacity.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 29 May 2012 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/b586f205/d20edee6.mp3" length="66925622" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4182</itunes:duration>
      <itunes:summary>This show covers Lua, an interpreted language designed to be embedded into larger applications. News: Facbeook IPO, Javascript Arduino programming, Brain Controlled Robots.  The tools of the biweek are JDBM/BerkeleyDB and Audacity.</itunes:summary>
      <itunes:subtitle>This show covers Lua, an interpreted language designed to be embedded into larger applications. News: Facbeook IPO, Javascript Arduino programming, Brain Controlled Robots.  The tools of the biweek are JDBM/BerkeleyDB and Audacity.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Lua, Facebook IPO, Javascript Ardunio, Brain Controller Robots, JDBM, BerkeleyDB, Audacity</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Interface Description Languages (IDLs)</title>
      <itunes:episode>14</itunes:episode>
      <podcast:episode>14</podcast:episode>
      <itunes:title>Interface Description Languages (IDLs)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_14.mp3</guid>
      <link>https://share.transistor.fm/s/2fcd0d87</link>
      <description>
        <![CDATA[<p>This show covers Interface Descrption Languages (IDLs), such as thrift and protocol buffers. News: Sony fighting with PSP hackers, Pebble smartphone watch, Pacman runs on 0x10C, UF Computer Science cuts. The tools of the biweek are Sublime Text Editor and Luminance HDR.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Interface Descrption Languages (IDLs), such as thrift and protocol buffers. News: Sony fighting with PSP hackers, Pebble smartphone watch, Pacman runs on 0x10C, UF Computer Science cuts. The tools of the biweek are Sublime Text Editor and Luminance HDR.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Thu, 26 Apr 2012 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/2fcd0d87/98386d09.mp3" length="70951945" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4434</itunes:duration>
      <itunes:summary>This show covers Interface Descrption Languages (IDLs), such as thrift and protocol buffers. News: Sony fighting with PSP hackers, Pebble smartphone watch, Pacman runs on 0x10C, UF Computer Science cuts.  The tools of the biweek are Sublime Text Editor and Luminance HDR.</itunes:summary>
      <itunes:subtitle>This show covers Interface Descrption Languages (IDLs), such as thrift and protocol buffers. News: Sony fighting with PSP hackers, Pebble smartphone watch, Pacman runs on 0x10C, UF Computer Science cuts.  The tools of the biweek are Sublime Text Editor an</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, IDLs, Thrift, Protocol Buffers, Hackers, 0x10C, Sublime Text Editor, Luminance HDR</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>C++</title>
      <itunes:episode>13</itunes:episode>
      <podcast:episode>13</podcast:episode>
      <itunes:title>C++</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_13.mp3</guid>
      <link>https://share.transistor.fm/s/4025eecb</link>
      <description>
        <![CDATA[<p>This show covers C++, a general-purpose programming language. News: Visualizing code to fail faster, the future of the used game market, Prince of Persia source code found. The tools of the biweek are sfxr and DC universe online.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers C++, a general-purpose programming language. News: Visualizing code to fail faster, the future of the used game market, Prince of Persia source code found. The tools of the biweek are sfxr and DC universe online.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 09 Apr 2012 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/4025eecb/d26e6150.mp3" length="72249524" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4515</itunes:duration>
      <itunes:summary>This show covers C++, a general-purpose programming language. News: Visualizing code to fail faster, the future of the used game market, Prince of Persia source code found.  The tools of the biweek are sfxr and DC universe online.</itunes:summary>
      <itunes:subtitle>This show covers C++, a general-purpose programming language. News: Visualizing code to fail faster, the future of the used game market, Prince of Persia source code found.  The tools of the biweek are sfxr and DC universe online.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, C++, Prince of Persia, sfxr, DC universe online.</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Dart</title>
      <itunes:episode>12</itunes:episode>
      <podcast:episode>12</podcast:episode>
      <itunes:title>Dart</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_12.mp3</guid>
      <link>https://share.transistor.fm/s/6636fc4f</link>
      <description>
        <![CDATA[<p>This show covers Dart, a client-side browser alternative to javascript. Dart currently only runs in Chrome, but dart code can be compiled to javascript and then run in any browser. News: Raspberry Pi, California allows autonomous cars, Stanford online courses. The tools of the biweek are Disk Usage Programs (WinDirStat, Disk usage Analyzer, and Disk Inventory X), and Spelunky.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Dart, a client-side browser alternative to javascript. Dart currently only runs in Chrome, but dart code can be compiled to javascript and then run in any browser. News: Raspberry Pi, California allows autonomous cars, Stanford online courses. The tools of the biweek are Disk Usage Programs (WinDirStat, Disk usage Analyzer, and Disk Inventory X), and Spelunky.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 20 Mar 2012 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/6636fc4f/f541b862.mp3" length="54627837" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3414</itunes:duration>
      <itunes:summary>This show covers Dart, a client-side browser alternative to javascript. Dart currently only runs in Chrome, but dart code can be compiled to javascript and then run in any browser.  News: Raspberry Pi, California allows autonomous cars, Stanford online courses.  The tools of the biweek are Disk Usage Programs (WinDirStat, Disk usage Analyzer, and Disk Inventory X), and Spelunky.</itunes:summary>
      <itunes:subtitle>This show covers Dart, a client-side browser alternative to javascript. Dart currently only runs in Chrome, but dart code can be compiled to javascript and then run in any browser.  News: Raspberry Pi, California allows autonomous cars, Stanford online co</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Dart, Raspberry Pi, Disk Usage, Spelunky.</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Lisp</title>
      <itunes:episode>11</itunes:episode>
      <podcast:episode>11</podcast:episode>
      <itunes:title>Lisp</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_11.mp3</guid>
      <link>https://share.transistor.fm/s/a481e991</link>
      <description>
        <![CDATA[<p>This show covers Lisp, one of the first functional langauge that is often used for academic purposes, but also has a place in industry. The episode talks about Cuda, how to write a Roguelike, becoming a good programming, and DOS games on Chrome. The tools of the biweek are Google Native Client (NaCl), a way to run native C/C++ code in a browser, and Handbrake, a way to make copies of your video DVDs.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Lisp, one of the first functional langauge that is often used for academic purposes, but also has a place in industry. The episode talks about Cuda, how to write a Roguelike, becoming a good programming, and DOS games on Chrome. The tools of the biweek are Google Native Client (NaCl), a way to run native C/C++ code in a browser, and Handbrake, a way to make copies of your video DVDs.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sun, 26 Feb 2012 10:30:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/a481e991/1413bd5c.mp3" length="63990679" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3999</itunes:duration>
      <itunes:summary>This show covers Lisp, one of the first functional langauge that is often used for academic purposes, but also has a place in industry. The episode talks about Cuda, how to write a Roguelike, becoming a good programming, and DOS games on Chrome.  The tools of the biweek are Google Native Client (NaCl), a way to run native C/C++ code in a browser, and Handbrake, a way to make copies of your video DVDs.</itunes:summary>
      <itunes:subtitle>This show covers Lisp, one of the first functional langauge that is often used for academic purposes, but also has a place in industry. The episode talks about Cuda, how to write a Roguelike, becoming a good programming, and DOS games on Chrome.  The tool</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Lisp, Cuda, Chrome Native Client, Nacl, Handbrake.</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Javascript</title>
      <itunes:episode>10</itunes:episode>
      <podcast:episode>10</podcast:episode>
      <itunes:title>Javascript</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_10.mp3</guid>
      <link>https://share.transistor.fm/s/acb73a26</link>
      <description>
        <![CDATA[<p>This show covers Javascript, the only client-side scripting language built into most modern browsers. The episode talks about Patrick's move to Silicon Valley, Codecademy, The HP Touchpad Fire sale, and Minecraft's Notch challenging Bethesda to Quake 3. The tools of the biweek are Low-Level Virtual Machine (LLVM), an open source virtual machine and suite of compilers that compile and run code from many languages. and Hamachi, a free virtual private networking solution.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Javascript, the only client-side scripting language built into most modern browsers. The episode talks about Patrick's move to Silicon Valley, Codecademy, The HP Touchpad Fire sale, and Minecraft's Notch challenging Bethesda to Quake 3. The tools of the biweek are Low-Level Virtual Machine (LLVM), an open source virtual machine and suite of compilers that compile and run code from many languages. and Hamachi, a free virtual private networking solution.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 29 Aug 2011 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/acb73a26/41fcaea8.mp3" length="82151545" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>5134</itunes:duration>
      <itunes:summary>This show covers Javascript, the only client-side scripting language built into most modern browsers. The episode talks about Patrick's move to Silicon Valley, Codecademy, The HP Touchpad Fire sale, and Minecraft's Notch challenging Bethesda to Quake 3.  The tools of the biweek are Low-Level Virtual Machine (LLVM), an open source virtual machine and suite of compilers that compile and run code from many languages. and Hamachi, a free virtual private networking solution.</itunes:summary>
      <itunes:subtitle>This show covers Javascript, the only client-side scripting language built into most modern browsers. The episode talks about Patrick's move to Silicon Valley, Codecademy, The HP Touchpad Fire sale, and Minecraft's Notch challenging Bethesda to Quake 3.  </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Javascript, HTML 5, Codecademy, Low Level Virtual Machine, LLVM, Hamachi.</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>HTML and CSS</title>
      <itunes:episode>9</itunes:episode>
      <podcast:episode>9</podcast:episode>
      <itunes:title>HTML and CSS</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_09.mp3</guid>
      <link>https://share.transistor.fm/s/cb15b725</link>
      <description>
        <![CDATA[<p>This show covers HyperText Markup Language (HTML) and Cascading Style Sheets (CSS), two of the three languages that make up most client-side Internet programming. The episode talks about the Humble Indie Bundle 3, Linux Kernel reaching 3.0, and the end of manned space flight program. The tools of the biweek are Freemind, an open source brainstorming assistant, and Picasa, a free photo editing and hosting service.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers HyperText Markup Language (HTML) and Cascading Style Sheets (CSS), two of the three languages that make up most client-side Internet programming. The episode talks about the Humble Indie Bundle 3, Linux Kernel reaching 3.0, and the end of manned space flight program. The tools of the biweek are Freemind, an open source brainstorming assistant, and Picasa, a free photo editing and hosting service.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 05 Aug 2011 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/cb15b725/2a3f87ce.mp3" length="71736716" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4483</itunes:duration>
      <itunes:summary>This show covers HyperText Markup Language (HTML) and Cascading Style Sheets (CSS), two of the three languages that make up most client-side Internet programming. The episode talks about the Humble Indie Bundle 3, Linux Kernel reaching 3.0, and the end of manned space flight program.  The tools of the biweek are Freemind, an open source brainstorming assistant, and Picasa, a free photo editing and hosting service.</itunes:summary>
      <itunes:subtitle>This show covers HyperText Markup Language (HTML) and Cascading Style Sheets (CSS), two of the three languages that make up most client-side Internet programming. The episode talks about the Humble Indie Bundle 3, Linux Kernel reaching 3.0, and the end of</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, HTML, CSS, HTML 5, Humble Indie Bundle, Freemind, Picasa.</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Prolog</title>
      <itunes:episode>8</itunes:episode>
      <podcast:episode>8</podcast:episode>
      <itunes:title>Prolog</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_08.mp3</guid>
      <link>https://share.transistor.fm/s/6f45cf90</link>
      <description>
        <![CDATA[<p>This show covers Prolog (Programmable Logic), a rule based language based on deductive inferencing. The episode talks about the Zynga IPO, Google+, and types of coders (Computer Scientist, Programmer, and Developer). The tools of the biweek are FreeNX, a remote desktop server and client, and Evernote, a note taking application that stores notes in the cloud.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Prolog (Programmable Logic), a rule based language based on deductive inferencing. The episode talks about the Zynga IPO, Google+, and types of coders (Computer Scientist, Programmer, and Developer). The tools of the biweek are FreeNX, a remote desktop server and client, and Evernote, a note taking application that stores notes in the cloud.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Mon, 04 Jul 2011 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/6f45cf90/162b7521.mp3" length="77516112" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4844</itunes:duration>
      <itunes:summary>This show covers Prolog (Programmable Logic), a rule based language based on deductive inferencing. The episode talks about the Zynga IPO, Google+, and types of coders (Computer Scientist, Programmer, and Developer). The tools of the biweek are FreeNX, a remote desktop server and client, and Evernote, a note taking application that stores notes in the cloud.</itunes:summary>
      <itunes:subtitle>This show covers Prolog (Programmable Logic), a rule based language based on deductive inferencing. The episode talks about the Zynga IPO, Google+, and types of coders (Computer Scientist, Programmer, and Developer). The tools of the biweek are FreeNX, a </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Prolog, Google+, FreeNX, Evernote.</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Objective-C</title>
      <itunes:episode>7</itunes:episode>
      <podcast:episode>7</podcast:episode>
      <itunes:title>Objective-C</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_07.mp3</guid>
      <link>https://share.transistor.fm/s/530103cf</link>
      <description>
        <![CDATA[<p>This show covers Objective-C, the premier language for iphone, ipad, and os/x app development. The episode talks about the upcoming Wii U console and Duke Nukem Forever, (possibly) the most offensive game ever made. After the news, the show discusses why and how Patrick and Jason got into programming. The tools of the biweek are JavE, an ascii art drawing and conversion tool, and Ascii Flow Diagram, an ascii art flowchart creator.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Objective-C, the premier language for iphone, ipad, and os/x app development. The episode talks about the upcoming Wii U console and Duke Nukem Forever, (possibly) the most offensive game ever made. After the news, the show discusses why and how Patrick and Jason got into programming. The tools of the biweek are JavE, an ascii art drawing and conversion tool, and Ascii Flow Diagram, an ascii art flowchart creator.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sat, 18 Jun 2011 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/530103cf/5a02a835.mp3" length="76592104" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4786</itunes:duration>
      <itunes:summary>This show covers Objective-C, the premier language for iphone, ipad, and os/x app development. The episode talks about the upcoming Wii U console and Duke Nukem Forever, (possibly) the most offensive game ever made. After the news, the show discusses why and how Patrick and Jason got into programming. The tools of the biweek are JavE, an ascii art drawing and conversion tool, and Ascii Flow Diagram, an ascii art flowchart creator.</itunes:summary>
      <itunes:subtitle>This show covers Objective-C, the premier language for iphone, ipad, and os/x app development. The episode talks about the upcoming Wii U console and Duke Nukem Forever, (possibly) the most offensive game ever made. After the news, the show discusses why </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Objective-C, iOS, JavE, Ascii Art Flowchart Creator.</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Assembly</title>
      <itunes:episode>6</itunes:episode>
      <podcast:episode>6</podcast:episode>
      <itunes:title>Assembly</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_06.mp3</guid>
      <link>https://share.transistor.fm/s/68269364</link>
      <description>
        <![CDATA[<p>This show covers Assembly, the lowest level language used to program a computer. This episode talks about the amount of traffic Netflix is generating, how many ebooks Amazon now sells, Apple not standing up for its developers, how young is too young for facebook, working on open source projects, and a new tool called Hype. The tools of the day are FileZilla, a cross platform ftp client, and PuTTY, a Windows SSH tool.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Assembly, the lowest level language used to program a computer. This episode talks about the amount of traffic Netflix is generating, how many ebooks Amazon now sells, Apple not standing up for its developers, how young is too young for facebook, working on open source projects, and a new tool called Hype. The tools of the day are FileZilla, a cross platform ftp client, and PuTTY, a Windows SSH tool.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sat, 21 May 2011 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/68269364/0d4fce62.mp3" length="71730456" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4483</itunes:duration>
      <itunes:summary>This show covers Assembly, the lowest level language used to program a computer. This episode talks about the amount of traffic Netflix is generating, how many ebooks Amazon now sells, Apple not standing up for its developers, how young is too young for facebook, working on open source projects, and a new tool called Hype. The tools of the day are FileZilla, a cross platform ftp client, and PuTTY, a Windows SSH tool.</itunes:summary>
      <itunes:subtitle>This show covers Assembly, the lowest level language used to program a computer. This episode talks about the amount of traffic Netflix is generating, how many ebooks Amazon now sells, Apple not standing up for its developers, how young is too young for f</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Assembly, iOS, decompiler, decompiling, Amazon, Netflix, Open Source, Facebook, FileZilla, PuTTY</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>C#</title>
      <itunes:episode>5</itunes:episode>
      <podcast:episode>5</podcast:episode>
      <itunes:title>C#</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_05.mp3</guid>
      <link>https://share.transistor.fm/s/46d743e7</link>
      <description>
        <![CDATA[<p>This show covers C# a CLI language designed by Microsoft. This episode talks about over the air updates, decompiling, and Ubuntu. The tools of the day are VLC, a cross-platform video player and PortableApps, a collection of applications able to run off a USB drive.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers C# a CLI language designed by Microsoft. This episode talks about over the air updates, decompiling, and Ubuntu. The tools of the day are VLC, a cross-platform video player and PortableApps, a collection of applications able to run off a USB drive.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 13 May 2011 11:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/46d743e7/60da4abf.mp3" length="57613133" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3600</itunes:duration>
      <itunes:summary>This show covers C# a CLI language designed by Microsoft. This episode talks about over the air updates, decompiling, and Ubuntu. The tools of the day are VLC, a cross-platform video player and PortableApps, a collection of applications able to run off a USB drive.</itunes:summary>
      <itunes:subtitle>This show covers C# a CLI language designed by Microsoft. This episode talks about over the air updates, decompiling, and Ubuntu. The tools of the day are VLC, a cross-platform video player and PortableApps, a collection of applications able to run off a </itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, C#, iOS, decompiler, decompiling, Ubuntu, Natty Narwhal, VLC, PortableApps</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Matlab and Octave</title>
      <itunes:episode>4</itunes:episode>
      <podcast:episode>4</podcast:episode>
      <itunes:title>Matlab and Octave</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_04.mp3</guid>
      <link>https://share.transistor.fm/s/523d8f2a</link>
      <description>
        <![CDATA[<p>This show covers Matlab, a matrix-based interpreted multiprocessing function language. This episode talks about cloud computing, gaming, and then DIY hardware. The tools of the day are TI MSP430 Launchpad, a hobbyist single board computer (SBC) and Sketchup, a 3d prototyping software.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Matlab, a matrix-based interpreted multiprocessing function language. This episode talks about cloud computing, gaming, and then DIY hardware. The tools of the day are TI MSP430 Launchpad, a hobbyist single board computer (SBC) and Sketchup, a 3d prototyping software.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Wed, 27 Apr 2011 10:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/523d8f2a/13c3df9c.mp3" length="70147469" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4384</itunes:duration>
      <itunes:summary>This show covers Matlab, a matrix-based interpreted multiprocessing function language. This episode talks about cloud computing, gaming, and then DIY hardware. The tools of the day are TI MSP430 Launchpad, a hobbyist single board computer (SBC) and Sketchup, a 3d prototyping software.</itunes:summary>
      <itunes:subtitle>This show covers Matlab, a matrix-based interpreted multiprocessing function language. This episode talks about cloud computing, gaming, and then DIY hardware. The tools of the day are TI MSP430 Launchpad, a hobbyist single board computer (SBC) and Sketch</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Matlab, Octave, Sketchup, Amazon EC2, </itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Erlang Programming Language</title>
      <itunes:episode>3</itunes:episode>
      <podcast:episode>3</podcast:episode>
      <itunes:title>Erlang Programming Language</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_03.mp3</guid>
      <link>https://share.transistor.fm/s/3e49073a</link>
      <description>
        <![CDATA[<p>This show covers Erlang, a multiprocessing function language. The show talks about latest updates in C++ and java, then talks about open sourcing hardware. The tools of the day are MS Dependency Walker, a DLL resolver and Keepass, a password multiplexer.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Erlang, a multiprocessing function language. The show talks about latest updates in C++ and java, then talks about open sourcing hardware. The tools of the day are MS Dependency Walker, a DLL resolver and Keepass, a password multiplexer.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 08 Apr 2011 10:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/3e49073a/65e5330d.mp3" length="59160892" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3697</itunes:duration>
      <itunes:summary>This show covers Erlang, a multiprocessing function language. The show talks about latest updates in C++ and java, then talks about open sourcing hardware. The tools of the day are MS Dependency Walker, a DLL resolver and Keepass, a password multiplexer.</itunes:summary>
      <itunes:subtitle>This show covers Erlang, a multiprocessing function language. The show talks about latest updates in C++ and java, then talks about open sourcing hardware. The tools of the day are MS Dependency Walker, a DLL resolver and Keepass, a password multiplexer.</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Erlang, Dependency Walker, KeePass</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Python Programming Language</title>
      <itunes:episode>2</itunes:episode>
      <podcast:episode>2</podcast:episode>
      <itunes:title>Python Programming Language</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_02.mp3</guid>
      <link>https://share.transistor.fm/s/0530ea1a</link>
      <description>
        <![CDATA[<p>This show covers Python, a popular interpreted language. The show begins with discussion on javascript and browser updates, then goes into the Goldman Sach's stolen code trial, eco-friendly programming, and the origins of Oregon Trail. The tools of the day are Fossil a distributed version control system and Unison, a two-way file synchronization utilities.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers Python, a popular interpreted language. The show begins with discussion on javascript and browser updates, then goes into the Goldman Sach's stolen code trial, eco-friendly programming, and the origins of Oregon Trail. The tools of the day are Fossil a distributed version control system and Unison, a two-way file synchronization utilities.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Fri, 25 Mar 2011 10:30:00 -0500</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/0530ea1a/e5d4d3be.mp3" length="66244803" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>4140</itunes:duration>
      <itunes:summary>This show covers Python, a popular interpreted language. The show begins with discussion on javascript and browser updates,  then goes into the Goldman Sach's stolen code trial, eco-friendly programming, and the origins of Oregon Trail. The tools of the day are Fossil a distributed version control system and Unison, a two-way file synchronization utilities.</itunes:summary>
      <itunes:subtitle>This show covers Python, a popular interpreted language. The show begins with discussion on javascript and browser updates,  then goes into the Goldman Sach's stolen code trial, eco-friendly programming, and the origins of Oregon Trail. The tools of the d</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, Python, firefox, EnergyJava, Fossil, Unison</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>C Programming Language</title>
      <itunes:episode>1</itunes:episode>
      <podcast:episode>1</podcast:episode>
      <itunes:title>C Programming Language</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">https://archive.org/download/ProgrammingThrowdown/ProgrammingThrowdown_01.mp3</guid>
      <link>https://share.transistor.fm/s/e85493ca</link>
      <description>
        <![CDATA[<p>This show covers C, the foundation of all programming languages. We begin by introducing ourselves, then jump into talking about the PS3 hack and Nokia cell phone strategy. The tools of the day are Comix the comix book reader and Bitcoin, a virtual currency.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>This show covers C, the foundation of all programming languages. We begin by introducing ourselves, then jump into talking about the PS3 hack and Nokia cell phone strategy. The tools of the day are Comix the comix book reader and Bitcoin, a virtual currency.</p>
<strong>
  <a href="https://www.patreon.com/programmingthrowdown" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Tue, 08 Mar 2011 22:15:00 -0600</pubDate>
      <author>Patrick Wheeler and Jason Gauci</author>
      <enclosure url="https://pdst.fm/e/media.transistor.fm/e85493ca/d51a561d.mp3" length="55217777" type="audio/mpeg"/>
      <itunes:author>Patrick Wheeler and Jason Gauci</itunes:author>
      <itunes:image href="https://images.transistor.fm/file/transistor/images/show/19501/full_1615905424-artwork.jpg"/>
      <itunes:duration>3451</itunes:duration>
      <itunes:summary>This show covers C, the foundation of all programming languages. We begin by introducing ourselves, then jump into talking about the PS3 hack and Nokia cell phone strategy. The tools of the day are Comix the comix book reader and Bitcoin, a virtual currency.</itunes:summary>
      <itunes:subtitle>This show covers C, the foundation of all programming languages. We begin by introducing ourselves, then jump into talking about the PS3 hack and Nokia cell phone strategy. The tools of the day are Comix the comix book reader and Bitcoin, a virtual curren</itunes:subtitle>
      <itunes:keywords>Programming Throwdown, Programming Language, C, PS3, Nokia, Comix, Bitcoin</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
  </channel>
</rss>
