<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Slides on jonboh&#39;s blog</title>
    <link>https://jonboh.dev/slides/</link>
    <description>Recent content in Slides on jonboh&#39;s blog</description>
    <generator>Hugo -- 0.147.8</generator>
    <language>en</language>
    <lastBuildDate>Sun, 01 Jun 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jonboh.dev/slides/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CMK Math Slides</title>
      <link>https://jonboh.dev/slides/cmk-slides/</link>
      <pubDate>Sun, 01 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://jonboh.dev/slides/cmk-slides/</guid>
      <description>&lt;p&gt;Slides for the &amp;ldquo;Cool Math Kids Study Group&amp;rdquo; I do with my friend &lt;a href=&#34;https://github.com/gaizka-perez&#34;&gt;Gaizka Perez&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Category Theory II: &lt;a href=&#34;./20260519_cmk.pdf&#34;&gt;20260519&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;./20260519_cmk-annotated.pdf&#34;&gt;20260323-annotated&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Category Theory I: &lt;a href=&#34;./20260323_cmk.pdf&#34;&gt;20260323&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;./20260323_cmk-annotated.pdf&#34;&gt;20260323-annotated&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;ODEs: &lt;a href=&#34;./20260223_cmk-annotated.pdf&#34;&gt;20260223&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;./202&#34;&gt;20260223-annotated&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bayesian Filters: &lt;a href=&#34;./20251103_cmk.pdf&#34;&gt;20251103&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;./20251103_cmk-annotated.pdf&#34;&gt;20251103-annotated&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Manifolds: &lt;a href=&#34;./20250922_cmk.pdf&#34;&gt;20250922&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;./20250922_cmk-annotated.pdf&#34;&gt;20250922-annotated&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Curvature and Torsion: &lt;a href=&#34;./20250826_cmk.pdf&#34;&gt;20250826&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;./20250826_cmk-annotated.pdf&#34;&gt;20250826-annotated&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/jonboh/curvature_and_torsion_cmk&#34;&gt;Code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Stokes Theorem: &lt;a href=&#34;./20250728_cmk.pdf&#34;&gt;20250728&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;./20250728_cmk-annotated.pdf&#34;&gt;20250728-annotated&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Koopman Operator: &lt;a href=&#34;./20250616_cmk.pdf&#34;&gt;20250616&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Git Basics</title>
      <link>https://jonboh.dev/slides/git_basics/</link>
      <pubDate>Thu, 20 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://jonboh.dev/slides/git_basics/</guid>
      <description>A primer on Git</description>
    </item>
    <item>
      <title>intro2 Rust</title>
      <link>https://jonboh.dev/slides/intro2rust/</link>
      <pubDate>Mon, 20 May 2024 00:00:00 +0000</pubDate>
      <guid>https://jonboh.dev/slides/intro2rust/</guid>
      <description>An introduction to Rust talk I gave on 42Urduliz</description>
    </item>
    <item>
      <title>Declarative Data Pipelines</title>
      <link>https://jonboh.dev/slides/declarative_datapipelines/</link>
      <pubDate>Mon, 04 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://jonboh.dev/slides/declarative_datapipelines/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/jonboh/declarative_data_pipelines/blob/main/presentation.md&#34;&gt;Declarative Data Pipelines Slides&lt;/a&gt;
This is the accompanying material to a talk I gave to the students of &lt;a href=&#34;https://www.deusto.es/es/inicio/estudia/estudios/grado/grado-dual-industria-digital&#34;&gt;Deusto&amp;rsquo;s Digital Industry dual degree&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In this talk we walk through the skeleton of a data pipeline configured using the Nix language. We use a Nix Flake to define the system, this provides us with a completely declarative and reproducible system.&lt;/p&gt;
&lt;p&gt;The primary aim of the talk is to introduce to students the kinds of systems that they will end up building to consume data in their professional career in a way that will allow them to reproduce the system in their own hardware.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
