Skip to content

Commit

Permalink
Deployed 563b119 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Sep 2, 2024
1 parent 64737f4 commit a6e2b39
Show file tree
Hide file tree
Showing 14 changed files with 1,545 additions and 1,550 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6519,11 +6519,11 @@ <h1 id="anatomy-of-a-textual-user-interface">Anatomy of a Textual User Interface
<p>I recently wrote a <a href="https://en.wikipedia.org/wiki/Text-based_user_interface">TUI</a> to chat to an LLM in the terminal.
I'm not the first to do this (shout out to <a href="https://github.com/darrenburns/elia">Elia</a> and <a href="https://github.com/villekr/paita">Paita</a>), but I <em>may</em> be the first to have it reply as if it were the AI from the Aliens movies?</p>
<p>Here's a video of it in action:</p>
<!-- more -->

<iframe width="100%" style="aspect-ratio:1512 / 982" src="https://www.youtube.com/embed/hr5JvQS4d_w" title="Mother AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<p>Now let's dissect the code like Bishop dissects a facehugger.</p>
<!-- more -->

<h2 id="all-right-sweethearts-what-are-you-waiting-for-breakfast-in-bed">All right, sweethearts, what are you waiting for? Breakfast in bed?<a class="headerlink" href="#all-right-sweethearts-what-are-you-waiting-for-breakfast-in-bed" title="Permanent link">&para;</a></h2>
<p>At the top of the file we have some boilerplate:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="c1"># /// script</span>
Expand Down
3 changes: 3 additions & 0 deletions blog/archive/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6381,6 +6381,9 @@ <h2 id="anatomy-of-a-textual-user-interface"><a class="toclink" href="../../2024
<p>I recently wrote a <a href="https://en.wikipedia.org/wiki/Text-based_user_interface">TUI</a> to chat to an LLM in the terminal.
I'm not the first to do this (shout out to <a href="https://github.com/darrenburns/elia">Elia</a> and <a href="https://github.com/villekr/paita">Paita</a>), but I <em>may</em> be the first to have it reply as if it were the AI from the Aliens movies?</p>
<p>Here's a video of it in action:</p>
<iframe width="100%" style="aspect-ratio:1512 / 982" src="https://www.youtube.com/embed/hr5JvQS4d_w" title="Mother AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<p>Now let's dissect the code like Bishop dissects a facehugger.</p>


<nav class="md-post__action">
Expand Down
3 changes: 3 additions & 0 deletions blog/category/devlog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6381,6 +6381,9 @@ <h2 id="anatomy-of-a-textual-user-interface"><a class="toclink" href="../../2024
<p>I recently wrote a <a href="https://en.wikipedia.org/wiki/Text-based_user_interface">TUI</a> to chat to an LLM in the terminal.
I'm not the first to do this (shout out to <a href="https://github.com/darrenburns/elia">Elia</a> and <a href="https://github.com/villekr/paita">Paita</a>), but I <em>may</em> be the first to have it reply as if it were the AI from the Aliens movies?</p>
<p>Here's a video of it in action:</p>
<iframe width="100%" style="aspect-ratio:1512 / 982" src="https://www.youtube.com/embed/hr5JvQS4d_w" title="Mother AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<p>Now let's dissect the code like Bishop dissects a facehugger.</p>


<nav class="md-post__action">
Expand Down
3 changes: 3 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6367,6 +6367,9 @@ <h2 id="anatomy-of-a-textual-user-interface"><a class="toclink" href="2024/09/15
<p>I recently wrote a <a href="https://en.wikipedia.org/wiki/Text-based_user_interface">TUI</a> to chat to an LLM in the terminal.
I'm not the first to do this (shout out to <a href="https://github.com/darrenburns/elia">Elia</a> and <a href="https://github.com/villekr/paita">Paita</a>), but I <em>may</em> be the first to have it reply as if it were the AI from the Aliens movies?</p>
<p>Here's a video of it in action:</p>
<iframe width="100%" style="aspect-ratio:1512 / 982" src="https://www.youtube.com/embed/hr5JvQS4d_w" title="Mother AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<p>Now let's dissect the code like Bishop dissects a facehugger.</p>


<nav class="md-post__action">
Expand Down
2 changes: 1 addition & 1 deletion feed_json_created.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed_json_updated.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed_rss_created.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed_rss_updated.xml

Large diffs are not rendered by default.

574 changes: 287 additions & 287 deletions guide/reactivity/index.html

Large diffs are not rendered by default.

117 changes: 59 additions & 58 deletions guide/widgets/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit a6e2b39

Please sign in to comment.