Browse Source

Update 'README.md'

master
JoanaChicau 5 years ago
parent
commit
9ffc5f614b
  1. 54
      README.md

54
README.md

@ -1,6 +1,6 @@
# Bots of Conduct
### 15:00-15:30 _presentation on Varia and our ecosystem_
### 15:00-15:30 - _presentation on Varia and our ecosystem_
[Varia](http://varia.zone/en/) is a collective-space [^1] in Rotterdam focused on everyday technologies. We keep a [trail of photographs](https://vvvvvvaria.org/archive/) of what we've done.
@ -19,8 +19,10 @@ Varia members use [XMPP](https://en.wikipedia.org/wiki/XMPP ) as a chat protocol
Working on our own digital infrastructure allows us to adapt the tools to our own needs and behaviours; meaning that these bots make sense to us, but they may not make sense to someone else.
Currently, we use:
* [Streambot](https://git.vvvvvvaria.org/varia/xmpp.streambot): a bot that saves the images sent to the main Varia group chat and creates an [html page](https://vvvvvvaria.org/stream/) for them.
* [Logbot](https://git.vvvvvvaria.org/varia/logbot): a bot that [logs](https://vvvvvvaria.org/logs/) the quotes that are sent to it.
@ -28,7 +30,7 @@ Currently, we use:
<br><br>
### 15:30-15:45 _Bot as conductor or bot as conductive_
### 15:30-15:45 - _bot as conductor or bot as conductive_
_Conducting: "the art of directing the simultaneous performance of several players or singers by the use of gesture." [https://en.wikipedia.org/wiki/Conducting]. There are many roles as conductors [https://en.wikipedia.org/wiki/Conductor] Also, in connection to the enviroment: "a substance, body, or device that readily conducts heat, electricity, sound"._
@ -36,23 +38,23 @@ Looking into the bots [examples](https://git.vvvvvvaria.org/ccl/bots-of-conduct)
**_name:_** cross.py;
**_action mode:_** enter and leave the room;
**_action mode:_**
**_situation:_** making your presence felt otherwise;
**_situation:_**
<br>
**_name:_** gather.py;
**_action mode:_** generating a share language; it creates a collective document;
**_action mode:_**
**_situation:_** a collective discursive setting; a conversational tool;
**_situation:_**
<br>
**_name:_** greet.py;
**_action mode:_** greets the room;
**_action mode:_**
**_situation:_**
@ -60,9 +62,9 @@ Looking into the bots [examples](https://git.vvvvvvaria.org/ccl/bots-of-conduct)
**_name:_** spark.py;
**_action mode:_** replies to a specific word; like a trigger; bring alternatives into the situation; creating new habits and terminlogies;
**_action mode:_**
**_situation:_** collective tries to implement the use of other words; putting a collective decision concerning the use of language into action;
**_situation:_**
<br>
@ -76,12 +78,14 @@ Looking into the bots [examples](https://git.vvvvvvaria.org/ccl/bots-of-conduct)
<br><br>
### 15:45-16:25: _creating situations_
### 15:45-16:25 _creating situations_
* split into groups of maximum 5 (mixed interest in code)
* imagine you are a collective-space with your group peers and you have been active for 2 years
* **create a name for the chatroom:**
@ -114,29 +118,35 @@ Looking into the bots [examples](https://git.vvvvvvaria.org/ccl/bots-of-conduct)
* other possibilities for bot behaviour:
* iteration, repetition;
* lack of memory
* other temporalities (duration / tempo);
* will your bot perform in other space extensions? speaking to other (chat)rooms? to other spatial formats (file systems, like the glossary and the txt file);
* will your bot be a channel between private to public? semi-public to semi-public? semi-public to private? private to private?
* will your bot relate to other bots?
* thinking of distance and proximities between members and bots: is it listening to a specific member? is it listening to other bots?
<br><br>
### 16:25-16:40 _five minutes per group round of ideas-sharing_
### 16:25-16:40 - _five minutes per group round of ideas-sharing_
<br><br>
### 16:40-17:10 _installing_
### 16:40-17:10 - _installing_
* create an account and choose nickname on converse: https://conversejs.org/fullscreen.html#converse/register
@ -162,27 +172,33 @@ _optional_: for anyone who would like to install and run the bots:
* -j means JID (the xmpp protocol)
* -r means room
* -n means bot nickname
* -o output
* . means here
<br> <br>
* if you dont have a text editor: https://www.sublimetext.com/
* if you don't have python3 installed:
### 17:10-17:30 bot in the situation:
* if you don't have python3 installed:
- experimenting with bots: either adapt the ones we provided (experiment with code) or enact the bots' behaviours iteratively (bot behaviour);
### 17:10-17:30 - _bot in the situation_
- bot behaviour: iteration, repetition
* experimenting with bots: either adapt the ones we provided (experiment with code) or enact the bots' behaviours iteratively (bot behaviour);
* bot behaviour: iteration, repetition
### 17:30-18:00 present and perform: conducting codes;
### 17:30-18:00 - _present and perform_
<br><br>
@ -190,7 +206,11 @@ _optional_: for anyone who would like to install and run the bots:
[^2]:
* https://gitlab.com/relearn/relearn2017/blob/master/xmpp-bots/timekeeper-bot/timekeeper.py (Relearn 2017)
* https://gitlab.com/relearn/relearn2017/blob/master/xmpp-bots/collection-bot/collection-bot.py (Relearn 2017)
* https://gitlab.com/relearn/relearn2017/tree/master/xmpp-bots/archive-bot (Relearn 2017)
* https://gitlab.com/relearn/relearn2017/blob/master/xmpp-bots/cake-bot/cake-bot.py (Relearn 2017)
* https://gitlab.com/lidia_p/author-is-not-present/blob/master/xmpp-vbot.py (Cristina and Lidia's bot, 2019)
Loading…
Cancel
Save