blob: 6a6509ef82506645eefac7eec144439a62bf4a33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title> Ici THK — Les Forces Francaises de l'Interieur parlent aux francais </title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body class="index">
<header>
<h1> Ici THK </h1>
<h2> A reader for 'Ultra Gauche' </h2>
<h3> And the dear citizens in charge of watching us. </h3>
</header>
<main>
<section id="intro">
<h4>Introduction</h4>
<p>Walking the path of least resistance, down the river to the ocean of unknowns.</p>
<p>
On the occasion of the TransHackMeeting happening on
august 2018 in Tarnac, we gather with the intention to
crossthink the organisation of our third technoscape,
its structural difference, its capacity for change.
</p>
<p>
This <em>reader</em> assembles book excerpts from authors that
we think can help understanding our current situation and
bring up alternative thought susceptible to transform our
relation to technologies and ourselves in ways that support
life and defend common values of autonomy and subsidiarity,
solidarity with and respect of self, others, and living
nature. Who ye cometh here with agency, embrace the shadows
that bringeth perspective to the shiny veil of illusion and
engineered boredom. Hush! Hush! Already you're free.
</p>
</section>
<nav>
<ul>
<li><a href="bernard-aspe.html">ASPE</a></li>
<li><a href="karen-barad.html">BARAD</a></li>
<li><a href="muriel-combes.html">COMBES</a></li>
<li><a href="stephane-lupasco.html">LUPASCO</a></li>
<li><a href="deborah-lupton.html">LUPTON</a></li>
<li><a href="lynn-margulis.html">MARGULIS</a></li>
<li><a href="gilbert-simondon.html">SIMONDON</a></li>
<li><a href="subrosa.html">SUBROSA</a></li>
<li><a href="etc.html">Etc.</a></li>
</ul>
<ul class="concepts">
<li><a href="concepts/allagmatics.html">Allagmatics</a></li>
<li><a href="concepts/agency.html">Agency</a></li>
<li><a href="concepts/analogy.html">Analogy</a></li>
<li><a href="concepts/common-time.html">Common Time</a></li>
<li><a href="concepts/concretization.html">Concretization</a></li>
<li><a href="concepts/context.html">Context</a></li>
<li><a href="concepts/immediacy.html">Immediacy</a></li>
<li><a href="concepts/included-third.html">Included-Third</a></li>
<li><a href="concepts/inseparability.html">Inseparability</a></li>
<li><a href="concepts/interdependence.html">Interdependence</a></li>
<li><a href="concepts/intra-action.html">Intra-Action</a></li>
<li><a href="concepts/minorized.html">Minorized</a></li>
<li><a href="concepts/mutation.html">Mutation</a></li>
<li><a href="concepts/ontogenesis.html">Ontogenesis</a></li>
<li><a href="concepts/oscillation.html">Oscillation</a></li>
<li><a href="concepts/permeability.html">Permeability</a></li>
<li><a href="concepts/porosity.html">Porosity</a></li>
<li><a href="concepts/scale.html">Scale</a></li>
<li><a href="concepts/solidarity.html">Solidarity</a></li>
<li><a href="concepts/subsidiarity.html">Subsidiarity</a></li>
<li><a href="concepts/symbiogenesis.html">Symbiogenesis</a></li>
<li><a href="concepts/transduction.html">Transduction</a></li>
</ul>
</nav>
<aside>
<cite title="Yevgeny Zamiatin, in an unpublished preface to a book.">
"Man ceased to be an ape and overcame the ape the day the first
book was published. The ape had never forgotten this
humiliation: just try to give him a book, and he will
immediately spoil it, soil it, and tear it to pieces."
</cite>
</aside>
</main>
</body>
</html>
|