-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
338 lines (305 loc) · 11.1 KB
/
index.html
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="crawler.js">
</script>
<!--this works best on headphones on 20% volume. -->
</head>
<style>
body{
background-color: black;
}
p{
font-family: Harlow Solid Italic;
color: white;
font-size: 16px;
}
</style>
<body>
<p>Pictured below are 134 out of the 147 days between Aug 30th, 2021,
and Jan 24th, 2022.
<br><img src="past_134.jpg" alt="past_134" width="500" height="700">
<br>Each row contains 24 boxes, each box represents 1 hour.
<br>A black box represents an hour I was asleep, a white box an hour I was awake.
<br>Some days I recorded half-hour intervals too.
<br>15 days are missing from the chart.
<br>These were days, usually in clusters, where I was asleep to often to record.
<br>I update the document usually within a day of waking up.
<p style="background-color:white; color: black; width: 600px">
According to doctors, psychologists, and statistics on the internet, I ideally would sleep 8 hours a day, at the same time, maybe falling asleep around 11pm or so.
<br>That is pictured below.
<br><img style="padding:50px" src="ideal_11pm.jpg" alt="past_134" width="500" height="700">
</p>
<p style=" color: white;">
On an average day, this is when I will be asleep:
<br><img src="recent_100_layers_multiply.jpg" width="500" height="21">
<br>The digit and value representing the number of days I was asleep during an hour from the latter 100 rows, per hour:
<br><img src="recent_100_layers_counting.jpg" width="500" height="21">
<br>The mean is 7.924999 repeating.
<br>Equivalent to 7 hours, 55 minutes, and 30 seconds of sleep per day.
<br><img style="border:5px solid white;" src="ideal_11pm_row2.jpg" width="500" height="21">
<br>I was honestly suprized.
<br>Day by day, from the ground,
<p> <video src=
"134_days.mp4"
type="video/mp4" class="vid2" muted="muted" loop style="border: none; width: 500px;">
</video>
<script>
let clip2 = document.querySelector(".vid2")
clip2.play();
</script>
</p>
<p style=" color: white;">
Sleep is a violent act.
<br>
<br> Jan 25th, to Jan 29th, there is a beeping in my ears.
<br>It is not tinnitus.
<p>
<video src=
"tinnitus_button2.mp4"
type="video/mp4" class="tb" id="tb2" loop style="border: none; width: 132px;">
</video>
<script>
let clip3 = document.querySelector(".tb")
clip3.addEventListener("mouseover", function (e) {
clip3.play();
})
clip3.addEventListener("mouseout", function (e) {
clip3.pause();
})
var audio = document.getElementById("tb2");
audio.volume = 0.4;
</script>
</p>
<p style=" color: white;">
My alarm clock sounding in the other room:
<p>
<video src=
"alarm_button_loud.mp4"
type="video/mp4" class="al" id="al1" loop style="border: none; width: 132px;">
</video>
<script>
let clip4 = document.querySelector(".al")
clip4.addEventListener("mouseover", function (e) {
clip4.play();
})
clip4.addEventListener("mouseout", function (e) {
clip4.pause();
})
var audio = document.getElementById("al1");
audio.volume = 0.5;
</script>
<p style=" color: white;">
It's a fair analogy for what the sleep disorder sounds like.
<br>I thought it was a little on-the-nose.
<br>
<br>The disorder is called "Non-24-hour sleep–wake disorder".
<br>Also called Free-running sleep disorder.
<br>Hover to run:
</p>
<p>
<div class="marquee" id="mycrawler2">
<img src="all_layers_line_10px_left.jpg" alt="lineL" width="22333" height="21">
<img src="all_layers_line_10px_center.jpg" alt="lineC" width="22333" height="21">
<img src="all_layers_line_10px_right.jpg" alt="lineR" width="22333" height="21">
</div>
<script type="text/javascript">
marqueeInit({
uniqueid: 'mycrawler2',
style: {
'padding': '0px',
'width': '2000px',
'height': '21px',
},
inc: 400, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven',
moveatleast: 2,
neutral: 80,
savedirection: true,
random: false,
direction: 'left',
noAddedSpace: true,
});
</script>
<p style=" color: white;">
<br>Without artificial partitions into 24 hour periods, the sound of an alarm clock is too rythmic to be representational.
<br>
<br>This is the noise made when read as a Variable Density audio track, like that on a running film strip:
<br>Hover to play
<div>
<video src=
"415hz_no_pitch_correct_no_static_crop.mp4"
type="video/mp4" class="vid1" loop style="border: none; width: 500px;">
</video>
<script>
let clip1 = document.querySelector(".vid1")
clip1.addEventListener("mouseover", function (e) {
clip1.play();
})
clip1.addEventListener("mouseout", function (e) {
clip1.pause();
})
</script>
</div>
<p style="background-color:white; color: black; width: 2000px">
Now at this point, I have class in three hours,
<br>I've been working on this since 10 and I woke up at 11, so I'd like a little nap please.
<br>Here are some other elements I haven't had time to add:
</p>
<p style=" color: white;">
<br>
<br>Read as a Variable Density audio track, static included:
<p>
<div>
<video src=
"no_hz_no_pitchcorrection_with_static.mp4"
type="video/mp4" class="vid9" loop style="border: none; width: 500px;">
</video>
<script>
let clip9 = document.querySelector(".vid9")
clip9.addEventListener("mouseover", function (e) {
clip9.play();
})
clip9.addEventListener("mouseout", function (e) {
clip9.pause();
})
</script>
</div>
</p>
<p style=" color: white;">
<br>With pitch correction:
<br>(I think the wooshing fits with the 'free running')
<div>
<video src=
"415hz_pitch_correction_no_static.mp4"
type="video/mp4" class="vid5" loop style="border: none; width: 500px;">
</video>
<script>
let clip5 = document.querySelector(".vid5")
clip5.addEventListener("mouseover", function (e) {
clip5.play();
})
clip5.addEventListener("mouseout", function (e) {
clip5.pause();
})
</script>
</div>
<p style="background-color:white; color: black; width: 600px">
Fun trivia: N-24 occurs among 50-70% of those who are completley blind.
<br>Diagnosable causes among those who are sighted are traumatic brain injury.
<br>Otherwise, the cause is attibuted to any co-occuring psychlogical disorder in the patient.
<br>This is medical speak for 'unknown'.
</p>
<p style=" color: white;">
<br>Program I use for video has 'Audio dance vizualization', it looks like this:
<br>(I like that it is jarring, threatening, refer back to violence)
<div>
<video src=
"415hz_no_pitch_correct_no_static_audio_dance_visualization.mp4"
type="video/mp4" class="vid6" loop style="border: none; width: 500px;">
</video>
<script>
let clip6 = document.querySelector(".vid6")
clip6.addEventListener("mouseover", function (e) {
clip6.play();
})
clip6.addEventListener("mouseout", function (e) {
clip6.pause();
})
</script>
</div>
<p style="background-color:white; color: black; width: 600px">
I have no memory of sustaining a traumatic brain injury at any point in life.
<br>It is a bit unsettling to have the natural equivalent.
<br>I take this as an excuse to inflict traumatic brain injury onto my editing program.
<br>(Maybe I am just spiteful.)
</p>
<p style=" color: white;">
<br>Program I use for video has 'Hemispherical to Equirectangular projection filter', I can do this with it:
<br>(The days braid together into eachother)
<br>(Audio dance vizualization + pitch correction. I use this file for the upcoming videos too.)
<div>
<video src=
"415hz_no_pitch_correct_no_static_audio_dance_visualization_braid.mp4"
type="video/mp4" class="vid7" loop style="border: none; width: 500px;">
</video>
<script>
let clip7 = document.querySelector(".vid7")
clip7.addEventListener("mouseover", function (e) {
clip7.play();
})
clip7.addEventListener("mouseout", function (e) {
clip7.pause();
})
</script>
</div>
<p style=" color: white;">
<br>Hemispherical to Equirectangular projection filter, fully fucked with:
<div>
<video src=
"415hz_no_pitch_correct_no_static_audio_dance_visualization_1.mp4"
type="video/mp4" class="vid10" loop style="border: none; width: 500px;">
</video>
<script>
let clip10 = document.querySelector(".vid10")
clip10.addEventListener("mouseover", function (e) {
clip10.play();
})
clip10.addEventListener("mouseout", function (e) {
clip10.pause();
})
</script>
</div>
<p style=" color: white;">
<br>Hemispherical to Equirectangular projection filter again:
<br>(There's a symmetry the program really likes, I don't know, maybe it's like eyes.)
<br>(Eyes, of course, an obligatory motif in sleep. Are they open or not?)
<br>(Subtle eyes: a veiled enemy- refer back to threatening, violence, traumatic brain injury)
<div>
<video src=
"415hz_no_pitch_correct_no_static_audio_dance_visualization_2.mp4"
type="video/mp4" class="vid11" loop style="border: none; width: 500px;">
</video>
<script>
let clip11 = document.querySelector(".vid11")
clip11.addEventListener("mouseover", function (e) {
clip11.play();
})
clip11.addEventListener("mouseout", function (e) {
clip11.pause();
})
</script>
</div>
<p style=" color: white;">
<br>Below is about the most F'd I could get the program:
<br>For reference:
<br><img style="border:5px solid white;" src="ideal_11pm_row2.jpg" width="500" height="21">
<br>I feel like I brought it back around to something figurative.
<br>Quarantine was really like that, huh?
<br>I've been trying to see how much of it is blacked out.
<br>A lot of it apparently.
<br>But look, theres me, my window, and the passing of time:
<div>
<video src=
"415hz_no_pitch_correct_no_static_audio_dance_visualization_3.mp4"
type="video/mp4" class="vid12" loop style="border: none; width: 500px;">
</video>
<script>
let clip12 = document.querySelector(".vid12")
clip12.addEventListener("mouseover", function (e) {
clip12.play();
})
clip12.addEventListener("mouseout", function (e) {
clip12.pause();
})
</script>
</div>
<p style=" color: white;">
That seems pretty appropriate to my memory of it all.
<br>
<br>
<br>Pictured below is the original sleep chart, showing 191 days between Sept 20th, 2020, and Mar 30th, 2021.
<br>
<br><img src="01.jpg" width="500" >
</body>
</html>