Data thread talk

pull/1/head
Oliver Kennedy 2022-06-04 12:11:07 -04:00
parent bdbabced0e
commit e7521d9d93
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
2 changed files with 27 additions and 4 deletions

View File

@ -441,16 +441,22 @@ title: "UB Hacking: Microkernel Notebooks"
<svg data-src="graphics/2022-04-02/microkernel.svg" height="350px" />
</section>
<section>
<p>The kernel runs, snapshots its variables, and quits.</p>
</section>
<section>
<svg data-src="graphics/2022-04-02/microkernel-invalidate.svg" height="500px" />
</section>
<section>
<p>As soon as the kernel snapshots its outputs, it quits.</p>
</section>
<section>
<h2>Microkernel Notebooks</h2>
<ul>
<li>Lots of small "micro-kernels"</li>
<li>Explicit inter-cell messaging</li>
<li>Messsages are snapshotted for re-use</li>
</ul>
</section>
<section>

View File

@ -0,0 +1,17 @@
---
template: templates/talk_slides_v1.erb
title: "Microkernel Notebooks"
---
<section>
<section>
<h2>μKernel Notebooks</h2>
<h4>Oliver Kennedy</h4>
</section>
<section>
</section>
</section>