<?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>Thu, 09 Apr 2026 12:27:52 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Coder Radio - Episodes Tagged with “Google+”</title>
    <link>https://coder.show/tags/google+</link>
    <pubDate>Tue, 12 Mar 2019 01:30: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>348: Dependency Dangers</title>
  <link>https://coder.show/348</link>
  <guid isPermaLink="false">7effd6b8-f69b-4694-8974-cd5abf666fb1</guid>
  <pubDate>Tue, 12 Mar 2019 01:30:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/7effd6b8-f69b-4694-8974-cd5abf666fb1.mp3" length="28842863" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Mike has salvaged a success story from the dumpster fire of the Google+ shutdown, and Wes shares his grief about brittle and repetitive unit tests.</itunes:subtitle>
  <itunes:duration>40:03</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 has salvaged a success story from the dumpster fire of the Google+ shutdown, and Wes shares his grief about brittle and repetitive unit tests.
Plus Mike reviews the System76 Darter Pro, our tool of the week, and some fantastic audience feedback. 
</description>
  <itunes:keywords>eBPF, Brendan Gregg, iOS, code signing, automation, CI, build server, MacOS, Chrome, Firefox, Safari, standards, web assembly, wasm, Fastlane, Gitlab, Clojure, Clojurescript, testing, functional programming, idempotent, unit tests, generative testing, quickcheck, haskell, integration tests, UI tests, state, react, System76, Darter Pro, laptop review, battery life, Pop!_OS, elementary OS, Google, Google+, Google Plus, oauth, omniauth, ruby, rails, API shutdown, dependencies, breaking change, outage, VSCode, code-server, Cloud9, AWS, SCaLE, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Mike has salvaged a success story from the dumpster fire of the Google+ shutdown, and Wes shares his grief about brittle and repetitive unit tests.</p>

<p>Plus Mike reviews the System76 Darter Pro, our tool of the week, and some fantastic audience feedback.</p><p>Links:</p><ul><li><a title="TechSNAP Episode 388: The One About eBPF" rel="nofollow" href="https://techsnap.systems/388">TechSNAP Episode 388: The One About eBPF</a> &mdash; eBPF is a technology that you’re going to be hearing more and more about. It powers low-overhead custom analysis tools, handles network security in a containerized world, and powers tools you use every day.

</li><li><a title="Feedback from Tom" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/axq0qy/rusty_rubies_coder_radio_347/ei12vpf/">Feedback from Tom</a> &mdash; I don't think people need to worry about Google's/Chrome's dominance the way we did about IE6. It's not just that Chrome is cross-platform and open-source, and (with Chrome Web Apps well behind us) sticks to the standards in a way that IE did not. Practically speaking, we must keep in mind that the browser is locked down on iOS in a way that didn't exist (and wouldn't have been tolerated) back then. This means that no matter how popular Chrome becomes, an importnat portion of mobile users must use Apple's browser (engine). But also, now matter how much effort, money Google puts into their web initiatives and in spite of their browser share dominance, they can lose big as they did with web components and webasm. That's the beauty of a standards based platform.</li><li><a title="How to publish iOS apps to the App Store with GitLab and fastlane" rel="nofollow" href="https://about.gitlab.com/2019/03/06/ios-publishing-with-gitlab-and-fastlane/">How to publish iOS apps to the App Store with GitLab and fastlane</a> &mdash; See how GitLab, together with fastlane, can build, sign, and publish apps for iOS to the App Store.</li><li><a title="Inside Clojure: Journal 2019.10 " rel="nofollow" href="http://insideclojure.org/2019/03/08/journal/">Inside Clojure: Journal 2019.10 </a> &mdash; Some tests I wrote were posted on Reddit this week, which was unexpected. The one thing in there that I think is worth thinking about is how to write tests that validate returns while also being open to accretion.

</li><li><a title="QuickCheck: Automatic testing of Haskell programs" rel="nofollow" href="http://hackage.haskell.org/package/QuickCheck">QuickCheck: Automatic testing of Haskell programs</a> &mdash; QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases.</li><li><a title="Darter Pro Review - dominickm.com" rel="nofollow" href="http://dominickm.com/darter-pro-review/">Darter Pro Review - dominickm.com</a> &mdash; My continuing adventures in Linux hardware and working on Linux as a software developer has lead me to check out the System 76 Darter Pro.</li><li><a title="Google+ API Shutdown" rel="nofollow" href="https://developers.google.com/+/api-shutdown">Google+ API Shutdown</a> &mdash; Legacy Google+ APIs have been shut down as of March 7, 2019.</li><li><a title="omniauth-google-oauth2: Oauth2 strategy for Google" rel="nofollow" href="https://github.com/zquestz/omniauth-google-oauth2">omniauth-google-oauth2: Oauth2 strategy for Google</a> &mdash; A ruby gem for Oauth2 with Google.</li><li><a title="Mention removal of Google+ API usage in CHANGELOG by stanhu · Pull Request #350 · zquestz/omniauth-google-oauth2" rel="nofollow" href="https://github.com/zquestz/omniauth-google-oauth2/pull/350/files">Mention removal of Google+ API usage in CHANGELOG by stanhu · Pull Request #350 · zquestz/omniauth-google-oauth2</a></li><li><a title="code-server: Run VS Code on a remote server." rel="nofollow" href="https://github.com/codercom/code-server">code-server: Run VS Code on a remote server.</a> &mdash; Code on your Chromebook, tablet, and laptop with a consistent dev environment, take advantage of large cloud servers to speed up tests, compilations, downloads, and 
 preserve battery life when you're on the go.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Mike has salvaged a success story from the dumpster fire of the Google+ shutdown, and Wes shares his grief about brittle and repetitive unit tests.</p>

<p>Plus Mike reviews the System76 Darter Pro, our tool of the week, and some fantastic audience feedback.</p><p>Links:</p><ul><li><a title="TechSNAP Episode 388: The One About eBPF" rel="nofollow" href="https://techsnap.systems/388">TechSNAP Episode 388: The One About eBPF</a> &mdash; eBPF is a technology that you’re going to be hearing more and more about. It powers low-overhead custom analysis tools, handles network security in a containerized world, and powers tools you use every day.

</li><li><a title="Feedback from Tom" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/axq0qy/rusty_rubies_coder_radio_347/ei12vpf/">Feedback from Tom</a> &mdash; I don't think people need to worry about Google's/Chrome's dominance the way we did about IE6. It's not just that Chrome is cross-platform and open-source, and (with Chrome Web Apps well behind us) sticks to the standards in a way that IE did not. Practically speaking, we must keep in mind that the browser is locked down on iOS in a way that didn't exist (and wouldn't have been tolerated) back then. This means that no matter how popular Chrome becomes, an importnat portion of mobile users must use Apple's browser (engine). But also, now matter how much effort, money Google puts into their web initiatives and in spite of their browser share dominance, they can lose big as they did with web components and webasm. That's the beauty of a standards based platform.</li><li><a title="How to publish iOS apps to the App Store with GitLab and fastlane" rel="nofollow" href="https://about.gitlab.com/2019/03/06/ios-publishing-with-gitlab-and-fastlane/">How to publish iOS apps to the App Store with GitLab and fastlane</a> &mdash; See how GitLab, together with fastlane, can build, sign, and publish apps for iOS to the App Store.</li><li><a title="Inside Clojure: Journal 2019.10 " rel="nofollow" href="http://insideclojure.org/2019/03/08/journal/">Inside Clojure: Journal 2019.10 </a> &mdash; Some tests I wrote were posted on Reddit this week, which was unexpected. The one thing in there that I think is worth thinking about is how to write tests that validate returns while also being open to accretion.

</li><li><a title="QuickCheck: Automatic testing of Haskell programs" rel="nofollow" href="http://hackage.haskell.org/package/QuickCheck">QuickCheck: Automatic testing of Haskell programs</a> &mdash; QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases.</li><li><a title="Darter Pro Review - dominickm.com" rel="nofollow" href="http://dominickm.com/darter-pro-review/">Darter Pro Review - dominickm.com</a> &mdash; My continuing adventures in Linux hardware and working on Linux as a software developer has lead me to check out the System 76 Darter Pro.</li><li><a title="Google+ API Shutdown" rel="nofollow" href="https://developers.google.com/+/api-shutdown">Google+ API Shutdown</a> &mdash; Legacy Google+ APIs have been shut down as of March 7, 2019.</li><li><a title="omniauth-google-oauth2: Oauth2 strategy for Google" rel="nofollow" href="https://github.com/zquestz/omniauth-google-oauth2">omniauth-google-oauth2: Oauth2 strategy for Google</a> &mdash; A ruby gem for Oauth2 with Google.</li><li><a title="Mention removal of Google+ API usage in CHANGELOG by stanhu · Pull Request #350 · zquestz/omniauth-google-oauth2" rel="nofollow" href="https://github.com/zquestz/omniauth-google-oauth2/pull/350/files">Mention removal of Google+ API usage in CHANGELOG by stanhu · Pull Request #350 · zquestz/omniauth-google-oauth2</a></li><li><a title="code-server: Run VS Code on a remote server." rel="nofollow" href="https://github.com/codercom/code-server">code-server: Run VS Code on a remote server.</a> &mdash; Code on your Chromebook, tablet, and laptop with a consistent dev environment, take advantage of large cloud servers to speed up tests, compilations, downloads, and 
 preserve battery life when you're on the go.</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>329: OpenJDK or Death</title>
  <link>https://coder.show/329</link>
  <guid isPermaLink="false">90313fc2-5db6-4ed6-9c8f-0175d2303319</guid>
  <pubDate>Mon, 15 Oct 2018 11:30:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/90313fc2-5db6-4ed6-9c8f-0175d2303319.mp3" length="39619428" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Azure Sphere dev kits are shipping, and we take a look at the practicalities of getting setup to start developing.</itunes:subtitle>
  <itunes:duration>46:42</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>Azure Sphere dev kits are shipping, and we take a look at the practicalities of getting setup to start developing.
Then we clear some recent Java FUD, read some feedback, and share a few stories.
</description>
  <itunes:keywords>Azure Sphere, Microsoft, Visual Studio, Curl, Linux, devkit, Java FUD, OpenJDK, Infer.NET, Project Strobe, Google+, development podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Azure Sphere dev kits are shipping, and we take a look at the practicalities of getting setup to start developing.</p>

<p>Then we clear some recent Java FUD, read some feedback, and share a few stories.</p><p>Links:</p><ul><li><a title="Regarding Michael&#39;s MacBook Pro mishap" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/9kk76y/smoked_laptops_coder_radio_327/e70von0/">Regarding Michael's MacBook Pro mishap</a></li><li><a title="Text Contrast for Dark Themes" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/9kk76y/smoked_laptops_coder_radio_327/e73121z/">Text Contrast for Dark Themes</a></li><li><a title="Developing an Azure Sphere experience with Visual Studio" rel="nofollow" href="https://azure.microsoft.com/en-us/blog/developing-an-azure-sphere-experience-with-visual-studio/">Developing an Azure Sphere experience with Visual Studio</a> &mdash; You will write your application logic in C, using APIs that are provided by the Azure Sphere SDK, this is compiled into your application binary using GCC. As part of the build process, tools that are part of the Azure Sphere SDK are used to generate a signed .imagepackage file that will be deployed to your development board, or through the Azure Sphere security service for Over The Air.</li><li><a title="Michael Dominick on Twitter: &quot;Does anyone have an #AzureSpheres devkit in hand yet?&quot;" rel="nofollow" href="https://twitter.com/dominucco/status/1049134150542938113">Michael Dominick on Twitter: "Does anyone have an #AzureSpheres devkit in hand yet?"</a> &mdash; I’m thinking of evaluating it for a project but am trying to get a sense of what the actual developer experience is like and how dependent it is on a connection to @Azure #dotnet</li><li><a title="Azure Sphere MT3620 Development Board" rel="nofollow" href="https://www.seeedstudio.com/MT3620-Development-Board-for-Azure-Sphere-p-3052.html">Azure Sphere MT3620 Development Board</a> &mdash; Azure Sphere MT3620 Development Kit_US Version</li><li><a title="Michael Dominick on Twitter: &quot;Ok, let me dispel some #Java FUD here.&quot;" rel="nofollow" href="https://twitter.com/dominucco/status/1048390938404540416">Michael Dominick on Twitter: "Ok, let me dispel some #Java FUD here."</a> &mdash; You CAN use #Java11 for free. Just use the @OpenJDK and you're golden. #Programming #FOSS #CoderRadio @ChrisLAS Spread the word -&gt; there's a lot of confusion on this one thanks to Oracle's strange communications on it.</li><li><a title="Oracle releases open source and commercial licenses for Java 11 and later" rel="nofollow" href="https://hub.packtpub.com/oracle-releases-open-source-and-commercial-licenses-for-java-11-and-later/">Oracle releases open source and commercial licenses for Java 11 and later</a></li><li><a title="Project Strobe" rel="nofollow" href="https://www.blog.google/technology/safety-security/project-strobe/">Project Strobe</a> &mdash; The consumer version of Google+ currently has low usage and engagement: 90 percent of Google+ user sessions are less than five seconds.</li><li><a title="Microsoft open-sources Infer.NET AI code just in time for the weekend" rel="nofollow" href="https://www.theregister.co.uk/2018/10/05/imicrosoft_nfernet/">Microsoft open-sources Infer.NET AI code just in time for the weekend</a> &mdash; Infer.NET, which is on GitHub right now, takes a model-based approach to machine learning. The developer gives the framework a model, and the framework then develops a machine-learning algorithm directly from the model provided.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Azure Sphere dev kits are shipping, and we take a look at the practicalities of getting setup to start developing.</p>

<p>Then we clear some recent Java FUD, read some feedback, and share a few stories.</p><p>Links:</p><ul><li><a title="Regarding Michael&#39;s MacBook Pro mishap" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/9kk76y/smoked_laptops_coder_radio_327/e70von0/">Regarding Michael's MacBook Pro mishap</a></li><li><a title="Text Contrast for Dark Themes" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/9kk76y/smoked_laptops_coder_radio_327/e73121z/">Text Contrast for Dark Themes</a></li><li><a title="Developing an Azure Sphere experience with Visual Studio" rel="nofollow" href="https://azure.microsoft.com/en-us/blog/developing-an-azure-sphere-experience-with-visual-studio/">Developing an Azure Sphere experience with Visual Studio</a> &mdash; You will write your application logic in C, using APIs that are provided by the Azure Sphere SDK, this is compiled into your application binary using GCC. As part of the build process, tools that are part of the Azure Sphere SDK are used to generate a signed .imagepackage file that will be deployed to your development board, or through the Azure Sphere security service for Over The Air.</li><li><a title="Michael Dominick on Twitter: &quot;Does anyone have an #AzureSpheres devkit in hand yet?&quot;" rel="nofollow" href="https://twitter.com/dominucco/status/1049134150542938113">Michael Dominick on Twitter: "Does anyone have an #AzureSpheres devkit in hand yet?"</a> &mdash; I’m thinking of evaluating it for a project but am trying to get a sense of what the actual developer experience is like and how dependent it is on a connection to @Azure #dotnet</li><li><a title="Azure Sphere MT3620 Development Board" rel="nofollow" href="https://www.seeedstudio.com/MT3620-Development-Board-for-Azure-Sphere-p-3052.html">Azure Sphere MT3620 Development Board</a> &mdash; Azure Sphere MT3620 Development Kit_US Version</li><li><a title="Michael Dominick on Twitter: &quot;Ok, let me dispel some #Java FUD here.&quot;" rel="nofollow" href="https://twitter.com/dominucco/status/1048390938404540416">Michael Dominick on Twitter: "Ok, let me dispel some #Java FUD here."</a> &mdash; You CAN use #Java11 for free. Just use the @OpenJDK and you're golden. #Programming #FOSS #CoderRadio @ChrisLAS Spread the word -&gt; there's a lot of confusion on this one thanks to Oracle's strange communications on it.</li><li><a title="Oracle releases open source and commercial licenses for Java 11 and later" rel="nofollow" href="https://hub.packtpub.com/oracle-releases-open-source-and-commercial-licenses-for-java-11-and-later/">Oracle releases open source and commercial licenses for Java 11 and later</a></li><li><a title="Project Strobe" rel="nofollow" href="https://www.blog.google/technology/safety-security/project-strobe/">Project Strobe</a> &mdash; The consumer version of Google+ currently has low usage and engagement: 90 percent of Google+ user sessions are less than five seconds.</li><li><a title="Microsoft open-sources Infer.NET AI code just in time for the weekend" rel="nofollow" href="https://www.theregister.co.uk/2018/10/05/imicrosoft_nfernet/">Microsoft open-sources Infer.NET AI code just in time for the weekend</a> &mdash; Infer.NET, which is on GitHub right now, takes a model-based approach to machine learning. The developer gives the framework a model, and the framework then develops a machine-learning algorithm directly from the model provided.</li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
