summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 110553ba61bf26df1e6d6478ebdb978143e8bbaa (plain) (blame)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>lovely computer</title>
  <!-- <link rel="icon" href="/assets/caw.png" /> -->
  <link rel="stylesheet" href="/style.css" />
</head>

<body>
  <div>
    <header>
      <br>
      <img id="lovely" src="/assets/lovely.svg">
      <p>
        <span id="computer-manifesto">
          computer manifesto&nbsp;&nbsp;&nbsp;&nbsp;
        </span>
        <span id="on-spiritual-computing">
          <span>--&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="text">on spiritual computing</span>
        </span>
      </p>
      <br>
    </header>

    <hr>
    <main>
      <ol class="parts">
        <li>
          <p>IDEAS:</p>
          <ol>
            <li>
              <p>the act of love</p>
              <p>one must truly love computing to do good computing.</p>
            </li>
          </ol>
          <ol start="2">
            <li>
              <p>computing is art</p>
              <p>Mierle Laderman Ukeles: &quot;Everything I say is Art is Art. Everything I do is Art is Art.&quot;
                further:
                &quot;We have no Art, we try to do everything well. (Balinese saying).&quot;</p>
            </li>
          </ol>
          <ol start="3">
            <li>
              <p>grounded approach</p>
              <p>computing is not an isolated act. one must keep in touch with humanities: art, history, culture, etc.
                one
                cannot build something good for the world, not knowing the world.</p>
            </li>
          </ol>
          <ol start="4">
            <li>
              <p>the living document</p>
              <p>times change. people change. code changes. information is living. information should be allowed to die
                and fade away. information comes from from everyone.
                it's a
                developing story.</p>
            </li>
          </ol>
          <ol start="5">
            <li>
              <p>camp in computing</p>
              <p>there must be space for fun and quirkyness. for doing something that is superfluous. not everything
                needs
                to
                have an end goal. the superfluous elevates the mundane and makes it joyous.</p>
            </li>
          </ol>
          <ol start="6">
            <li>
              <p>actualisation of humanist values</p>
              <p>computing is for people. people use computers. people use computers to make more art. people use
                computers
                to
                talk to one another. people use computers to cope. people use computers to write. people use computers
                to
                write
                software. people use computers to design hardware. computing is for people.</p>
            </li>
          </ol>

        </li>
        <li>
          <p>BALANCES:</p>
          <ol>
            <li>
              <p>getting things done/having fun</p>
              <p>it is important to account for the scale of time. to do things well, but to also complete. there is
                time
                for
                development (actualisation), and there is time for maintenance and repair (care). it is too easy to
                discard
                things, to move on to the next thing, but it is also bad to be stuck on one problem.</p>
            </li>
          </ol>
          <ol start="2">
            <li>
              <p>gift-giving/self-care</p>
              <p>the only way to improve the world is by giving gifts with no strings attached. however, to be able to
                give
                gifts, one must take care of themselves and avoid burnout. social support and proper compensation is
                paramount,
                while still protecting oneself from greed.</p>
            </li>
          </ol>
          <ol start="3">
            <li>
              <p>doing/doing nothing</p>
              <p>sometimes one has to do nothing to do something. truly nothing.</p>
            </li>
          </ol>
          <ol start="4">
            <li>
              <p>openness/resilience</p>
              <p>open cultures and spaces/clubs and friend networks. the bazaar/the cathedral. in extending love to
                others
                outside, but still protecting and cultivating the microcultures, the small-scale social bonds.</p>
            </li>
          </ol>
          <ol start="5">
            <li>
              <p>the new/the old</p>
              <p>architectures that are old are new again. architectures which are new become old. things which have
                stuck
                around may have stuck around for a reason. things that are new are not automatically good. things that
                are
                old
                are not automatically good. things that are new may stick around for a reason.</p>
            </li>
          </ol>
        </li>
      </ol>
      <p>--</p>
      <p>required reading:</p>
      <ul>
        <li>manifesto! maintenance art -- proposal for an exhibition "CARE" - Mierle Laderman Ukeles</li>
        <li>notes on "camp" - Susan Sontag</li>
        <li>(an overview on) an overview on phenomenal nature - Cassandra Jenkins</li>
        <li>how to do nothing - Jenny Odell</li>
        <li>all about love - bell hooks</li>
        <li>the telekommunist manifesto - Dmytri Kleiner</li>
      </ul>

    </main>
  </div>
</body>

</html>