Writing Machine Directory/statemachines: Difference between revisions
No edit summary |
|||
| Line 7: | Line 7: | ||
outcomes of the day can be found here: https://hub.xpub.nl/sergio/state-writing-machines | outcomes of the day can be found here: https://hub.xpub.nl/sergio/state-writing-machines | ||
</div> | </div> | ||
== Aquarium Conversation Simulator == | |||
<div style="display: flex; flex-wrap: wrap; max-width: 100%; justify-content: left;"> | <div style="display: flex; flex-wrap: wrap; max-width: 100%; justify-content: left;"> | ||
[[File:Aquarium-conversation-simulator-20250923.jpg|thumb|Aquarium-conversation]] | [[File:Aquarium-conversation-simulator-20250923.jpg|thumb|Aquarium-conversation]] | ||
</div> | </div> | ||
== Nod-Blink-Yawn State Machine == | |||
<div style="white-space: pre-wrap;"> | <div style="white-space: pre-wrap;"> | ||
<syntaxhighlight> | <syntaxhighlight> | ||
| Line 43: | Line 44: | ||
</div> | </div> | ||
== State Machine 2 == | |||
<syntaxhighlight lang="graphviz"> | <syntaxhighlight lang="graphviz"> | ||
igraph { | igraph { | ||
| Line 68: | Line 69: | ||
</div> | </div> | ||
== State Machine 3 == | |||
<div style="display: flex; justify-content: left;"> | <div style="display: flex; justify-content: left;"> | ||
[[File:greyandemasfirststatemachine.svg|alt=Robin&Ema's Writing Machine|thumb|Robin&Ema's Writing Machine|left]] | [[File:greyandemasfirststatemachine.svg|alt=Robin&Ema's Writing Machine|thumb|Robin&Ema's Writing Machine|left]] | ||
</div> | </div> | ||
== State Machine 4 == | |||
<div style="display: flex; justify-content: left;"> | <div style="display: flex; justify-content: left;"> | ||
[[File:Bart_daan_machine.svg|Bart and Daan's writing machine|thumb|left]] | [[File:Bart_daan_machine.svg|Bart and Daan's writing machine|thumb|left]] | ||
</div> | </div> | ||
== State Machine 5 == | |||
<div style="display: flex; justify-content: left;"> | <div style="display: flex; justify-content: left;"> | ||
[[File:Sibyl, Kiki, Tommi's writing machines.svg|Sibyl, Kiki, Tommi's writing machines|thumb|left]] | [[File:Sibyl, Kiki, Tommi's writing machines.svg|Sibyl, Kiki, Tommi's writing machines|thumb|left]] | ||
</div> | </div> | ||
[[Category: Writing Machines]] | [[Category: Writing Machines]] | ||
Revision as of 17:05, 8 December 2025
Writing-Machines/State-Machines
This is part of the statemachines created through improvisation by XPUB members.
Aquarium Conversation Simulator
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
</div>State Machine 2
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?"]
}
</div>