<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Sun, 26 Apr 2026 04:33:22 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Coder Radio - Episodes Tagged with “Snapcraft”</title>
    <link>https://coder.show/tags/snapcraft</link>
    <pubDate>Mon, 02 Sep 2019 23: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>373: Interactive Investigations</title>
  <link>https://coder.show/373</link>
  <guid isPermaLink="false">fc417cc1-4b99-4d2b-9817-ffe1f3f624ae</guid>
  <pubDate>Mon, 02 Sep 2019 23:00:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/fc417cc1-4b99-4d2b-9817-ffe1f3f624ae.mp3" length="26640741" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>We debate the best way to package scripting language apps then explore interactive development and the importance of a good shell.</itunes:subtitle>
  <itunes:duration>37:00</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 the best way to package scripting language apps then explore interactive development and the importance of a good shell.
Plus npm bans terminal ads, what comes after Rust, and why Mike hates macros. 
</description>
  <itunes:keywords>.NET, C#, F#,  Rust, memory safety, formal methods, macros, monkeypatching, ruby, python, npm, advertising, supporting open source, macOS, scripting languages, application packaging, homebrew, snapcraft, flatpak, appimage, containers, docker, REPL, clojure, interactive development, smalltalk, forth, bpython, pry, rebel-readline, exploratory programming, sql, sqlite, litecli, Jupiter Broadcasting, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We debate the best way to package scripting language apps then explore interactive development and the importance of a good shell.</p>

<p>Plus npm bans terminal ads, what comes after Rust, and why Mike hates macros.</p><p>Links:</p><ul><li><a title="Feedback: Getting started on .NET?" rel="nofollow" href="https://slexy.org/view/s2bssmHTau">Feedback: Getting started on .NET?</a> &mdash; My question is what is the easiest route to get started in .net development? When I looked online there are several different languages that can be used from C# ,F#, ASP.NEt among others. In your personal experience what is the easiest way to get started on this path?</li><li><a title="Feedback: Questioning Rust" rel="nofollow" href="https://slexy.org/view/s21pB91Mje">Feedback: Questioning Rust</a> &mdash; [...] The primary issue here is that most of the work to prove that safety (beyond "trust me" blocks) is pushed onto the developer instead of having the compiler insert protections surmised from uses of the data structures outlined in the source code.  After all, it can only prove what it is shown, not what it assumes.</li><li><a title="Feedback on Mike and Macros" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/cw5pki/crystal_clear_coder_radio_show_372/eyprsx0/">Feedback on Mike and Macros</a> &mdash; I'd also love to hear more about what you dislike about macros. Personally, I view Rust's macro system as one of its biggest selling points. I've written more than a few macros myself and, every time, they've simplified my code in ways I couldn't have managed without them. Perhaps more importantly, I've also noticed that many of my favorite crates make heavy use of macros—and doing so lets them expose a much more ergonomic API.</li><li><a title="The Imposter&#39;s Handbook by Rob Conery" rel="nofollow" href="https://www.goodreads.com/book/show/31572054-the-imposter-s-handbook">The Imposter's Handbook by Rob Conery</a> &mdash; You've had to learn on the job. New languages, new frameworks, new ways of doing things - a constant struggle just to stay current in the industry. This left no time to learn the foundational concepts and skills that come with a degree in Computer Science.
</li><li><a title="npm Bans Terminal Ads" rel="nofollow" href="https://www.zdnet.com/article/npm-bans-terminal-ads/">npm Bans Terminal Ads</a> &mdash; After last week a popular JavaScript library started showing full-blown ads in the npm command-line interface, npm, Inc., the company that runs the npm tool and website, has taken a stance and plans to ban such behavior in the future.
</li><li><a title="Apple wants to remove scripting languages from macOS" rel="nofollow" href="https://dev.to/stereobooster/apple-wants-to-remove-scripting-languages-2l0i">Apple wants to remove scripting languages from macOS</a> &mdash; Scripting language runtimes such as Python, Ruby, and Perl are included in macOS for compatibility with legacy software. In future versions of macOS, scripting language runtimes won’t be available by default, and may require you to install an additional package. If your software depends on scripting languages, it’s recommended that you bundle the runtime within the app</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; Python hasn't ever had a consistent story for how I give my code to someone else, especially if that someone else isn't a developer and just wants to use my application. </li><li><a title="Traveling Ruby: self-contained, portable Ruby binaries" rel="nofollow" href="https://phusion.github.io/traveling-ruby/">Traveling Ruby: self-contained, portable Ruby binaries</a> &mdash; Traveling Ruby lets you create self-contained Ruby app packages for Windows, Linux and OS X.</li><li><a title="ruby-packer" rel="nofollow" href="https://github.com/pmq20/ruby-packer">ruby-packer</a> &mdash; Packing your Ruby application into a single executable.

</li><li><a title="fogus: Notes on Interactive Computing Environments" rel="nofollow" href="http://blog.fogus.me/2019/04/03/notes-on-interactive-computing-environments/">fogus: Notes on Interactive Computing Environments</a> &mdash; Your programming environments should be an active partner in the act of creating systems.

</li><li><a title="Tim Ewald - Clojure: Programming with Hand Tools" rel="nofollow" href="https://www.youtube.com/watch?v=ShEez0JkOFw">Tim Ewald - Clojure: Programming with Hand Tools</a> &mdash; For most of human history, furniture was built by hand using a small set of simple tools. This approach connects you in a profoundly direct way to the work, your effort to the result. This changed with the rise of machine tools, which made production more efficient but also altered what's made and how we think about making it in in a profound way. This talk explores the effects of automation on our work, which is as relevant to software as it is to furniture, especially now that once again, with Clojure, we are building things using a small set of simple tools.</li><li><a title="Things You Didn&#39;t Know About GNU Readline" rel="nofollow" href="https://twobithistory.org/2019/08/22/readline.html">Things You Didn't Know About GNU Readline</a> &mdash; GNU Readline is an unassuming little software library that I relied on for years without realizing that it was there. Tens of thousands of people probably use it every day without thinking about it. If you use the Bash shell, every time you auto-complete a filename, or move the cursor around within a single line of input text, or search through the history of your previous commands, you are using GNU Readline. </li><li><a title="bpython" rel="nofollow" href="https://github.com/bpython/bpython">bpython</a> &mdash; A fancy curses interface to the Python interactive interpreter</li><li><a title="pry" rel="nofollow" href="https://github.com/pry/pry">pry</a> &mdash; Pry is a runtime developer console and IRB alternative with powerful introspection capabilities. Pry aims to be more than an IRB replacement. It is an attempt to bring REPL driven programming to the Ruby language.

</li><li><a title="Ammonite" rel="nofollow" href="https://ammonite.io/">Ammonite</a> &mdash; Ammonite lets you use the Scala language for scripting purposes: in the REPL, as scripts, as a library to use in existing projects, or as a standalone systems shell.

</li><li><a title="rebel-readline" rel="nofollow" href="https://github.com/bhauman/rebel-readline">rebel-readline</a> &mdash; A terminal readline library for Clojure Dialects

</li><li><a title="litecli" rel="nofollow" href="https://github.com/dbcli/litecli">litecli</a> &mdash; A command-line client for SQLite databases that has auto-completion and syntax highlighting.
</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We debate the best way to package scripting language apps then explore interactive development and the importance of a good shell.</p>

<p>Plus npm bans terminal ads, what comes after Rust, and why Mike hates macros.</p><p>Links:</p><ul><li><a title="Feedback: Getting started on .NET?" rel="nofollow" href="https://slexy.org/view/s2bssmHTau">Feedback: Getting started on .NET?</a> &mdash; My question is what is the easiest route to get started in .net development? When I looked online there are several different languages that can be used from C# ,F#, ASP.NEt among others. In your personal experience what is the easiest way to get started on this path?</li><li><a title="Feedback: Questioning Rust" rel="nofollow" href="https://slexy.org/view/s21pB91Mje">Feedback: Questioning Rust</a> &mdash; [...] The primary issue here is that most of the work to prove that safety (beyond "trust me" blocks) is pushed onto the developer instead of having the compiler insert protections surmised from uses of the data structures outlined in the source code.  After all, it can only prove what it is shown, not what it assumes.</li><li><a title="Feedback on Mike and Macros" rel="nofollow" href="https://www.reddit.com/r/CoderRadio/comments/cw5pki/crystal_clear_coder_radio_show_372/eyprsx0/">Feedback on Mike and Macros</a> &mdash; I'd also love to hear more about what you dislike about macros. Personally, I view Rust's macro system as one of its biggest selling points. I've written more than a few macros myself and, every time, they've simplified my code in ways I couldn't have managed without them. Perhaps more importantly, I've also noticed that many of my favorite crates make heavy use of macros—and doing so lets them expose a much more ergonomic API.</li><li><a title="The Imposter&#39;s Handbook by Rob Conery" rel="nofollow" href="https://www.goodreads.com/book/show/31572054-the-imposter-s-handbook">The Imposter's Handbook by Rob Conery</a> &mdash; You've had to learn on the job. New languages, new frameworks, new ways of doing things - a constant struggle just to stay current in the industry. This left no time to learn the foundational concepts and skills that come with a degree in Computer Science.
</li><li><a title="npm Bans Terminal Ads" rel="nofollow" href="https://www.zdnet.com/article/npm-bans-terminal-ads/">npm Bans Terminal Ads</a> &mdash; After last week a popular JavaScript library started showing full-blown ads in the npm command-line interface, npm, Inc., the company that runs the npm tool and website, has taken a stance and plans to ban such behavior in the future.
</li><li><a title="Apple wants to remove scripting languages from macOS" rel="nofollow" href="https://dev.to/stereobooster/apple-wants-to-remove-scripting-languages-2l0i">Apple wants to remove scripting languages from macOS</a> &mdash; Scripting language runtimes such as Python, Ruby, and Perl are included in macOS for compatibility with legacy software. In future versions of macOS, scripting language runtimes won’t be available by default, and may require you to install an additional package. If your software depends on scripting languages, it’s recommended that you bundle the runtime within the app</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; Python hasn't ever had a consistent story for how I give my code to someone else, especially if that someone else isn't a developer and just wants to use my application. </li><li><a title="Traveling Ruby: self-contained, portable Ruby binaries" rel="nofollow" href="https://phusion.github.io/traveling-ruby/">Traveling Ruby: self-contained, portable Ruby binaries</a> &mdash; Traveling Ruby lets you create self-contained Ruby app packages for Windows, Linux and OS X.</li><li><a title="ruby-packer" rel="nofollow" href="https://github.com/pmq20/ruby-packer">ruby-packer</a> &mdash; Packing your Ruby application into a single executable.

</li><li><a title="fogus: Notes on Interactive Computing Environments" rel="nofollow" href="http://blog.fogus.me/2019/04/03/notes-on-interactive-computing-environments/">fogus: Notes on Interactive Computing Environments</a> &mdash; Your programming environments should be an active partner in the act of creating systems.

</li><li><a title="Tim Ewald - Clojure: Programming with Hand Tools" rel="nofollow" href="https://www.youtube.com/watch?v=ShEez0JkOFw">Tim Ewald - Clojure: Programming with Hand Tools</a> &mdash; For most of human history, furniture was built by hand using a small set of simple tools. This approach connects you in a profoundly direct way to the work, your effort to the result. This changed with the rise of machine tools, which made production more efficient but also altered what's made and how we think about making it in in a profound way. This talk explores the effects of automation on our work, which is as relevant to software as it is to furniture, especially now that once again, with Clojure, we are building things using a small set of simple tools.</li><li><a title="Things You Didn&#39;t Know About GNU Readline" rel="nofollow" href="https://twobithistory.org/2019/08/22/readline.html">Things You Didn't Know About GNU Readline</a> &mdash; GNU Readline is an unassuming little software library that I relied on for years without realizing that it was there. Tens of thousands of people probably use it every day without thinking about it. If you use the Bash shell, every time you auto-complete a filename, or move the cursor around within a single line of input text, or search through the history of your previous commands, you are using GNU Readline. </li><li><a title="bpython" rel="nofollow" href="https://github.com/bpython/bpython">bpython</a> &mdash; A fancy curses interface to the Python interactive interpreter</li><li><a title="pry" rel="nofollow" href="https://github.com/pry/pry">pry</a> &mdash; Pry is a runtime developer console and IRB alternative with powerful introspection capabilities. Pry aims to be more than an IRB replacement. It is an attempt to bring REPL driven programming to the Ruby language.

</li><li><a title="Ammonite" rel="nofollow" href="https://ammonite.io/">Ammonite</a> &mdash; Ammonite lets you use the Scala language for scripting purposes: in the REPL, as scripts, as a library to use in existing projects, or as a standalone systems shell.

</li><li><a title="rebel-readline" rel="nofollow" href="https://github.com/bhauman/rebel-readline">rebel-readline</a> &mdash; A terminal readline library for Clojure Dialects

</li><li><a title="litecli" rel="nofollow" href="https://github.com/dbcli/litecli">litecli</a> &mdash; A command-line client for SQLite databases that has auto-completion and syntax highlighting.
</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>362: It Crashes Better</title>
  <link>https://coder.show/362</link>
  <guid isPermaLink="false">6a133ffd-001a-4418-8a4e-0a7bfce554b5</guid>
  <pubDate>Mon, 17 Jun 2019 23:00:00 -0400</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/6a133ffd-001a-4418-8a4e-0a7bfce554b5.mp3" length="40514583" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>It's a Coder three-way as Chris checks-in with an eGPU update, and Mike shares his adventures with ReasonML.</itunes:subtitle>
  <itunes:duration>56:16</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>It's a Coder three-way as Chris checks-in with an eGPU update, and Mike shares his adventures with ReasonML.
Plus the state of linux application packaging, and Chris' ultimate mobile workflow. 
</description>
  <itunes:keywords>ReasonML, React, OCaml, ML, functional programming, static types, option type, algebraic data types, coding challenge, javascript, compile to javascript, snapcraft, snap packages, snapd, canonical, electron, AppImage, flatpak, linux packaging, eGPU, virtualization, virt-manager, libvirt, kvm, gpu passthrough, system76, galago pro, The Mad Botter, earth day competition, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>It&#39;s a Coder three-way as Chris checks-in with an eGPU update, and Mike shares his adventures with ReasonML.</p>

<p>Plus the state of linux application packaging, and Chris&#39; ultimate mobile workflow.</p><p>Links:</p><ul><li><a title="Brydge Keyboard for iPad Pro" rel="nofollow" href="https://www.brydge.com/products/brydge-for-ipad-pro-2018">Brydge Keyboard for iPad Pro</a></li><li><a title="Reason Homepage" rel="nofollow" href="https://reasonml.github.io/en/">Reason Homepage</a> &mdash; Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript &amp; OCaml ecosystems.
</li><li><a title="What &amp; Why · Reason" rel="nofollow" href="https://reasonml.github.io/docs/en/what-and-why">What &amp; Why · Reason</a> &mdash; Reason can almost be considered as a solidly statically typed, faster and simpler cousin of JavaScript, minus the historical crufts, plus the features of ES2030 you can use today, and with access to both the JS and the OCaml ecosystem!

</li><li><a title="BuckleScript · Write safer and simpler code in OCaml &amp; Reason, compile to JavaScript." rel="nofollow" href="https://bucklescript.github.io/">BuckleScript · Write safer and simpler code in OCaml &amp; Reason, compile to JavaScript.</a> &mdash; BuckleScript is backed by OCaml. Decades of type system research and compiler engineering.

</li><li><a title="Null, Undefined &amp; Option · Reason" rel="nofollow" href="https://reasonml.github.io/docs/en/null-undefined-option">Null, Undefined &amp; Option · Reason</a> &mdash; Reason itself doesn't have the notion of null or undefined. This is a great thing, as it wipes out an entire category of bugs. No more undefined is not a function, and cannot access foo of undefined!

</li><li><a title="Variant! · Reason" rel="nofollow" href="https://reasonml.github.io/docs/en/variant">Variant! · Reason</a> &mdash; Behold, the crown jewel of Reason data structures!

Most data structures in most languages are about "this and that". A variant allows us to express "this or that".</li><li><a title="Ken Wheeler - ReasonML is Serious Business" rel="nofollow" href="https://www.youtube.com/watch?v=lzEweA7RPi0&amp;feature=youtu.be">Ken Wheeler - ReasonML is Serious Business</a></li><li><a title="Syntax Cheatsheet · Reason" rel="nofollow" href="https://reasonml.github.io/docs/en/syntax-cheatsheet">Syntax Cheatsheet · Reason</a> &mdash; We've worked very hard to make Reason look like JS while preserving OCaml's great semantics &amp; types. Hope you enjoy it!

</li><li><a title="OCaml Homepage" rel="nofollow" href="http://ocaml.org/">OCaml Homepage</a> &mdash; OCaml is an industrial strength programming language supporting functional, imperative and object-oriented styles.</li><li><a title="ReasonReact · All your ReactJS knowledge, codified." rel="nofollow" href="https://reasonml.github.io/reason-react/">ReasonReact · All your ReactJS knowledge, codified.</a> &mdash; It's Just Reason. We leverage the existing type system to create a library that types just right. Plus lightweight, first-class support for the ReactJS community idioms you've been using.</li><li><a title="ReasonML - React as first intended" rel="nofollow" href="https://www.imaginarycloud.com/blog/reasonml-react-as-first-intended/">ReasonML - React as first intended</a> &mdash; ReasonML is the new tech that Facebook is using to develop React applications and promoting as a futuristic version of JavaScript </li><li><a title="Create your first snap | Ubuntu tutorials" rel="nofollow" href="https://tutorials.ubuntu.com/tutorial/create-your-first-snap#0">Create your first snap | Ubuntu tutorials</a> &mdash; The snapcraft tool is the preferred way to build snaps. It reads a simple, declarative file and runs the build for us.</li><li><a title="Creating a snap - Snap documentation" rel="nofollow" href="https://docs.snapcraft.io/creating-a-snap">Creating a snap - Snap documentation</a> &mdash; A snap can be created from apps you’ve already built and zipped, or from your preferred programming language or framework.

</li><li><a title="Snapcraft Summit, Montreal 2019 - Day 1, 2 &amp; 3" rel="nofollow" href="https://forum.snapcraft.io/t/snapcraft-summit-montreal-2019-day-1-2-3/11763">Snapcraft Summit, Montreal 2019 - Day 1, 2 &amp; 3</a></li><li><a title="Similar projects · AppImage/AppImageKit Wiki" rel="nofollow" href="https://github.com/AppImage/AppImageKit/wiki/Similar-projects">Similar projects · AppImage/AppImageKit Wiki</a> &mdash; This page compares various similar systems to AppImage. Of course, each system was built toward its own specific objectives. This page is intended to illustrate the points that were important in the AppImage design, and similarities as well as differences to other systems.

</li><li><a title="Flathub—An app store and build service for Linux" rel="nofollow" href="https://flathub.org/home">Flathub—An app store and build service for Linux</a> &mdash; Welcome to Flathub, the home of hundreds of apps which can be easily installed on any Linux distribution. Browse the apps online, from your app center or the command line.</li><li><a title="Mantiz Venus MZ-02 External Graphic Enclosure" rel="nofollow" href="https://www.amazon.com/Mantiz-Thunderbolt-Certified-External-interface/dp/B0745H6GTX">Mantiz Venus MZ-02 External Graphic Enclosure</a> &mdash; Connects Full High Full Length 120" Width 2.5 PCIE Desktop Power GPU to computer WITH an Intel Certified Thunderbolt 3 port.</li><li><a title="The Mad Botter INC on Twitter" rel="nofollow" href="https://twitter.com/TheMadBotterINC/status/1139900287886475264">The Mad Botter INC on Twitter</a> &mdash; Congratulations @ChinKyler on winning our #FOSS #Earthday competition and with it a @system76 #GalagoPro. Keep hacking and keep it #Linux!
</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> &mdash; Linux academy is looking for full stack Node.JS+Angular and Ruby on Rails developers. Come join the team!</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>It&#39;s a Coder three-way as Chris checks-in with an eGPU update, and Mike shares his adventures with ReasonML.</p>

<p>Plus the state of linux application packaging, and Chris&#39; ultimate mobile workflow.</p><p>Links:</p><ul><li><a title="Brydge Keyboard for iPad Pro" rel="nofollow" href="https://www.brydge.com/products/brydge-for-ipad-pro-2018">Brydge Keyboard for iPad Pro</a></li><li><a title="Reason Homepage" rel="nofollow" href="https://reasonml.github.io/en/">Reason Homepage</a> &mdash; Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript &amp; OCaml ecosystems.
</li><li><a title="What &amp; Why · Reason" rel="nofollow" href="https://reasonml.github.io/docs/en/what-and-why">What &amp; Why · Reason</a> &mdash; Reason can almost be considered as a solidly statically typed, faster and simpler cousin of JavaScript, minus the historical crufts, plus the features of ES2030 you can use today, and with access to both the JS and the OCaml ecosystem!

</li><li><a title="BuckleScript · Write safer and simpler code in OCaml &amp; Reason, compile to JavaScript." rel="nofollow" href="https://bucklescript.github.io/">BuckleScript · Write safer and simpler code in OCaml &amp; Reason, compile to JavaScript.</a> &mdash; BuckleScript is backed by OCaml. Decades of type system research and compiler engineering.

</li><li><a title="Null, Undefined &amp; Option · Reason" rel="nofollow" href="https://reasonml.github.io/docs/en/null-undefined-option">Null, Undefined &amp; Option · Reason</a> &mdash; Reason itself doesn't have the notion of null or undefined. This is a great thing, as it wipes out an entire category of bugs. No more undefined is not a function, and cannot access foo of undefined!

</li><li><a title="Variant! · Reason" rel="nofollow" href="https://reasonml.github.io/docs/en/variant">Variant! · Reason</a> &mdash; Behold, the crown jewel of Reason data structures!

Most data structures in most languages are about "this and that". A variant allows us to express "this or that".</li><li><a title="Ken Wheeler - ReasonML is Serious Business" rel="nofollow" href="https://www.youtube.com/watch?v=lzEweA7RPi0&amp;feature=youtu.be">Ken Wheeler - ReasonML is Serious Business</a></li><li><a title="Syntax Cheatsheet · Reason" rel="nofollow" href="https://reasonml.github.io/docs/en/syntax-cheatsheet">Syntax Cheatsheet · Reason</a> &mdash; We've worked very hard to make Reason look like JS while preserving OCaml's great semantics &amp; types. Hope you enjoy it!

</li><li><a title="OCaml Homepage" rel="nofollow" href="http://ocaml.org/">OCaml Homepage</a> &mdash; OCaml is an industrial strength programming language supporting functional, imperative and object-oriented styles.</li><li><a title="ReasonReact · All your ReactJS knowledge, codified." rel="nofollow" href="https://reasonml.github.io/reason-react/">ReasonReact · All your ReactJS knowledge, codified.</a> &mdash; It's Just Reason. We leverage the existing type system to create a library that types just right. Plus lightweight, first-class support for the ReactJS community idioms you've been using.</li><li><a title="ReasonML - React as first intended" rel="nofollow" href="https://www.imaginarycloud.com/blog/reasonml-react-as-first-intended/">ReasonML - React as first intended</a> &mdash; ReasonML is the new tech that Facebook is using to develop React applications and promoting as a futuristic version of JavaScript </li><li><a title="Create your first snap | Ubuntu tutorials" rel="nofollow" href="https://tutorials.ubuntu.com/tutorial/create-your-first-snap#0">Create your first snap | Ubuntu tutorials</a> &mdash; The snapcraft tool is the preferred way to build snaps. It reads a simple, declarative file and runs the build for us.</li><li><a title="Creating a snap - Snap documentation" rel="nofollow" href="https://docs.snapcraft.io/creating-a-snap">Creating a snap - Snap documentation</a> &mdash; A snap can be created from apps you’ve already built and zipped, or from your preferred programming language or framework.

</li><li><a title="Snapcraft Summit, Montreal 2019 - Day 1, 2 &amp; 3" rel="nofollow" href="https://forum.snapcraft.io/t/snapcraft-summit-montreal-2019-day-1-2-3/11763">Snapcraft Summit, Montreal 2019 - Day 1, 2 &amp; 3</a></li><li><a title="Similar projects · AppImage/AppImageKit Wiki" rel="nofollow" href="https://github.com/AppImage/AppImageKit/wiki/Similar-projects">Similar projects · AppImage/AppImageKit Wiki</a> &mdash; This page compares various similar systems to AppImage. Of course, each system was built toward its own specific objectives. This page is intended to illustrate the points that were important in the AppImage design, and similarities as well as differences to other systems.

</li><li><a title="Flathub—An app store and build service for Linux" rel="nofollow" href="https://flathub.org/home">Flathub—An app store and build service for Linux</a> &mdash; Welcome to Flathub, the home of hundreds of apps which can be easily installed on any Linux distribution. Browse the apps online, from your app center or the command line.</li><li><a title="Mantiz Venus MZ-02 External Graphic Enclosure" rel="nofollow" href="https://www.amazon.com/Mantiz-Thunderbolt-Certified-External-interface/dp/B0745H6GTX">Mantiz Venus MZ-02 External Graphic Enclosure</a> &mdash; Connects Full High Full Length 120" Width 2.5 PCIE Desktop Power GPU to computer WITH an Intel Certified Thunderbolt 3 port.</li><li><a title="The Mad Botter INC on Twitter" rel="nofollow" href="https://twitter.com/TheMadBotterINC/status/1139900287886475264">The Mad Botter INC on Twitter</a> &mdash; Congratulations @ChinKyler on winning our #FOSS #Earthday competition and with it a @system76 #GalagoPro. Keep hacking and keep it #Linux!
</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> &mdash; Linux academy is looking for full stack Node.JS+Angular and Ruby on Rails developers. Come join the team!</li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>345: F# Envy</title>
  <link>https://coder.show/345</link>
  <guid isPermaLink="false">e1513d98-510d-4510-8492-a40cbe46ca33</guid>
  <pubDate>Tue, 19 Feb 2019 13:00:00 -0500</pubDate>
  <author>The Mad Botter</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/b44de5fa-47c1-4e94-bf9e-c72f8d1c8f5d/e1513d98-510d-4510-8492-a40cbe46ca33.mp3" length="40044692" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>The Mad Botter</itunes:author>
  <itunes:subtitle>The guys discuss the real last bastion of scratch your own itch, and debate the merits of recent C# functional programing fads that are transforming the language. </itunes:subtitle>
  <itunes:duration>55:37</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>The guys discuss the real last bastion of scratch your own itch, and debate the merits of recent C# functional programing fads that are transforming the language. 
Plus Mike’s swimming in hardware, and a new movement sweeping the web that starts right here. 
</description>
  <itunes:keywords>System76, pop!_OS, Darter Pro, Thelio, Sleep, Autosleep, Desktop, Laptop, SCALE, linux, C#, Microsoft, .NET, F#, functional programming, switch expression, pattern matching, Login form, modal, simplicity, POST,design, Ubuntu Core, LTS, snapcraft, snap packages, iOS development, subscriptions, swift, MacBook Pro, 13”, Developer podcast, Coder Radio</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>The guys discuss the real last bastion of scratch your own itch, and debate the merits of recent C# functional programing fads that are transforming the language. </p>

<p>Plus Mike’s swimming in hardware, and a new movement sweeping the web that starts right here.</p><p>Links:</p><ul><li><a title="Yo, Thelio! - dominickm.com" rel="nofollow" href="http://dominickm.com/yo-thelio/">Yo, Thelio! - dominickm.com</a> &mdash; Overall, I am very happy with Thelio and if you’re interesting in running Linux on a desktop full-time, I recommend you consider it.</li><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1095823064745607170">Michael Dominick on Twitter</a> &mdash; 10 minutes in and the #DarterPro has the best non-Mac trackpad I’ve ever used.</li><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1097424480022994944">Michael Dominick on Twitter</a> &mdash; Yeah, so @ChrisLAS I have fallen hard off the old man sleep wagon and it's deeply sub-optimal.</li><li><a title="SCaLE 17x" rel="nofollow" href="https://www.socallinuxexpo.org/scale/17x">SCaLE 17x</a> &mdash; SCaLE is the largest community-run open-source and free software conference in North America. It is held annually in the greater Los Angeles area.</li><li><a title="C# 8: The switch expression" rel="nofollow" href="https://alexatnet.com/cs8-switch-statement/">C# 8: The switch expression</a> &mdash; C# 8 delivers a few new C# features to developers, and it is nice to see the language improving, but today I would like to talk about only one and it is "switch expressions".</li><li><a title="Don’t Get Clever with Login Forms | Brad Frost" rel="nofollow" href="http://bradfrost.com/blog/post/dont-get-clever-with-login-forms/">Don’t Get Clever with Login Forms | Brad Frost</a> &mdash; Let’s walk through some login patterns and why I think they’re not ideal. And then let’s look at some better ways of tackling login.</li><li><a title="Canonical Announces Latest Ubuntu Core for IoT » Linux Magazine" rel="nofollow" href="http://www.linux-magazine.com/Online/News/Canonical-Announces-Latest-Ubuntu-Core-for-IoT">Canonical Announces Latest Ubuntu Core for IoT » Linux Magazine</a> &mdash; Canonical has announced Ubuntu Core 18, their open source platform for IoT devices. Ubuntu Core 18 is based on Ubuntu 18.04 LTS code-base and will be supported for 10 years.

</li><li><a title="Andrew Madsen on Twitter" rel="nofollow" href="https://twitter.com/armadsen/status/1096881835093544962?s=12">Andrew Madsen on Twitter</a> &mdash; It’s weird how the iOS community has shifted so much from “iOS development” to “Swift”. 5 years on, and a huge part of what everyone’s doing revolves around the language, not how to create great apps. Why is that?

</li><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1097178374756319233">Michael Dominick on Twitter</a> &mdash; Thinking more about this conversation about how the #iOSDev #macOs scene has changed online, it occurs to me that there’s a platform where that past ethos of “just build cool things” lives — desktop #Linux and @elementary in particular #CoderRadio @ChrisLAS

</li><li><a title="16-Inch MacBook Pro With All-New Design Expected in 2019" rel="nofollow" href="https://www.macrumors.com/2019/02/17/16-inch-macbook-pro-2019-kuo/">16-Inch MacBook Pro With All-New Design Expected in 2019</a> &mdash; Kuo also says Apple may add a 32GB RAM option to the 13-inch MacBook Pro, without providing further details. 
</li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>The guys discuss the real last bastion of scratch your own itch, and debate the merits of recent C# functional programing fads that are transforming the language. </p>

<p>Plus Mike’s swimming in hardware, and a new movement sweeping the web that starts right here.</p><p>Links:</p><ul><li><a title="Yo, Thelio! - dominickm.com" rel="nofollow" href="http://dominickm.com/yo-thelio/">Yo, Thelio! - dominickm.com</a> &mdash; Overall, I am very happy with Thelio and if you’re interesting in running Linux on a desktop full-time, I recommend you consider it.</li><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1095823064745607170">Michael Dominick on Twitter</a> &mdash; 10 minutes in and the #DarterPro has the best non-Mac trackpad I’ve ever used.</li><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1097424480022994944">Michael Dominick on Twitter</a> &mdash; Yeah, so @ChrisLAS I have fallen hard off the old man sleep wagon and it's deeply sub-optimal.</li><li><a title="SCaLE 17x" rel="nofollow" href="https://www.socallinuxexpo.org/scale/17x">SCaLE 17x</a> &mdash; SCaLE is the largest community-run open-source and free software conference in North America. It is held annually in the greater Los Angeles area.</li><li><a title="C# 8: The switch expression" rel="nofollow" href="https://alexatnet.com/cs8-switch-statement/">C# 8: The switch expression</a> &mdash; C# 8 delivers a few new C# features to developers, and it is nice to see the language improving, but today I would like to talk about only one and it is "switch expressions".</li><li><a title="Don’t Get Clever with Login Forms | Brad Frost" rel="nofollow" href="http://bradfrost.com/blog/post/dont-get-clever-with-login-forms/">Don’t Get Clever with Login Forms | Brad Frost</a> &mdash; Let’s walk through some login patterns and why I think they’re not ideal. And then let’s look at some better ways of tackling login.</li><li><a title="Canonical Announces Latest Ubuntu Core for IoT » Linux Magazine" rel="nofollow" href="http://www.linux-magazine.com/Online/News/Canonical-Announces-Latest-Ubuntu-Core-for-IoT">Canonical Announces Latest Ubuntu Core for IoT » Linux Magazine</a> &mdash; Canonical has announced Ubuntu Core 18, their open source platform for IoT devices. Ubuntu Core 18 is based on Ubuntu 18.04 LTS code-base and will be supported for 10 years.

</li><li><a title="Andrew Madsen on Twitter" rel="nofollow" href="https://twitter.com/armadsen/status/1096881835093544962?s=12">Andrew Madsen on Twitter</a> &mdash; It’s weird how the iOS community has shifted so much from “iOS development” to “Swift”. 5 years on, and a huge part of what everyone’s doing revolves around the language, not how to create great apps. Why is that?

</li><li><a title="Michael Dominick on Twitter" rel="nofollow" href="https://twitter.com/dominucco/status/1097178374756319233">Michael Dominick on Twitter</a> &mdash; Thinking more about this conversation about how the #iOSDev #macOs scene has changed online, it occurs to me that there’s a platform where that past ethos of “just build cool things” lives — desktop #Linux and @elementary in particular #CoderRadio @ChrisLAS

</li><li><a title="16-Inch MacBook Pro With All-New Design Expected in 2019" rel="nofollow" href="https://www.macrumors.com/2019/02/17/16-inch-macbook-pro-2019-kuo/">16-Inch MacBook Pro With All-New Design Expected in 2019</a> &mdash; Kuo also says Apple may add a 32GB RAM option to the 13-inch MacBook Pro, without providing further details. 
</li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
