Skip to content

Commit a668d79

Browse files
committed
72 FR 27946: valid only for the particular job opportunity
1 parent bfe57b8 commit a668d79

7 files changed

Lines changed: 339 additions & 0 deletions

File tree

exit_0/20_cfr_656.30_c_2.lrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[00:00.10]<00:00.10>20 <00:00.46>CFR <00:01.46>§ <00:01.52>656.30 <00:03.50>(c) <00:03.80>(2)
2+
[00:04.66]<00:04.66>A <00:04.80>permanent <00:05.24>labor <00:05.60>certification
3+
[00:06.70]<00:06.70>Is <00:07.02>valid <00:07.40>only <00:07.68>for <00:07.78>the <00:07.90>particular <00:08.52>job <00:08.86>opportunity,
4+
[00:09.86]<00:09.86>And <00:10.00>the <00:10.22>area <00:10.46>of <00:10.58>intended <00:11.02>employment <00:11.64>stated <00:12.00>on <00:12.10>the <00:12.28>Application

exit_0/20_cfr_656.30_c_2.mp3

347 KB
Binary file not shown.

exit_0/BUILD

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
2+
load("//tools/build_defs:music.bzl", "music_track")
3+
4+
music_track(
5+
name = "law",
6+
src = "20_cfr_656.30_c_2.mp3",
7+
visibility = ["//visibility:public"],
8+
)
9+
10+
music_track(
11+
name = "play",
12+
src = "exit_0.mp3",
13+
visibility = ["//visibility:public"],
14+
)
15+
16+
cc_test(
17+
name = "test",
18+
timeout = "eternal",
19+
srcs = ["exit_0_test.cc"],
20+
deps = ["@googletest//:gtest_main"],
21+
)

exit_0/README.md

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
# ? exit(0)
2+
3+
> 20 CFR § 656.30(c)(2)
4+
> A permanent labor certification [...]
5+
> Is valid only for the particular job opportunity, [...]
6+
> And the area of intended employment stated on the Application
7+
8+
## Intro
9+
10+
They say in computer science, the Halting Problem is unsolvable
11+
You can’t look at a program and know for sure if it’s gonna stop...
12+
Or if it’s just gonna run forever
13+
I figured that was just math
14+
I didn’t know it was gonna be my life
15+
16+
## Verse 1
17+
18+
Yeah, 60 days. That’s the variable, the hard constraint
19+
Sweat on the collar, painting pictures that the resume ain’t
20+
Every rejection letter feels like a syntax error
21+
Parsing through the panic, navigating the terror
22+
Student visa expiring, the grace period is thinning
23+
Only got one offer to keep the thread spinning
24+
It wasn’t the dream job, it wasn’t the grand design
25+
But when the clock hits 59, you sign on the line
26+
I took the seat. Cubicle gray, fluorescent sky
27+
Just a temporary patch until the limit passes by
28+
Told myself: "Get the paper, get the status, then I switch"
29+
"Build that startup in the garage, scratch the creative itch"
30+
But the system is a black box, inputs are obscure
31+
I’m waiting on a function call that’s never secure
32+
33+
## Chorus
34+
35+
Now I’m stuck inside the logic, can’t find the break
36+
Waiting for the output that the system won’t make
37+
Is it frozen? Is it thinking? Or is it dead on the floor?
38+
I’m looking for the line that says `exit(0);`
39+
The Halting Problem in the flesh, yeah, I’m living the proof
40+
Running circles in the hallway under somebody else’s roof
41+
Will it stop? Can you tell me? Does the algorithm know?
42+
Or do I run this loop forever while the processing slows?
43+
44+
## Verse 2
45+
46+
Year one. The boss says, "We’ll file the PWD"
47+
That’s the Prevailing Wage, the first lock on the key
48+
But the quarter rolls by, and the silence is loud
49+
"HR is busy," he says, head in the cloud
50+
Promised a filing date, but the promise was a glitch
51+
I’m watching processing times fall into a ditch
52+
First it was 6 months, then it spiraled to 10
53+
Retrogression hit the charts, and we’re stalled out again
54+
I’m checking bulletins monthly like I’m reading the scripture
55+
Watching my priority date fade out of the picture
56+
Backlog deepens. The stack is overflowing the memory
57+
And I’m chained to a desk, losing all of my energy
58+
Golden handcuffs rust, turning orange and brown
59+
I can’t leave, I can’t quit, I can’t shut it down
60+
Because if I break the connection, then the status is void
61+
So I debug their legacy code, quiet and paranoid
62+
63+
## Chorus
64+
65+
Now I’m stuck inside the logic, can’t find the break
66+
Waiting for the output that the system won’t make
67+
Is it frozen? Is it thinking? Or is it dead on the floor?
68+
I’m looking for the line that says `exit(0);`
69+
The Halting Problem in the flesh, yeah, I’m living the proof
70+
Running circles in the hallway under somebody else’s roof
71+
Will it stop? Can you tell me? Does the algorithm know?
72+
Or do I run this loop forever while the processing slows?
73+
74+
## Bridge
75+
76+
I had a notebook
77+
Blue cover. Moleskine
78+
Full of schematics
79+
My own company. My own design
80+
I was gonna revolutionize the way that data streams
81+
I was gonna build a team. I was gonna build dreams
82+
But I haven't opened that book in 4 years
83+
The ink is probably dry
84+
The variable `ambition` was overwritten by `comply`
85+
I executed the `wait` command, but the duration is `null`
86+
Just a ghost in the machine, hollow and dull
87+
88+
## Verse 3
89+
90+
Now the exit condition is met, but I missed the cue
91+
The green card arrived, but I don’t know what to do
92+
I blasted past the stop sign, momentum is too high
93+
I forgot how to live, I only know how to comply
94+
The loop became the lifestyle, the bug became the feature
95+
I morphed from the creator into the bottom-feeding creature
96+
Still sitting in this chair, pushing pixels for a check
97+
With a necklace of approvals hanging heavy round my neck
98+
I could walk out the door. The function returns `true`
99+
But I’m scared of the silence. I’m scared of the new
100+
So I initialize the morning. Coffee. Commute
101+
Execute the same task on the same daily route
102+
Infinite recursion. No stack trace to see
103+
The computer didn’t halt
104+
It just crashed
105+
And it took me
106+
107+
## Outro
108+
109+
```c++
110+
while (true) {
111+
work();
112+
wait();
113+
}
114+
```
115+
116+
There is no exit
117+
There is no exit
118+
Just the hum of the server...
119+
And the lights...
120+
And the loop...
121+
And the loop...
122+
And the loop...

exit_0/exit_0.lrc

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
[00:04.68]<00:04.68>They <00:04.82>say <00:05.01>in <00:05.04>computer <00:05.46>science, <00:06.90>the <00:07.00>Halting <00:07.34>Problem <00:07.74>is <00:07.88>unsolvable
2+
[00:10.26]<00:10.26>You <00:10.38>can’t <00:10.58>look <00:10.70>at <00:10.80>a <00:10.88>program <00:11.36>and <00:11.46>know <00:11.64>for <00:11.80>sure <00:12.04>if <00:12.16>it’s <00:12.28>gonna <00:12.48>stop...
3+
[00:14.66]<00:14.66>Or <00:14.80>if <00:14.88>it’s <00:15.02>just <00:15.18>gonna <00:15.42>run <00:15.64>forever
4+
[00:18.32]<00:18.32>I <00:18.42>figured <00:18.66>that <00:18.78>was <00:18.94>just <00:19.14>math
5+
[00:20.96]<00:20.96>I <00:21.04>didn’t <00:21.24>know <00:21.44>it <00:21.52>was <00:21.66>gonna <00:21.88>be <00:21.98>my <00:22.18>life
6+
[00:24.00]<00:24.00>Yeah, <00:24.80>60 <00:25.02>days. <00:25.34>That’s <00:25.52>the <00:25.68>variable, <00:26.22>the <00:26.32>hard <00:26.54>constraint
7+
[00:27.24]<00:27.24>Sweat <00:27.46>on <00:27.56>the <00:27.72>collar, <00:28.08>painting <00:28.42>pictures <00:28.76>that <00:28.94>the <00:29.08>resume <00:29.80>ain’t
8+
[00:30.14]<00:30.14>Every <00:30.44>rejection <00:30.98>letter <00:31.28>feels <00:31.50>like <00:31.68>a <00:31.84>syntax <00:32.52>error
9+
[00:33.16]<00:33.16>Parsing <00:33.50>through <00:33.68>the <00:33.84>panic, <00:34.20>navigating <00:34.84>the <00:35.02>terror
10+
[00:35.50]<00:35.50>Student <00:35.88>visa <00:36.20>expiring, <00:36.88>the <00:37.00>grace <00:37.28>period <00:37.76>is <00:37.94>thinning
11+
[00:38.50]<00:38.50>Only <00:38.78>got <00:39.04>one <00:39.32>offer <00:39.80>to <00:39.94>keep <00:40.14>the <00:40.36>thread <00:40.58>spinning
12+
[00:41.00]<00:41.00>It <00:41.18>wasn’t <00:41.50>the <00:41.62>dream <00:41.98>job, <00:42.26>it <00:42.42>wasn’t <00:42.68>the <00:42.82>grand <00:43.10>design
13+
[00:43.58]<00:43.58>But <00:43.72>when <00:43.88>the <00:43.98>clock <00:44.24>hits <00:44.56>59, <00:45.06>you <00:45.26>sign <00:45.62>on <00:45.74>the <00:45.92>line
14+
[00:46.30]<00:46.30>I <00:46.40>took <00:46.60>the <00:46.74>seat. <00:46.98>Cubicle <00:47.44>gray, <00:47.96>fluorescent <00:48.44>sky
15+
[00:48.86]<00:48.86>Just <00:49.02>a <00:49.16>temporary <00:49.84>patch <00:50.08>until <00:50.38>the <00:50.52>limit <00:50.86>passes <00:51.26>by
16+
[00:51.56]<00:51.56>Told <00:51.74>myself: <00:52.21>"Get <00:52.42>the <00:52.54>paper, <00:52.90>get <00:53.06>the <00:53.20>status, <00:53.62>then <00:53.84>I <00:53.92>switch"
17+
[00:54.41]<00:54.41>"Build <00:54.44>that <00:54.60>startup <00:55.00>in <00:55.12>the <00:55.26>garage, <00:55.90>scratch <00:56.20>the <00:56.34>creative <00:56.96>itch"
18+
[00:57.34]<00:57.34>But <00:57.50>the <00:57.64>system <00:58.08>is <00:58.20>a <00:58.34>black <00:58.66>box, <00:59.06>inputs <00:59.38>are <00:59.52>obscure
19+
[01:00.26]<01:00.26>I’m <01:00.42>waiting <01:00.80>on <01:00.92>a <01:01.06>function <01:01.42>call <01:01.60>that’s <01:01.78>never <01:02.06>secure
20+
[01:02.76]<01:02.76>Now <01:02.90>I’m <01:03.08>stuck <01:03.30>inside <01:03.64>the <01:03.78>logic, <01:04.32>can’t <01:04.66>find <01:04.98>the <01:05.12>break
21+
[01:05.84]<01:05.84>Waiting <01:06.16>for <01:06.38>the <01:06.54>output <01:06.86>that <01:07.02>the <01:07.16>system <01:07.56>won’t <01:07.87>make
22+
[01:08.28]<01:08.28>Is <01:08.40>it <01:08.52>frozen? <01:08.96>Is <01:09.08>it <01:09.24>thinking? <01:10.12>Or <01:10.30>is <01:10.44>it <01:10.58>dead <01:10.82>on <01:10.94>the <01:11.10>floor?
23+
[01:13.20]<01:13.20>I’m <01:13.30>looking <01:13.64>for <01:13.86>the <01:14.00>line <01:14.74>that <01:14.98>says <01:15.38>exit <01:16.30>(0) <01:18.22>;
24+
[01:18.26]<01:18.26>The <01:18.41>Halting <01:18.74>Problem <01:19.14>in <01:19.28>the <01:19.44>flesh, <01:19.80>yeah, <01:20.00>I’m <01:20.14>living <01:20.44>the <01:20.62>proof
25+
[01:21.16]<01:21.16>Running <01:21.42>circles <01:21.86>in <01:22.02>the <01:22.16>hallway <01:23.02>under <01:23.34>somebody <01:23.88>else’s <01:24.26>roof
26+
[01:24.56]<01:24.56>Will <01:24.70>it <01:24.86>stop? <01:25.24>Can <01:25.40>you <01:25.56>tell <01:25.78>me? <01:25.92>Does <01:26.10>the <01:26.38>algorithm <01:27.28>know?
27+
[01:28.64]<01:28.64>Or <01:29.28>do <01:29.45>I <01:29.68>run <01:29.96>this <01:30.26>loop <01:30.68>forever <01:32.02>while <01:32.20>the <01:32.34>processing <01:33.08>slows?
28+
[01:34.76]<01:34.76>Year <01:35.04>one. <01:35.30>The <01:35.46>boss <01:35.80>says, <01:36.27>"We’ll <01:36.48>file <01:36.70>the <01:36.86>PWD"
29+
[01:38.00]<01:38.00>That’s <01:38.19>the <01:38.34>Prevailing <01:38.86>Wage, <01:39.34>the <01:39.54>first <01:39.86>lock <01:40.10>on <01:40.22>the <01:40.40>key
30+
[01:40.74]<01:40.74>But <01:40.88>the <01:41.06>quarter <01:41.44>rolls <01:41.76>by, <01:42.12>and <01:42.24>the <01:42.42>silence <01:42.80>is <01:42.96>loud
31+
[01:43.25]<01:43.25>"HR <01:43.80>is <01:44.00>busy," <01:44.44>he <01:44.62>says, <01:45.30>head <01:45.50>in <01:45.62>the <01:45.78>cloud
32+
[01:46.18]<01:46.18>Promised <01:46.54>a <01:46.68>filing <01:47.10>date, <01:47.68>but <01:47.86>the <01:48.00>promise <01:48.38>was <01:48.58>a <01:48.68>glitch
33+
[01:48.94]<01:48.94>I’m <01:49.08>watching <01:49.40>processing <01:50.12>times <01:50.64>fall <01:50.96>into <01:51.28>a <01:51.40>ditch
34+
[01:51.74]<01:51.74>First <01:52.00>it <01:52.14>was <01:52.54>6 <01:52.66>months, <01:53.12>then <01:53.32>it <01:53.46>spiraled <01:53.84>to <01:54.00>10
35+
[01:54.50]<01:54.50>Retrogression <01:55.16>hit <01:55.34>the <01:55.50>charts, <01:55.86>and <01:55.98>we’re <01:56.14>stalled <01:56.46>out <01:56.62>again
36+
[01:57.08]<01:57.08>I’m <01:57.20>checking <01:57.56>bulletins <01:58.08>monthly <01:58.58>like <01:58.78>I’m <01:58.92>reading <01:59.20>the <01:59.34>scripture
37+
[01:59.94]<01:59.94>Watching <02:00.28>my <02:00.46>priority <02:01.20>date <02:01.46>fade <02:01.72>out <02:01.90>of <02:02.00>the <02:02.16>picture
38+
[02:02.50]<02:02.50>Backlog <02:02.98>deepens. <02:03.34>The <02:03.50>stack <02:03.78>is <02:03.98>overflowing <02:04.58>the <02:04.74>memory
39+
[02:05.44]<02:05.44>And <02:05.60>I’m <02:05.72>chained <02:06.05>to <02:06.14>a <02:06.22>desk, <02:06.58>losing <02:07.00>all <02:07.16>of <02:07.26>my <02:07.50>energy
40+
[02:08.10]<02:08.10>Golden <02:08.46>handcuffs <02:09.16>rust, <02:09.46>turning <02:09.86>orange <02:10.18>and <02:10.30>brown
41+
[02:10.74]<02:10.74>I <02:10.86>can’t <02:11.20>leave, <02:11.58>I <02:11.70>can’t <02:12.04>quit, <02:12.44>I <02:12.54>can’t <02:12.76>shut <02:12.96>it <02:13.12>down
42+
[02:13.44]<02:13.44>Because <02:13.80>if <02:13.96>I <02:14.08>break <02:14.30>the <02:14.46>connection, <02:14.94>then <02:15.10>the <02:15.18>status <02:15.62>is <02:15.78>void
43+
[02:16.18]<02:16.18>So <02:16.30>I <02:16.48>debug <02:16.80>their <02:16.98>legacy <02:17.48>code, <02:17.80>quiet <02:18.16>and <02:18.34>paranoid
44+
[02:19.06]<02:19.06>Now <02:19.10>I’m <02:19.32>stuck <02:19.56>inside <02:19.90>the <02:20.04>logic, <02:20.56>can’t <02:20.88>find <02:21.24>the <02:21.38>break
45+
[02:22.08]<02:22.08>Waiting <02:22.42>for <02:22.56>the <02:22.76>output <02:23.12>that <02:23.28>the <02:23.40>system <02:23.82>won’t <02:24.14>make
46+
[02:24.52]<02:24.52>Is <02:24.64>it <02:24.76>frozen? <02:25.22>Is <02:25.32>it <02:25.50>thinking? <02:26.32>Or <02:26.54>is <02:26.68>it <02:26.82>dead <02:27.08>on <02:27.18>the <02:27.34>floor?
47+
[02:29.42]<02:29.42>I’m <02:29.56>looking <02:29.88>for <02:30.10>the <02:30.28>line <02:30.96>that <02:31.24>says <02:31.68>exit <02:32.54>(0) <02:32.87>;
48+
[02:34.52]<02:34.52>The <02:34.62>Halting <02:35.00>Problem <02:35.42>in <02:35.54>the <02:35.68>flesh, <02:36.04>yeah, <02:36.24>I’m <02:36.36>living <02:36.70>the <02:36.88>proof
49+
[02:37.36]<02:37.36>Running <02:37.66>circles <02:38.10>in <02:38.26>the <02:38.40>hallway <02:39.32>under <02:39.58>somebody <02:40.14>else’s <02:40.48>roof
50+
[02:40.78]<02:40.78>Will <02:40.96>it <02:41.12>stop? <02:41.50>Can <02:41.68>you <02:41.82>tell <02:42.04>me? <02:42.20>Does <02:42.38>the <02:42.62>algorithm <02:43.56>know?
51+
[02:44.86]<02:44.86>Or <02:45.50>do <02:45.76>I <02:45.92>run <02:46.24>this <02:46.52>loop <02:46.92>forever <02:48.20>while <02:48.48>the <02:48.62>processing <02:49.56>slows?
52+
[02:51.26]<02:51.26>I <02:51.36>had <02:51.58>a <02:51.68>notebook
53+
[02:52.92]<02:52.92>Blue <02:53.12>cover. <02:53.44>Moleskine
54+
[02:54.26]<02:54.26>Full <02:54.42>of <02:54.54>schematics
55+
[02:55.14]<02:55.14>My <02:55.30>own <02:55.48>company. <02:56.00>My <02:56.20>own <02:56.36>design
56+
[02:56.94]<02:56.94>I <02:57.04>was <02:57.18>gonna <02:57.52>revolutionize <02:58.40>the <02:58.52>way <02:58.70>that <02:58.86>data <02:59.16>streams
57+
[02:59.66]<02:59.66>I <02:59.76>was <02:59.92>gonna <03:00.24>build <03:00.48>a <03:00.62>team. <03:00.98>I <03:01.08>was <03:01.26>gonna <03:01.60>build <03:01.92>dreams
58+
[03:02.28]<03:02.28>But <03:02.54>I <03:02.62>haven't <03:03.02>opened <03:03.36>that <03:03.60>book <03:03.82>in <03:04.02>4 <03:04.28>years
59+
[03:04.80]<03:04.80>The <03:04.98>ink <03:05.16>is <03:05.30>probably <03:05.68>dry
60+
[03:07.56]<03:07.56>The <03:07.72>variable <03:08.28>ambition <03:08.92>was <03:09.18>overwritten <03:10.40>by <03:10.74>comply
61+
[03:12.72]<03:12.72>I <03:12.88>executed <03:13.48>the <03:13.66>wait <03:13.90>command, <03:14.70>but <03:14.88>the <03:15.02>duration <03:15.56>is <03:15.74>null
62+
[03:16.20]<03:16.20>Just <03:16.38>a <03:16.50>ghost <03:16.84>in <03:16.96>the <03:17.10>machine, <03:17.86>hollow <03:18.28>and <03:18.50>dull
63+
[03:20.90]<03:20.90>Now <03:21.02>the <03:21.14>exit <03:21.46>condition <03:21.90>is <03:22.10>met, <03:22.98>but <03:23.10>I <03:23.20>missed <03:23.42>the <03:23.60>cue
64+
[03:24.48]<03:24.48>The <03:24.60>green <03:24.90>card <03:25.18>arrived, <03:25.64>but <03:25.82>I <03:25.88>don’t <03:26.08>know <03:26.30>what <03:26.50>to <03:26.66>do
65+
[03:28.98]<03:28.98>I <03:29.10>blasted <03:29.50>past <03:29.82>the <03:29.98>stop <03:30.34>sign, <03:30.68>momentum <03:31.18>is <03:31.36>too <03:31.68>high
66+
[03:31.97]<03:31.97>I <03:32.08>forgot <03:32.42>how <03:32.62>to <03:32.78>live, <03:33.14>I <03:33.26>only <03:33.54>know <03:33.74>how <03:33.92>to <03:34.06>comply
67+
[03:34.78]<03:34.78>The <03:34.87>loop <03:35.14>became <03:35.47>the <03:35.62>lifestyle, <03:36.16>the <03:36.30>bug <03:36.52>became <03:36.84>the <03:36.98>feature
68+
[03:37.52]<03:37.52>I <03:37.64>morphed <03:37.88>from <03:38.04>the <03:38.16>creator <03:38.72>into <03:39.04>the <03:39.20>bottom-feeding <03:40.00>creature
69+
[03:40.40]<03:40.40>Still <03:40.74>sitting <03:41.08>in <03:41.22>this <03:41.40>chair, <03:41.76>pushing <03:42.10>pixels <03:42.44>for <03:42.64>a <03:42.80>check
70+
[03:43.14]<03:43.14>With <03:43.29>a <03:43.44>necklace <03:43.82>of <03:43.96>approvals <03:44.46>hanging <03:44.80>heavy <03:45.10>round <03:45.34>my <03:45.54>neck
71+
[03:45.88]<03:45.88>I <03:46.00>could <03:46.18>walk <03:46.54>out <03:46.72>the <03:46.88>door. <03:47.38>The <03:47.54>function <03:47.92>returns <03:48.44>true
72+
[03:48.78]<03:48.78>But <03:48.92>I’m <03:49.12>scared <03:49.48>of <03:49.56>the <03:49.74>silence. <03:50.24>I’m <03:50.42>scared <03:50.80>of <03:50.90>the <03:51.10>new
73+
[03:51.46]<03:51.46>So <03:51.68>I <03:51.84>initialize <03:52.52>the <03:52.62>morning. <03:53.12>Coffee. <03:53.50>Commute
74+
[03:54.06]<03:54.06>Execute <03:54.50>the <03:54.68>same <03:55.02>task <03:55.40>on <03:55.54>the <03:55.70>same <03:56.00>daily <03:56.40>route
75+
[03:56.76]<03:56.76>Infinite <03:57.26>recursion. <03:57.84>No <03:58.08>stack <03:58.44>trace <03:58.74>to <03:58.94>see
76+
[03:59.64]<03:59.64>The <03:59.76>computer <04:00.32>didn’t <04:00.62>halt
77+
[04:01.18]<04:01.18>It <04:01.32>just <04:01.52>crashed
78+
[04:02.26]<04:02.26>And <04:02.44>it <04:02.60>took <04:02.88>me
79+
[04:05.14]<04:05.14>while <04:06.48>(true) <04:08.19>{
80+
[04:08.22]<04:08.22>work <04:08.54>() <04:09.58>;
81+
[04:09.60]<04:09.60>wait <04:09.80>() <04:12.50>;
82+
[04:12.53]<04:12.53>}
83+
[04:12.54]<04:12.54>There <04:12.68>is <04:12.84>no <04:13.04>exit
84+
[04:16.02]<04:16.02>There <04:16.18>is <04:16.32>no <04:16.54>exit
85+
[04:18.80]<04:18.80>Just <04:19.04>the <04:19.16>hum <04:19.38>of <04:19.48>the <04:19.64>server...
86+
[04:21.60]<04:21.60>And <04:21.72>the <04:21.90>lights...
87+
[04:24.33]<04:24.33>And <04:24.46>the <04:24.58>loop...
88+
[04:29.74]<04:29.74>And <04:29.84>the <04:29.98>loop...
89+
[04:32.54]<04:32.54>And <04:32.68>the <04:32.84>loop...

exit_0/exit_0.mp3

6.03 MB
Binary file not shown.

0 commit comments

Comments
 (0)