ro 4.2.0 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +29 -8
  3. data/LICENSE +1 -1
  4. data/README.md +274 -111
  5. data/Rakefile +2 -2
  6. data/lib/ro/_lib.rb +18 -6
  7. data/lib/ro/asset.rb +23 -13
  8. data/lib/ro/collection.rb +47 -4
  9. data/lib/ro/config.rb +4 -0
  10. data/lib/ro/error.rb +5 -2
  11. data/lib/ro/html.rb +23 -0
  12. data/lib/ro/html_safe.rb +143 -0
  13. data/lib/ro/methods.rb +95 -38
  14. data/lib/ro/node.rb +78 -35
  15. data/lib/ro/path.rb +4 -0
  16. data/lib/ro/template.rb +62 -22
  17. data/lib/ro/text.rb +120 -0
  18. data/lib/ro.rb +4 -0
  19. data/public/api/ro/index-1.json +997 -79
  20. data/public/api/ro/index.json +997 -79
  21. data/public/api/ro/nerd/fastest-possible-embeddings/index.json +90 -0
  22. data/public/api/ro/nerd/ima/index.json +49 -0
  23. data/public/api/ro/nerd/index/index.json +74 -0
  24. data/public/api/ro/nerd/index-1.json +204 -0
  25. data/public/api/ro/nerd/index.json +194 -0
  26. data/public/api/ro/pages/about/index.json +60 -0
  27. data/public/api/ro/pages/contact/index.json +50 -0
  28. data/public/api/ro/pages/cv/index.json +49 -0
  29. data/public/api/ro/pages/disco/index.json +117 -0
  30. data/public/api/ro/pages/index/index.json +30 -0
  31. data/public/api/ro/pages/index-1.json +366 -0
  32. data/public/api/ro/pages/index.json +356 -0
  33. data/public/api/ro/pages/jess/index.json +62 -0
  34. data/public/api/ro/pages/now/index.json +43 -0
  35. data/public/api/ro/posts/almost-died-in-an-ice-cave/index.json +265 -0
  36. data/public/api/ro/posts/facebook-and-global-extremism/index.json +90 -0
  37. data/public/api/ro/posts/index-1.json +461 -79
  38. data/public/api/ro/posts/index.json +461 -79
  39. data/public/api/ro/posts/lemmings-considered-harmful/index.json +49 -0
  40. data/public/api/ro/posts/lost-in-the-desert/index.json +49 -0
  41. data/public/api/ro/posts/mission/index.json +49 -0
  42. data/public/api/ro/posts/return-your-laptop/index.json +61 -0
  43. data/public/ro/nerd/fastest-possible-embeddings/assets/giraffe.jpeg +0 -0
  44. data/public/ro/nerd/fastest-possible-embeddings/assets/let-me-in.jpg +0 -0
  45. data/public/ro/nerd/fastest-possible-embeddings/assets/src/fastembed.js +70 -0
  46. data/public/ro/nerd/fastest-possible-embeddings/assets/src/fastembed.rs +68 -0
  47. data/public/ro/nerd/fastest-possible-embeddings/assets/terminal.jpg +0 -0
  48. data/public/ro/nerd/fastest-possible-embeddings/attributes.yml +7 -0
  49. data/public/ro/nerd/fastest-possible-embeddings/body.md +266 -0
  50. data/public/ro/nerd/ima/assets/og.jpeg +0 -0
  51. data/public/ro/nerd/ima/attributes.yml +8 -0
  52. data/public/ro/nerd/ima/body.md +22 -0
  53. data/public/ro/nerd/index/assets/giraffe.jpeg +0 -0
  54. data/public/ro/nerd/index/assets/let-me-in.jpg +0 -0
  55. data/public/ro/nerd/index/assets/terminal.jpg +0 -0
  56. data/public/ro/nerd/index/attributes.yml +7 -0
  57. data/public/ro/nerd/index/body.md +130 -0
  58. data/public/ro/pages/about/assets/og.jpeg +0 -0
  59. data/public/ro/pages/about/assets/speak-english-pulp-fiction.gif +0 -0
  60. data/public/ro/pages/about/body.md +40 -0
  61. data/public/ro/pages/contact/assets/giraffe.jpeg +0 -0
  62. data/public/ro/pages/contact/attributes.yml +7 -0
  63. data/public/ro/pages/contact/body.md +9 -0
  64. data/public/ro/pages/cv/assets/ara.jpg +0 -0
  65. data/public/ro/pages/cv/attributes.yml +6 -0
  66. data/public/ro/pages/cv/body.md +122 -0
  67. data/public/ro/pages/disco/assets/disco.jpg +0 -0
  68. data/public/ro/pages/disco/assets/disco.png +0 -0
  69. data/public/ro/pages/disco/assets/speak-english-pulp-fiction.gif +0 -0
  70. data/public/ro/pages/disco/assets/src/environment.md +2354 -0
  71. data/public/ro/pages/disco/assets/src/fortune-500.md +2518 -0
  72. data/public/ro/pages/disco/assets/src/greed.md +2703 -0
  73. data/public/ro/pages/disco/assets/src/up-at-night.md +2337 -0
  74. data/public/ro/pages/disco/attributes.yml +9 -0
  75. data/public/ro/pages/disco/body.md +99 -0
  76. data/public/ro/pages/disco/samples/environment.md +2354 -0
  77. data/public/ro/pages/disco/samples/fortune-500.md +2518 -0
  78. data/public/ro/pages/disco/samples/greed.md +2703 -0
  79. data/public/ro/pages/disco/samples/up-at-night.md +2337 -0
  80. data/public/ro/pages/index/attributes.yml +1 -0
  81. data/public/ro/pages/index/body.md +15 -0
  82. data/public/ro/pages/jess/assets/og.jpg +0 -0
  83. data/public/ro/pages/jess/assets/speak-english-pulp-fiction.gif +0 -0
  84. data/public/ro/pages/jess/attributes.yml +7 -0
  85. data/public/ro/pages/jess/body.md +3 -0
  86. data/public/ro/pages/now/assets/speak-english-pulp-fiction.gif +0 -0
  87. data/public/ro/pages/now/attributes.yml +1 -0
  88. data/public/ro/pages/now/body.md +24 -0
  89. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image1.png +0 -0
  90. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image10.png +0 -0
  91. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image11.png +0 -0
  92. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image12.png +0 -0
  93. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image13.png +0 -0
  94. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image14.png +0 -0
  95. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image15.png +0 -0
  96. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image2.png +0 -0
  97. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image3.png +0 -0
  98. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image4.png +0 -0
  99. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image5.png +0 -0
  100. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image6.png +0 -0
  101. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image7.png +0 -0
  102. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image8.png +0 -0
  103. data/public/ro/posts/almost-died-in-an-ice-cave/assets/image9.png +0 -0
  104. data/public/ro/posts/almost-died-in-an-ice-cave/assets/josh-pointing.jpg +0 -0
  105. data/public/ro/posts/almost-died-in-an-ice-cave/assets/levi-rawr.png +0 -0
  106. data/public/ro/posts/almost-died-in-an-ice-cave/assets/og.jpg +0 -0
  107. data/public/ro/posts/almost-died-in-an-ice-cave/assets/purple-heart.jpg +0 -0
  108. data/public/ro/posts/almost-died-in-an-ice-cave/attributes.yml +6 -0
  109. data/public/ro/posts/almost-died-in-an-ice-cave/body.md +419 -0
  110. data/public/ro/posts/facebook-and-global-extremism/assets/background.html +125 -0
  111. data/public/ro/posts/facebook-and-global-extremism/assets/background.md +95 -0
  112. data/public/ro/posts/facebook-and-global-extremism/assets/og.jpg +0 -0
  113. data/public/ro/posts/facebook-and-global-extremism/assets/prompt.txt +122 -0
  114. data/public/ro/posts/facebook-and-global-extremism/assets/results.md +183 -0
  115. data/public/ro/posts/facebook-and-global-extremism/assets/survey.txt +190 -0
  116. data/public/ro/posts/facebook-and-global-extremism/attributes.yml +7 -0
  117. data/public/ro/posts/facebook-and-global-extremism/body.md +393 -0
  118. data/public/ro/posts/lemmings-considered-harmful/assets/lemming.jpeg +0 -0
  119. data/public/ro/posts/lemmings-considered-harmful/attributes.yml +6 -0
  120. data/public/ro/posts/lemmings-considered-harmful/body.md +43 -0
  121. data/public/ro/posts/lost-in-the-desert/assets/og.jpg +0 -0
  122. data/public/ro/posts/lost-in-the-desert/attributes.yml +6 -0
  123. data/public/ro/posts/lost-in-the-desert/body.md +7 -0
  124. data/public/ro/posts/mission/assets/og.jpg +0 -0
  125. data/public/ro/posts/mission/attributes.yml +6 -0
  126. data/public/ro/posts/mission/body.md +4 -0
  127. data/public/ro/posts/return-your-laptop/assets/og.jpg +0 -0
  128. data/public/ro/posts/return-your-laptop/assets/return-your-laptop.png +0 -0
  129. data/public/ro/posts/return-your-laptop/attributes.yml +6 -0
  130. data/public/ro/posts/return-your-laptop/body.md +58 -0
  131. data/ro.gemspec +178 -49
  132. data/scripts/speedtest.rb +324 -0
  133. data/tmp/gem-details.oe +0 -0
  134. metadata +157 -33
  135. data/public/api/ro/posts/first_post/index.json +0 -52
  136. data/public/api/ro/posts/second_post/index.json +0 -51
  137. data/public/api/ro/posts/third_post/index.json +0 -51
  138. data/public/ro/posts/first_post/assets/foo/bar/baz.jpg +0 -0
  139. data/public/ro/posts/first_post/assets/foo.jpg +0 -0
  140. data/public/ro/posts/first_post/assets/src/foo/bar.rb +0 -3
  141. data/public/ro/posts/first_post/attributes.yml +0 -2
  142. data/public/ro/posts/first_post/blurb.erb.md +0 -7
  143. data/public/ro/posts/first_post/body.md +0 -16
  144. data/public/ro/posts/first_post/testing.txt +0 -3
  145. data/public/ro/posts/second_post/assets/foo/bar/baz.jpg +0 -0
  146. data/public/ro/posts/second_post/assets/foo.jpg +0 -0
  147. data/public/ro/posts/second_post/assets/src/foo/bar.rb +0 -3
  148. data/public/ro/posts/second_post/attributes.yml +0 -2
  149. data/public/ro/posts/second_post/blurb.erb.md +0 -5
  150. data/public/ro/posts/second_post/body.md +0 -16
  151. data/public/ro/posts/third_post/assets/foo/bar/baz.jpg +0 -0
  152. data/public/ro/posts/third_post/assets/foo.jpg +0 -0
  153. data/public/ro/posts/third_post/assets/src/foo/bar.rb +0 -3
  154. data/public/ro/posts/third_post/attributes.yml +0 -2
  155. data/public/ro/posts/third_post/blurb.erb.md +0 -5
  156. data/public/ro/posts/third_post/body.md +0 -16
@@ -0,0 +1 @@
1
+ title: '@drawohara'
@@ -0,0 +1,15 @@
1
+ 👋 --
2
+
3
+ > _in a hurry?_
4
+
5
+ see what i am doing 👉 [now](/now) 👈
6
+
7
+ > _otherwise_
8
+
9
+ **welcome to my** 🛖️, please make yourself at ome.
10
+
11
+ here, you will find a [lotta code](/nerd), a little [narcissism](/about).
12
+
13
+ and some bad [writing](/io).
14
+
15
+ i'd love to [hear from you](/contact).
Binary file
@@ -0,0 +1,7 @@
1
+ title: 'jess'
2
+ og:
3
+ image:
4
+ url: ./assets/og.jpg
5
+ title: jess
6
+ description: |-
7
+ she is my favorite
@@ -0,0 +1,3 @@
1
+ i met jess at [jacumba hot springs](https://maps.app.goo.gl/Q8hzaHeMJqwXhTmi8).
2
+
3
+ i'd been riding my bike from the mexican border, to alaska.
@@ -0,0 +1 @@
1
+ title: '@drawohara'
@@ -0,0 +1,24 @@
1
+ - working on a product that brings millions of real social conversations to
2
+ bear on ai, i am calling it [disco](/disco). its mission, is to show how
3
+ people think and feel about questions, rather than simply answering them.
4
+ although it does that too, in thier own words.
5
+
6
+ - my baby micro tiny universal coding/writing companion name `ima` is [live and under active development](/nerd/ima)
7
+
8
+ - building an open-source and free to run ai agenic framework called
9
+ [`sunwukong`](https://docs.google.com/document/d/1SxdENT1Qh4lzFxq2VlQtoNjcsF7sOnVKQtti2JNn048/edit?usp=sharing)
10
+ for the resistance. it's dope and requires zero infrastructue to run.
11
+ well, nothing but github. basic setup involves forking a repo, and
12
+ writing some destructions. more soon...
13
+
14
+ - quietly steathing the new steath agency which is [stealthy](https://mountainhigh.codes).
15
+
16
+ - the [new nerd blog](/nerd) is starting to get more nerdy...
17
+
18
+ - nursing some fairly complex injuries, the [result of a few stupid moves in alaska](https://photos.app.goo.gl/xbRt9Waj8583Bzvd7).
19
+
20
+ - on a podcast talking about ^that, and the [future of society and ai recently](https://www.youtube.com/watch?v=uRhCufU9epE)
21
+
22
+ - [jess](/jess) and i are working likes sons-of-bitches to move out of [la](https://photos.app.goo.gl/Kjipk8eKT88CtSRSA).
23
+
24
+ - [super digging this](https://youtu.be/VFEZOjtrwls?si=POEz_yU44DYrkH-l&t=48).
@@ -0,0 +1,6 @@
1
+ og:
2
+ image:
3
+ url: ./assets/og.jpg
4
+ title: Almost Died In An Ice Cave
5
+ description: |-
6
+ On April of 2024, I, along with 6 of my friends, dug for our lives to come out on the other side.
@@ -0,0 +1,419 @@
1
+ [tl;dr;](#tl;dr;)
2
+
3
+ > in april, 2024, myself, and 6 brave men attempted to cross the harding
4
+ > icefield.
5
+ >
6
+ > in celebration of [yule kilcher's 1968 crossing](https://en.wikipedia.org/wiki/Harding_Icefield#History)
7
+ >
8
+ > midway through our trip, at the point of no return, we were beseiged by a storm of storms.
9
+ >
10
+ > we dug shoulder to shoulder for 5 days before the air national gaurd crash
11
+ > landed, and we crawled into the void on a one way journey to save each other's
12
+ > lives at a bearing of 300, 900 meters away.
13
+ >
14
+ > these are my memories from that trip.
15
+ >
16
+ > they are not meant to be definiative or complete; merely a refelection on how
17
+ > the experience sits in my mind.
18
+ >
19
+ > it took me a full year to be able to put pen to paper about this so, forgive
20
+ > any tresspasses.
21
+ >
22
+ > it's strange how fungible time truly is.
23
+ >
24
+ > __a lifetime, a lifetime ago, just yesterday...__
25
+
26
+ [p.s.s](#pss) -> [@gaz](https://www.instagram.com/gazleah/) is [making a film about this ↓↓↓↓](https://www.wellgoodproductions.com/)
27
+
28
+ ![](./assets/og.jpg)
29
+
30
+ at this point, i was down to being able to remember
31
+
32
+ > hail mary, full of grace
33
+
34
+ and then nothing.
35
+
36
+ the rest of the verses eluded me.
37
+
38
+ as did my children's names.
39
+
40
+ everything, was very, very far away.
41
+
42
+ ![](./assets/image1.png)
43
+
44
+ suddenly there was gaz, pulling me out of a 10 feet deep hole in the snow.
45
+
46
+ out of the darkness of the cave, into the pure white nothingness of the storm.
47
+ wind screaming like a banshee. it was so white, so loud. it hurt. after
48
+ nearly 5 days in that hole.
49
+
50
+ i imagine this might be what it's like to be born.
51
+
52
+ pulled from a dark place you cannot stay, into the brightness of a place you
53
+ will surely die in.
54
+
55
+ i was feeling slightly lackadaisical, not in a hurry, but i was still aware,
56
+ in some capacity, that gaz seemed to be yelling:
57
+
58
+ **"go! go! go!"**
59
+
60
+ i was having difficulty being excited about it.
61
+
62
+ so. cold...
63
+
64
+ above ground, it was time for one last push.
65
+
66
+ not long before we'd made josh 'a last cup of coffee'. he said it was the
67
+ best he'd ever tasted. he seemed to be the last one standing.
68
+
69
+ ![](./assets/image2.png)
70
+
71
+ i think that was the point when we knew.
72
+
73
+ we couldn't keep up -- we were going to be buried alive.
74
+
75
+ they were not going to be able to reach us -- despite trying for days.
76
+
77
+ probably before the next morning or, depending on the rage of the storm, in
78
+ minutes.
79
+
80
+ we'd radioed the rescue team, letting know we were tapping out. we didn't
81
+ want them trying to recover corpses.
82
+
83
+ one more shot! the radio said. they were going to try one more time...
84
+
85
+ at its peak, the storm pumped out snow like it was being blown out of a
86
+ firehose.
87
+
88
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/7N4briDDD7A?si=xYSyzpdnKlMvQNgC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
89
+ <br>
90
+
91
+ some of us were lifelong alaskans.
92
+
93
+ we grew up mountain running, backpacking, winter camping in freakishly bad
94
+ weather. i've read how to build a fire a hundred times. as my dad taught me:
95
+ **3**, not 2 ways to make a fire. unless you have a death wish.
96
+
97
+ of course, on a glacier there is no way to make a fire. nothing to burn.
98
+
99
+ gaz trained special ops people in winter travel and was a guide in france for
100
+ years. he is good at his job because he can film skiing switch. he
101
+ knows how to fly paragliders, scuba, climb. and he split his skull open in
102
+ oman in a climbing fall. at that time, he was the only one of us to have been
103
+ rescued by a military helicopter.
104
+
105
+ he is also a bit of a nut. i loved him 30 seconds after picking him up at
106
+ the anchorage airport:
107
+ <br>
108
+ <br>
109
+ [https://recorder.google.com/5ceeb9c2-22a7-47fe-a1e0-48654444fa1b](https://recorder.google.com/5ceeb9c2-22a7-47fe-a1e0-48654444fa1b).
110
+
111
+ josh lives in a 12x8x15 cabin, built into the roots of hemlock trees on
112
+ a steep hillside in seward, alaska. surrounded by moss and ice climbing. he
113
+ doesn't have electricity, or running water.
114
+
115
+ his days seem to be filled with a.m. radio, watching the weather, and looking at
116
+ maps.
117
+
118
+ he is always pointing.
119
+
120
+ ![](./assets/josh-pointing.jpg)
121
+
122
+ levi, who has the strength of the Incredible Hulk, the heart of Shrek, the
123
+ brain of Bernardo Kastrop and a gigantic Alaskan smile, had never seen it snow
124
+ like this.
125
+
126
+ ![](./assets/image3.png)
127
+
128
+ none of us had.
129
+
130
+ it came down in sheets. a strange combination of graupelly pellets surrounded
131
+ by what seemed like grape sized slush balls surrounding them.
132
+
133
+ later, in the chunnel, it would fill up as fast as you could move it. working
134
+ full tilt. panting, wheezing, stumbling about with less than zero visibility.
135
+
136
+ shovel full tilt for 10 minutes. turn around to feel everything you'd just
137
+ removed already returned. racing for air.
138
+
139
+ while digging, i often simply left my eyes closed to conserve energy, and hold
140
+ onto to sanity.
141
+
142
+ at the bottom, under the awning of skis we’d barely managed to retrieve on a
143
+ recon mission, i would drop and take a knee.
144
+
145
+ to say another ‘hail mary’.
146
+
147
+ my grandma had told me, over and over and over again, that i would one day
148
+ need it.
149
+
150
+ she made me say it with her over and over.
151
+
152
+ but this was the first time i’d felt i truly needed it.
153
+
154
+ > axel, nova, axel, nova, axel...
155
+
156
+ my kids' names.
157
+
158
+ >
159
+ > outside of right leg.<br>
160
+ > __(axel)__<br>
161
+ > towards right leg, swinging it out of the way.<br>
162
+ > __(nova)__<br>
163
+ > between the legs.<br>
164
+ > __(axel)__<br>
165
+ > towards the left leg swinging left foot out of way.<br>
166
+ > __(nova)__<br>
167
+ > outside of left foot.<br>
168
+ > __(axel)__<br>
169
+ >
170
+ > __[[ reverse ]]__
171
+ >
172
+ > towards left leg, swinging it out of the way.<br>
173
+ > __(nova)__<br>
174
+ > between the legs.<br>
175
+ > __(axel)__<br>
176
+ > towards the right leg swinging right foot out of way.<br>
177
+ > __(nova)__<br>
178
+ > outside of left foot.<br>
179
+ > __(axel)__<br>
180
+ >
181
+
182
+ digging truly was the best part. at least then, you were warm.
183
+
184
+ and above ground. breathing air.
185
+
186
+
187
+ the chunnel had gotten so high and narrow only two men could work at a time.
188
+
189
+ ![](./assets/image4.png)
190
+
191
+ i kinda figured that randy would go first. at night i'd felt him, hands and
192
+ knees, shivering... but, the spring before, i'd seen him reveling in shit
193
+ like this...
194
+
195
+ ![](./assets/image6.png)
196
+
197
+ __maybe it would be ok?__
198
+
199
+ he never seemed to stop laughing. even when he was hypothermic. for days.
200
+
201
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/i8Se0WE77p4?si=DpOZCJZVI73P2gTK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
202
+ <br>
203
+
204
+ on day 2, or 3, or 4 - i forget, levi woke up in a panic, realizing that the
205
+ structure of our roof, the roof of our ‘backup backup backup’ cave, the one we
206
+ weren’t supposed to need, wasn’t convex enough and that our breath was slowly
207
+ melting it.
208
+
209
+ thousands of pounds of wet, dense, snow was above us, and starting to drip and fall out in clumps.
210
+
211
+ he stripped off his clothes and started chopping away at the ceiling. a sled
212
+ brigrade to shuttle the snow, raining down everywhere on our gear.
213
+
214
+ ![](./assets/levi-rawr.png)
215
+
216
+
217
+ when everything is soaking wet and freezing, it can easily take two people and
218
+ 30 to 45 minutes to simply execute a clothing change. inside the cave, it's
219
+ 34 degrees and raining. the second you are outside, everything freezes solid.
220
+ once back inside, you get to reverse the process.
221
+
222
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/z-L13WwsBkg?si=-S3ikF9CzF-VTYMR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
223
+ <br>
224
+
225
+ we used all our tricks.
226
+
227
+ i remember a particular session.
228
+
229
+ it was the first time i’d been able to perceive any atmospheric feature in
230
+ days.
231
+
232
+ not the moon, not sky, nor the massive bulk of the nunatak behind us.
233
+
234
+ i leaned inside and said:
235
+
236
+ > **i saw the moon!**
237
+
238
+ no one moved. maybe they didn't hear me?
239
+
240
+ i went back outside to keep digging.
241
+
242
+ ----
243
+
244
+ for levi and eivin, this trip was born onto them. their grandfather yule was the first
245
+ explorer to cross the ice sheet in 1968. still boggles the mind, knowing what
246
+ they did, back then, on that gear.
247
+
248
+ ![](./assets/image7.png)
249
+
250
+ but for me, it was only 3 years in the making.
251
+
252
+ ---
253
+
254
+ i’d met jess deep in the desert. having gotten off crutches just a few weeks
255
+ before.
256
+
257
+ she sent me. knowing before i did that i had to go.
258
+
259
+ ----
260
+
261
+ then somehow she was there with me. on the left side, in front.
262
+
263
+ directly opposite the dark energy of the nunatak which i could barely see.
264
+ could not see. but could feel.
265
+
266
+ the juxtaposition felt a little like a lightning bolt, piercing diagonally
267
+ through my body but, at that moment, i knew i was ok to die. i was seeing all
268
+ of it, right now, or so i still feel.
269
+
270
+ i think each of us felt it, in our own way.
271
+
272
+ the idea of lying next to your best friends, exhausted, and falling asleep in
273
+ total silence, buried together, seemed pretty ok.
274
+
275
+ sure the fuck beats dying of cancer surrounded by beeping monitors and strangers.
276
+ tv in the corner. at least, from what i've seen.
277
+
278
+ that’s what i’d felt in **that session**.
279
+
280
+ ----
281
+
282
+ a few days ago, levi left a voice message in our group chat. almost one year
283
+ before the day.
284
+
285
+ he reminded us that mike had woken us all up. and that this small act had saved our lives.
286
+
287
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/5V-cYzmAQ58?si=ZbUk9Y9X9D7TVVsp" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
288
+ <br>
289
+
290
+ there were 100s of such small acts over that week in the cave.
291
+
292
+ mike is missing a finger. a fisherman. father. carpenter.
293
+
294
+ he built his own dome and gardens year round in a 20x40 hoop building in homer
295
+ alaska. he’s built like an ox.
296
+
297
+ 3 big ones: levi, josh, mike. and 3 small ones. ara, randy, gaz.
298
+
299
+ eivin is the smart one. he left on day 4, via ski plane. before anyone knew
300
+ what was up. thankfully for us, because he and sarah held everything
301
+ together for us later.
302
+
303
+ i remeber mike reaching over the group to scratch my head when it was getting
304
+ hard, face crushed into the ice wall. randy shaking violently in between
305
+ levi, and me.
306
+
307
+ our sleeping bags were completely useless. only this tyvek bivy created enough
308
+ warm, dry space to raise body temperature.
309
+
310
+ levi and i have talked about next time. no sleeping bags. wool. perhaps
311
+ sealskin. and sails, definitely bringing sails for the skis. a sealskin sail
312
+ would be very useful, and better in an ice cave than even tyvek.
313
+
314
+ stuff made out of oil starts to feel just like what it is in situations like
315
+ this.
316
+
317
+ plastic.
318
+
319
+ ![](./assets/image8.png)
320
+
321
+ these are the kinds of things only ‘alaska boys’ seem to appreciate. you can
322
+ tell them in any group of moutaineers - all thier shit is either 30 years old,
323
+ homemade, or a piece of carbon a buddy just started manufacturing out of his
324
+ bus.
325
+
326
+ well, that, and some ozzy osbourne.
327
+
328
+ mike also woke up screaming at one point - singing
329
+
330
+ > [‘going off the rails in an icey c-avE! 🎵🤘🤘🤘’](https://open.spotify.com/track/7ACxUo21jtTHzy7ZEV56vU?si=f77d78dc3ea24ad2)
331
+
332
+
333
+ around 3 in the morning on night 3.
334
+
335
+ despite being too tired to laugh, it was at least as comforting to me as
336
+ praying.
337
+
338
+ on the helicopter i messaged jess. telling her that i’d felt her there, when i
339
+ as utterly alone, and that i loved her.
340
+
341
+ ![](./assets/image9.png)
342
+
343
+ i didn’t yet know that she’d tracked down sarah, josh’s sister, and known of
344
+ the severity of our predicament for the past few days, during which she’d also
345
+ been up all night praying.
346
+
347
+ for all of us.
348
+
349
+ who does that? there is a reason i've been in los angeles for a year now.
350
+ some gennies don't go back in the bottle.
351
+
352
+ sarah had been instrumental in our rescue.
353
+
354
+ along with eivin, and many other friends and family members, calling everyone
355
+ from the national guard to friends with crazy ideas about how to approach us
356
+ on tracked vehicles after the storm passed.
357
+
358
+ we had hit the button on day two.
359
+
360
+ it took many approaches, and two more nights, before we saw that red coat in
361
+ the distance. literally the happiest any of us have probably been to see
362
+ another human being.
363
+
364
+ ![](./assets/image10.png)
365
+
366
+ at the hospital, walking through the hallways, the staff and
367
+ patients literally gagged and moved away quickly.
368
+
369
+ we smelled like death.
370
+
371
+ ![](./assets/image11.png)
372
+
373
+ sarah took us to fred meyer to buy new clothes. most of my clothing still
374
+ smells like cave. even after washing it in bleach.
375
+
376
+ ![](./assets/image12.png)
377
+
378
+ at freddy's i wandered around remembering being a kid: grandma always took me
379
+ there too, and we'd visit my uncle rik, that ran the store.
380
+
381
+ we lost mike for then second time in 24 hours. though thankfully not in a
382
+ crevasse -- it was in the meat isle.
383
+
384
+ the only thing i recall eating in the cave was a handful of moose jerky that
385
+ mike stuffed in my mouth as i crawled out for another shift.
386
+
387
+ ![](./assets/image13.png)
388
+
389
+ back in anchorage, bellies full, and in dry clothes, we let our guards down.
390
+
391
+ so. happy.
392
+
393
+ being upright, and above ground.
394
+
395
+ ![](./assets/image14.png)
396
+
397
+ and fell asleep
398
+
399
+ ![](./assets/image15.png)
400
+
401
+ there are so many other things i coudl say about this trip.
402
+
403
+ and re-reading now, i can see clearly that, despite a year of trying, i will
404
+ never be able to explain what happened out there.
405
+
406
+ but, today, april 19th, 2025, one year to the day that we were rescued, i
407
+ wanted to stop to say thank you to my friends, thank you to my family, thank
408
+ you jess.
409
+
410
+ thank you axel and nova.
411
+
412
+ i wouldn't be here without you.
413
+
414
+ so much love to you all.
415
+
416
+ ![](./assets/purple-heart.jpg)
417
+
418
+ ---
419
+ [more photos =>](https://photos.app.goo.gl/xbRt9Waj8583Bzvd7).