<?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>Fri, 03 Apr 2026 18:10:17 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Coder Radio - Episodes Tagged with “Jvm”</title>
    <link>https://coder.show/tags/jvm</link>
    <pubDate>Mon, 24 Jun 2019 22: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>363: Find Your Off-Ramp</title>
  <link>https://coder.show/363</link>
  <guid isPermaLink="false">f23d866e-d80f-4bff-b383-4bdc5a9fb4c7</guid>
  <pubDate>Mon, 24 Jun 2019 22:00:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/f23d866e-d80f-4bff-b383-4bdc5a9fb4c7.mp3" length="31274132" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>We take on the issues of burnout, work communication culture, and keeping everything in balance.</itunes:subtitle>
  <itunes:duration>43:26</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 take on the issues of burnout, work communication culture, and keeping everything in balance.
Plus Wes asks 'Why Not Kotlin' and breaks down where it fits in his toolbox. 
</description>
  <itunes:keywords>JVM, Java, .NET, Kotlin, Kotlin native, compile to javascript, javascript, coroutines, static types, compilers, JetBrains, IntelliJ, programming challenge, 7 languages in 7 weeks, Android, Android development, IDE, Arrow, functional programming, Scala, Cursive, burnout, work life balance, 996, posturing, self-care, happiness, small business, overwork, Jupiter Broadcasting, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We take on the issues of burnout, work communication culture, and keeping everything in balance.</p>

<p>Plus Wes asks &#39;Why Not Kotlin&#39; and breaks down where it fits in his toolbox.</p><p>Links:</p><ul><li><a title="Kotlin overview" rel="nofollow" href="https://developer.android.com/kotlin/overview">Kotlin overview</a> &mdash; Kotlin is an open-source, statically-typed programming language that supports both object-oriented and functional programming. Kotlin provides similar syntax and concepts from other languages, including C#, Java, and Scala, among many others. Kotlin does not aim to be unique—instead, it draws inspiration from decades of language development. It exists in variants that target the JVM (Kotlin/JVM), JavaScript (Kotlin/JS), and native code (Kotlin/Native).</li><li><a title="Kotlin/Native" rel="nofollow" href="https://kotlinlang.org/docs/reference/native-overview.html">Kotlin/Native</a> &mdash; Kotlin/Native is a technology for compiling Kotlin code to native binaries, which can run without a virtual machine. It is an LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library.
</li><li><a title="Kotlin for JavaScript" rel="nofollow" href="https://kotlinlang.org/docs/reference/js-overview.html">Kotlin for JavaScript</a> &mdash; Kotlin provides the ability to target JavaScript. It does so by transpiling Kotlin to JavaScript. The current implementation targets ECMAScript 5.1 but there are plans to eventually target ECMAScript 2015 as well.
</li><li><a title="My favorite examples of functional programming in Kotlin" rel="nofollow" href="https://www.freecodecamp.org/news/my-favorite-examples-of-functional-programming-in-kotlin-e69217b39112/">My favorite examples of functional programming in Kotlin</a> &mdash; One of the great things about Kotlin is that it supports functional programming. Let’s see and discuss some simple but expressive functions written in Kotlin.

</li><li><a title="Arrow: Functional companion to Kotlin&#39;s Standard Library" rel="nofollow" href="https://github.com/arrow-kt/arrow">Arrow: Functional companion to Kotlin's Standard Library</a> &mdash; Arrow aims to provide a lingua franca of interfaces and abstractions across Kotlin libraries. For this, it includes the most popular data types, type classes and abstractions such as Option, Try, Either, IO, Functor, Applicative, Monad to empower users to write pure FP apps and libraries built atop higher order abstractions.

</li><li><a title="Awesome Kotlin Resources" rel="nofollow" href="https://www.kotlinresources.com/">Awesome Kotlin Resources</a> &mdash; The ultimate resource list for your most loved coding language.

</li><li><a title="awesome-kotlin" rel="nofollow" href="https://github.com/mcxiaoke/awesome-kotlin">awesome-kotlin</a> &mdash; A curated list of awesome Kotlin frameworks, libraries, documents and other resources</li><li><a title="Reddit Co-Founder Alexis Ohanian Warns Always-On Work Culture Creating ‘Broken’ People - WSJ" rel="nofollow" href="https://www.wsj.com/articles/always-on-work-culture-creating-broken-people-says-reddit-co-founder-11558464608?emailToken=jdd1ded3fe95869f59c5064798e65ebf9Qybo8bj7riCxdIw1YGIITt7wIyxoaHHjHSfqIgonrPQCMH4GjO6ZN3Zk39NMwg0tpJpQ6VU8z1DQBHRg0upYAPHE4WScMoyTlvx7WNmmafbO3zRzcZ9nKYtcs5GbJA3NKtdkVyXAILqTWZuoi4%20zjQ==">Reddit Co-Founder Alexis Ohanian Warns Always-On Work Culture Creating ‘Broken’ People - WSJ</a> &mdash; “I’ve spoken out quite a bit about things like ‘hustle porn,’ and this ceremony of showing off on social [media] about how hard you’re working,” said Mr. Ohanian, who previously co-founded online discussion forum Reddit. “Y’all see it on Instagram and you certainly see it in the startup community, and it becomes really toxic.”</li><li><a title="Thread by @mwseibel" rel="nofollow" href="https://threadreaderapp.com/thread/1142534180594573312.html">Thread by @mwseibel</a> &mdash; I’ve noticed that many people compete in games they don’t understand because they are modeling the behavior of people around them. Most common is the competition for wealth as a proxy for happiness.</li><li><a title="Understanding Burnout Meetup" rel="nofollow" href="https://www.meetup.com/jupiterbroadcasting/events/261839605/">Understanding Burnout Meetup</a> &mdash; You may not know it yet, but IT is not easy. Breakdowns in people, processes, and technology leads to frustrating times for all of us. As it spirals out of control, we often meet the final boss: burnout.
</li><li><a title="Linux Academy is Hiring!" rel="nofollow" href="https://jobs.lever.co/linuxacademy/?department=Engineering&amp;team=General">Linux Academy is Hiring!</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We take on the issues of burnout, work communication culture, and keeping everything in balance.</p>

<p>Plus Wes asks &#39;Why Not Kotlin&#39; and breaks down where it fits in his toolbox.</p><p>Links:</p><ul><li><a title="Kotlin overview" rel="nofollow" href="https://developer.android.com/kotlin/overview">Kotlin overview</a> &mdash; Kotlin is an open-source, statically-typed programming language that supports both object-oriented and functional programming. Kotlin provides similar syntax and concepts from other languages, including C#, Java, and Scala, among many others. Kotlin does not aim to be unique—instead, it draws inspiration from decades of language development. It exists in variants that target the JVM (Kotlin/JVM), JavaScript (Kotlin/JS), and native code (Kotlin/Native).</li><li><a title="Kotlin/Native" rel="nofollow" href="https://kotlinlang.org/docs/reference/native-overview.html">Kotlin/Native</a> &mdash; Kotlin/Native is a technology for compiling Kotlin code to native binaries, which can run without a virtual machine. It is an LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library.
</li><li><a title="Kotlin for JavaScript" rel="nofollow" href="https://kotlinlang.org/docs/reference/js-overview.html">Kotlin for JavaScript</a> &mdash; Kotlin provides the ability to target JavaScript. It does so by transpiling Kotlin to JavaScript. The current implementation targets ECMAScript 5.1 but there are plans to eventually target ECMAScript 2015 as well.
</li><li><a title="My favorite examples of functional programming in Kotlin" rel="nofollow" href="https://www.freecodecamp.org/news/my-favorite-examples-of-functional-programming-in-kotlin-e69217b39112/">My favorite examples of functional programming in Kotlin</a> &mdash; One of the great things about Kotlin is that it supports functional programming. Let’s see and discuss some simple but expressive functions written in Kotlin.

</li><li><a title="Arrow: Functional companion to Kotlin&#39;s Standard Library" rel="nofollow" href="https://github.com/arrow-kt/arrow">Arrow: Functional companion to Kotlin's Standard Library</a> &mdash; Arrow aims to provide a lingua franca of interfaces and abstractions across Kotlin libraries. For this, it includes the most popular data types, type classes and abstractions such as Option, Try, Either, IO, Functor, Applicative, Monad to empower users to write pure FP apps and libraries built atop higher order abstractions.

</li><li><a title="Awesome Kotlin Resources" rel="nofollow" href="https://www.kotlinresources.com/">Awesome Kotlin Resources</a> &mdash; The ultimate resource list for your most loved coding language.

</li><li><a title="awesome-kotlin" rel="nofollow" href="https://github.com/mcxiaoke/awesome-kotlin">awesome-kotlin</a> &mdash; A curated list of awesome Kotlin frameworks, libraries, documents and other resources</li><li><a title="Reddit Co-Founder Alexis Ohanian Warns Always-On Work Culture Creating ‘Broken’ People - WSJ" rel="nofollow" href="https://www.wsj.com/articles/always-on-work-culture-creating-broken-people-says-reddit-co-founder-11558464608?emailToken=jdd1ded3fe95869f59c5064798e65ebf9Qybo8bj7riCxdIw1YGIITt7wIyxoaHHjHSfqIgonrPQCMH4GjO6ZN3Zk39NMwg0tpJpQ6VU8z1DQBHRg0upYAPHE4WScMoyTlvx7WNmmafbO3zRzcZ9nKYtcs5GbJA3NKtdkVyXAILqTWZuoi4%20zjQ==">Reddit Co-Founder Alexis Ohanian Warns Always-On Work Culture Creating ‘Broken’ People - WSJ</a> &mdash; “I’ve spoken out quite a bit about things like ‘hustle porn,’ and this ceremony of showing off on social [media] about how hard you’re working,” said Mr. Ohanian, who previously co-founded online discussion forum Reddit. “Y’all see it on Instagram and you certainly see it in the startup community, and it becomes really toxic.”</li><li><a title="Thread by @mwseibel" rel="nofollow" href="https://threadreaderapp.com/thread/1142534180594573312.html">Thread by @mwseibel</a> &mdash; I’ve noticed that many people compete in games they don’t understand because they are modeling the behavior of people around them. Most common is the competition for wealth as a proxy for happiness.</li><li><a title="Understanding Burnout Meetup" rel="nofollow" href="https://www.meetup.com/jupiterbroadcasting/events/261839605/">Understanding Burnout Meetup</a> &mdash; You may not know it yet, but IT is not easy. Breakdowns in people, processes, and technology leads to frustrating times for all of us. As it spirals out of control, we often meet the final boss: burnout.
</li><li><a title="Linux Academy is Hiring!" rel="nofollow" href="https://jobs.lever.co/linuxacademy/?department=Engineering&amp;team=General">Linux Academy is Hiring!</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>341: Too Late for Jenkins?</title>
  <link>https://coder.show/341</link>
  <guid isPermaLink="false">ddd7bbef-10c9-48ca-af08-3d1a913284f8</guid>
  <pubDate>Wed, 23 Jan 2019 13:00:00 -0500</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/ddd7bbef-10c9-48ca-af08-3d1a913284f8.mp3" length="44403256" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Mike and Wes are back to debate the state of developer tools and ask where Jenkins fits in 2019.</itunes:subtitle>
  <itunes:duration>52:24</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 are back to debate the state of developer tools and ask where Jenkins fits in 2019.
Plus some some anger at Apple, and Mike reveals the latest language that's caught his eye. 
</description>
  <itunes:keywords>DevOps, Jenkins, Jenkins X, GitLab, CI/CD, Continuous Integration, ruby, rails, ruby on rails, capistrano, deployment, USB-C, iPad Pro, Apple, iOS, Mad Botter, Radar, Gryphon, Swift, Rust, Carbo, C++, Embedded Development, Arduino, JVM, Java, Pipelines as Code, Pipeline, Blue Ocean, Kubernetes, Cloud, Dokku, Hudson, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Mike and Wes are back to debate the state of developer tools and ask where Jenkins fits in 2019.</p>

<p>Plus some some anger at Apple, and Mike reveals the latest language that&#39;s caught his eye.</p><p>Links:</p><ul><li><a title="Dokku" rel="nofollow" href="http://dokku.viewdocs.io/dokku/">Dokku</a> &mdash; A docker-powered PaaS that helps you build and manage the lifecycle of applications.</li><li><a title="Jenkins" rel="nofollow" href="https://jenkins.io/">Jenkins</a> &mdash; The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.</li><li><a title="Jenkins Evergreen" rel="nofollow" href="https://jenkins.io/projects/evergreen/">Jenkins Evergreen</a> &mdash; Evergreen is an automatically updating rolling distribution system for Jenkins. It consists of server-side, and client-side components to support a Chrome-like upgrade experience for Jenkins users.</li><li><a title="Jenkins Blue Ocean" rel="nofollow" href="https://jenkins.io/blog/2016/05/26/introducing-blue-ocean/">Jenkins Blue Ocean</a> &mdash; Blue Ocean is a project that rethinks the user experience of Jenkins, modelling and presenting the process of software delivery by surfacing information that’s important to development teams with as few clicks as possible.</li><li><a title="Introducing Jenkins X" rel="nofollow" href="https://jenkins.io/blog/2018/03/19/introducing-jenkins-x/">Introducing Jenkins X</a> &mdash; Jenkins X automates CI/CD and DevOps best practices for you.</li><li><a title="Jenkins Helm Chart" rel="nofollow" href="https://github.com/helm/charts/tree/master/stable/jenkins">Jenkins Helm Chart</a> &mdash; Jenkins master and slave cluster utilizing the Jenkins Kubernetes plugin.</li><li><a title="Jenkins Chef Cookbook" rel="nofollow" href="https://github.com/chef-cookbooks/jenkins">Jenkins Chef Cookbook</a> &mdash; Installs and configures Jenkins CI master &amp; node slaves. Resource providers to support automation via jenkins-cli, including job create/update.</li><li><a title="Why on earth did we choose Jenkins for 2019?" rel="nofollow" href="https://www.rookout.com/why-on-earth-did-we-choose-jenkins-for-2019/">Why on earth did we choose Jenkins for 2019?</a> &mdash; This article tries to explain why the hell Rookout, a relatively new SaaS company, chose to use Jenkins, and what the big advantages are that make Jenkins so great even now, eight years in.

</li><li><a title="Linux Academy Certified Jenkins Engineer" rel="nofollow" href="https://linuxacademy.com/devops/training/course/name/certified-jenkins-engineer-2018">Linux Academy Certified Jenkins Engineer</a> &mdash; Learn CI/CD concepts as well as Jenkins installation and functionality. Plus best practices for CD pipelines as well as Jenkin's security.</li><li><a title="&#39;Mad Botter&#39; takes &#39;MacGyver&#39; approach to tech sales" rel="nofollow" href="https://www.businessobserverfl.com/article/mad-botter-tampa-michael-dominick">'Mad Botter' takes 'MacGyver' approach to tech sales</a> &mdash; The Plant City-based company turns run-of-the-mill consumer electronics into devices capable of being deployed for use in advanced military applications, such as fighter jets.</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Mike and Wes are back to debate the state of developer tools and ask where Jenkins fits in 2019.</p>

<p>Plus some some anger at Apple, and Mike reveals the latest language that&#39;s caught his eye.</p><p>Links:</p><ul><li><a title="Dokku" rel="nofollow" href="http://dokku.viewdocs.io/dokku/">Dokku</a> &mdash; A docker-powered PaaS that helps you build and manage the lifecycle of applications.</li><li><a title="Jenkins" rel="nofollow" href="https://jenkins.io/">Jenkins</a> &mdash; The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.</li><li><a title="Jenkins Evergreen" rel="nofollow" href="https://jenkins.io/projects/evergreen/">Jenkins Evergreen</a> &mdash; Evergreen is an automatically updating rolling distribution system for Jenkins. It consists of server-side, and client-side components to support a Chrome-like upgrade experience for Jenkins users.</li><li><a title="Jenkins Blue Ocean" rel="nofollow" href="https://jenkins.io/blog/2016/05/26/introducing-blue-ocean/">Jenkins Blue Ocean</a> &mdash; Blue Ocean is a project that rethinks the user experience of Jenkins, modelling and presenting the process of software delivery by surfacing information that’s important to development teams with as few clicks as possible.</li><li><a title="Introducing Jenkins X" rel="nofollow" href="https://jenkins.io/blog/2018/03/19/introducing-jenkins-x/">Introducing Jenkins X</a> &mdash; Jenkins X automates CI/CD and DevOps best practices for you.</li><li><a title="Jenkins Helm Chart" rel="nofollow" href="https://github.com/helm/charts/tree/master/stable/jenkins">Jenkins Helm Chart</a> &mdash; Jenkins master and slave cluster utilizing the Jenkins Kubernetes plugin.</li><li><a title="Jenkins Chef Cookbook" rel="nofollow" href="https://github.com/chef-cookbooks/jenkins">Jenkins Chef Cookbook</a> &mdash; Installs and configures Jenkins CI master &amp; node slaves. Resource providers to support automation via jenkins-cli, including job create/update.</li><li><a title="Why on earth did we choose Jenkins for 2019?" rel="nofollow" href="https://www.rookout.com/why-on-earth-did-we-choose-jenkins-for-2019/">Why on earth did we choose Jenkins for 2019?</a> &mdash; This article tries to explain why the hell Rookout, a relatively new SaaS company, chose to use Jenkins, and what the big advantages are that make Jenkins so great even now, eight years in.

</li><li><a title="Linux Academy Certified Jenkins Engineer" rel="nofollow" href="https://linuxacademy.com/devops/training/course/name/certified-jenkins-engineer-2018">Linux Academy Certified Jenkins Engineer</a> &mdash; Learn CI/CD concepts as well as Jenkins installation and functionality. Plus best practices for CD pipelines as well as Jenkin's security.</li><li><a title="&#39;Mad Botter&#39; takes &#39;MacGyver&#39; approach to tech sales" rel="nofollow" href="https://www.businessobserverfl.com/article/mad-botter-tampa-michael-dominick">'Mad Botter' takes 'MacGyver' approach to tech sales</a> &mdash; The Plant City-based company turns run-of-the-mill consumer electronics into devices capable of being deployed for use in advanced military applications, such as fighter jets.</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>340: The Optional Option</title>
  <link>https://coder.show/340</link>
  <guid isPermaLink="false">4822dfb9-f644-40d3-b94d-e84d323df42a</guid>
  <pubDate>Tue, 15 Jan 2019 08:00:00 -0500</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/4822dfb9-f644-40d3-b94d-e84d323df42a.mp3" length="48598878" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>Wes joins Mike for a special Coder. They share thoughts on the costs and benefits of Optionals in Swift, uncover Mike's secret love affair with F#, and debate the true value of serverless. </itunes:subtitle>
  <itunes:duration>57:23</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 for a special Coder. They share thoughts on the costs and benefits of Optionals in Swift, uncover Mike's secret love affair with F#, and debate the true value of serverless.  
</description>
  <itunes:keywords>USB-C development, IOKit, Structs, Classes, Optionals, Flow Control, Kotlin, JVM, Swift, Developer Form, SDK, Serverless, AWS Lambda, Azure, Node, Javascript, C#, .NET, F#, F# Foundation, Cron, Monitoring, Complexity, Monad, Simplicity, FaaS, Datomic, Datomic Ions, BEAM, Erlang, Elixir, Nerves Framework, Nerves, developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Wes joins Mike for a special Coder. They share thoughts on the costs and benefits of Optionals in Swift, uncover Mike&#39;s secret love affair with F#, and debate the true value of serverless. </p><p>Links:</p><ul><li><a title="Mark&#39;s IoT Feedback" rel="nofollow" href="https://pastebin.com/ACsC28u1">Mark's IoT Feedback</a></li><li><a title="IOKit" rel="nofollow" href="https://developer.apple.com/documentation/iokit">IOKit</a> &mdash; The I/O Kit framework implements non-kernel access to I/O Kit objects (drivers and nubs) through the device-interface mechanism.</li><li><a title="Does iPad Pro (2018) support IOKit?" rel="nofollow" href="https://forums.developer.apple.com/thread/110317">Does iPad Pro (2018) support IOKit?</a> &mdash; IOKit has included iOS support since 2.0</li><li><a title="Elixir" rel="nofollow" href="https://elixir-lang.org/">Elixir</a> &mdash; Elixir is a dynamic, functional language designed for building scalable and maintainable applications.</li><li><a title="Craft and deploy bulletproof embedded software in Elixir" rel="nofollow" href="https://nerves-project.org/">Craft and deploy bulletproof embedded software in Elixir</a></li><li><a title="NervesHub" rel="nofollow" href="https://www.nerves-hub.org/">NervesHub</a> &mdash; NervesHub helps you manage firmware updates for Nerves devices.</li><li><a title="Elixir Mix Podcast" rel="nofollow" href="https://devchat.tv/elixir-mix/">Elixir Mix Podcast</a> &mdash; A weekly discussion with Elixir developers.</li><li><a title="Optional - Swift Standard Library" rel="nofollow" href="https://developer.apple.com/documentation/swift/optional">Optional - Swift Standard Library</a> &mdash; A type that represents either a wrapped value or nil, the absence of a value.</li><li><a title="Swift optionals explained simply" rel="nofollow" href="https://hackernoon.com/swift-optionals-explained-simply-e109a4297298">Swift optionals explained simply</a></li><li><a title="F# Software Foundation" rel="nofollow" href="https://fsharp.org/">F# Software Foundation</a> &mdash; F# is a mature, open source, cross-platform, functional-first programming language</li><li><a title="Datomic Ions" rel="nofollow" href="https://docs.datomic.com/cloud/ions/ions.html">Datomic Ions</a> &mdash; Ions let you develop applications for the cloud by deploying your code to a running Datomic cluster.
</li><li><a title="Rich Hickey on Datomic Ions" rel="nofollow" href="https://www.youtube.com/watch?v=thpzXjmYyGk">Rich Hickey on Datomic Ions</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Wes joins Mike for a special Coder. They share thoughts on the costs and benefits of Optionals in Swift, uncover Mike&#39;s secret love affair with F#, and debate the true value of serverless. </p><p>Links:</p><ul><li><a title="Mark&#39;s IoT Feedback" rel="nofollow" href="https://pastebin.com/ACsC28u1">Mark's IoT Feedback</a></li><li><a title="IOKit" rel="nofollow" href="https://developer.apple.com/documentation/iokit">IOKit</a> &mdash; The I/O Kit framework implements non-kernel access to I/O Kit objects (drivers and nubs) through the device-interface mechanism.</li><li><a title="Does iPad Pro (2018) support IOKit?" rel="nofollow" href="https://forums.developer.apple.com/thread/110317">Does iPad Pro (2018) support IOKit?</a> &mdash; IOKit has included iOS support since 2.0</li><li><a title="Elixir" rel="nofollow" href="https://elixir-lang.org/">Elixir</a> &mdash; Elixir is a dynamic, functional language designed for building scalable and maintainable applications.</li><li><a title="Craft and deploy bulletproof embedded software in Elixir" rel="nofollow" href="https://nerves-project.org/">Craft and deploy bulletproof embedded software in Elixir</a></li><li><a title="NervesHub" rel="nofollow" href="https://www.nerves-hub.org/">NervesHub</a> &mdash; NervesHub helps you manage firmware updates for Nerves devices.</li><li><a title="Elixir Mix Podcast" rel="nofollow" href="https://devchat.tv/elixir-mix/">Elixir Mix Podcast</a> &mdash; A weekly discussion with Elixir developers.</li><li><a title="Optional - Swift Standard Library" rel="nofollow" href="https://developer.apple.com/documentation/swift/optional">Optional - Swift Standard Library</a> &mdash; A type that represents either a wrapped value or nil, the absence of a value.</li><li><a title="Swift optionals explained simply" rel="nofollow" href="https://hackernoon.com/swift-optionals-explained-simply-e109a4297298">Swift optionals explained simply</a></li><li><a title="F# Software Foundation" rel="nofollow" href="https://fsharp.org/">F# Software Foundation</a> &mdash; F# is a mature, open source, cross-platform, functional-first programming language</li><li><a title="Datomic Ions" rel="nofollow" href="https://docs.datomic.com/cloud/ions/ions.html">Datomic Ions</a> &mdash; Ions let you develop applications for the cloud by deploying your code to a running Datomic cluster.
</li><li><a title="Rich Hickey on Datomic Ions" rel="nofollow" href="https://www.youtube.com/watch?v=thpzXjmYyGk">Rich Hickey on Datomic Ions</a></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>
