<?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>Wed, 08 Apr 2026 18:00:22 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Coder Radio - Episodes Tagged with “Gnome Shell”</title>
    <link>https://coder.show/tags/gnome%20shell</link>
    <pubDate>Wed, 03 Nov 2021 16:00:00 -0400</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>438: The Oppenheimer Problem</title>
  <link>https://coder.show/438</link>
  <guid isPermaLink="false">fd27152e-633d-4a3b-8bc6-2053eb067368</guid>
  <pubDate>Wed, 03 Nov 2021 16:00:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/fd27152e-633d-4a3b-8bc6-2053eb067368.mp3" length="39711787" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>After a little async Ruby chat and developer morality struggle, Chris explains how macOS Monterey has lapped Linux with a critical workstation feature.</itunes:subtitle>
  <itunes:duration>55:09</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 a little async Ruby chat and developer morality struggle, Chris explains how macOS Monterey has lapped Linux with a critical workstation feature. 
</description>
  <itunes:keywords>Coder Radio, Development Podcast, Ruby async, Project Bernanke, Project NERA, Project Jedi, Jedi Blue, 173-page unredacted filing, Google AMP, Async-Ruby, Ruby Fibers, Ruby Blocks, macOS, Monterey, Simplified Boot Volume, APFS, Data volume, Sealed System Volume, firmlinked, immutable filesystem, snapshot, Low Power Mode, AirPlay to Mac Port 5000, Terminal, FiberScheduler, concurrency gem, concurrent-ruby, iNotch, GNOME Shell</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>After a little async Ruby chat and developer morality struggle, Chris explains how macOS Monterey has lapped Linux with a critical workstation feature.</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="Google&#39;s &#39;Be Evil&#39; business transformation is complete" rel="nofollow" href="https://www.theregister.com/2021/11/01/google_opinion_column/">Google's 'Be Evil' business transformation is complete</a> &mdash; Looking through the lawsuit, the scope and shamelessness of Google's greed would appear to be stark. Project Bernanke, for example, is claimed to take data from publishers' ad servers to boost Google's own services. Project NERA, to create a "not owned but operated" walled garden for users if they used any Google service. "Project Jedi" was allegedly meant to freeze out independent ad exchanges by using insider knowledge, and in "Jedi Blue", Google is alleged to have conspired with Facebook to parcel out the goodies between themselves.</li><li><a title="fasterthanlime 🌌 on Twitter" rel="nofollow" href="https://twitter.com/fasterthanlime/status/1452053938195341314">fasterthanlime 🌌 on Twitter</a> &mdash; "Ok so, I just read through all 173 pages of the unredacted Google antitrust filing and I have to say that either Google is screwed or society is screwed, we'll find out which."</li><li><a title="Async Ruby" rel="nofollow" href="https://brunosutic.com/blog/async-ruby">Async Ruby</a> &mdash; Async Ruby adds new concurrency features to the language; you can think of it as "threads with none of the downsides". It's been in the making for a couple of years, and with Ruby 3.0, it's finally ready for prime time.</li><li><a title="Explaining Ruby Fibers" rel="nofollow" href="https://noteflakes.com/articles/2021-10-20-explaining-ruby-fibers">Explaining Ruby Fibers</a> &mdash; A fiber is simply an independent execution context that can be paused and resumed programmatically. We can think of fibers as story lines in a book or a movie: there are multiple happenings involving different persons at different places all occurring at the same time, but we can only follow a single story line at a time: the one we’re currently reading or watching.</li><li><a title="How macOS is more reliable, and doesn’t need reinstalling" rel="nofollow" href="https://eclecticlight.co/2021/10/29/how-macos-is-more-reliable-and-doesnt-need-reinstalling/">How macOS is more reliable, and doesn’t need reinstalling</a> &mdash; This layout segregates the contents of the system into files which don’t change, except in a macOS update, and everything else which does.</li><li><a title="Low Power Mode" rel="nofollow" href="https://arstechnica.com/gadgets/2021/10/macos-12-monterey-the-ars-technica-review/11/#h1">Low Power Mode</a> &mdash; The downside of any Low Power Mode feature will be reduced performance. This is generally easy to quantify via benchmarks, and the Mac's low power mode is not an exception</li><li><a title="Erase all content and settings" rel="nofollow" href="https://arstechnica.com/gadgets/2021/10/macos-12-monterey-the-ars-technica-review/11/#h2">Erase all content and settings</a> &mdash; Open System Preferences and check the menu bar to launch the Erase Assistant. In short, it retains the system data volume (originally introduced in Catalina) and formats the paired data volume, destroying your encryption keys in the process so that no data can be recovered from the drive.</li><li><a title="Window management" rel="nofollow" href="https://arstechnica.com/gadgets/2021/10/macos-12-monterey-the-ars-technica-review/12/#h4">Window management</a> &mdash; Clicking and holding the green stoplight button when an app is in full-screen mode presents some additional options, too. In Big Sur, this menu will only offer to exit full-screen mode, but in Monterey you can send a Split View window into its own separate full-screen view, or you can replace one half of a Split View window with another app. And there’s also a setting that makes the menu bar stay at the top of the screen even when you’re using full-screen mode, instead of hiding-and-showing as it does by default.</li><li><a title="Some Older Macs Reportedly Bricked After Installing macOS Monterey" rel="nofollow" href="https://www.macrumors.com/2021/11/01/macos-monterey-bricking-older-macs/?scrolla=5eb6d68b7fedc32c19ef33b4">Some Older Macs Reportedly Bricked After Installing macOS Monterey</a> &mdash; At least ten separate posts (1, 2, 3 4, 5, 6, 7, 8, 9, 10) on Apple Support Communities contain users complaining that as they were attempting to update their Mac to ‌macOS Monterey‌, the Mac went completely black and they're unable to turn it on. </li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>After a little async Ruby chat and developer morality struggle, Chris explains how macOS Monterey has lapped Linux with a critical workstation feature.</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="Google&#39;s &#39;Be Evil&#39; business transformation is complete" rel="nofollow" href="https://www.theregister.com/2021/11/01/google_opinion_column/">Google's 'Be Evil' business transformation is complete</a> &mdash; Looking through the lawsuit, the scope and shamelessness of Google's greed would appear to be stark. Project Bernanke, for example, is claimed to take data from publishers' ad servers to boost Google's own services. Project NERA, to create a "not owned but operated" walled garden for users if they used any Google service. "Project Jedi" was allegedly meant to freeze out independent ad exchanges by using insider knowledge, and in "Jedi Blue", Google is alleged to have conspired with Facebook to parcel out the goodies between themselves.</li><li><a title="fasterthanlime 🌌 on Twitter" rel="nofollow" href="https://twitter.com/fasterthanlime/status/1452053938195341314">fasterthanlime 🌌 on Twitter</a> &mdash; "Ok so, I just read through all 173 pages of the unredacted Google antitrust filing and I have to say that either Google is screwed or society is screwed, we'll find out which."</li><li><a title="Async Ruby" rel="nofollow" href="https://brunosutic.com/blog/async-ruby">Async Ruby</a> &mdash; Async Ruby adds new concurrency features to the language; you can think of it as "threads with none of the downsides". It's been in the making for a couple of years, and with Ruby 3.0, it's finally ready for prime time.</li><li><a title="Explaining Ruby Fibers" rel="nofollow" href="https://noteflakes.com/articles/2021-10-20-explaining-ruby-fibers">Explaining Ruby Fibers</a> &mdash; A fiber is simply an independent execution context that can be paused and resumed programmatically. We can think of fibers as story lines in a book or a movie: there are multiple happenings involving different persons at different places all occurring at the same time, but we can only follow a single story line at a time: the one we’re currently reading or watching.</li><li><a title="How macOS is more reliable, and doesn’t need reinstalling" rel="nofollow" href="https://eclecticlight.co/2021/10/29/how-macos-is-more-reliable-and-doesnt-need-reinstalling/">How macOS is more reliable, and doesn’t need reinstalling</a> &mdash; This layout segregates the contents of the system into files which don’t change, except in a macOS update, and everything else which does.</li><li><a title="Low Power Mode" rel="nofollow" href="https://arstechnica.com/gadgets/2021/10/macos-12-monterey-the-ars-technica-review/11/#h1">Low Power Mode</a> &mdash; The downside of any Low Power Mode feature will be reduced performance. This is generally easy to quantify via benchmarks, and the Mac's low power mode is not an exception</li><li><a title="Erase all content and settings" rel="nofollow" href="https://arstechnica.com/gadgets/2021/10/macos-12-monterey-the-ars-technica-review/11/#h2">Erase all content and settings</a> &mdash; Open System Preferences and check the menu bar to launch the Erase Assistant. In short, it retains the system data volume (originally introduced in Catalina) and formats the paired data volume, destroying your encryption keys in the process so that no data can be recovered from the drive.</li><li><a title="Window management" rel="nofollow" href="https://arstechnica.com/gadgets/2021/10/macos-12-monterey-the-ars-technica-review/12/#h4">Window management</a> &mdash; Clicking and holding the green stoplight button when an app is in full-screen mode presents some additional options, too. In Big Sur, this menu will only offer to exit full-screen mode, but in Monterey you can send a Split View window into its own separate full-screen view, or you can replace one half of a Split View window with another app. And there’s also a setting that makes the menu bar stay at the top of the screen even when you’re using full-screen mode, instead of hiding-and-showing as it does by default.</li><li><a title="Some Older Macs Reportedly Bricked After Installing macOS Monterey" rel="nofollow" href="https://www.macrumors.com/2021/11/01/macos-monterey-bricking-older-macs/?scrolla=5eb6d68b7fedc32c19ef33b4">Some Older Macs Reportedly Bricked After Installing macOS Monterey</a> &mdash; At least ten separate posts (1, 2, 3 4, 5, 6, 7, 8, 9, 10) on Apple Support Communities contain users complaining that as they were attempting to update their Mac to ‌macOS Monterey‌, the Mac went completely black and they're unable to turn it on. </li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>Episode 321: Qt &amp; Me</title>
  <link>https://coder.show/321</link>
  <guid isPermaLink="false">beab5180-e817-4edc-a24e-931264aa18df</guid>
  <pubDate>Mon, 06 Aug 2018 22:00:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/beab5180-e817-4edc-a24e-931264aa18df.mp3" length="53328228" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Mike shares more first impressions of Qt, the surprising places we’ve found QML in the wild, and why or why not to use Qt.</itunes:subtitle>
  <itunes:duration>1:00:58</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 shares more first impressions of Qt, the surprising places we’ve found QML in the wild, and why or why not to use Qt.
Plus we answer some questions, share some travel hacks, and discuss the top programing languages of 2018, as declared so by the IEEE. 
</description>
  <itunes:keywords>IEEE, C++, Qt, QML, Crossplatform, Galgo Pro, Gnome Shell, Plasma, Technical architecture, top programing languages, Modern Qt, Declarative, development podcast</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Mike shares more first impressions of Qt, the surprising places we’ve found QML in the wild, and why or why not to use Qt.</p>

<p>Plus we answer some questions, share some travel hacks, and discuss the top programing languages of 2018, as declared so by the IEEE.</p><p>Links:</p><ul><li><a title="Jacob&#39;s lookin for a change" rel="nofollow" href="https://pastebin.com/UpaJryqA">Jacob's lookin for a change</a></li><li><a title="Mark&#39;s Travel Bag Hack" rel="nofollow" href="https://pastebin.com/er5ZfqDr">Mark's Travel Bag Hack</a></li><li><a title="BAGSMART Travel Electronic Accessories Thicken Cable Organizer Bag Portable Case" rel="nofollow" href="https://www.amazon.com/BAGSMART-Electronic-Accessories-Organizer-Portable/dp/B01LZJ042Y">BAGSMART Travel Electronic Accessories Thicken Cable Organizer Bag Portable Case</a></li><li><a title="Devil’s Dictionary for Tech" rel="nofollow" href="https://vector623.github.io/humor/2018/06/25/devils-dictionary.html">Devil’s Dictionary for Tech</a></li><li><a title="The 2018 Top Programming Languages" rel="nofollow" href="https://spectrum.ieee.org/at-work/innovation/the-2018-top-programming-languages">The 2018 Top Programming Languages</a></li><li><a title="Tesla announces using Qt in their cars" rel="nofollow" href="https://twitter.com/qtproject/status/998902009922285568">Tesla announces using Qt in their cars</a></li><li><a title="QML" rel="nofollow" href="https://en.wikipedia.org/wiki/QML">QML</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Mike shares more first impressions of Qt, the surprising places we’ve found QML in the wild, and why or why not to use Qt.</p>

<p>Plus we answer some questions, share some travel hacks, and discuss the top programing languages of 2018, as declared so by the IEEE.</p><p>Links:</p><ul><li><a title="Jacob&#39;s lookin for a change" rel="nofollow" href="https://pastebin.com/UpaJryqA">Jacob's lookin for a change</a></li><li><a title="Mark&#39;s Travel Bag Hack" rel="nofollow" href="https://pastebin.com/er5ZfqDr">Mark's Travel Bag Hack</a></li><li><a title="BAGSMART Travel Electronic Accessories Thicken Cable Organizer Bag Portable Case" rel="nofollow" href="https://www.amazon.com/BAGSMART-Electronic-Accessories-Organizer-Portable/dp/B01LZJ042Y">BAGSMART Travel Electronic Accessories Thicken Cable Organizer Bag Portable Case</a></li><li><a title="Devil’s Dictionary for Tech" rel="nofollow" href="https://vector623.github.io/humor/2018/06/25/devils-dictionary.html">Devil’s Dictionary for Tech</a></li><li><a title="The 2018 Top Programming Languages" rel="nofollow" href="https://spectrum.ieee.org/at-work/innovation/the-2018-top-programming-languages">The 2018 Top Programming Languages</a></li><li><a title="Tesla announces using Qt in their cars" rel="nofollow" href="https://twitter.com/qtproject/status/998902009922285568">Tesla announces using Qt in their cars</a></li><li><a title="QML" rel="nofollow" href="https://en.wikipedia.org/wiki/QML">QML</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
