blob: 59d959e11dedeb80bbf7bcf431de478f9f8b4492 (
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
|
<!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>
<header>
<h1> <a href="index.html">Ici THK</a> </h1>
<h2> Petites Singularités </h2>
<h3> Third-TechnoScape </h3>
</header>
<main>
<article>
<aside>
<section id="authors">
<h3>Authors</h3>
<p>Natacha ROUSSEL & hellekin form a binary star system with supernova tendencies.</p>
</section>
<section id="sources">
<h3>Sources</h3>
<p><em>Singular Technologies & the Third-TechnoScape</em>, own work</p>
</section>
</aside>
<section id="3rd-technoscape">
<h3>Moving to Actualize a 3<sup>rd</sup> TechnoScape</h3>
<p>Given the singularity of each resistance organization, we
propose to look for convergence points where we can act
together and share affordances actualized in tools
adapted to, and emerging from our practices. Exploring
processes of organization in groups via their
technological practices in specific relation to elected
tools, we look for transversal links. We build on
community experiences characterising them from our own
past and evaluating actual modes and com-possibilities.</p>
<p>Among other things we're looking for:
<ul>
<li>The conditions for a technological practice
embedded in a community.</li>
<li>The sustainability of organic collective technological
practices.</li>
<li>Distantiating from the need of immediate quantifiable
'impact'.</li>
</ul>
</p>
<h3>Today, building tomorrow</h3>
<ul>
<li>to refuse the negation of life</li>
<li>to recognize freed territories</li>
<li>to uphold freedom initiatives</li>
<li>to organize production</li>
</ul>
</section>
</article>
<nav>
<ul class="authors">
<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="basarab-nicolescu.html">NICOLESCU</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>
</nav>
</main>
</body>
</html>
|