Writing Machine Directory/statemachines: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<h1>Writing | <h1>Writing-Machines/State-Machines</h1> | ||
This is part of the statemachines created through improvisation by XPUB members. | This is part of the statemachines created through improvisation by XPUB members. | ||
| Line 10: | Line 10: | ||
<div class-"box"> | <div class-"box"> | ||
===Aquarium Conversation Simulator=== | ===Aquarium Conversation Simulator=== | ||
[[File:Aquarium-conversation-simulator-20250923.jpg|600px|frameless|center]] | [[File:Aquarium-conversation-simulator-20250923.jpg|600px|frameless|center]] | ||
===Nod-Blink-Yawn State Machine=== | ===Nod-Blink-Yawn State Machine=== | ||
| Line 83: | Line 82: | ||
<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> | </div> | ||
[[Category: Writing Machines]] | [[Category: Writing Machines]] | ||
Revision as of 23:31, 6 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
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?"]
}