<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Sun, 12 Apr 2026 04:59:36 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Coder Radio - Episodes Tagged with “Pip”</title>
    <link>https://coder.show/tags/pip</link>
    <pubDate>Wed, 24 Nov 2021 16:00:00 -0500</pubDate>
    <description>A weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>A weekly talk show</itunes:subtitle>
    <itunes:author>The Mad Botter</itunes:author>
    <itunes:summary>A weekly talk show taking a pragmatic look at the art and business of Software Development and the world of technology.
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner>
      <itunes:name>The Mad Botter</itunes:name>
      <itunes:email>michael@themadbotter.com</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="Business"/>
<item>
  <title>441: Dependency Derby</title>
  <link>https://coder.show/441</link>
  <guid isPermaLink="false">3c48d287-c623-4426-820f-0f216364b1f7</guid>
  <pubDate>Wed, 24 Nov 2021 16:00:00 -0500</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/3c48d287-c623-4426-820f-0f216364b1f7.mp3" length="32416728" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Are Linux devs getting upset with the Python community? We weigh in on a nuanced issue. Plus the mass-moderator resignation over at Rust, and Mike's thoughts on setting up a dev environment on Windows 11.</itunes:subtitle>
  <itunes:duration>45:01</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
  <description>Are Linux devs getting upset with the Python community? We weigh in on a nuanced issue. Plus the mass-mod resignation over at Rust, and Mike's thoughts on setting up a dev environment on Windows 11. 
</description>
  <itunes:keywords>Coder Radio, Development Podcast, Web3, SOLID, FastAPI on Windows, Python, Ruby, WSL, Windows 11 development environment, python packaging, pip, Rust Drama, Rust Moderator Resignations, Rust Core Team, unaccountability, drew decault</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Are Linux devs getting upset with the Python community? We weigh in on a nuanced issue. Plus the mass-mod resignation over at Rust, and Mike&#39;s thoughts on setting up a dev environment on Windows 11.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://acloudguru.com">A Cloud Guru</a>: <a rel="nofollow" href="https://acloudguru.com">A Cloud Guru now includes Cloud Playground. Azure, AWS, or GCP Sandboxes at your fingertips.</a></li><li><a rel="nofollow" href="https://linode.com/coder">Linode</a>: <a rel="nofollow" href="https://linode.com/coder">Receive a $100 60-day credit towards your new account. </a> Promo Code: linode.com/coder</li><li><a rel="nofollow" href="https://shortcut.com/coder">Shortcut.com</a>: <a rel="nofollow" href="https://shortcut.com/coder">Shortcut, because you shouldn’t have to project manage your project management.</a></li></ul><p>Links:</p><ul><li><a title="Windows 11 - A Dev&#39;s Perspective" rel="nofollow" href="https://dominickm.com/windows-11-a-devs-perspective/">Windows 11 - A Dev's Perspective</a> &mdash; I was up and running with Python / FastAPI in less than a half hour. Postgresql, my database of choice, works just fine on Windows. Coder Radio listeners will know that I have been a fan of WSL for some time, however, for this challenge, I stuck with native Windows tooling. That’s right PowerShell! Upon install and launching the now built-in Windows Terminal, I was prompted to update PowerShell to PowerShell 7 and it’s great. If you only use BASH for basic terminal functionality or git from the CLI, you’ll be just fine on PowerShell.</li><li><a title="Python: Please stop screwing over Linux distros" rel="nofollow" href="https://drewdevault.com/2021/11/16/Python-stop-screwing-distros-over.html">Python: Please stop screwing over Linux distros</a> &mdash; I manage my Python packages in the only way which I think is sane: installing them from my Linux distribution’s package manager. I maintain a few dozen Python packages for Alpine Linux myself. It’s from this perspective that, throughout all of this turmoil in Python’s packaging world, I have found myself feeling especially put out.
Every one of these package managers is designed for a reckless world in which programmers chuck packages wholesale into ~/.pip, set up virtualenvs and pin their dependencies to 10 versions and 6 vulnerabilities ago, and ship their computers directly into production in Docker containers which aim to do the minimum amount necessary to make their user’s private data as insecure as possible.</li><li><a title="mod team resignation by BurntSushi · Pull Request #671 · rust-lang/team" rel="nofollow" href="https://github.com/rust-lang/team/pull/671">mod team resignation by BurntSushi · Pull Request #671 · rust-lang/team</a> &mdash; The entire moderation team resigns, effective immediately. This resignation is done in protest of the Core Team placing themselves unaccountable to anyone but themselves.</li><li><a title="1068-rust-governance - The Rust RFC Book" rel="nofollow" href="https://rust-lang.github.io/rfcs/1068-rust-governance.html">1068-rust-governance - The Rust RFC Book</a> &mdash; Subteam, and especially core team members are also held to a high standard of behavior. Part of the reason to separate the moderation subteam is to ensure that CoC violations by Rust's leadership be addressed through the same independent body of moderators.</li><li><a title="Moderation Team Resignation : r/rust" rel="nofollow" href="https://www.reddit.com/r/rust/comments/qzme1z/moderation_team_resignation/hlnxl9f/">Moderation Team Resignation : r/rust</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Are Linux devs getting upset with the Python community? We weigh in on a nuanced issue. Plus the mass-mod resignation over at Rust, and Mike&#39;s thoughts on setting up a dev environment on Windows 11.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://acloudguru.com">A Cloud Guru</a>: <a rel="nofollow" href="https://acloudguru.com">A Cloud Guru now includes Cloud Playground. Azure, AWS, or GCP Sandboxes at your fingertips.</a></li><li><a rel="nofollow" href="https://linode.com/coder">Linode</a>: <a rel="nofollow" href="https://linode.com/coder">Receive a $100 60-day credit towards your new account. </a> Promo Code: linode.com/coder</li><li><a rel="nofollow" href="https://shortcut.com/coder">Shortcut.com</a>: <a rel="nofollow" href="https://shortcut.com/coder">Shortcut, because you shouldn’t have to project manage your project management.</a></li></ul><p>Links:</p><ul><li><a title="Windows 11 - A Dev&#39;s Perspective" rel="nofollow" href="https://dominickm.com/windows-11-a-devs-perspective/">Windows 11 - A Dev's Perspective</a> &mdash; I was up and running with Python / FastAPI in less than a half hour. Postgresql, my database of choice, works just fine on Windows. Coder Radio listeners will know that I have been a fan of WSL for some time, however, for this challenge, I stuck with native Windows tooling. That’s right PowerShell! Upon install and launching the now built-in Windows Terminal, I was prompted to update PowerShell to PowerShell 7 and it’s great. If you only use BASH for basic terminal functionality or git from the CLI, you’ll be just fine on PowerShell.</li><li><a title="Python: Please stop screwing over Linux distros" rel="nofollow" href="https://drewdevault.com/2021/11/16/Python-stop-screwing-distros-over.html">Python: Please stop screwing over Linux distros</a> &mdash; I manage my Python packages in the only way which I think is sane: installing them from my Linux distribution’s package manager. I maintain a few dozen Python packages for Alpine Linux myself. It’s from this perspective that, throughout all of this turmoil in Python’s packaging world, I have found myself feeling especially put out.
Every one of these package managers is designed for a reckless world in which programmers chuck packages wholesale into ~/.pip, set up virtualenvs and pin their dependencies to 10 versions and 6 vulnerabilities ago, and ship their computers directly into production in Docker containers which aim to do the minimum amount necessary to make their user’s private data as insecure as possible.</li><li><a title="mod team resignation by BurntSushi · Pull Request #671 · rust-lang/team" rel="nofollow" href="https://github.com/rust-lang/team/pull/671">mod team resignation by BurntSushi · Pull Request #671 · rust-lang/team</a> &mdash; The entire moderation team resigns, effective immediately. This resignation is done in protest of the Core Team placing themselves unaccountable to anyone but themselves.</li><li><a title="1068-rust-governance - The Rust RFC Book" rel="nofollow" href="https://rust-lang.github.io/rfcs/1068-rust-governance.html">1068-rust-governance - The Rust RFC Book</a> &mdash; Subteam, and especially core team members are also held to a high standard of behavior. Part of the reason to separate the moderation subteam is to ensure that CoC violations by Rust's leadership be addressed through the same independent body of moderators.</li><li><a title="Moderation Team Resignation : r/rust" rel="nofollow" href="https://www.reddit.com/r/rust/comments/qzme1z/moderation_team_resignation/hlnxl9f/">Moderation Team Resignation : r/rust</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>347: Rusty Rubies</title>
  <link>https://coder.show/347</link>
  <guid isPermaLink="false">cd47f625-c8f3-4ba8-90b7-09252e7be499</guid>
  <pubDate>Tue, 05 Mar 2019 12:15:00 -0500</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cd47f625-c8f3-4ba8-90b7-09252e7be499.mp3" length="34097237" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Mike breaks down what it takes to build a proper iOS build server, and leaves the familiar shallows of Debian for the open waters of openSUSE.</itunes:subtitle>
  <itunes:duration>47:21</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
  <description>Mike breaks down what it takes to build a proper iOS build server, and leaves the familiar shallows of Debian for the open waters of openSUSE.
Plus Wes’ reluctant ruby adventures and our pick to ease your javascript packaging woes. 
</description>
  <itunes:keywords>ruby, rust, dynamic programming languages, python, packaging, bundler, pip, gem, rbenv, virtualenv, cargo, binaries, web assembly, wasm, firefox, chrome, google, mozilla, apple, iOS, Mac Mini, MacOS, System76, Darter Pro, Thelio, openSUSE, SUSE, Jenkins, CI, Bitbucket, git, testing, deployment, pika, npm, javascript, node, transpiling, Ocaml, ReasonML, bucklescript, clojure, clojurescript, functional programming, pika, pikapkg, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Mike breaks down what it takes to build a proper iOS build server, and leaves the familiar shallows of Debian for the open waters of openSUSE.</p>

<p>Plus Wes’ reluctant ruby adventures and our pick to ease your javascript packaging woes.</p><p>Links:</p><ul><li><a title="rbenv: Groom your app’s Ruby environment" rel="nofollow" href="https://github.com/rbenv/rbenv">rbenv: Groom your app’s Ruby environment</a> &mdash; Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments.

</li><li><a title="Serverless Feedback from TomEnom" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/av1j2t/serverless_squabbles_coder_radio_346/ehhy77p/">Serverless Feedback from TomEnom</a> &mdash; One thing you left out of your definition of serverless (IMO) that I find important is that it scales to zero. So if your lambda/function is not being used it incurs zero cost. I guess you could say that that is where serverless becomes literal.</li><li><a title="Install openSUSE on Digital Ocean" rel="nofollow" href="http://dominickm.com/install-opensuse-digital-ocean/">Install openSUSE on Digital Ocean</a> &mdash; Unfortunately, Digital does not at present have an option for an openSUSE image. That doesn’t mean that you can’t use openSUSE on Digital Ocean, but it is going to be a little more work than most common Linux distributions.</li><li><a title="What is Pika?" rel="nofollow" href="https://www.pikapkg.com/about">What is Pika?</a> &mdash; Pika's mission is to make modern JavaScript more accessible by making it easier to find, publish, install, and use modern packages on npm.
</li><li><a title="Introducing: pika/pack" rel="nofollow" href="https://www.pikapkg.com/blog/introducing-pika-pack/">Introducing: pika/pack</a> &mdash; If you’ve recently published a package to npm, you know how much work goes into a modern build process. Transpile JavaScript, compile TypeScript, convert ES Module syntax (ESM) to Common.js, configure your package.json manifest… and that’s just the basics.</li><li><a title="Implications of Rewriting a Browser Component in Rust - Mozilla Hacks" rel="nofollow" href="https://hacks.mozilla.org/2019/02/rewriting-a-browser-component-in-rust/">Implications of Rewriting a Browser Component in Rust - Mozilla Hacks</a></li><li><a title="Rust use case study in npm [pdf]" rel="nofollow" href="https://www.rust-lang.org/static/pdfs/Rust-npm-Whitepaper.pdf">Rust use case study in npm [pdf]</a> &mdash; The npm Registry uses Rust for its CPU-bound bottlenecks.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Mike breaks down what it takes to build a proper iOS build server, and leaves the familiar shallows of Debian for the open waters of openSUSE.</p>

<p>Plus Wes’ reluctant ruby adventures and our pick to ease your javascript packaging woes.</p><p>Links:</p><ul><li><a title="rbenv: Groom your app’s Ruby environment" rel="nofollow" href="https://github.com/rbenv/rbenv">rbenv: Groom your app’s Ruby environment</a> &mdash; Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments.

</li><li><a title="Serverless Feedback from TomEnom" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/av1j2t/serverless_squabbles_coder_radio_346/ehhy77p/">Serverless Feedback from TomEnom</a> &mdash; One thing you left out of your definition of serverless (IMO) that I find important is that it scales to zero. So if your lambda/function is not being used it incurs zero cost. I guess you could say that that is where serverless becomes literal.</li><li><a title="Install openSUSE on Digital Ocean" rel="nofollow" href="http://dominickm.com/install-opensuse-digital-ocean/">Install openSUSE on Digital Ocean</a> &mdash; Unfortunately, Digital does not at present have an option for an openSUSE image. That doesn’t mean that you can’t use openSUSE on Digital Ocean, but it is going to be a little more work than most common Linux distributions.</li><li><a title="What is Pika?" rel="nofollow" href="https://www.pikapkg.com/about">What is Pika?</a> &mdash; Pika's mission is to make modern JavaScript more accessible by making it easier to find, publish, install, and use modern packages on npm.
</li><li><a title="Introducing: pika/pack" rel="nofollow" href="https://www.pikapkg.com/blog/introducing-pika-pack/">Introducing: pika/pack</a> &mdash; If you’ve recently published a package to npm, you know how much work goes into a modern build process. Transpile JavaScript, compile TypeScript, convert ES Module syntax (ESM) to Common.js, configure your package.json manifest… and that’s just the basics.</li><li><a title="Implications of Rewriting a Browser Component in Rust - Mozilla Hacks" rel="nofollow" href="https://hacks.mozilla.org/2019/02/rewriting-a-browser-component-in-rust/">Implications of Rewriting a Browser Component in Rust - Mozilla Hacks</a></li><li><a title="Rust use case study in npm [pdf]" rel="nofollow" href="https://www.rust-lang.org/static/pdfs/Rust-npm-Whitepaper.pdf">Rust use case study in npm [pdf]</a> &mdash; The npm Registry uses Rust for its CPU-bound bottlenecks.</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>Episode 318: Losing the Anaconda</title>
  <link>https://coder.show/318</link>
  <guid isPermaLink="false">e360a758-c504-41e2-a862-89142fca9ec8</guid>
  <pubDate>Tue, 17 Jul 2018 09:00:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/e360a758-c504-41e2-a862-89142fca9ec8.mp3" length="40576585" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>We ruminate on Python’s founder stepping down, and ponder if it was inevitable.</itunes:subtitle>
  <itunes:duration>1:04:06</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/b/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/cover.jpg?v=7"/>
  <description>We ruminate on Python’s founder stepping down, and ponder if it was inevitable.
Plus the topic of hardware and software workflows is back in the news, and Instapaper goes independent. So why does that feel like a bad thing?
</description>
  <itunes:keywords>Python, Guido van Rossum, Benevolent dictator, PIP, MacBook Pro, Seedbank, ML, Google, PyCharm, Dell, Instapaper, Development podcast</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We ruminate on Python’s founder stepping down, and ponder if it was inevitable.</p>

<p>Plus the topic of hardware and software workflows is back in the news, and Instapaper goes independent. So why does that feel like a bad thing?</p><p>Links:</p><ul><li><a title="PyCharm CE" rel="nofollow" href="https://pastebin.com/dSqGQTJY">PyCharm CE</a></li><li><a title="​Python language founder steps down" rel="nofollow" href="https://www.zdnet.com/article/python-language-founder-steps-down/">​Python language founder steps down</a></li><li><a title="Google’s new ‘Seedbank’" rel="nofollow" href="https://9to5google.com/2018/07/16/seedbank-google-machine-learning-tensorflow/">Google’s new ‘Seedbank’</a></li><li><a title="Living with the new 15-inch MacBook Pro" rel="nofollow" href="https://techcrunch.com/2018/07/16/living-with-the-new-15-inch-macbook-pro/">Living with the new 15-inch MacBook Pro</a></li><li><a title="Instapaper is going independent" rel="nofollow" href="http://blog.instapaper.com/post/175953870856">Instapaper is going independent</a></li><li><a title="Instapaper is temporarily shutting off access for European users due to GDPR" rel="nofollow" href="https://www.theverge.com/2018/5/23/17387146/instapaper-gdpr-europe-access-shut-down-privacy-changes">Instapaper is temporarily shutting off access for European users due to GDPR</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We ruminate on Python’s founder stepping down, and ponder if it was inevitable.</p>

<p>Plus the topic of hardware and software workflows is back in the news, and Instapaper goes independent. So why does that feel like a bad thing?</p><p>Links:</p><ul><li><a title="PyCharm CE" rel="nofollow" href="https://pastebin.com/dSqGQTJY">PyCharm CE</a></li><li><a title="​Python language founder steps down" rel="nofollow" href="https://www.zdnet.com/article/python-language-founder-steps-down/">​Python language founder steps down</a></li><li><a title="Google’s new ‘Seedbank’" rel="nofollow" href="https://9to5google.com/2018/07/16/seedbank-google-machine-learning-tensorflow/">Google’s new ‘Seedbank’</a></li><li><a title="Living with the new 15-inch MacBook Pro" rel="nofollow" href="https://techcrunch.com/2018/07/16/living-with-the-new-15-inch-macbook-pro/">Living with the new 15-inch MacBook Pro</a></li><li><a title="Instapaper is going independent" rel="nofollow" href="http://blog.instapaper.com/post/175953870856">Instapaper is going independent</a></li><li><a title="Instapaper is temporarily shutting off access for European users due to GDPR" rel="nofollow" href="https://www.theverge.com/2018/5/23/17387146/instapaper-gdpr-europe-access-shut-down-privacy-changes">Instapaper is temporarily shutting off access for European users due to GDPR</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
