Writing Machine Directory/statemachines: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Tag: Manual revert
Line 1: Line 1:
<!DOCTYPE html>
<h1>Writing-Machines/State-Machines</h1>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Writing-Machines / State-Machines</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>


<h1>Writing-Machines / State-Machines</h1>
State Writing Machines made during [[Prototyping/2025-2026/T1#SESSION_1|prototyping on 23 September]]''<br>
using [[:File:Prototyping_20250923_state_machines.pdf]] and [[Graphviz]]<br>


<p>
  State Writing Machines made during prototyping on 23 September<br>
  using <a href="Prototyping_20250923_state_machines.pdf">this PDF</a> and Graphviz.
</p>


<div class="box">
<div class="box">
  <div class="noprint">
<div class=noprint>outcomes of the day can be found here: https://hub.xpub.nl/sergio/state-writing-machines</div>
    outcomes of the day can be found here:
    <a href="https://hub.xpub.nl/sergio/state-writing-machines">
      https://hub.xpub.nl/sergio/state-writing-machines
    </a>
  </div>


  <!-- Aquarium Conversation Simulator -->
==Aquarium Conversation Simulator==
  <h2>Aquarium Conversation Simulator</h2>
<div style="justify-content: left;">
  <div class="photo">
[[File:Aquarium-conversation-simulator-20250923.jpg|600px|frameless|center]]
    <img src="Aquarium-conversation-simulator-20250923.jpg"
</div>
        alt="Aquarium Conversation Simulator">
  </div>


  <!-- Nod-Blink-Yawn State Machine -->
==Nod-Blink-Yawn State Machine==
  <h2>Nod-Blink-Yawn State Machine</h2>
<div style="display: flex; justify-content: left;">
  <div class="text-block">
> in
    <p>&gt; in<br>
to give a touch of human warmth to our schematic demonstration
    to give a touch of human warmth to our schematic demonstration<br>
Clara van Bloemendaal is the dragon of Arnhem
    Clara van Bloemendaal is the dragon of Arnhem<br>
>
    &gt;<br>
touch
    touch<br>
>
    &gt;<br>
NOD
    NOD<br>
>
    &gt;<br>
TURN OPPOSITE x4
    TURN OPPOSITE x4<br>
>
    &gt;<br>
touch Clara
    touch Clara<br>
>  
    &gt;<br>
touch Clara has
    touch Clara has<br>
>  
    &gt;<br>
touch Clara has to do with
    touch Clara has to do with<br>
>
    &gt;<br>
touch Clara has to do with straightforward
    touch Clara has to do with straightforward<br>
>
    &gt;<br>
touch Clara has to do with straightforward dragon
    touch Clara has to do with straightforward dragon<br>
>
    &gt;<br>
touch Clara has to do with straightforward dragon  
    touch Clara has to do with straightforward dragon<br>
> out
    &gt; out
</div>
    </p>
  </div>


  <div class="photo">
<div style="display: flex; justify-content: left;">
    <img src="LeaLuca-statemachine.svg"
[[File:LeaLuca-statemachine.svg|thumb]]
        alt="Lea & Luca state machine">
</div>
  </div>


  <!-- Barbara and Youjung's Writing Machine -->
==Barbara and Youjung's Writing Machine==
  <h2>Barbara and Youjung's Writing Machine</h2>
<div style="display: flex; justify-content: left;">


  <pre class="code-block">
<syntaxhighlight lang="graphviz">
igraph {
igraph {
  label="Youjung and Barbara's writing machine ( ^a          ) ^a "
label="Youjung and Barbara's writing machine ( ^a          ) ^a "
  labelloc="t"
labelloc="t"
  speaker [shape=doublecircle];
speaker [shape=doublecircle];
  listener [shape=doublecircle label="listener\n ^v (  ^`      ^m ^`    ) ^v "];
listener [shape=doublecircle label="listener\n ^v (  ^`      ^m ^`    ) ^v "];
  input [shape=plaintext]
input [shape=plaintext]
  output [shape=plaintext]
output [shape=plaintext]
  rankdir=LR;
rankdir=LR;
  input -> speaker
        input -> speaker
  speaker -> listener [label="quietly say the sentence"]
        speaker -> listener [label="quietly say the sentence"]
  speaker -> speaker [label="I said..."]
        speaker -> speaker [label="I said..."]
  listener -> output
        listener -> output
  listener -> speaker [label="Pardon?"]
        listener -> speaker [label="Pardon?"]
}
}
  </pre>
</syntaxhighlight></br>
</div>
 
<div style="display: flex; justify-content: left;">
[[File:Writingmachineyb.png|alt=Barbara and Youjung's Writing Machine|thumb|Barbara and Youjung's Writing Machine|left]]


  <div class="photo">
</div>
    <img src="Writingmachineyb.png"
        alt="Barbara and Youjung's Writing Machine">
  </div>


  <!-- Robin and Ema -->
==Robin and Ema's State Machine==
  <h2>Robin and Ema's State Machine</h2>
<div style="display: flex; justify-content: left;">
  <div class="photo">
[[File:greyandemasfirststatemachine.svg|alt=Robin&Ema's Writing Machine|thumb|Robin&Ema's Writing Machine|left]]
    <img src="greyandemasfirststatemachine.svg"
</div>
        alt="Robin & Ema's Writing Machine">
  </div>


  <!-- Bart and Daan -->
==Bart and Daan's Writing Machine==
  <h2>Bart and Daan's Writing Machine</h2>
<div style="display: flex; justify-content: left;">
  <div class="photo">
[[File:Bart_daan_machine.svg|Bart and Daan's writing machine|thumb|left]]
    <img src="Bart_daan_machine.svg"
</div>
        alt="Bart and Daan's writing machine">
  </div>


  <!-- Sibyl, Kiki, Tommi -->
==Sibyl, Kiki, Tommi's Writing Machine==
  <h2>Sibyl, Kiki, Tommi's Writing Machine</h2>
<div style="display: flex; justify-content: left;">
  <div class="photo">
[[File:Sibyl, Kiki, Tommi's writing machines.svg|Sibyl, Kiki, Tommi's writing machines|thumb|left]]
    <img src="Sibyl, Kiki, Tommi's writing machines.svg"
        alt="Sibyl, Kiki, Tommi's writing machines">
  </div>


</div>
</div>
 
</div>
</body>
[[Category: Writing Machines]]
</html>

Revision as of 23:07, 6 December 2025

Writing-Machines/State-Machines

State Writing Machines made during prototyping on 23 September
using File:Prototyping_20250923_state_machines.pdf and Graphviz


outcomes of the day can be found here: https://hub.xpub.nl/sergio/state-writing-machines

Aquarium Conversation Simulator

Aquarium-conversation-simulator-20250923.jpg

Nod-Blink-Yawn State Machine

> in
to give a touch of human warmth to our schematic demonstration
Clara van Bloemendaal is the dragon of Arnhem
>
touch
>
NOD
>
TURN OPPOSITE x4
>
touch Clara
> 
touch Clara has
> 
touch Clara has to do with
>
touch Clara has to do with straightforward
>
touch Clara has to do with straightforward dragon
>
touch Clara has to do with straightforward dragon 
> out
LeaLuca-statemachine.svg

Barbara and Youjung's Writing Machine

igraph {
label="Youjung and Barbara's writing machine ( ^a          ) ^a "
labelloc="t"
speaker [shape=doublecircle];
listener [shape=doublecircle label="listener\n ^v (   ^`      ^m ^`     ) ^v "];
input [shape=plaintext]
output [shape=plaintext]
rankdir=LR;
        input -> speaker
        speaker -> listener [label="quietly say the sentence"]
        speaker -> speaker [label="I said..."]
        listener -> output
        listener -> speaker [label="Pardon?"]
}

Barbara and Youjung's Writing Machine
Barbara and Youjung's Writing Machine

Robin and Ema's State Machine

Robin&Ema's Writing Machine
Robin&Ema's Writing Machine

Bart and Daan's Writing Machine

Bart and Daan's writing machine

Sibyl, Kiki, Tommi's Writing Machine

Sibyl, Kiki, Tommi's writing machines