User:Camilo: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 11: Line 11:
* there is a lot of analytical thought reading code, stop, decrypt, get lost, keep reading. is it allways a trying to find out meaning and functions?
* there is a lot of analytical thought reading code, stop, decrypt, get lost, keep reading. is it allways a trying to find out meaning and functions?


<span style ="color:black; font-family: Alike Angular; font-size: 17px">P Y T H O N</span>
<span style ="color:black; font-family: Alike Angular; font-size: 17px">P Y T H O N S.#1</span>
* Verb: Parse, to separate a sentence into grammatical parts, such as subject, verb, etc.
* Verb: Parse, to separate a sentence into grammatical parts, such as subject, verb, etc.
* Tool: Python visualizator ☼ <span style="font-size:10px;"> https://vpyast.appspot.com </span>
* Tool: Python visualizator ☼ <span style="font-size:10px;"> https://vpyast.appspot.com </span>
Line 18: Line 18:


* Dialogue experiment with texts:
* Dialogue experiment with texts:
<source>
from random import choice
a = ('exercise of reciprocity',
    'ATATA',
    'I give you give yourself',
    'exercise of reciprocity',
    'wholesome',
    'indigenous',
    'the devastating reality that is currently affecting the quality of food',
    'systematic problem',
    'are creating dependency,undercurrent',
    'people are living and cultivating according to new or past principles outside global corporations, recovering solidarity, hope, life, food, and bio-diversifying forms of being.',
    'this essay is to find ourselves and others heart to heart.',
    'go over.',
    'puyky, an onomatopoeia of the heartbeat, that is said to be connected with the beating of the cosmos itself,',
    'How to feel-think the future of food and water from a perspective of reciprocity? Why is ATATA a fruitful principle for the future survival of the human kind?',
    'persecution',
    'ATATA is a palindrome',
    'the goods and something else.',
    'the primordial pond',
    'which links it to water as well.',
    'responsibility of taking care of what you are receiving.',
    'ATATA can be related with the Mayan Tseltal concept of Ich´el ta muk translated as “respect and recognition for all living things in nature.',
    'achieving full biocontrol over the process. There is a lot of money invested in the creation of food that is low in nutrients but high on private patents owned',
    'This has created a scenario where the keepers of ancestral seeds started to be treated as criminals',
    'The ancient cultural cycle of corn is now a dependent one.',
    'businesses',
    'endangering life, while hiding the evidence of being responsible for the dead.',
    'This leads to land concentration; a few actors having control over important areas.',
    'in their hearts they know life ends when water is not flowing,',
    'knowledge to take care',
    'natural balance',
    'This is a time for creative collective praxis to protect life and common goods',
    'solidarity',
    'keeping germplasm banks to conserve seeds in low temperature environments',
    'milpa', 'In this way we make the noble effort to keep alive the rainbow seeds (varieties of food) to give the future as much colors and flavors as we have received from earth and our previous generations.',
    'reciprocity,',
    '(Inter)acting from within the power of my heart is necessary because through my work and my way of living I am affecting others, known and unknown. As native people say it is through the heart that we can be aware of the consequences of our acts in the territory we live in without ignoring other lands and people.',
    'ecocide',
    'Reciprocity is a relationship with living nature: plants, territory, animals, and cultures to which we have a lot to re-appropriate and learn from, because feeding ourselves is a process where awareness, memory, and re-learning are needed.'
)
b = ( 'John Berger once wrote: “hope is something that occurs in very dark moments. It is like a flame in the darkness; it isnt like a confidence and a promise.”',
    'So, why “hope,” and why now? How can we release hope from Pandora’s jar? ',
    'are there any reasons to be hopeful despite the evidence?',
    'The Contemporaneity of “Hope”, Agamben describes contemporaneity not as an epochal marker but as a particular relationship with one’s time. It is defined by an experience of profound dissonance.',
    'Memory has become particularly threatening because it offers the potential to recover the promise of lost legacies of resistance.',
    'hope is similar to the creative process.'
)
c = ('When we encounter others unlike ourselves, we frequently become uncomfortable, suspicious.',
    'in the view of some who most fears otherness, simply live ‘wrongly.’',
    'The work of learning about otherness is worthwhile, but this is not always obvious initially.',
    'with',
    'The crucial differences between others and our in-group are values, language, social roles, and knowledge structures.',
    'Languages and cultures interact symbiotically, each affecting the other. ',
    'The speed of our conversations and the structures of our interactions with others are formed in local communities of people like ourselves. ',
    'working towards removing this sense of otherness and embracing it as part of the oneness that we seek with the world around us. ',
    'Otherness, as I see it, is the spark of original thought and greater appreciation of nature,',
    'Alterity is one of our greatest fears. And yet it should be our greatest treasure.' 
)
print('This is a random dialogue between the texts Hope, Otherness and ATATA part of the words of the future project')
print ('')
line = ''
tmp_line = ''
for text in range(10):
       
    atata = choice(a)
    hope = choice(b)
    otherness = choice(c)
   
    for character in atata:
    if len(tmp_line) < 100:
        tmp_line += character
    else:
        print(tmp_line)
        tmp_line = ''
        count = 0
   
    print( 'A. -', atata.capitalize() )
    print(' ')
    print( 'H. -', hope.capitalize() )
    print(' ')
    print( 'O. -', otherness.capitalize() )
    print(' ')
   
   
       
   
</source>


==<p style ="color:black; font-family: Alike Angular;">ISSUE · 13</p>==
==<p style ="color:black; font-family: Alike Angular;">ISSUE · 13</p>==

Revision as of 17:08, 30 September 2020


✳.

Prototyping

I N T R O

P Y T H O N S.#1

  • Verb: Parse, to separate a sentence into grammatical parts, such as subject, verb, etc.
  • Tool: Python visualizator ☼ https://vpyast.appspot.com
  • "Expressions must be same type in order to operate each other"
  • "?" to look documentation
  • Dialogue experiment with texts:
from random import choice 
a = ('exercise of reciprocity',
     'ATATA',
     'I give you give yourself', 
     'exercise of reciprocity', 
     'wholesome', 
     'indigenous', 
     'the devastating reality that is currently affecting the quality of food', 
     'systematic problem', 
     'are creating dependency,undercurrent', 
     'people are living and cultivating according to new or past principles outside global corporations, recovering solidarity, hope, life, food, and bio-diversifying forms of being.',
     'this essay is to find ourselves and others heart to heart.',
     'go over.',
     'puyky, an onomatopoeia of the heartbeat, that is said to be connected with the beating of the cosmos itself,', 
     'How to feel-think the future of food and water from a perspective of reciprocity? Why is ATATA a fruitful principle for the future survival of the human kind?', 
     'persecution', 
     'ATATA is a palindrome', 
     'the goods and something else.', 
     'the primordial pond',
     'which links it to water as well.', 
     'responsibility of taking care of what you are receiving.',
     'ATATA can be related with the Mayan Tseltal concept of Ich´el ta muk translated as “respect and recognition for all living things in nature.', 
     'achieving full biocontrol over the process. There is a lot of money invested in the creation of food that is low in nutrients but high on private patents owned', 
     'This has created a scenario where the keepers of ancestral seeds started to be treated as criminals', 
     'The ancient cultural cycle of corn is now a dependent one.',
     'businesses',
     'endangering life, while hiding the evidence of being responsible for the dead.', 
     'This leads to land concentration; a few actors having control over important areas.', 
     'in their hearts they know life ends when water is not flowing,', 
     'knowledge to take care', 
     'natural balance', 
     'This is a time for creative collective praxis to protect life and common goods', 
     'solidarity', 
     'keeping germplasm banks to conserve seeds in low temperature environments', 
     'milpa', 'In this way we make the noble effort to keep alive the rainbow seeds (varieties of food) to give the future as much colors and flavors as we have received from earth and our previous generations.', 
     'reciprocity,', 
     '(Inter)acting from within the power of my heart is necessary because through my work and my way of living I am affecting others, known and unknown. As native people say it is through the heart that we can be aware of the consequences of our acts in the territory we live in without ignoring other lands and people.',
     'ecocide', 
     'Reciprocity is a relationship with living nature: plants, territory, animals, and cultures to which we have a lot to re-appropriate and learn from, because feeding ourselves is a process where awareness, memory, and re-learning are needed.'
)
b = ( 'John Berger once wrote: “hope is something that occurs in very dark moments. It is like a flame in the darkness; it isnt like a confidence and a promise.”', 
     'So, why “hope,” and why now? How can we release hope from Pandora’s jar? ', 
     'are there any reasons to be hopeful despite the evidence?', 
     'The Contemporaneity of “Hope”, Agamben describes contemporaneity not as an epochal marker but as a particular relationship with one’s time. It is defined by an experience of profound dissonance.', 
     'Memory has become particularly threatening because it offers the potential to recover the promise of lost legacies of resistance.', 
     'hope is similar to the creative process.' 
)
c = ('When we encounter others unlike ourselves, we frequently become uncomfortable, suspicious.',
     'in the view of some who most fears otherness, simply live ‘wrongly.’', 
     'The work of learning about otherness is worthwhile, but this is not always obvious initially.',
     'with', 
     'The crucial differences between others and our in-group are values, language, social roles, and knowledge structures.', 
     'Languages and cultures interact symbiotically, each affecting the other. ', 
     'The speed of our conversations and the structures of our interactions with others are formed in local communities of people like ourselves. ', 
     'working towards removing this sense of otherness and embracing it as part of the oneness that we seek with the world around us. ', 
     'Otherness, as I see it, is the spark of original thought and greater appreciation of nature,',
     'Alterity is one of our greatest fears. And yet it should be our greatest treasure.'  
) 

print('This is a random dialogue between the texts Hope, Otherness and ATATA part of the words of the future project')
print ('')

line = ''
tmp_line = ''

for text in range(10):
        
    atata = choice(a)
    hope = choice(b)
    otherness = choice(c)
    
    for character in atata:
    if len(tmp_line) < 100:
        tmp_line += character
    else: 
        print(tmp_line)
        tmp_line = ''
        count = 0
    
    print( 'A. -', atata.capitalize() )
    print(' ')
    print( 'H. -', hope.capitalize() )
    print(' ')
    print( 'O. -', otherness.capitalize() )
    print(' ')

ISSUE · 13

  • Homeostasis: Internal balance that every leving organism has. Dynamic equilibrium.

W O R D S · O F · T H E · F U T U R E

  • What about the from of the book? Vertical Building?
  • "The book as an important tool of dramaturge"
  • is there such a thing as post-colonial language for the future?
  • What's the technological context of the project and which one now?

✸.

✴.