-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworlds.html
More file actions
82 lines (70 loc) · 3.74 KB
/
worlds.html
File metadata and controls
82 lines (70 loc) · 3.74 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>worlds</title>
<link rel="icon" href="images/icon.ico">
<link rel="stylesheet" href="styles.css">
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap" rel="stylesheet">
</head>
<body>
<a href="index.html"><button class="doorbutton"><</button></a>
<br>
<img src="images/worlds_wall.png" alt="worlds_wall.png">
<br>
<p>wolfram language graphics, printed on 12×9 paper</p>
<br>
<h2 class="plainFont" style="color: #91FC18; width: 90%;">"The guise of wall and door offered him an outlet, a secret and peculiar passage of escape into another and altogether more beautiful world."</h2>
<h4>- h.g. wells, <em>the door in the wall</em>, 1906</h4>
<br>
<br>
<br>
<img src="images/worlds_both.png" alt="worlds_both.png">
<br>
<p>wolfram language graphic</p>
<br><br>
<img src="images/Magritte_doors.png" alt="Magritte_doors.png">
<p>renée magritte, selected paintings of gloopy holes in doors, 1933-1960</p>
<br><br>
<a href="https://www.gutenberg.org/files/456/456-h/456-h.htm"><button class="doorbutton">
<em>the door in the wall</em> by h.g. wells
</button></a>
<br><br>
<br><br>
<div class="reflection" style="color: #6b8">
<p>Inspired by the paintings of René Magritte and H.G. Wells' short story <em>The Door in the Wall</em>,
this project about "worlds" is an exploration of the presence of "meaning." Creating an entire "world" seems like an
enormous task, so instead I sought to suggest a world via an entry point (a little piece of a world).
</p><p>
Doors are entry points. Magritte paints doors. In particular, Magritte
paints shut doors with gloopy holes in them (enormous presence in my body and my nighttimes). I collected
Magritte's gloopy holes and mapped key points in each image.
</p><p>
Magritte insists that his paintings don't contain meaning. (what does it mean (ha) to contain meaning? if you
just pile in some words that mean something, does that put meaning into the image?)
</p><p>
<em>The Door in the Wall</em> is about a boy who passes through a green door in a white wall to escape from the
gray world of responsibilities and boredom into a lush world of imagination. Throughout his life, he periodically chooses
between the obligations of the gray world and the potential to be creative and free in the green world.
But, except for his first childhood visit to the world behind the green door, he always chooses the former,
until he chooses death (another door?)
</p><p>
I dumped the text of H.G. Wells' story into the key points of the Magritte paintings. Then I also dumped randomly-generated
English-looking text into the key points of the Magritte paintings. Which one contains more meaning? ((does either? to whom?
do you have to know to understand? what worlds are in our interpretations alone? does it change when we are handed an explanation? a hint? a story?))
</p><p>
Door =?= permission to pass through (skepticism); a choice to go through the green door to a creative, imaginative world;
an invitation to be in the room; the meaning of a whole world dumped into/suggesting by a single entry point
</p><p>
I'm breaking. I'm striving on choosing on going through the ephemeral green door.
</p><p>
I'm piling meanings in words (can only i understand if only i know?) into things that mean much to me in other words (not words).
</p><p>
Merci Magritte, et les autres.
</p>
</div>
</body>
</html>