-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedges.html
More file actions
78 lines (67 loc) · 3.08 KB
/
edges.html
File metadata and controls
78 lines (67 loc) · 3.08 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>edges</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="navbutton"><</button></a>
<br>
<br>
<table>
<tr>
<td>
<img src="images/edges_book_closed.png" alt="years_edges_book_closed.png">
</td>
<td>
<img src="images/edges_book_open.png" alt="edges_book_open.png">
</td>
</tr>
</table>
<p>book of folded paper</p>
<br>
<hr>
<table>
<tr>
<td>
<img src="images/years_endpoints.gif" alt="years_endpoints.gif">
</td>
<td>
<img src="images/years_folds.gif" alt="years_folds.gif">
</td>
</tr>
</table>
<br>
<a href="https://www.wolframcloud.com/obj/3c1f7ab2-0098-4983-9904-e3383938277c"><button class="navbutton">code</button></a>
<br><br>
<div class="reflection">
<p>
Years are edges in time that exist and also don't really exist.
Defined as they are by rotations of the Earth around the sun, there is a physical reality corresponding to our definition of a year.
On the other hand, the idea of a “new year” is a construction; the start of each calendar year is an arbitrarily chosen point within the continuous passage of time.
As Leah Beeferman writes, “a beach has a dual nature, as it is both a vista and a boundary: a blurry, but extant, shift between land and sea; the hazy edge of both.”
Transitions between years are “hazy edges,” a shift from past to future that is both gradual and instantaneous, or, as Richard Feynman might say, a line that doesn’t exist except in “our own psychological makeup.”
</p>
<p>
I chose to use folds as representations of "hazy edges," since they define clear, straight lines using the dimensionality of the paper instead of a line drawn in ink: edges created by emphasizing a transition between planes of a surface.
</p>
<p>
The folds in each page in the book notate numerical information stored in the edges of each piece of paper.
The result is a numerical representation system for 4-digit numbers, whose digits are stored using the folds between them.
Each 4-digit number in this book corresponds to a year of my life so far.
To read the year, you must fold the paper along the creases in the paper and measure where the edges connect.
I also implemented this system in Wolfram Language code, as demonstrated by the GIFs above.
</p>
<p>
I found it a meditative process to fold each year of my life into a piece of paper.
In the end, binding the pages into a book makes it more difficult to retrace the creases, like time solidifying so that we can’t revisit it once it has passed.
</p>
</div>
</body>
</html>