<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Sun, 19 Apr 2026 07:19:01 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Coder Radio - Episodes Tagged with “Go”</title>
    <link>https://coder.show/tags/go</link>
    <pubDate>Wed, 30 Nov 2022 06: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>494: Python Paradigms</title>
  <link>https://coder.show/494</link>
  <guid isPermaLink="false">7f705af8-cf50-48e6-83d6-922f4377a092</guid>
  <pubDate>Wed, 30 Nov 2022 06:00:00 -0500</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/7f705af8-cf50-48e6-83d6-922f4377a092.mp3" length="45664048" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>We reflect on the recent musings of Python's creator, from the functional to the philosophical.</itunes:subtitle>
  <itunes:duration>54: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>We reflect on the recent musings of Python's creator, from the functional to the philosophical. 
</description>
  <itunes:keywords>Coder Radio, Development Podcast, pyenv, ecosystem lockin, Managers Who Code, Guido van Rossum, Lex Fridman, CoPilot, GitHub, Types in Python, Fads in Coding, Rust, Go, Python 4, FTX, SBF, .Net, mypy</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We reflect on the recent musings of Python&#39;s creator, from the functional to the philosophical.</p><p>Sponsored By:</p><ul><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://tailscale.com/coder">Tailscale</a>: <a rel="nofollow" href="https://tailscale.com/coder">Tailscale is the easiest way to create a peer-to-peer network with the power of Wireguard. </a></li></ul><p>Links:</p><ul><li><a title="Zoë Schiffer on Twitter" rel="nofollow" href="https://twitter.com/ZoeSchiffer/status/1597213388681011200">Zoë Schiffer on Twitter</a> &mdash; NEW: Elon Musk has sent another email to Twitter engineers warning them about code reviews. “All managers are expected to write a meaningful amount of software themselves. Being unable to do so is like a cavalry captain who can’t ride a horse.”</li><li><a title="FiniteSingularity on Twitter" rel="nofollow" href="https://twitter.com/finitesingulrty/status/1596900597298786304?s=46&amp;t=1NbrB6pe5PuC77EG2C2pvQ">FiniteSingularity on Twitter</a> &mdash; Pro Tip- dont update XCode via the software update app, but rather manually download the pkg from the Apple developer downloads page. It downloads/installs *much* more quickly.</li><li><a title="pyenv: Simple Python version management" rel="nofollow" href="https://github.com/pyenv/pyenv">pyenv: Simple Python version management</a> &mdash; pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.</li><li><a title="rbenv: Manage your app&#39;s Ruby environment" rel="nofollow" href="https://github.com/rbenv/rbenv">rbenv: Manage your app's Ruby environment</a> &mdash; rbenv is a version manager tool for the Ruby programming language on Unix-like systems. It is useful for switching between multiple Ruby versions on the same machine and for ensuring that each project you are working on always runs on the correct Ruby version.</li><li><a title="nenv: Node Version Management: nenv (based on rbenv)" rel="nofollow" href="https://github.com/ryuone/nenv">nenv: Node Version Management: nenv (based on rbenv)</a> &mdash; nenv is a version manager for Node (Node.js / io.js). It is heavily based on rbenv.</li><li><a title="Guido van Rossum: Python and the Future of Programming" rel="nofollow" href="https://www.youtube.com/watch?v=-DVyjdw4t9I">Guido van Rossum: Python and the Future of Programming</a> &mdash; Guido van Rossum is the creator of Python programming language.</li><li><a title="Send a Boost into the Show" rel="nofollow" href="https://podcastindex.org/apps?appTypes=app&amp;elements=Value">Send a Boost into the Show</a> &mdash; Upgrade to a Podcasting 2.0 compatible app, and send a Boost into the show.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We reflect on the recent musings of Python&#39;s creator, from the functional to the philosophical.</p><p>Sponsored By:</p><ul><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://tailscale.com/coder">Tailscale</a>: <a rel="nofollow" href="https://tailscale.com/coder">Tailscale is the easiest way to create a peer-to-peer network with the power of Wireguard. </a></li></ul><p>Links:</p><ul><li><a title="Zoë Schiffer on Twitter" rel="nofollow" href="https://twitter.com/ZoeSchiffer/status/1597213388681011200">Zoë Schiffer on Twitter</a> &mdash; NEW: Elon Musk has sent another email to Twitter engineers warning them about code reviews. “All managers are expected to write a meaningful amount of software themselves. Being unable to do so is like a cavalry captain who can’t ride a horse.”</li><li><a title="FiniteSingularity on Twitter" rel="nofollow" href="https://twitter.com/finitesingulrty/status/1596900597298786304?s=46&amp;t=1NbrB6pe5PuC77EG2C2pvQ">FiniteSingularity on Twitter</a> &mdash; Pro Tip- dont update XCode via the software update app, but rather manually download the pkg from the Apple developer downloads page. It downloads/installs *much* more quickly.</li><li><a title="pyenv: Simple Python version management" rel="nofollow" href="https://github.com/pyenv/pyenv">pyenv: Simple Python version management</a> &mdash; pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.</li><li><a title="rbenv: Manage your app&#39;s Ruby environment" rel="nofollow" href="https://github.com/rbenv/rbenv">rbenv: Manage your app's Ruby environment</a> &mdash; rbenv is a version manager tool for the Ruby programming language on Unix-like systems. It is useful for switching between multiple Ruby versions on the same machine and for ensuring that each project you are working on always runs on the correct Ruby version.</li><li><a title="nenv: Node Version Management: nenv (based on rbenv)" rel="nofollow" href="https://github.com/ryuone/nenv">nenv: Node Version Management: nenv (based on rbenv)</a> &mdash; nenv is a version manager for Node (Node.js / io.js). It is heavily based on rbenv.</li><li><a title="Guido van Rossum: Python and the Future of Programming" rel="nofollow" href="https://www.youtube.com/watch?v=-DVyjdw4t9I">Guido van Rossum: Python and the Future of Programming</a> &mdash; Guido van Rossum is the creator of Python programming language.</li><li><a title="Send a Boost into the Show" rel="nofollow" href="https://podcastindex.org/apps?appTypes=app&amp;elements=Value">Send a Boost into the Show</a> &mdash; Upgrade to a Podcasting 2.0 compatible app, and send a Boost into the show.</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>403: Forbidden</title>
  <link>https://coder.show/403</link>
  <guid isPermaLink="false">c08b158e-00a7-433e-8a77-c6f52b0db792</guid>
  <pubDate>Wed, 03 Mar 2021 20:30:00 -0500</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/c08b158e-00a7-433e-8a77-c6f52b0db792.mp3" length="35737864" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>After we pine about the way things used to be, Mike shares why he is developing a fondness for C++.</itunes:subtitle>
  <itunes:duration>49:38</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>After we pine about the way things used to be, Mike shares why he is developing a fondness for C++. 
</description>
  <itunes:keywords>Coder Radio, Development Podcast, Jupiter Broadcasting, Vala, C#, C++, Objective-C, Swift, Rust, Move fast and break things, Apple, Privacy, Facebook tracking, CYthon, Python, Go </itunes:keywords>
  <content:encoded>
    <![CDATA[<p>After we pine about the way things used to be, Mike shares why he is developing a fondness for C++.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://datadog.com/coderradio">Datadog</a>: <a rel="nofollow" href="http://datadog.com/coderradio">Try Datadog free by starting a your 14-day trial and receive a free t-shirt once you install the agent.</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://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></ul><p>Links:</p><ul><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1366437965417832453">Michael Dominick on Twitter</a> &mdash; "Of all my machines, the humble Lemur has once again become my daily driver. Great machine from the folks at @system76."</li><li><a title="GIGABYTE M27Q 27&quot; 170Hz 1440P KVM Gaming Monitor" rel="nofollow" href="https://www.newegg.com/p/N82E16824012018?Item=N82E16824012018">GIGABYTE M27Q 27" 170Hz 1440P KVM Gaming Monitor</a> &mdash; 170Hz Refresh Rate, 0.5ms (MPRT) Response Time</li><li><a title="Rust: &quot;Move fast and break things&quot; as a moral imperative" rel="nofollow" href="https://drewdevault.com/2021/02/09/Rust-move-fast-and-break-things.html">Rust: "Move fast and break things" as a moral imperative</a> &mdash; Rust breaks a lot of stuff, and in ways that are difficult to fix</li><li><a title="Facebook Just Admitted It Has Lost the Battle With Apple Over Privacy" rel="nofollow" href="https://www.inc.com/jason-aten/facebook-just-admitted-it-has-lost-its-battle-with-apple-over-privacy.html">Facebook Just Admitted It Has Lost the Battle With Apple Over Privacy</a> &mdash; The company launched an ad campaign that shows just how worried it is about Apple's upcoming privacy changes.</li><li><a title="Gmail for iOS Updated for the First Time in Three Months" rel="nofollow" href="https://www.macrumors.com/2021/03/01/gmail-ios-updated/">Gmail for iOS Updated for the First Time in Three Months</a> &mdash; After neglecting the app for several months, Google today finally updated Gmail on the App Store for the first time in exactly three months.</li><li><a title="Stadia version of Terraria is back in production after developer reconciles with Google" rel="nofollow" href="https://www.theverge.com/2021/2/26/22303868/terria-stadia-version-back-development-canceled-google">Stadia version of Terraria is back in production after developer reconciles with Google</a> &mdash; The co-creator previously announced it was canceled</li><li><a title="Why TMB Chose C++ in &#39;21" rel="nofollow" href="http://dominickm.com/why-tmb-chose-c-in-21/">Why TMB Chose C++ in '21</a> &mdash; We went with C++. Before you flip your lid, here’s why. </li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>After we pine about the way things used to be, Mike shares why he is developing a fondness for C++.</p><p>Sponsored By:</p><ul><li><a rel="nofollow" href="http://datadog.com/coderradio">Datadog</a>: <a rel="nofollow" href="http://datadog.com/coderradio">Try Datadog free by starting a your 14-day trial and receive a free t-shirt once you install the agent.</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://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></ul><p>Links:</p><ul><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1366437965417832453">Michael Dominick on Twitter</a> &mdash; "Of all my machines, the humble Lemur has once again become my daily driver. Great machine from the folks at @system76."</li><li><a title="GIGABYTE M27Q 27&quot; 170Hz 1440P KVM Gaming Monitor" rel="nofollow" href="https://www.newegg.com/p/N82E16824012018?Item=N82E16824012018">GIGABYTE M27Q 27" 170Hz 1440P KVM Gaming Monitor</a> &mdash; 170Hz Refresh Rate, 0.5ms (MPRT) Response Time</li><li><a title="Rust: &quot;Move fast and break things&quot; as a moral imperative" rel="nofollow" href="https://drewdevault.com/2021/02/09/Rust-move-fast-and-break-things.html">Rust: "Move fast and break things" as a moral imperative</a> &mdash; Rust breaks a lot of stuff, and in ways that are difficult to fix</li><li><a title="Facebook Just Admitted It Has Lost the Battle With Apple Over Privacy" rel="nofollow" href="https://www.inc.com/jason-aten/facebook-just-admitted-it-has-lost-its-battle-with-apple-over-privacy.html">Facebook Just Admitted It Has Lost the Battle With Apple Over Privacy</a> &mdash; The company launched an ad campaign that shows just how worried it is about Apple's upcoming privacy changes.</li><li><a title="Gmail for iOS Updated for the First Time in Three Months" rel="nofollow" href="https://www.macrumors.com/2021/03/01/gmail-ios-updated/">Gmail for iOS Updated for the First Time in Three Months</a> &mdash; After neglecting the app for several months, Google today finally updated Gmail on the App Store for the first time in exactly three months.</li><li><a title="Stadia version of Terraria is back in production after developer reconciles with Google" rel="nofollow" href="https://www.theverge.com/2021/2/26/22303868/terria-stadia-version-back-development-canceled-google">Stadia version of Terraria is back in production after developer reconciles with Google</a> &mdash; The co-creator previously announced it was canceled</li><li><a title="Why TMB Chose C++ in &#39;21" rel="nofollow" href="http://dominickm.com/why-tmb-chose-c-in-21/">Why TMB Chose C++ in '21</a> &mdash; We went with C++. Before you flip your lid, here’s why. </li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>378: Rust, Safe for Marketing</title>
  <link>https://coder.show/378</link>
  <guid isPermaLink="false">31395ddd-099e-4a24-ad27-1c0c1bd35142</guid>
  <pubDate>Wed, 09 Sep 2020 20:30:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/31395ddd-099e-4a24-ad27-1c0c1bd35142.mp3" length="40886984" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>A special friend of the show joins us to discuss C++ in 2020 and the growing adoption of Rust.</itunes:subtitle>
  <itunes:duration>56:47</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>A special friend of the show joins us to discuss C++ in 2020 and the growing adoption of Rust.
Plus feedback, a Python surprise and a little small business corner. 
</description>
  <itunes:keywords>C++ 20, C++ programming language, Go, Rust, Swift, Miguel de Icaza, Privacy Nutrition Labels, Microsoft Adopts Rust, Python, FastAPI, Coder Radio, Development, Small Business, Podcast</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>A special friend of the show joins us to discuss C++ in 2020 and the growing adoption of Rust.</p>

<p>Plus feedback, a Python surprise and a little small business corner.</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></ul><p>Links:</p><ul><li><a title="Linux Action News is BACK: Linux Action News 153" rel="nofollow" href="https://linuxactionnews.com/153">Linux Action News is BACK: Linux Action News 153</a> &mdash; The first Thinkpads loaded with Fedora go live, but there is a lot more to the story.

Plus, the new PinePhone options coming soon, our thoughts on recent Mozilla news, lessons from the GNOME Patent Troll, and AWS Bottlerocket.</li><li><a title="Read Epic’s new, full argument why a court should force Apple to reinstate Fortnite" rel="nofollow" href="https://www.theverge.com/2020/9/5/21423889/fortnite-epic-apple-preliminary-injunction-filing-ios-mac">Read Epic’s new, full argument why a court should force Apple to reinstate Fortnite</a> &mdash; Epic is formally asking for a preliminary injunction</li><li><a title="Miguel de Icaza on Twitter" rel="nofollow" href="https://twitter.com/migueldeicaza/status/1302619213643812868">Miguel de Icaza on Twitter</a> &mdash; I bet Fortnite could work in Safari without going through the AppStore. Like Confucius famously said in 500 BC: “When there is a billion dollar budget there is a way to compile the code to WebAssembly”</li><li><a title="Apple Shares Details on Privacy &#39;Nutrition Labels&#39; Coming to App Store" rel="nofollow" href="https://www.macrumors.com/2020/09/03/apple-privacy-labels-app-store/">Apple Shares Details on Privacy 'Nutrition Labels' Coming to App Store</a> &mdash; As part of iOS 14, Apple is introducing a new App Store feature that will provide privacy details for each app that you're downloading, which the company has said can be likened to a "nutrition label" for apps.</li><li><a title="C++20 Is Feature Complete; Here’s What Changes Are Coming" rel="nofollow" href="https://hackaday.com/2019/07/30/c20-is-feature-complete-heres-what-changes-are-coming/">C++20 Is Feature Complete; Here’s What Changes Are Coming</a> &mdash; If you have an opinion about C++, chances are you either love it for its extensiveness and versatility, or you hate it for its bloated complexity and would rather stick to alternative languages on both sides of the spectrum. Either way, here’s your chance to form a new opinion about the language.</li><li><a title="Microsoft: Rust Is the Industry’s ‘Best Chance’ at Safe Systems Programming" rel="nofollow" href="https://thenewstack.io/microsoft-rust-is-the-industrys-best-chance-at-safe-systems-programming/">Microsoft: Rust Is the Industry’s ‘Best Chance’ at Safe Systems Programming</a> &mdash; C++, at its core, is not a safe language,” said Ryan Levick, Microsoft cloud developer advocate, during the AllThingsOpen virtual conference last month</li><li><a title="How Microsoft Is Adopting Rust. " rel="nofollow" href="https://medium.com/the-innovation/how-microsoft-is-adopting-rust-e0f8816566ba">How Microsoft Is Adopting Rust. </a> &mdash; Microsoft determined that 70% of security patches pushed to computers are to fix memory-related bugs.</li><li><a title="Announcing the General Availability of Bottlerocket" rel="nofollow" href="https://aws.amazon.com/blogs/opensource/announcing-the-general-availability-of-bottlerocket-an-open-source-linux-distribution-purpose-built-to-run-containers/">Announcing the General Availability of Bottlerocket</a></li><li><a title="FastAPI" rel="nofollow" href="https://fastapi.tiangolo.com/">FastAPI</a> &mdash; FastAPI framework, high performance, easy to learn, fast to code, ready for production</li><li><a title="Use FastAPI to build web services in Python" rel="nofollow" href="https://fedoramagazine.org/use-fastapi-to-build-web-services-in-python/">Use FastAPI to build web services in Python</a> &mdash; FastAPI is a modern Python web framework that leverage the latest Python improvement in asyncio. In this article you will see how to set up a container based development environment and implement a small web service with FastAPI.</li><li><a title="Python Developer Job in Plant City, FL at The Mad Botter" rel="nofollow" href="https://www.ziprecruiter.com/jobs/the-mad-botter-9add2877/python-developer-e3b76574">Python Developer Job in Plant City, FL at The Mad Botter</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>A special friend of the show joins us to discuss C++ in 2020 and the growing adoption of Rust.</p>

<p>Plus feedback, a Python surprise and a little small business corner.</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></ul><p>Links:</p><ul><li><a title="Linux Action News is BACK: Linux Action News 153" rel="nofollow" href="https://linuxactionnews.com/153">Linux Action News is BACK: Linux Action News 153</a> &mdash; The first Thinkpads loaded with Fedora go live, but there is a lot more to the story.

Plus, the new PinePhone options coming soon, our thoughts on recent Mozilla news, lessons from the GNOME Patent Troll, and AWS Bottlerocket.</li><li><a title="Read Epic’s new, full argument why a court should force Apple to reinstate Fortnite" rel="nofollow" href="https://www.theverge.com/2020/9/5/21423889/fortnite-epic-apple-preliminary-injunction-filing-ios-mac">Read Epic’s new, full argument why a court should force Apple to reinstate Fortnite</a> &mdash; Epic is formally asking for a preliminary injunction</li><li><a title="Miguel de Icaza on Twitter" rel="nofollow" href="https://twitter.com/migueldeicaza/status/1302619213643812868">Miguel de Icaza on Twitter</a> &mdash; I bet Fortnite could work in Safari without going through the AppStore. Like Confucius famously said in 500 BC: “When there is a billion dollar budget there is a way to compile the code to WebAssembly”</li><li><a title="Apple Shares Details on Privacy &#39;Nutrition Labels&#39; Coming to App Store" rel="nofollow" href="https://www.macrumors.com/2020/09/03/apple-privacy-labels-app-store/">Apple Shares Details on Privacy 'Nutrition Labels' Coming to App Store</a> &mdash; As part of iOS 14, Apple is introducing a new App Store feature that will provide privacy details for each app that you're downloading, which the company has said can be likened to a "nutrition label" for apps.</li><li><a title="C++20 Is Feature Complete; Here’s What Changes Are Coming" rel="nofollow" href="https://hackaday.com/2019/07/30/c20-is-feature-complete-heres-what-changes-are-coming/">C++20 Is Feature Complete; Here’s What Changes Are Coming</a> &mdash; If you have an opinion about C++, chances are you either love it for its extensiveness and versatility, or you hate it for its bloated complexity and would rather stick to alternative languages on both sides of the spectrum. Either way, here’s your chance to form a new opinion about the language.</li><li><a title="Microsoft: Rust Is the Industry’s ‘Best Chance’ at Safe Systems Programming" rel="nofollow" href="https://thenewstack.io/microsoft-rust-is-the-industrys-best-chance-at-safe-systems-programming/">Microsoft: Rust Is the Industry’s ‘Best Chance’ at Safe Systems Programming</a> &mdash; C++, at its core, is not a safe language,” said Ryan Levick, Microsoft cloud developer advocate, during the AllThingsOpen virtual conference last month</li><li><a title="How Microsoft Is Adopting Rust. " rel="nofollow" href="https://medium.com/the-innovation/how-microsoft-is-adopting-rust-e0f8816566ba">How Microsoft Is Adopting Rust. </a> &mdash; Microsoft determined that 70% of security patches pushed to computers are to fix memory-related bugs.</li><li><a title="Announcing the General Availability of Bottlerocket" rel="nofollow" href="https://aws.amazon.com/blogs/opensource/announcing-the-general-availability-of-bottlerocket-an-open-source-linux-distribution-purpose-built-to-run-containers/">Announcing the General Availability of Bottlerocket</a></li><li><a title="FastAPI" rel="nofollow" href="https://fastapi.tiangolo.com/">FastAPI</a> &mdash; FastAPI framework, high performance, easy to learn, fast to code, ready for production</li><li><a title="Use FastAPI to build web services in Python" rel="nofollow" href="https://fedoramagazine.org/use-fastapi-to-build-web-services-in-python/">Use FastAPI to build web services in Python</a> &mdash; FastAPI is a modern Python web framework that leverage the latest Python improvement in asyncio. In this article you will see how to set up a container based development environment and implement a small web service with FastAPI.</li><li><a title="Python Developer Job in Plant City, FL at The Mad Botter" rel="nofollow" href="https://www.ziprecruiter.com/jobs/the-mad-botter-9add2877/python-developer-e3b76574">Python Developer Job in Plant City, FL at The Mad Botter</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>374: Python's Long Tail</title>
  <link>https://coder.show/374</link>
  <guid isPermaLink="false">ed6631f5-392e-4b01-8157-8a8cd8d9d4be</guid>
  <pubDate>Mon, 09 Sep 2019 23:45:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/ed6631f5-392e-4b01-8157-8a8cd8d9d4be.mp3" length="24085025" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>As Python 2's demise draws near we reflect on Python's popularity, the growing adoption of static typing, and why the Python 3 transition took so long.

Plus Apple's audacious app store tactics, Google's troubles with Typescript, and more!</itunes:subtitle>
  <itunes:duration>33:27</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>As Python 2's demise draws near we reflect on Python's popularity, the growing adoption of static typing, and why the Python 3 transition took so long.
Plus Apple's audacious app store tactics, Google's troubles with Typescript, and more! 
</description>
  <itunes:keywords>macOS, Google, Typescript, Perl, Perl 6 Microsoft, Pry, Ruby, Web Development, static type checking, python, python2, python2, dropbox, Apple, app store, Clue, Sherlock, ProjectPSX, Playstation, Emulator, fzf, fuzzy finder, Go, Jupiter Broadcasting, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>As Python 2&#39;s demise draws near we reflect on Python&#39;s popularity, the growing adoption of static typing, and why the Python 3 transition took so long.</p>

<p>Plus Apple&#39;s audacious app store tactics, Google&#39;s troubles with Typescript, and more!</p><p>Links:</p><ul><li><a title="Correction: macOS and Zsh" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/cz5v35/coder_radio_373_interactive_investigations_coder/eyxrq6c/">Correction: macOS and Zsh</a> &mdash; I believe the new macOS Catalina shell is zsh.</li><li><a title="Feedback: What about Perl 6?" rel="nofollow" href="https://slexy.org/view/s2GMa363ln">Feedback: What about Perl 6?</a> &mdash; Last episode (373) that's on about shell scripting, interpreted  languages, repl &amp; cli, made me think about Perl 6.</li><li><a title="Feedback: Pry and a Pick" rel="nofollow" href="https://slexy.org/view/s2sHl0j5xl">Feedback: Pry and a Pick</a> &mdash; In the previous episode I was amazed to hear that Mike had never used pry before! It's one of the first things I show off to people when introducing them to Ruby.</li><li><a title="Feedback: Learning Web Dev" rel="nofollow" href="https://slexy.org/view/s20RoYjNmV">Feedback: Learning Web Dev</a> &mdash; I feel woefully unready and I was wondering if either of you had suggestions for structured content around web dev/design that I could use to augment my learning? I've been using Pluralsight, which is great, and I'd be curious to know what else you might suggest.
</li><li><a title="Google feedback on TypeScript 3.5" rel="nofollow" href="https://github.com/microsoft/TypeScript/issues/33272">Google feedback on TypeScript 3.5</a> &mdash; We know and expect every TypeScript upgrade to involve some work. For example, improvements to the standard library are expected and welcomed by us, even though they may mean removing similar but incompatible definitions from our own code base. However, TypeScript 3.5 was a lot more work for us than other recent TypeScript upgrades.</li><li><a title="Apple has copied some of the most popular apps in the App Store for its iPhone, iPad and other software updates - The Washington Post" rel="nofollow" href="https://www.washingtonpost.com/technology/2019/09/05/how-apple-uses-its-app-store-copy-best-ideas/">Apple has copied some of the most popular apps in the App Store for its iPhone, iPad and other software updates - The Washington Post</a> &mdash; Apple plans this month to incorporate some of Clue’s core functionality such as fertility and period prediction into its own Health app that comes pre-installed in every iPhone and is free — unlike Clue, which is free to download but earns money by selling subscriptions and services within its app. Apple’s past incorporation of functionality included in other third-party apps has often led to their demise.

</li><li><a title="How Apple’s Apps Topped Rivals in the App Store It Controls - The New York Times" rel="nofollow" href="https://www.nytimes.com/interactive/2019/09/09/technology/apple-app-store-competition.html">How Apple’s Apps Topped Rivals in the App Store It Controls - The New York Times</a> &mdash; But as Apple has become one of the largest competitors on a platform that it controls, suspicions that the company has been tipping the scales in its own favor are at the heart of antitrust complaints in the United States, Europe and Russia.</li><li><a title="Sunsetting Python 2 | Python.org" rel="nofollow" href="https://www.python.org/doc/sunset-python-2/">Sunsetting Python 2 | Python.org</a> &mdash; We have decided that January 1, 2020, will be the day that we sunset Python 2. That means that we will not improve it anymore after that day, even if someone finds a security problem in it. You should upgrade to Python 3 as soon as you can.</li><li><a title="Python 2.7 Countdown" rel="nofollow" href="https://pythonclock.org/">Python 2.7 Countdown</a></li><li><a title="Porting Python 2 Code to Python 3" rel="nofollow" href="https://docs.python.org/3/howto/pyporting.html">Porting Python 2 Code to Python 3</a></li><li><a title="Our journey to type checking 4 million lines of Python | Dropbox Tech Blog" rel="nofollow" href="https://blogs.dropbox.com/tech/2019/09/our-journey-to-type-checking-4-million-lines-of-python/">Our journey to type checking 4 million lines of Python | Dropbox Tech Blog</a> &mdash; Dropbox is a big user of Python. It’s our most widely used language both for backend services and the desktop client app (we are also heavy users of Go, TypeScript, and Rust). At our scale—millions of lines of Python—the dynamic typing in Python made code needlessly hard to understand and started to seriously impact productivity. T</li><li><a title="ProjectPSX: Experimental C# Playstation Emulator" rel="nofollow" href="https://github.com/BluestormDNA/ProjectPSX">ProjectPSX: Experimental C# Playstation Emulator</a> &mdash; ProjectPSX is a C# coded emulator of the original Sony Playstation (Playstation 1/PS1/PSX)

</li><li><a title="junegunn/fzf" rel="nofollow" href="https://github.com/junegunn/fzf">junegunn/fzf</a> &mdash; fzf is a general-purpose command-line fuzzy finder.

</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>As Python 2&#39;s demise draws near we reflect on Python&#39;s popularity, the growing adoption of static typing, and why the Python 3 transition took so long.</p>

<p>Plus Apple&#39;s audacious app store tactics, Google&#39;s troubles with Typescript, and more!</p><p>Links:</p><ul><li><a title="Correction: macOS and Zsh" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/cz5v35/coder_radio_373_interactive_investigations_coder/eyxrq6c/">Correction: macOS and Zsh</a> &mdash; I believe the new macOS Catalina shell is zsh.</li><li><a title="Feedback: What about Perl 6?" rel="nofollow" href="https://slexy.org/view/s2GMa363ln">Feedback: What about Perl 6?</a> &mdash; Last episode (373) that's on about shell scripting, interpreted  languages, repl &amp; cli, made me think about Perl 6.</li><li><a title="Feedback: Pry and a Pick" rel="nofollow" href="https://slexy.org/view/s2sHl0j5xl">Feedback: Pry and a Pick</a> &mdash; In the previous episode I was amazed to hear that Mike had never used pry before! It's one of the first things I show off to people when introducing them to Ruby.</li><li><a title="Feedback: Learning Web Dev" rel="nofollow" href="https://slexy.org/view/s20RoYjNmV">Feedback: Learning Web Dev</a> &mdash; I feel woefully unready and I was wondering if either of you had suggestions for structured content around web dev/design that I could use to augment my learning? I've been using Pluralsight, which is great, and I'd be curious to know what else you might suggest.
</li><li><a title="Google feedback on TypeScript 3.5" rel="nofollow" href="https://github.com/microsoft/TypeScript/issues/33272">Google feedback on TypeScript 3.5</a> &mdash; We know and expect every TypeScript upgrade to involve some work. For example, improvements to the standard library are expected and welcomed by us, even though they may mean removing similar but incompatible definitions from our own code base. However, TypeScript 3.5 was a lot more work for us than other recent TypeScript upgrades.</li><li><a title="Apple has copied some of the most popular apps in the App Store for its iPhone, iPad and other software updates - The Washington Post" rel="nofollow" href="https://www.washingtonpost.com/technology/2019/09/05/how-apple-uses-its-app-store-copy-best-ideas/">Apple has copied some of the most popular apps in the App Store for its iPhone, iPad and other software updates - The Washington Post</a> &mdash; Apple plans this month to incorporate some of Clue’s core functionality such as fertility and period prediction into its own Health app that comes pre-installed in every iPhone and is free — unlike Clue, which is free to download but earns money by selling subscriptions and services within its app. Apple’s past incorporation of functionality included in other third-party apps has often led to their demise.

</li><li><a title="How Apple’s Apps Topped Rivals in the App Store It Controls - The New York Times" rel="nofollow" href="https://www.nytimes.com/interactive/2019/09/09/technology/apple-app-store-competition.html">How Apple’s Apps Topped Rivals in the App Store It Controls - The New York Times</a> &mdash; But as Apple has become one of the largest competitors on a platform that it controls, suspicions that the company has been tipping the scales in its own favor are at the heart of antitrust complaints in the United States, Europe and Russia.</li><li><a title="Sunsetting Python 2 | Python.org" rel="nofollow" href="https://www.python.org/doc/sunset-python-2/">Sunsetting Python 2 | Python.org</a> &mdash; We have decided that January 1, 2020, will be the day that we sunset Python 2. That means that we will not improve it anymore after that day, even if someone finds a security problem in it. You should upgrade to Python 3 as soon as you can.</li><li><a title="Python 2.7 Countdown" rel="nofollow" href="https://pythonclock.org/">Python 2.7 Countdown</a></li><li><a title="Porting Python 2 Code to Python 3" rel="nofollow" href="https://docs.python.org/3/howto/pyporting.html">Porting Python 2 Code to Python 3</a></li><li><a title="Our journey to type checking 4 million lines of Python | Dropbox Tech Blog" rel="nofollow" href="https://blogs.dropbox.com/tech/2019/09/our-journey-to-type-checking-4-million-lines-of-python/">Our journey to type checking 4 million lines of Python | Dropbox Tech Blog</a> &mdash; Dropbox is a big user of Python. It’s our most widely used language both for backend services and the desktop client app (we are also heavy users of Go, TypeScript, and Rust). At our scale—millions of lines of Python—the dynamic typing in Python made code needlessly hard to understand and started to seriously impact productivity. T</li><li><a title="ProjectPSX: Experimental C# Playstation Emulator" rel="nofollow" href="https://github.com/BluestormDNA/ProjectPSX">ProjectPSX: Experimental C# Playstation Emulator</a> &mdash; ProjectPSX is a C# coded emulator of the original Sony Playstation (Playstation 1/PS1/PSX)

</li><li><a title="junegunn/fzf" rel="nofollow" href="https://github.com/junegunn/fzf">junegunn/fzf</a> &mdash; fzf is a general-purpose command-line fuzzy finder.

</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>364: Gabbing About Go</title>
  <link>https://coder.show/364</link>
  <guid isPermaLink="false">4bcc02e3-3aaf-4c20-89e2-750b9b88a52f</guid>
  <pubDate>Mon, 01 Jul 2019 22:15:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/4bcc02e3-3aaf-4c20-89e2-750b9b88a52f.mp3" length="35120088" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Mike and Wes burrow into the concurrent world of Go and debate where it makes sense and where it may not.</itunes:subtitle>
  <itunes:duration>48:46</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 and Wes burrow into the concurrent world of Go and debate where it makes sense and where it may not.
Plus gradual typing for Ruby, a new solution for Python packaging, and the real story behind Jony Ive's exit. 
</description>
  <itunes:keywords>Apple, Jony Ive, accounting, bureaucracy, go, concurrency, 7 languages in 7 weeks, 7 languages challenge, programming, goroutines, ruby, ruby on rails, static types, OOP, C++, application distribution, WSL, WSL2, Linux, Windows, IDE, sorbet, type checking, gradual types, stripe, compilers, PyOxidizer, rust, python, python packaging, pex, shiv, static linking, executable, prototyping, Jupiter Broadcasting, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Mike and Wes burrow into the concurrent world of Go and debate where it makes sense and where it may not.</p>

<p>Plus gradual typing for Ruby, a new solution for Python packaging, and the real story behind Jony Ive&#39;s exit.</p><p>Links:</p><ul><li><a title="Goroutines - Concurrency in Golang" rel="nofollow" href="https://golangbot.com/goroutines/">Goroutines - Concurrency in Golang</a> &mdash; Goroutines are functions or methods that run concurrently with other functions or methods. Goroutines can be thought of as light weight threads. The cost of creating a Goroutine is tiny when compared to a thread. </li><li><a title="Why build concurrency on the ideas of CSP?" rel="nofollow" href="https://golang.org/doc/faq#csp">Why build concurrency on the ideas of CSP?</a> &mdash; One of the most successful models for providing high-level linguistic support for concurrency comes from Hoare's Communicating Sequential Processes, or CSP. Occam and Erlang are two well known languages that stem from CSP. Go's concurrency primitives derive from a different part of the family tree whose main contribution is the powerful notion of channels as first class objects.</li><li><a title="Jony Ive ‘dispirited’ by Tim Cook’s lack of interest in product design" rel="nofollow" href="https://www.theverge.com/2019/7/1/20676755/jony-ive-exit-tim-cook-disinterest-in-product">Jony Ive ‘dispirited’ by Tim Cook’s lack of interest in product design</a> &mdash; To many, Jony Ive’s announced departure from Apple last week felt very sudden. But a narrative is forming to suggest that he’s been slowly exiting for years as the company shifted priorities from product design to operations.</li><li><a title="CSP Paper" rel="nofollow" href="https://www.cs.cmu.edu/~crary/819-f09/Hoare78.pdf">CSP Paper</a></li><li><a title="A Tour of Go" rel="nofollow" href="https://tour.golang.org/welcome/1">A Tour of Go</a> &mdash; These example programs demonstrate different aspects of Go. The programs in the tour are meant to be starting points for your own experimentation.

</li><li><a title="GoLand: A Clever IDE to Go by JetBrains" rel="nofollow" href="https://www.jetbrains.com/go/">GoLand: A Clever IDE to Go by JetBrains</a> &mdash; GoLand is cross-platform IDE built specially for Go developers.</li><li><a title="Google I/O 2013 - Advanced Go Concurrency Patterns" rel="nofollow" href="https://www.youtube.com/watch?v=QDDwwePbDtw&amp;feature=youtu.be">Google I/O 2013 - Advanced Go Concurrency Patterns</a> &mdash; Concurrency is the key to designing high performance network services. This talk expands on last year's popular Go Concurrency Patterns talk to dive deeper into Go's concurrency primitives, and see how tricky concurrency problems can be solved gracefully with simple Go code.</li><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1145405694839021571">Michael Dominick on Twitter</a> &mdash; Ok, so this is cool I have a fully working #rails dev environment up under #Windows usign #WSL and @PengwinLinux. Using @code for the editor. So far so good!</li><li><a title="Pengwin by Whitewater Foundry" rel="nofollow" href="https://www.pengwin.dev/">Pengwin by Whitewater Foundry</a> &mdash; Pengwin is a Linux environment for Windows 10 built on work by Microsoft Research and the Debian project.</li><li><a title="Open-sourcing Sorbet" rel="nofollow" href="https://sorbet.org/blog/2019/06/20/open-sourcing-sorbet">Open-sourcing Sorbet</a> &mdash; Sorbet is a fast, powerful type checker designed for Ruby. It scales to codebases with millions of lines of code and can be adopted incrementally.</li><li><a title="Sorbetting a gem, or the story of the first adoption" rel="nofollow" href="https://dev.to/evilmartians/sorbetting-a-gem-or-the-story-of-the-first-adoption-3j3p">Sorbetting a gem, or the story of the first adoption</a> &mdash; After reading about Brandon's first impression (highly recommend to check it out), I decided to give Sorbet a try and integrate it into one of my gems.</li><li><a title=" Gradual typing of Ruby at Scale" rel="nofollow" href="https://www.youtube.com/watch?v=uFFJyp8vXQI"> Gradual typing of Ruby at Scale</a> &mdash; This talk shares experience of Stripe successfully been building a typechecker for internal use, including core design decisions made in early days of the project and how they withstood reality of production use
</li><li><a title="Building Standalone Python Applications with PyOxidizer" rel="nofollow" href="https://gregoryszorc.com/blog/2019/06/24/building-standalone-python-applications-with-pyoxidizer/">Building Standalone Python Applications with PyOxidizer</a> &mdash; PyOxidizer's marquee feature is that it can produce a single file executable containing a fully-featured Python interpreter, its extensions, standard library, and your application's modules and resources. In other words, you can have a single .exe providing your application. </li><li><a title="Packaging Your Code — The Hitchhiker&#39;s Guide to Python" rel="nofollow" href="https://docs.python-guide.org/shipping/packaging/">Packaging Your Code — The Hitchhiker's Guide to Python</a></li><li><a title="An Overview of Packaging for Python" rel="nofollow" href="https://packaging.python.org/overview/#depending-on-a-pre-installed-python">An Overview of Packaging for Python</a></li><li><a title="pex" rel="nofollow" href="https://github.com/pantsbuild/pex">pex</a> &mdash; pex is a library for generating .pex (Python EXecutable) files which are executable Python environments in the spirit of virtualenvs.</li><li><a title="shiv" rel="nofollow" href="https://github.com/linkedin/shiv#shiv">shiv</a> &mdash; shiv is a command line utility for building fully self-contained Python zipapps as outlined in PEP 441, but with all their dependencies included!

</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Mike and Wes burrow into the concurrent world of Go and debate where it makes sense and where it may not.</p>

<p>Plus gradual typing for Ruby, a new solution for Python packaging, and the real story behind Jony Ive&#39;s exit.</p><p>Links:</p><ul><li><a title="Goroutines - Concurrency in Golang" rel="nofollow" href="https://golangbot.com/goroutines/">Goroutines - Concurrency in Golang</a> &mdash; Goroutines are functions or methods that run concurrently with other functions or methods. Goroutines can be thought of as light weight threads. The cost of creating a Goroutine is tiny when compared to a thread. </li><li><a title="Why build concurrency on the ideas of CSP?" rel="nofollow" href="https://golang.org/doc/faq#csp">Why build concurrency on the ideas of CSP?</a> &mdash; One of the most successful models for providing high-level linguistic support for concurrency comes from Hoare's Communicating Sequential Processes, or CSP. Occam and Erlang are two well known languages that stem from CSP. Go's concurrency primitives derive from a different part of the family tree whose main contribution is the powerful notion of channels as first class objects.</li><li><a title="Jony Ive ‘dispirited’ by Tim Cook’s lack of interest in product design" rel="nofollow" href="https://www.theverge.com/2019/7/1/20676755/jony-ive-exit-tim-cook-disinterest-in-product">Jony Ive ‘dispirited’ by Tim Cook’s lack of interest in product design</a> &mdash; To many, Jony Ive’s announced departure from Apple last week felt very sudden. But a narrative is forming to suggest that he’s been slowly exiting for years as the company shifted priorities from product design to operations.</li><li><a title="CSP Paper" rel="nofollow" href="https://www.cs.cmu.edu/~crary/819-f09/Hoare78.pdf">CSP Paper</a></li><li><a title="A Tour of Go" rel="nofollow" href="https://tour.golang.org/welcome/1">A Tour of Go</a> &mdash; These example programs demonstrate different aspects of Go. The programs in the tour are meant to be starting points for your own experimentation.

</li><li><a title="GoLand: A Clever IDE to Go by JetBrains" rel="nofollow" href="https://www.jetbrains.com/go/">GoLand: A Clever IDE to Go by JetBrains</a> &mdash; GoLand is cross-platform IDE built specially for Go developers.</li><li><a title="Google I/O 2013 - Advanced Go Concurrency Patterns" rel="nofollow" href="https://www.youtube.com/watch?v=QDDwwePbDtw&amp;feature=youtu.be">Google I/O 2013 - Advanced Go Concurrency Patterns</a> &mdash; Concurrency is the key to designing high performance network services. This talk expands on last year's popular Go Concurrency Patterns talk to dive deeper into Go's concurrency primitives, and see how tricky concurrency problems can be solved gracefully with simple Go code.</li><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1145405694839021571">Michael Dominick on Twitter</a> &mdash; Ok, so this is cool I have a fully working #rails dev environment up under #Windows usign #WSL and @PengwinLinux. Using @code for the editor. So far so good!</li><li><a title="Pengwin by Whitewater Foundry" rel="nofollow" href="https://www.pengwin.dev/">Pengwin by Whitewater Foundry</a> &mdash; Pengwin is a Linux environment for Windows 10 built on work by Microsoft Research and the Debian project.</li><li><a title="Open-sourcing Sorbet" rel="nofollow" href="https://sorbet.org/blog/2019/06/20/open-sourcing-sorbet">Open-sourcing Sorbet</a> &mdash; Sorbet is a fast, powerful type checker designed for Ruby. It scales to codebases with millions of lines of code and can be adopted incrementally.</li><li><a title="Sorbetting a gem, or the story of the first adoption" rel="nofollow" href="https://dev.to/evilmartians/sorbetting-a-gem-or-the-story-of-the-first-adoption-3j3p">Sorbetting a gem, or the story of the first adoption</a> &mdash; After reading about Brandon's first impression (highly recommend to check it out), I decided to give Sorbet a try and integrate it into one of my gems.</li><li><a title=" Gradual typing of Ruby at Scale" rel="nofollow" href="https://www.youtube.com/watch?v=uFFJyp8vXQI"> Gradual typing of Ruby at Scale</a> &mdash; This talk shares experience of Stripe successfully been building a typechecker for internal use, including core design decisions made in early days of the project and how they withstood reality of production use
</li><li><a title="Building Standalone Python Applications with PyOxidizer" rel="nofollow" href="https://gregoryszorc.com/blog/2019/06/24/building-standalone-python-applications-with-pyoxidizer/">Building Standalone Python Applications with PyOxidizer</a> &mdash; PyOxidizer's marquee feature is that it can produce a single file executable containing a fully-featured Python interpreter, its extensions, standard library, and your application's modules and resources. In other words, you can have a single .exe providing your application. </li><li><a title="Packaging Your Code — The Hitchhiker&#39;s Guide to Python" rel="nofollow" href="https://docs.python-guide.org/shipping/packaging/">Packaging Your Code — The Hitchhiker's Guide to Python</a></li><li><a title="An Overview of Packaging for Python" rel="nofollow" href="https://packaging.python.org/overview/#depending-on-a-pre-installed-python">An Overview of Packaging for Python</a></li><li><a title="pex" rel="nofollow" href="https://github.com/pantsbuild/pex">pex</a> &mdash; pex is a library for generating .pex (Python EXecutable) files which are executable Python environments in the spirit of virtualenvs.</li><li><a title="shiv" rel="nofollow" href="https://github.com/linkedin/shiv#shiv">shiv</a> &mdash; shiv is a command line utility for building fully self-contained Python zipapps as outlined in PEP 441, but with all their dependencies included!

</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>350: Rusty Stadia</title>
  <link>https://coder.show/350</link>
  <guid isPermaLink="false">9cc8d8b9-3b0b-4900-8aa5-23f2e8af0909</guid>
  <pubDate>Wed, 27 Mar 2019 00:30:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/9cc8d8b9-3b0b-4900-8aa5-23f2e8af0909.mp3" length="30462873" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>We debate Rust's role as a replacement for C, and share our take on the future of gaming with Google's Stadia.</itunes:subtitle>
  <itunes:duration>42:18</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 debate Rust’s role as a replacement for C, and share our take on the future of gaming with Google's Stadia.
Plus Objective-C's return to grace, Mike’s big bet on .NET, and more! 
</description>
  <itunes:keywords>Objective-C, RedMonk, Javascript, Java, .NET, TypeScript, .NET Foundation, Open Source, linux, linux gaming, google, google stadia, game streaming, vulkan, rust, c, c++, go, memory management, concurrency, parallelism, ruby, python, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We debate Rust’s role as a replacement for C, and share our take on the future of gaming with Google&#39;s Stadia.</p>

<p>Plus Objective-C&#39;s return to grace, Mike’s big bet on .NET, and more!</p><p>Links:</p><ul><li><a title="The RedMonk Programming Language Rankings: January 2019" rel="nofollow" href="https://redmonk.com/sogrady/2019/03/20/language-rankings-1-19/">The RedMonk Programming Language Rankings: January 2019</a> &mdash; The idea is not to offer a statistically valid representation of current usage, but rather to correlate language discussion and usage in an effort to extract insights into potential future adoption trends.
</li><li><a title="Hello .Net Foundation - dominickm.com" rel="nofollow" href="http://dominickm.com/hello-net-foundation/">Hello .Net Foundation - dominickm.com</a> &mdash; I am pleased to share that I have joined the .Net Foundation.

</li><li><a title="Avalonia: A multi-platform .NET UI framework" rel="nofollow" href="https://github.com/AvaloniaUI/Avalonia">Avalonia: A multi-platform .NET UI framework</a> &mdash; Avalonia is a WPF-inspired cross-platform XAML-based UI framework providing a flexible styling system and supporting a wide range of OSs: Windows (.NET Framework, .NET Core), Linux (GTK), MacOS, Android and iOS.

</li><li><a title="Google’s Stadia looks like an early beta of the future of gaming" rel="nofollow" href="https://www.theverge.com/2019/3/20/18273977/google-stadia-cloud-game-streaming-service-report">Google’s Stadia looks like an early beta of the future of gaming</a> &mdash; “The future of gaming is not a box,” according to Google. “It’s a place.” Just like how humans have built stadiums for sports over hundreds of years, Google believes it’s building a virtual stadium, aptly dubbed Stadia, for the future of games to be played anywhere. </li><li><a title="Stadia" rel="nofollow" href="https://stadia.dev/">Stadia</a> &mdash; Push the envelope of game development with Stadia.</li><li><a title="Rust is not a good C replacement | Drew DeVault’s Blog" rel="nofollow" href="https://drewdevault.com/2019/03/25/Rust-is-not-a-good-C-replacement.html">Rust is not a good C replacement | Drew DeVault’s Blog</a> &mdash; The kitchen sink approach doesn’t work. Rust will eventually fail to the “jack of all trades, master of none” problem that C++ has. Wise languages designers start small and stay small. Wise systems programmers extend this philosophy to designing entire systems, and Rust is probably not going to be invited. I understand that many people, particularly those already enamored with Rust, won’t agree with much of this article. But now you know why we are still writing C, and hopefully you’ll stop bloody bothering us about it.</li><li><a title="Introduction to Python Development at Linux Academy" rel="nofollow" href="https://linuxacademy.com/devops/training/course/name/intro-to-python-development?utm_source=social&amp;utm_medium=twitter&amp;utm_campaign=2019_aprilcourselaunch">Introduction to Python Development at Linux Academy</a> &mdash; This course is designed to teach you how to program using Python. We'll cover the building blocks of the language, programming design fundamentals, how to use the standard library, third-party packages, and how to create Python projects. In the end, you should have a grasp of how to program.</li><li><a title="Marc-Etienne M.Léveillé on Twitter" rel="nofollow" href="https://twitter.com/marc_etienne_/status/1110202451842478087">Marc-Etienne M.Léveillé on Twitter</a> &mdash; Here's something interesting: the backdoor in ASUS Update Setup.exe is _again_ located in the CRT, just like the CCleaner case and recent games with a backdoor. This time in _crtExitProcess.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We debate Rust’s role as a replacement for C, and share our take on the future of gaming with Google&#39;s Stadia.</p>

<p>Plus Objective-C&#39;s return to grace, Mike’s big bet on .NET, and more!</p><p>Links:</p><ul><li><a title="The RedMonk Programming Language Rankings: January 2019" rel="nofollow" href="https://redmonk.com/sogrady/2019/03/20/language-rankings-1-19/">The RedMonk Programming Language Rankings: January 2019</a> &mdash; The idea is not to offer a statistically valid representation of current usage, but rather to correlate language discussion and usage in an effort to extract insights into potential future adoption trends.
</li><li><a title="Hello .Net Foundation - dominickm.com" rel="nofollow" href="http://dominickm.com/hello-net-foundation/">Hello .Net Foundation - dominickm.com</a> &mdash; I am pleased to share that I have joined the .Net Foundation.

</li><li><a title="Avalonia: A multi-platform .NET UI framework" rel="nofollow" href="https://github.com/AvaloniaUI/Avalonia">Avalonia: A multi-platform .NET UI framework</a> &mdash; Avalonia is a WPF-inspired cross-platform XAML-based UI framework providing a flexible styling system and supporting a wide range of OSs: Windows (.NET Framework, .NET Core), Linux (GTK), MacOS, Android and iOS.

</li><li><a title="Google’s Stadia looks like an early beta of the future of gaming" rel="nofollow" href="https://www.theverge.com/2019/3/20/18273977/google-stadia-cloud-game-streaming-service-report">Google’s Stadia looks like an early beta of the future of gaming</a> &mdash; “The future of gaming is not a box,” according to Google. “It’s a place.” Just like how humans have built stadiums for sports over hundreds of years, Google believes it’s building a virtual stadium, aptly dubbed Stadia, for the future of games to be played anywhere. </li><li><a title="Stadia" rel="nofollow" href="https://stadia.dev/">Stadia</a> &mdash; Push the envelope of game development with Stadia.</li><li><a title="Rust is not a good C replacement | Drew DeVault’s Blog" rel="nofollow" href="https://drewdevault.com/2019/03/25/Rust-is-not-a-good-C-replacement.html">Rust is not a good C replacement | Drew DeVault’s Blog</a> &mdash; The kitchen sink approach doesn’t work. Rust will eventually fail to the “jack of all trades, master of none” problem that C++ has. Wise languages designers start small and stay small. Wise systems programmers extend this philosophy to designing entire systems, and Rust is probably not going to be invited. I understand that many people, particularly those already enamored with Rust, won’t agree with much of this article. But now you know why we are still writing C, and hopefully you’ll stop bloody bothering us about it.</li><li><a title="Introduction to Python Development at Linux Academy" rel="nofollow" href="https://linuxacademy.com/devops/training/course/name/intro-to-python-development?utm_source=social&amp;utm_medium=twitter&amp;utm_campaign=2019_aprilcourselaunch">Introduction to Python Development at Linux Academy</a> &mdash; This course is designed to teach you how to program using Python. We'll cover the building blocks of the language, programming design fundamentals, how to use the standard library, third-party packages, and how to create Python projects. In the end, you should have a grasp of how to program.</li><li><a title="Marc-Etienne M.Léveillé on Twitter" rel="nofollow" href="https://twitter.com/marc_etienne_/status/1110202451842478087">Marc-Etienne M.Léveillé on Twitter</a> &mdash; Here's something interesting: the backdoor in ASUS Update Setup.exe is _again_ located in the CRT, just like the CCleaner case and recent games with a backdoor. This time in _crtExitProcess.</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>Clojure Calisthenics</title>
  <link>https://coder.show/325</link>
  <guid isPermaLink="false">a01b1842-20ca-46c1-8ae8-6ebba95081b8</guid>
  <pubDate>Fri, 07 Sep 2018 22:00:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/a01b1842-20ca-46c1-8ae8-6ebba95081b8.mp3" length="38826650" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Wes joins Mike to discuss why .NET still makes sense, the latest antics from Fortnite, a brave new hope for JVM concurrency, and the mind-expanding benefits of trying a Lisp.</itunes:subtitle>
  <itunes:duration>45:45</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>Wes joins Mike to discuss why .NET still makes sense, the latest antics from Fortnite, a brave new hope for JVM concurrency, and the mind-expanding benefits of trying a Lisp. 
</description>
  <itunes:keywords>.NET, TornadoFX, Java, C#, Kotlin, Fortnite, Android, Google Play, JVM, Project Loom, Quasar, BEAM, Go, Erlang, Elixir, Clojure, Clojurescript, Haskell, Javascript, Concurrency, Callbacks, async, lisp, functional programming, development podcast, coder radio </itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Wes joins Mike to discuss why .NET still makes sense, the latest antics from Fortnite, a brave new hope for JVM concurrency, and the mind-expanding benefits of trying a Lisp.</p><p>Links:</p><ul><li><a title="Fortnite 15 Mil downloads sans Google Play" rel="nofollow" href="https://arstechnica.com/gaming/2018/09/fortnite-reaches-15-million-android-downloads-without-google-play/">Fortnite 15 Mil downloads sans Google Play</a></li><li><a title="Project Loom" rel="nofollow" href="http://cr.openjdk.java.net/~rpressler/loom/Loom-Proposal.html">Project Loom</a></li><li><a title="What Color is Your Function" rel="nofollow" href="http://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/">What Color is Your Function</a></li><li><a title="Generics in Go" rel="nofollow" href="https://blog.merovius.de/2018/09/05/scrapping_contracts.html">Generics in Go</a></li><li><a title="Elixir" rel="nofollow" href="https://elixir-lang.org/">Elixir</a></li><li><a title="Clojure - Deps and CLI Guide" rel="nofollow" href="https://clojure.org/guides/deps_and_cli">Clojure - Deps and CLI Guide</a></li><li><a title="Clojure - Getting Started" rel="nofollow" href="https://clojure.org/guides/getting_started">Clojure - Getting Started</a></li><li><a title="Reitit, Data-Driven Routing with Clojure(Script)" rel="nofollow" href="https://www.metosin.fi/blog/reitit/">Reitit, Data-Driven Routing with Clojure(Script)</a></li><li><a title="core.async Walkthrough" rel="nofollow" href="https://github.com/clojure/core.async/blob/master/examples/walkthrough.clj">core.async Walkthrough</a></li><li><a title="Understanding Homoiconicity, the Power Behind Clojure Macros" rel="nofollow" href="https://spin.atomicobject.com/2013/07/23/homoiconicity-clojure-macros/">Understanding Homoiconicity, the Power Behind Clojure Macros</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Wes joins Mike to discuss why .NET still makes sense, the latest antics from Fortnite, a brave new hope for JVM concurrency, and the mind-expanding benefits of trying a Lisp.</p><p>Links:</p><ul><li><a title="Fortnite 15 Mil downloads sans Google Play" rel="nofollow" href="https://arstechnica.com/gaming/2018/09/fortnite-reaches-15-million-android-downloads-without-google-play/">Fortnite 15 Mil downloads sans Google Play</a></li><li><a title="Project Loom" rel="nofollow" href="http://cr.openjdk.java.net/~rpressler/loom/Loom-Proposal.html">Project Loom</a></li><li><a title="What Color is Your Function" rel="nofollow" href="http://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/">What Color is Your Function</a></li><li><a title="Generics in Go" rel="nofollow" href="https://blog.merovius.de/2018/09/05/scrapping_contracts.html">Generics in Go</a></li><li><a title="Elixir" rel="nofollow" href="https://elixir-lang.org/">Elixir</a></li><li><a title="Clojure - Deps and CLI Guide" rel="nofollow" href="https://clojure.org/guides/deps_and_cli">Clojure - Deps and CLI Guide</a></li><li><a title="Clojure - Getting Started" rel="nofollow" href="https://clojure.org/guides/getting_started">Clojure - Getting Started</a></li><li><a title="Reitit, Data-Driven Routing with Clojure(Script)" rel="nofollow" href="https://www.metosin.fi/blog/reitit/">Reitit, Data-Driven Routing with Clojure(Script)</a></li><li><a title="core.async Walkthrough" rel="nofollow" href="https://github.com/clojure/core.async/blob/master/examples/walkthrough.clj">core.async Walkthrough</a></li><li><a title="Understanding Homoiconicity, the Power Behind Clojure Macros" rel="nofollow" href="https://spin.atomicobject.com/2013/07/23/homoiconicity-clojure-macros/">Understanding Homoiconicity, the Power Behind Clojure Macros</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
