<?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>Wed, 29 Apr 2026 21:33:59 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>WTF# - Episodes Tagged with “F#”</title>
    <link>https://www.wtfsharp.net/tags/f%23</link>
    <pubDate>Thu, 04 Mar 2021 09:00:00 -0500</pubDate>
    <description>Curious as to what's happening in the F# ecosystem? Whether you're a long-time F# lover or functionally curious, this is a great means of keeping up to speed with functional programming on the .NET platform!
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>What is going on in the F# ecosystem?</itunes:subtitle>
    <itunes:author>Stachu Korick</itunes:author>
    <itunes:summary>Curious as to what's happening in the F# ecosystem? Whether you're a long-time F# lover or functionally curious, this is a great means of keeping up to speed with functional programming on the .NET platform!
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner>
      <itunes:name>Stachu Korick</itunes:name>
      <itunes:email>hello@stachu.net</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<item>
  <title>WTF# is Mathematical Planning?</title>
  <link>https://www.wtfsharp.net/wtfsharp-is-math-planning</link>
  <guid isPermaLink="false">c01643f5-d4a8-4f59-955a-b1eba744a04f</guid>
  <pubDate>Thu, 04 Mar 2021 09:00:00 -0500</pubDate>
  <author>Stachu Korick</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/c01643f5-d4a8-4f59-955a-b1eba744a04f.mp3" length="64942282" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Stachu Korick</itunes:author>
  <itunes:subtitle>In this conversation, we cover Matthew's background in software, his passion for mathematical planning, what mathematical planning is, how to use it within F#, and how to get started.</itunes:subtitle>
  <itunes:duration>1:03:26</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
  <description>Show notes:
Matthew's workshop on mathematical planning:
https://www.youtube.com/watch?v=KlUT7FXnzqg
Modeling Libraries
.NET : OPTANO (https://optano.com/en/modeling/)
F# : Flips (https://flipslibrary.com/)
Python : PuLP (https://pypi.org/project/PuLP/)
Solvers:
Open Source
COIN-OR CBC : https://projects.coin-or.org/Cbc
Google GLOP : https://developers.google.com/optimization
Commercial
Gurobi : https://www.gurobi.com/
IBM CPLEX : https://www.ibm.com/analytics/cplex-optimizer
Frontline Solver : https://www.solver.com/
LocalSolver : https://www.localsolver.com/
Scheduling NFL with Gurobi (https://youtu.be/njISXhlc1Rw) Special Guest: Matthew Crews.
</description>
  <itunes:keywords>fsharp, F#, math, planning, optimization, mathematical planning</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Show notes:</p>

<p>Matthew&#39;s workshop on mathematical planning:<br>
<a href="https://www.youtube.com/watch?v=KlUT7FXnzqg" rel="nofollow">https://www.youtube.com/watch?v=KlUT7FXnzqg</a></p>

<h1>Modeling Libraries</h1>

<ul>
<li>.NET : OPTANO (<a href="https://optano.com/en/modeling/" rel="nofollow">https://optano.com/en/modeling/</a>)</li>
<li>F# : Flips (<a href="https://flipslibrary.com/" rel="nofollow">https://flipslibrary.com/</a>)</li>
<li>Python : PuLP (<a href="https://pypi.org/project/PuLP/" rel="nofollow">https://pypi.org/project/PuLP/</a>)</li>
</ul>

<h1>Solvers:</h1>

<h2>Open Source</h2>

<ul>
<li>COIN-OR CBC : <a href="https://projects.coin-or.org/Cbc" rel="nofollow">https://projects.coin-or.org/Cbc</a></li>
<li>Google GLOP : <a href="https://developers.google.com/optimization" rel="nofollow">https://developers.google.com/optimization</a></li>
</ul>

<h2>Commercial</h2>

<ul>
<li>Gurobi : <a href="https://www.gurobi.com/" rel="nofollow">https://www.gurobi.com/</a></li>
<li>IBM CPLEX : <a href="https://www.ibm.com/analytics/cplex-optimizer" rel="nofollow">https://www.ibm.com/analytics/cplex-optimizer</a></li>
<li>Frontline Solver : <a href="https://www.solver.com/" rel="nofollow">https://www.solver.com/</a></li>
<li>LocalSolver : <a href="https://www.localsolver.com/" rel="nofollow">https://www.localsolver.com/</a></li>
</ul>

<p>Scheduling NFL with Gurobi (<a href="https://youtu.be/njISXhlc1Rw" rel="nofollow">https://youtu.be/njISXhlc1Rw</a>)</p><p>Special Guest: Matthew Crews.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Show notes:</p>

<p>Matthew&#39;s workshop on mathematical planning:<br>
<a href="https://www.youtube.com/watch?v=KlUT7FXnzqg" rel="nofollow">https://www.youtube.com/watch?v=KlUT7FXnzqg</a></p>

<h1>Modeling Libraries</h1>

<ul>
<li>.NET : OPTANO (<a href="https://optano.com/en/modeling/" rel="nofollow">https://optano.com/en/modeling/</a>)</li>
<li>F# : Flips (<a href="https://flipslibrary.com/" rel="nofollow">https://flipslibrary.com/</a>)</li>
<li>Python : PuLP (<a href="https://pypi.org/project/PuLP/" rel="nofollow">https://pypi.org/project/PuLP/</a>)</li>
</ul>

<h1>Solvers:</h1>

<h2>Open Source</h2>

<ul>
<li>COIN-OR CBC : <a href="https://projects.coin-or.org/Cbc" rel="nofollow">https://projects.coin-or.org/Cbc</a></li>
<li>Google GLOP : <a href="https://developers.google.com/optimization" rel="nofollow">https://developers.google.com/optimization</a></li>
</ul>

<h2>Commercial</h2>

<ul>
<li>Gurobi : <a href="https://www.gurobi.com/" rel="nofollow">https://www.gurobi.com/</a></li>
<li>IBM CPLEX : <a href="https://www.ibm.com/analytics/cplex-optimizer" rel="nofollow">https://www.ibm.com/analytics/cplex-optimizer</a></li>
<li>Frontline Solver : <a href="https://www.solver.com/" rel="nofollow">https://www.solver.com/</a></li>
<li>LocalSolver : <a href="https://www.localsolver.com/" rel="nofollow">https://www.localsolver.com/</a></li>
</ul>

<p>Scheduling NFL with Gurobi (<a href="https://youtu.be/njISXhlc1Rw" rel="nofollow">https://youtu.be/njISXhlc1Rw</a>)</p><p>Special Guest: Matthew Crews.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>WTF# is the F# Mentorship Program?</title>
  <link>https://www.wtfsharp.net/wtf-is-fs-mentorship-program</link>
  <guid isPermaLink="false">5ab15087-fdf0-4d30-8273-19d34f712bf7</guid>
  <pubDate>Wed, 21 Mar 2018 20:00:00 -0400</pubDate>
  <author>Stachu Korick</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/5ab15087-fdf0-4d30-8273-19d34f712bf7.mp3" length="32259194" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Stachu Korick</itunes:author>
  <itunes:subtitle>In this episode, we talk to Gien Verschatse about the F# Mentorship Program and how she operates within the F# Foundation. </itunes:subtitle>
  <itunes:duration>43:36</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
  <description>In this episode, we talk to Gien Verschatse about the F# Mentorship Program and how she operates within the F# Foundation. 
Relevant links:
- F# Mentorship Program: http://fsharp.org/mentorship/index.html
- F# Education Group: https://twitter.com/fsharpedu
- Gien's Twitter: https://twitter.com/selketjah Special Guest: Gien Verschatse.
</description>
  <content:encoded>
    <![CDATA[<p>In this episode, we talk to Gien Verschatse about the F# Mentorship Program and how she operates within the F# Foundation. </p>

<p>Relevant links:</p>

<ul>
<li>F# Mentorship Program: <a href="http://fsharp.org/mentorship/index.html" rel="nofollow">http://fsharp.org/mentorship/index.html</a></li>
<li>F# Education Group: <a href="https://twitter.com/fsharpedu" rel="nofollow">https://twitter.com/fsharpedu</a></li>
<li>Gien&#39;s Twitter: <a href="https://twitter.com/selketjah" rel="nofollow">https://twitter.com/selketjah</a></li>
</ul><p>Special Guest: Gien Verschatse.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this episode, we talk to Gien Verschatse about the F# Mentorship Program and how she operates within the F# Foundation. </p>

<p>Relevant links:</p>

<ul>
<li>F# Mentorship Program: <a href="http://fsharp.org/mentorship/index.html" rel="nofollow">http://fsharp.org/mentorship/index.html</a></li>
<li>F# Education Group: <a href="https://twitter.com/fsharpedu" rel="nofollow">https://twitter.com/fsharpedu</a></li>
<li>Gien&#39;s Twitter: <a href="https://twitter.com/selketjah" rel="nofollow">https://twitter.com/selketjah</a></li>
</ul><p>Special Guest: Gien Verschatse.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>WTF# is Concurrency?</title>
  <link>https://www.wtfsharp.net/wtf-is-concurrency</link>
  <guid isPermaLink="false">91ed681c-228e-4a92-b5f2-a40d64c301e0</guid>
  <pubDate>Sat, 10 Feb 2018 13:00:00 -0500</pubDate>
  <author>Stachu Korick</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/91ed681c-228e-4a92-b5f2-a40d64c301e0.mp3" length="46972339" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Stachu Korick</itunes:author>
  <itunes:subtitle>In this episode, we discuss Riccardo Terrell's new book: Concurrency in .NET, published by Manning, and explore all relevant topics.</itunes:subtitle>
  <itunes:duration>1:02:05</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
  <description>&lt;p&gt;
In this episode, we discuss Riccardo Terrell's new book: Concurrency in .NET, published by Manning, and explore all relevant topics.
&lt;/p&gt;
&lt;p&gt;
Riccardo's book can be found &lt;a href="https://www.manning.com/books/concurrency-in-dotnet"&gt;here&lt;/a&gt;  
and discount code &lt;code&gt;condotnet40&lt;/code&gt; can be applied for 40% off!
&lt;/p&gt; Special Guest: Riccardo Terrell.
</description>
  <content:encoded>
    <![CDATA[<p>
In this episode, we discuss Riccardo Terrell's new book: Concurrency in .NET, published by Manning, and explore all relevant topics.
</p>

<p>
Riccardo's book can be found <a target="_blank" href="https://www.manning.com/books/concurrency-in-dotnet">here</a>  
and discount code <code>condotnet40</code> can be applied for 40% off!
</p><p>Special Guest: Riccardo Terrell.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>
In this episode, we discuss Riccardo Terrell's new book: Concurrency in .NET, published by Manning, and explore all relevant topics.
</p>

<p>
Riccardo's book can be found <a target="_blank" href="https://www.manning.com/books/concurrency-in-dotnet">here</a>  
and discount code <code>condotnet40</code> can be applied for 40% off!
</p><p>Special Guest: Riccardo Terrell.</p>]]>
  </itunes:summary>
</item>
<item>
  <title>WTF# is Fable?</title>
  <link>https://www.wtfsharp.net/wtf-is-fable</link>
  <guid isPermaLink="false">3ccfbadc-3099-4dd0-ae5a-fd8c3d41ae73</guid>
  <pubDate>Mon, 04 Dec 2017 22:15:00 -0500</pubDate>
  <author>Stachu Korick</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/3ccfbadc-3099-4dd0-ae5a-fd8c3d41ae73.mp3" length="30786170" type="audio/mp3"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Stachu Korick</itunes:author>
  <itunes:subtitle></itunes:subtitle>
  <itunes:duration>40:43</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
  <description>In this episode, we explore Fable, a F# -&amp;gt; JS compiler that plays extremely well with the JS ecosystem.
Show notes: https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC
Please contact me at hello@stachu.net with any feedback or questions you may have. 
</description>
  <content:encoded>
    <![CDATA[<p>In this episode, we explore Fable, a F# -&gt; JS compiler that plays <em>extremely</em> well with the JS ecosystem.</p>

<p>Show notes: <a href="https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC" rel="nofollow">https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC</a></p>

<p>Please contact me at <a href="mailto:hello@stachu.net" rel="nofollow">hello@stachu.net</a> with any feedback or questions you may have.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this episode, we explore Fable, a F# -&gt; JS compiler that plays <em>extremely</em> well with the JS ecosystem.</p>

<p>Show notes: <a href="https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC" rel="nofollow">https://dynalist.io/d/VGJqmjSHPn18dKcN7SESP0JC</a></p>

<p>Please contact me at <a href="mailto:hello@stachu.net" rel="nofollow">hello@stachu.net</a> with any feedback or questions you may have.</p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
