User:Euna/SI15: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 70: Line 70:


==20210527==
==20210527==
caretaking with Marting
caretaking with Martin


Pad : https://pad.xpub.nl/p/Radio5eunamartin
Pad : https://pad.xpub.nl/p/Radio5eunamartin
There are many ways to call this internationally known children's game, often quite dubious and loaded with a colonial heritage. For today we chose to call it the "Broken phone", a broadcast of the master experimental publishing, Piet Zwart Institute Rotterdam and hosted by Martin and Euna.
The game is often played like this, the first person whispers a sentence to its neighbor, and the pattern continues. At the end of the loop, the first speaker is supposed to hear back what it first said, but most of the time, the stories is something radically different from the original.
What you'll hear first is the recording of the original text, The Rainbow, the 12th chapter of Exercises de Styles from Raymond Queneau published in 1947. One group of Xpub1 students modified this original audio file and the next group reused the previous group's recording and so on and on and on! The goal of this 5th radio session is to experiment with the unexpected audio distortion of an audio source that is being transformed, and retransformed, and on and on and on!
The Broken Phone is followed by 'between arepas and kartoffelsalat' (some badly translated tasty cooking sounds).
This week broadcast is hosted by: Euna Martin
We would like to thank our contributors: Louisa, Jacopo , Kendal, Federico, Clara and Camilo
Enjoy!


=Prototyping=
=Prototyping=

Revision as of 14:02, 8 December 2021

Radio Session

20210415

Turtle Converter with Floor

Turtle sheetmusic melobytes copie.jpg

image / text (text read in raw file of image https://pad.xpub.nl/p/imagesoundsss / short poem) => Sound (audio translation) https://melobytes.com/en/app/image2music

Q. Do we want listens to understand or at least, feel the impression of the original file?

Q. Two different translations (from image and from text), do they have to be connected?


20210422

The XPUB Department of Digital Records - Case Number: 92 with Kendal

https://pad.xpub.nl/p/asciiworld

A statistical interpretation of term specificity and its application in retrieval

"This is the generated version of ‘A statistical interpretation of term specificity and its application in retrieval’ by Karen Sparck Jones. Those words you hear now are selected as « important » by an algorithm called TF-IDF when the text is juxtaposed with...

'1912_Manifeste_de_la_Femme_Futuriste_[FR].txt' '1912_The_Manifesto_of_Futurist_Woman_[EN].txt' '1967_S.C.U.M_manifesto_[EN].txt' '1967_S.C.U.M_manifesto_[FR].txt' '1984_A_Cyborg_Manifesto_[EN].txt' '1984_Manifeste_Cyborg_[FR].txt' '1989_RIOT_GRRRL_MANIFESTO_[EN].txt' '1991_Cyberfeminist_manifesto_for_the_21st_century_[EN].txt' '1991_Cyberfeminist_manifesto_for_the_21st_century_[FR].txt' '1996_Bitch_Mutant_Manifesto_[EN].txt' '1997_Cyberfeminism_is_not_[EN+DE+NL+FR].txt' '2002_Refugia_[EN].txt' '2009_Glitch_Manifesto_[EN].txt' '2012_Glitch_Feminism_Manifesto_[EN].txt' '2013_The_Mundane_Afrofuturist_Manifesto_[EN].txt' '2013_Wages_for_Facebook_[EN].txt' '2014_A_Feminist_Server_Manifesto_[EN].txt' '2014_Gynepunk_Manifesto_[EN].txt' '2014_Gynepunk_Manifesto_[ES].txt' '2014_Gynepunk_Manifesto_[FR].txt' '2014_tRANShACKfEMINISt_[EN].txt' '2014_tRANShACKfEMINISta_[ES].txt' '2014_tRANShACKfEMINISta_[IT].txt' '2015_Manifesto_for_the_Gynecene_[EN].txt' '2015_The_3D_Additivist_Manifesto_[EN].txt' '2015_Xenofeminist_manifesto_[EN].txt' '2015_Xenofeminist_manifesto_[FR].txt' '2016_Feminist_Principles_of_the_Internet_[EN].txt' '2018_Hackers_of_Resistance_Manifesto_[EN].txt' '2018_Purple_Noise_Manifesto_[EN].txt' '2018_The_Call_for_Feminist_Data_[EN].txt' '2019_Cyberwitches_Manifesto_[EN].txt' '2019_Cyberwitches_Manifesto_[FR].txt’."

script : https://hub.xpub.nl/sandbot/~eunalee/tfidf7.html

0422 script.jpg


20210513

Camilo and I are working on a current protest in Colombia. Through our conversation, we explain what is happening there, require the empathy of the world and express a homage to victims. We start in English, but it changes gradually to each mother tongue. The linguistic notion represents geological distance; Colombia-Myanmar-80s Korea distance and our long-distance empathy.

script : https://pad.xpub.nl/p/eunamilo


20210527

caretaking with Martin

Pad : https://pad.xpub.nl/p/Radio5eunamartin

There are many ways to call this internationally known children's game, often quite dubious and loaded with a colonial heritage. For today we chose to call it the "Broken phone", a broadcast of the master experimental publishing, Piet Zwart Institute Rotterdam and hosted by Martin and Euna.

The game is often played like this, the first person whispers a sentence to its neighbor, and the pattern continues. At the end of the loop, the first speaker is supposed to hear back what it first said, but most of the time, the stories is something radically different from the original.

What you'll hear first is the recording of the original text, The Rainbow, the 12th chapter of Exercises de Styles from Raymond Queneau published in 1947. One group of Xpub1 students modified this original audio file and the next group reused the previous group's recording and so on and on and on! The goal of this 5th radio session is to experiment with the unexpected audio distortion of an audio source that is being transformed, and retransformed, and on and on and on!

The Broken Phone is followed by 'between arepas and kartoffelsalat' (some badly translated tasty cooking sounds).

This week broadcast is hosted by: Euna Martin We would like to thank our contributors: Louisa, Jacopo , Kendal, Federico, Clara and Camilo Enjoy!

Prototyping

Flask

https://pzwiki.wdka.nl/mediadesign/Flask

run

python3 hello.py

for "the port is already in use"

stop your flask application if you don't have your terminal open anymore, but the flask app it still running:
sudo netstat -nlp | grep 5000
> tcp        0      0 127.0.0.1:5000          0.0.0.0:*               LISTEN      7119/python3

then you can stop the flask application by  "killing" the process, using the unique pid (process-ID)
kill 7119

now you can start your flask again!