Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion leash.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
.card strong { display: block; margin-bottom: 5px; }
.muted { color: #6b7280; font-size: .92em; }
.callout { border: 1px solid #f59e0b; background: #fffbeb; border-radius: 10px; padding: 16px 18px; margin: 16px 0; }
.demo-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 14px; }
.demo-actions .secondary { font-size: .92em; }
.links { display: flex; gap: 14px; flex-wrap: wrap; margin: 12px 0; }
footer { margin-top: 48px; padding-top: 24px; border-top: 1px solid #e5e7eb; text-align: center; font-size: .85em; color: #9ca3af; }
</style>
Expand Down Expand Up @@ -88,8 +90,11 @@ <h2>Demo</h2>
<div class="callout">
<strong>Geek on a Leash</strong><br>
A full Rust Tuesdays walkthrough of Leash: runtime, safety boundary, ROS 2, CUDA, and a bounded UGV demo. Includes editable deck source, PDF, PowerPoint, speaker notes, preflight tooling, and a recorded fallback.
<div class="demo-actions">
<a class="button primary" href="https://github.com/specdog/leash/blob/main/talks/geek-on-a-leash/output/geek-on-a-leash.pdf">Open slides</a>
<a class="secondary" href="https://github.com/specdog/leash/tree/main/talks/geek-on-a-leash">Source + notes</a>
</div>
</div>
<p><a href="https://github.com/specdog/leash/blob/main/talks/geek-on-a-leash/output/geek-on-a-leash.pdf">Open slides →</a> · <a href="https://github.com/specdog/leash/tree/main/talks/geek-on-a-leash">Source + notes</a></p>

<h2>Safety boundary</h2>
<p><strong>Leash owns the final command sent to the robot.</strong> Agents, planners, ROS 2 nodes, CUDA jobs, and apps can request work or provide evidence; they do not become another motor writer.</p>
Expand Down
Loading