circuit-thinking/films/index.html
2026-08-21 23:19:32 +00:00

43 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Films • Alexander Riobe</title>
<link rel="stylesheet" href="/css/style.css">
<fort-nav></fort-nav>
</head>
<body>
<header class="site-header">
<h1>Short Films</h1>
<p class="subtitle">The quiet craft of repair, traced on screen</p>
</header>
<main class="content">
<section class="intro">
<p>Everything I teach comes back to the signal path — and the patience it takes to walk it. These short films follow the futuristic and familiar alike: an emulation layer that stops the mail, a robot that learns to fold, and the discipline of measuring before you guess.</p>
</section>
<section class="card-grid">
<a href="/films/the-arm-wall/" class="card">
<h3>The ARM Wall</h3>
<p>Outlook and Teams broke this week on ARM PCs, and only on the Surfaces. Tracing the emulation layer — real bug, real troubleshooting.</p>
</a>
<a href="/films/lg-nvidia-collaboration/" class="card">
<h3>LG × NVIDIA: A Robot Learns to Fold</h3>
<p>What an NVIDIA + LG robotics collab teaches a networking instructor about scale: from tensor cores to a real bench.</p>
</a>
</section>
<section>
<h2>Made through 4ort.mov</h2>
<p>My channel lives at <a href="https://alexander-riobe.mov">alexander-riobe.mov</a> — narrated short-form, captioned, with the whole signal path spelled out.</p>
</section>
</main>
<footer>
<p><a href="/">← Home</a><a href="/teaching-guides/circuit-thinking/">Circuit thinking</a></p>
</footer>
</body>
</html>