User:Anita!/assessments trimester2

From XPUB & Lens-Based wiki

Hello! This is a presentation page for my Trimester 2 assessment. I have chosen to create a separate wiki page from the ones I have been using for documentation/note taking in order to focus more on the contributions to the special issues 22 and 23 rather than on day to day notes.

Signal lost: Archive unzipped

Broadcast with Wang and Mania

For this broadcast, we started working from the idea of using as a structural base Gabrielle Roth's 5 rythms, a dynamic dance practice music.

At worm

Broadcast with Thijs and Rosa

Chop Chop Zine

Playing with the personification of technology (something I find very interesting and worked on again during )

Archival Oceans Zine

Announcing the Apocalypse

Curtain ((un)zipped)

Periferal centers and feminist servers

Fix the wifi

A python text adventure game developed with Riviera and Mania.

sketch of the game navigation
print(welcome_message)
while True:
   reply = input()
   command = reply.split()
   if len(command) >= 1:
       action = command[0]
   if len(command) >= 2:
       obj = command[1]
   
       print(look(current_room))
   elif "open" in action and "trapdoor" in obj:
           message, current_room = go("trapdoor", current_room)
           print(message)
   # go and aliases
   elif "go" in action:
       message, current_room = go(obj, current_room)
       print(message)
   elif "climb" in action:
       message, current_room = go(obj, current_room)
       print(message)
   elif "ascend" in action:
       message, current_room = go(obj, current_room)
       print(message)
   elif "descend" in action:
       message, current_room = go(obj, current_room)
       print(message)
   elif "enter" in action:
       message, current_room = go(obj, current_room)
       print(message)
   # press and aliases
   elif "press" in action:
       print(press(obj, current_room))
   elif "exit" in action:
       break
   else:
       print("Hmm, not sure what to do.")

Sewing words, letter soup and random annotations

Experiment with sewing annotations and parts of text
Testing using my sewing machine on thick paper


Sewing words 1
Sewing words 2

Odd socks

I made some collage/html experiments for an odd sock selector.

This small side project started from my enjoyment of wearing odd socks, and finding a bag of assorted patterned paper at Scrap. I made a collage cutting and assembling these papers to create many single socks.

Initially, I wanted to make it into a zine, but then I realized it would be nice opportunity to create a sock choice generator, selecting a pair at random

odd socks
Screenshot of the web page
Screenshot of another sock option

Leaflets and handouts

For the production teams, I worked with Thijs and Zuzu on the digital image for the launch and the handouts. We first focused on the ‧₊˚⊹ ˖spectacular digital image˖ ⊹˚₊‧.

We decided to use Exquisit Corpse prototyping, so passed on a prototype to each other [Anita > Zuzu > Thijs > Anita] for 3 days in a row. We then used the results to create two more prototypes based on the outcomes and finally created a last image based on the feedback we recieved from the rest of XPUB1. For a much more in depth overview of the whole process, we documented the steps taken in this separate ‧₊˚⊹ ˖Wiki page˖ ⊹˚₊‧

Final digital Image

We then continued on working on the handouts for the evening of the launch. We really wanted to make something inspired by a collage/patchwork, and quite quickly settled on the idea of creating a handout that had a separate piece of paper for each project, bound together.

We initially wanted to recycle used paper for it, but we were not able to find enough paper for how much we wanted to print so we ended up buying it. We printed the handouts with the big HR printers and then bound them by using a grommet machine at the fashion station

Assembly line for the handouts
Punchnig holes
Installing eyelets
handout
handouts on display at Varia

Loading... Feminist server

Example of the back of some cards with the reciept from the launch
Front of the cards + reciept
A bug for the reciept printing