You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.3 KiB
34 lines
1.3 KiB
4 years ago
|
Title: Step 3: How does the bot punctuate?
|
||
4 years ago
|
Slug: 04-s5-step-3
|
||
4 years ago
|
Date: 2020-11-01 12:03
|
||
4 years ago
|
Summary: Continuation of the excercise.
|
||
4 years ago
|
|
||
4 years ago
|
<br>
|
||
|
|
||
4 years ago
|
*Outline a bot that engages with the specific point of stress you have identified. Consider the following questions.*
|
||
4 years ago
|
|
||
|
------------------------
|
||
4 years ago
|
|
||
4 years ago
|
How could a bot intervene in this situation? Or following Verhoeven's terminology, how could it *punctuate*?
|
||
4 years ago
|
|
||
4 years ago
|
------------------------
|
||
|
|
||
4 years ago
|
What (programmatic) behaviour could your bot enact?
|
||
4 years ago
|
|
||
4 years ago
|
- *repetition*: bots can be run repeatedly
|
||
|
- *condition*: bots are often written in response to a particular condition
|
||
|
- *iteration*: bots can be used multiple times
|
||
|
- *memory*: bots can rely on a database
|
||
|
- *tempo*: bots can operate at a specific time frame as described by the programmer
|
||
|
- *versioning*: bots can make multiple versions of an original source
|
||
|
- *amplification*: bots can extend the reach of a message
|
||
4 years ago
|
|
||
|
------------------------
|
||
4 years ago
|
|
||
4 years ago
|
Some further questions that can help narrow down the action mode of your bot.
|
||
4 years ago
|
|
||
|
* What roles can be picked up by a bot? Is the bot for example a janitor, gardener, reporter?
|
||
4 years ago
|
* In what way is the bot conducive to the well-being of its context?
|
||
4 years ago
|
* What modes of interaction does the bot use? Is the bot for example witnessing, listening, gathering, greeting, sparking, whispering, reminding, shouting?
|
||
4 years ago
|
|
||
4 years ago
|
------------------------
|