Appendindex
At 15.00 we will meet to share with each other what has happened, what was discovered, what didn't work, and what will be next.
Which is also a way to create a partial guide/documentation of the discussions and materials.
These following are the different angles, please take the time to look at the points before/during lunch.
How to divide in 4 groups:
Method1:
- Dividing into groups using modulo
- Take note of the last bit of your ip address (ie. in 10.9.8.7 it would mean 7 )
- In terminal run bc (the arbitrary precision calculator):
$ bc
then calculate the modulo ( the rest in a division ) of the last bit your ip address divided by 4!
- $ 7 % 4
- 3
- You are in group 3!
- Method 2:
- Generating one random number between 0 and 4:
- Linux:
- OSX / OpenBSD:
Method 3: classroom method
- number each others in sequence (0,1,2,3) in a circle
- Method 4: using your $RANDOM env variable
- echo $(($RANDOM%4))
Session1:
[[looking_through_the_repository]]
Session2:
[[(mal)functionings]]
Session3:
[[particular_stories]]
Session4:
[[continuity]]