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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
|
<!DOCTYPE html>
<html
class="detail single" dir="ltr" lang="en-US">
<head>
<title>High Water - by Scott Gilbertson</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Sand, sky, birds, and water everywhere">
<meta name="author" content="Scott Gilbertson">
<link rel="alternate"
type="application/rss+xml"
title="Luxagraf RSS feed"
href="https://luxagraf.net/rss/">
<link rel="stylesheet"
href="/media/screenv9.css"
media="screen">
<link rel="stylesheet" href="/media/print.css" media="print" title="print" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="manifest" href="/manifest.json" />
<link rel="dns-prefetch" href="https://stats.luxagraf.net">
<link rel="canonical" href="https://luxagraf.net/jrnl/2020/03/high-water" />
<meta name="ICBM" content="33.06446920965209, -80.6151527477446" />
<meta name="geo.position" content="33.06446920965209; -80.6151527477446" />
<meta name="geo.placename" content="Edisto River, ">
<meta name="geo.region" content="-">
<meta property="og:type" content="article" />
<meta property="og:title" content="High Water" />
<meta property="og:url" content="https://luxagraf.net/jrnl/2020/03/high-water" />
<meta property="og:description" content="Sand, sky, birds, and water everywhere" />
<meta property="article:published_time" content="2020-03-04T20:37:45" />
<meta property="article:author" content="Scott Gilbertson" />
<meta property="og:site_name" content="Luxagraf" />
<meta property="og:image" content="/media/images/original/2020/DSC_1864.jpg" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:description" content="Sand, sky, birds, and water everywhere"/>
<meta name="twitter:title" content="High Water"/>
<meta name="twitter:site" content="@luxagraf"/>
<meta name="twitter:domain" content="luxagraf"/>
<meta name="twitter:image:src" content="/media/images/original/2020/DSC_1864.jpg"/>
<meta name="twitter:creator" content="@luxagraf"/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://luxagraf.net/jrnl/2020/03/high-water"
},
"headline": "High Water",
"datePublished": "2020-03-04T20:37:45+04:00",
"dateModified": "2020-03-04T20:37:45+04:00",
"author": {
"@type": "Person",
"name": "Scott Gilbertson"
},
"publisher": {
"@type": "Organization",
"name": "Luxagraf",
"logo": {
"@type": "ImageObject",
"url": "https://luxagraf.net/media/img/logo-white.jpg"
}
},
"description": "Sand, sky, birds, and water everywhere"
}
</script>
</head>
<body >
<div class="wrapper" id="wrapper">
<div class="header-wrapper">
<header class="site-banner">
<div id="logo">
<a href="/" title="Home">Luxagraf</a>
<span class="sitesubtitle">Walk Slowly</span>
</div>
<nav>
<ul>
<li><a href="/jrnl/" title="Stories of life on the road.">Jrnl</a> & <a href="/field-notes/" title="Short stories, snapshots of daily life on the road.">Field Notes</a></li>
<li><a href="/guide/" title="Advice, Tools, Tips and Tricks for Full Time Van or RV Life.">Guides</a></li>
<li><a href="/newsletter/" title="The 'friends of a long year' newsletter">newsletter</a></li>
<li><a href="/about" title="About Scott">About</a></li>
</ul>
</nav>
</header>
</div>
<ol class="bl" id="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a itemprop="item" href="/"><span itemprop="name">Home</span></a> →
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a href="/jrnl/" itemprop="item"><span itemprop="name">jrnl</span></a>
<meta itemprop="position" content="2" />
<meta itemprop="position" content="2" />
</li>
</ol>
<main>
<article class="h-entry hentry entry-content content" itemscope itemType="http://schema.org/BlogPosting">
<header id="header" class="post-header ">
<h1 class="p-name entry-title post-title" itemprop="headline">High Water</h1>
<h2 class="post-subtitle">Sand, sky, birds, and water everywhere</h2>
<div class="post-linewrapper">
<div class="p-location h-adr adr post-location" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
<h3 class="h-adr" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span class="p-locality locality" itemprop="addressLocality">Edisto River</span>, <a class="p-region region" href="/jrnl/united-states/" title="travel writing from the United States">South Carolina</a>, <span class="p-country-name" itemprop="addressCountry">U.S.</span></h3>
– <a href="" onclick="showMap(33.06446920965209, -80.6151527477446, { type:'point', lat:'33.06446920965209', lon:'-80.6151527477446'}); return false;" title="see a map">Map</a>
</div>
<time class="dt-published published dt-updated post-date" datetime="2020-03-04T20:37:45" itemprop="datePublished">March <span>4, 2020</span></time>
<span class="hide" itemprop="author" itemscope itemtype="http://schema.org/Person">by <a class="p-author h-card" href="/about"><span itemprop="name">Scott Gilbertson</span></a></span>
</div>
</header>
<div id="article" class="e-content entry-content post--body post--body--single" itemprop="articleBody">
<p>After a winter in Georgia, we were ready for some warmer climes. We managed to book up a month of beach time at some South Carolina State Parks. Everything came together well, weather, work, and bus repairs. Like we did nearly three years ago, we split the drive down into two days. This time we stopped off for a night at a tiny state park on the Edisto River.</p>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/DSC_1860.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/DSC_1860_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/DSC_1860_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/DSC_1860_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/DSC_1860_picwide-med.jpg" alt="edisto river in flood. photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSC_1860.jpg" data-jslghtbx-group="group" >
</a>
</div>
<p>This part of the country, and upriver of here, has out-rained even the pacific northwest so far this year, and it showed. The river was ten feet over flood stage. It was difficult to even tell where the river was, it looked more like a lake. Another three feet and the campground would have been underwater. There wasn’t much land to explore, we settled for an early fire and some marshmallows.</p>
<div class="cluster">
<span class="row-2">
<a href="https://images.luxagraf.net/original/2020/DSC_1855.jpg" title="view larger image ">
<img class="pic66 " src="https://images.luxagraf.net/2020/DSC_1855_pic66.jpg" alt="roasting marshmellows over the fire photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSC_1855.jpg" data-jslghtbx-group="group" ></a>
<a href="https://images.luxagraf.net/original/2020/DSC_1849.jpg" title="view larger image ">
<img class="pic66 " src="https://images.luxagraf.net/2020/DSC_1849_pic66.jpg" alt="roasting marshmellows over the fire photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSC_1849.jpg" data-jslghtbx-group="group" ></a>
</span>
<a href="https://images.luxagraf.net/original/2020/DSC_1856.jpg" title="view larger image ">
<img class=" " sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/DSC_1856_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/DSC_1856_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/DSC_1856_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/DSC_1856_picwide-med.jpg" alt="high water edisto river photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSC_1856.jpg" data-jslghtbx-group="group" ></a>
</div>
<p>The next day we headed the rest of the way out to what I still think of as the <a href="/jrnl/2017/04/edge-continent">edge of the continent</a>. Edisto Island is remote, for the east coast anyway. It’s true, Charleston is only an hour and half away, but somehow Edisto still feels like the edge of the world. </p>
<p>Civilization falls away as you drive. The road winds through alternating stretches of muddy marshland and deep stands of gnarled oak trees, bearded with Spanish Moss. Chain stores and strip malls disappear, replaced by crumbling no-name gas stations, fish shacks, cinder block garages, old single story motels. </p>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/DSCF0173.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/DSCF0173_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/DSCF0173_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/DSCF0173_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/DSCF0173_picwide-med.jpg" alt="marshland, edisto island, sc photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSCF0173.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/DSCF0194.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/DSCF0194_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/DSCF0194_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/DSCF0194_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/DSCF0194_picwide-med.jpg" alt="oak trees with spanish moss, edisto island, sc photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSCF0194.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/DSCF0164.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/DSCF0164_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/DSCF0164_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/DSCF0164_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/DSCF0164_picwide-med.jpg" alt="edisto motel, shot while driving photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSCF0164.jpg" data-jslghtbx-group="group" >
</a>
</div>
<p>It’s not some idyllic world out here of course. The land and people here are abused like they are everywhere. Environmental destruction and the deep, unsolvable poverty that follows it linger everywhere in the shadows. The ruin of modern systems is always more obvious out here at the leading edges, the places where the supposed benefits never quite reached, just inexhaustible desires. These are the places from which life was extracted to enable comfort in some other place.</p>
<p>There’s a divide. I notice it every time we come down here. You cross a high bridge over the Intercoastal waterway onto Edisto Island proper and everything after that is magically fine, derelict buildings hidden away, poverty pushed off the main highway to some backroad most of us will never take.</p>
<p>Life here is different let’s say. And we’ll leave it at that. </p>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/2020-03-02_130659_edisto.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-02_130659_edisto_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-02_130659_edisto_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-02_130659_edisto_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-02_130659_edisto_picwide-med.jpg" alt="dodge travco at edisto state beach campground photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-02_130659_edisto.jpg" data-jslghtbx-group="group" >
</a>
</div>
<p>Humans are latecomers here anyway, newcomers to this world of sea and sand and muddy marsh. This is the time of year that other migrants are passing through. Every morning we get to wake to the <em>tea-kett-le, tea-kett-le</em> of Carolina wrens, the <em>chip chip chip</em> of cardinals, and the more elaborate songs of the warblers headed north to their summer homes. I can’t think of a better way to wake up than lifting your head, looking out the window, and seeing a Carolina wren staring back at you. </p>
<p>Our time at the beach here is starkly divided. I am a sitter. To me the beach is a place to come and watch the sea, the sky, the birds. For much of the rest of my family it’s a place to hunt for treasures from previous worlds. While I relaxed, staring up at the blue veil of sky, occasionally given depth by a passing gull or brown pelican, Corrinne and the kids wandered up and down the shore finding fossil shark’s teeth, bones, bits of black, fossilized turtle shells, and thoroughly modern seashells. </p>
<div class="cluster">
<a href="https://images.luxagraf.net/original/2020/2020-03-13_125328_edisto-beach.jpg" title="view larger image ">
<img class=" " sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-13_125328_edisto-beach_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-13_125328_edisto-beach_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-13_125328_edisto-beach_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-13_125328_edisto-beach_picwide-med.jpg" alt="kids walking the beach, edisto state park, sc photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-13_125328_edisto-beach.jpg" data-jslghtbx-group="group" ></a>
<a href="https://images.luxagraf.net/original/2020/2020-03-11_111550_edisto-beach.jpg" title="view larger image ">
<img class=" " sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-11_111550_edisto-beach_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-11_111550_edisto-beach_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-11_111550_edisto-beach_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-11_111550_edisto-beach_picwide-med.jpg" alt="girl holding a shell photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-11_111550_edisto-beach.jpg" data-jslghtbx-group="group" ></a>
<span class="row-2">
<a href="https://images.luxagraf.net/original/2020/DSC_1934.jpg" title="view larger image ">
<img class="pic66 " src="https://images.luxagraf.net/2020/DSC_1934_pic66.jpg" alt="kids playing on the beach, edisto state beach photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSC_1934.jpg" data-jslghtbx-group="group" ></a>
<a href="https://images.luxagraf.net/original/2020/DSC_1950.jpg" title="view larger image ">
<img class="pic66 " src="https://images.luxagraf.net/2020/DSC_1950_pic66.jpg" alt="kids sitting in an oak tree photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSC_1950.jpg" data-jslghtbx-group="group" ></a>
</span>
<a href="https://images.luxagraf.net/original/2020/DSC_1864.jpg" title="view larger image ">
<img class=" " sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/DSC_1864_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/DSC_1864_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/DSC_1864_picwide.jpg 2880w, https://images.luxagraf.net/2020/DSC_1864_featured_jrnl.jpg 520w" src="https://images.luxagraf.net/2020/DSC_1864_picwide-med.jpg" src="https://images.luxagraf.net/2020/DSC_1864_picwide.jpg" alt="girls walking on the beach, edisto island state park photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/DSC_1864.jpg" data-jslghtbx-group="group" ></a>
</div>
<p>The temperature always hovered on the edge of warm, usually tipping over by late afternoon.Most days you could find a small depression in the sand to stay out of the breeze and it was warm enough to relax in shorts. Sit up though and the temperature dropped considerably. </p>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/2020-03-01_151817_edisto-beach.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-01_151817_edisto-beach_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-01_151817_edisto-beach_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-01_151817_edisto-beach_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-01_151817_edisto-beach_picwide-med.jpg" alt="boy playing in the sand, edisto state beach, sc photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-01_151817_edisto-beach.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/2020-03-01_151756_edisto-beach.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-01_151756_edisto-beach_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-01_151756_edisto-beach_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-01_151756_edisto-beach_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-01_151756_edisto-beach_picwide-med.jpg" alt="girl playing in the sand, edisto state beach, sc photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-01_151756_edisto-beach.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/2020-03-08_141242_edisto-beach.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-08_141242_edisto-beach_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-08_141242_edisto-beach_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-08_141242_edisto-beach_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-08_141242_edisto-beach_picwide-med.jpg" alt="seagull on the beach, close up, edisto state beach, sc photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-08_141242_edisto-beach.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/2020-03-02_145520_edisto.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-02_145520_edisto_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-02_145520_edisto_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-02_145520_edisto_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-02_145520_edisto_picwide-med.jpg" alt="boy running on the beach, edisto state beach, sc photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-02_145520_edisto.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/2020-03-02_145734_edisto.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-02_145734_edisto_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-02_145734_edisto_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-02_145734_edisto_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-02_145734_edisto_picwide-med.jpg" alt="girl running on the beach, edisto state beach, sc photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-02_145734_edisto.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/2020-03-08_141323_edisto-beach.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-08_141323_edisto-beach_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-08_141323_edisto-beach_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-08_141323_edisto-beach_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-08_141323_edisto-beach_picwide-med.jpg" alt="seagull in flight, edisto beach, sc photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-08_141323_edisto-beach.jpg" data-jslghtbx-group="group" >
</a>
</div>
<p>I did a lot of staring at the sky. I’m not sure if it’s the act of lying down and looking up, or the actual view of the blue sky, or warmth and light of the sun itself, or some combination of those things and more I haven’t sussed out, but there is something wonderfully cathartic and healing about staring up at the sky.</p>
<p>I did it every chance I got, which alas was not quite as much as the last time we were here. But things change, morph, I wouldn’t want them to stay the same. If they stayed the same it never would have warmed up enough to coax me off my back and out into the water.</p>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/2020-03-13_125446_edisto-beach.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-13_125446_edisto-beach_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-13_125446_edisto-beach_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-13_125446_edisto-beach_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-13_125446_edisto-beach_picwide-med.jpg" alt="kids running on the shore, edisto state beach photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-13_125446_edisto-beach.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2020/2020-03-13_125715_edisto-beach.jpg " title="view larger image">
<img class="u-photo" itemprop="contentUrl" sizes="(max-width: 1439px) 100vw, (min-width: 1440px) 1440px" srcset="https://images.luxagraf.net/2020/2020-03-13_125715_edisto-beach_picwide-sm.jpg 720w, https://images.luxagraf.net/2020/2020-03-13_125715_edisto-beach_picwide-med.jpg 1170w, https://images.luxagraf.net/2020/2020-03-13_125715_edisto-beach_picwide.jpg 2880w" src="https://images.luxagraf.net/2020/2020-03-13_125715_edisto-beach_picwide-med.jpg" alt="boy jumping on the shoreline photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2020/2020-03-13_125715_edisto-beach.jpg" data-jslghtbx-group="group" >
</a>
</div>
<p>The water was cold, biting cold when the wind hit you after you came up. But you have to get in. And not just when it’s easy, not just when everyone is swimming. </p>
<p>You have to get in even on the days when you don’t want to. Even when it’s so cold your teeth are chattering before you even get your shirt off. Those are the times when you have to reach down inside and find some way to get out there. The ocean pulls me in, it’s part of an understanding I’ve reached with it, with myself. There are certain rituals that must be performed or the world stops working. And so you get in. When it’s cold. When it’s not. It doesn’t matter. Just get in.</p>
</div>
</article>
<div class="nav-wrapper">
<nav id="page-navigation" class="page-border-top">
<ul>
<li id="prev"><span class="bl">Previous:</span>
<a href="/jrnl/2020/02/snow-day" rel="prev" title=" Snow Day">Snow Day</a>
</li>
<li id="next"><span class="bl">Next:</span>
<a href="/jrnl/2020/03/distant-early-warning" rel="next" title=" Distant Early Warning">Distant Early Warning</a>
</li>
</ul>
</nav>
</div>
<div class="article-afterward related">
<div class="related-bottom">
<h6 class="hedtinycaps">You might also enjoy</h6>
<ul class="article-card-list">
<li class="article-card-mini"><a href="/jrnl/2020/02/learning" title="Learning">
<div class="post-image post-mini-image">
<img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px"
srcset="/media/images/2020/2020-02-26_081155_nikon-watson-mill_featured_jrnl.jpg 520w, /media/images/2020/2020-02-26_081155_nikon-watson-mill_picwide-sm.jpg 720w"
src="/media/images/2020/2020-02-26_081155_nikon-watson-mill_featured_jrnl.jpg"
alt="forest in fog photographed by luxagraf"
>
</div>
<h4 class="p-name entry-title post-title" itemprop="headline">Learning</h4>
<p class="p-author author hide" itemprop="author"><span class="byline-author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Scott Gilbertson</span></span></p>
<p class="post-summary">
<span class="p-location h-adr adr post-location" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
Georgia
</span>
–
<time class="dt-published published dt-updated post-date" datetime="2020-02-05T20:35:04"><span> 2020</span></time>
</p>
</a>
</li>
<li class="article-card-mini"><a href="/jrnl/2019/09/old-growth" title="Old Growth">
<div class="post-image post-mini-image">
<img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px"
srcset="/media/images/2019/L1000031_featured_jrnl.jpg 520w, /media/images/2019/L1000031_picwide-sm.jpg 720w"
src="/media/images/2019/L1000031_featured_jrnl.jpg"
alt="ferns and lichen, watson mill state park, ga photographed by luxagraf"
>
</div>
<h4 class="p-name entry-title post-title" itemprop="headline">Old Growth</h4>
<p class="p-author author hide" itemprop="author"><span class="byline-author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Scott Gilbertson</span></span></p>
<p class="post-summary">
<span class="p-location h-adr adr post-location" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
Georgia
</span>
–
<time class="dt-published published dt-updated post-date" datetime="2019-09-25T11:47:16"><span> 2019</span></time>
</p>
</a>
</li>
<li class="article-card-mini"><a href="/jrnl/2019/08/georgia-road-trip" title="Road Trip">
<div class="post-image post-mini-image">
<img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px"
srcset="/media/images/2019/2019-08-24_160722_trip-to-athens_featured_jrnl.jpg 520w, /media/images/2019/2019-08-24_160722_trip-to-athens_picwide-sm.jpg 720w"
src="/media/images/2019/2019-08-24_160722_trip-to-athens_featured_jrnl.jpg"
alt="animatronic dinosaur, outside the Jackson Natural History Museum, Jackson, MS photographed by luxagraf"
>
</div>
<h4 class="p-name entry-title post-title" itemprop="headline">Road Trip</h4>
<p class="p-author author hide" itemprop="author"><span class="byline-author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Scott Gilbertson</span></span></p>
<p class="post-summary">
<span class="p-location h-adr adr post-location" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
Georgia
</span>
–
<time class="dt-published published dt-updated post-date" datetime="2019-08-25T12:56:26"><span> 2019</span></time>
</p>
</a>
</li>
<li class="article-card-mini"><a href="/jrnl/2017/10/pacific" title="Pacific Sense">
<div class="post-image post-mini-image">
<img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px"
srcset="/media/images/2017/2017-10-26_194321_patricks-point_featured_jrnl.jpg 520w, /media/images/2017/2017-10-26_194321_patricks-point_picwide-sm.jpg 720w"
src="/media/images/2017/2017-10-26_194321_patricks-point_featured_jrnl.jpg"
alt="pacific ocean, patrick's point, humbolt photographed by luxagraf"
>
</div>
<h4 class="p-name entry-title post-title" itemprop="headline">Pacific Sense</h4>
<p class="p-author author hide" itemprop="author"><span class="byline-author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Scott Gilbertson</span></span></p>
<p class="post-summary">
<span class="p-location h-adr adr post-location" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
California
</span>
–
<time class="dt-published published dt-updated post-date" datetime="2017-10-28T09:08:47"><span> 2017</span></time>
</p>
</a>
</li>
</ul>
</div>
</div>
<div class="comment--form--wrapper ">
<div class="comment--form--header">
<p class="hed">Thoughts?</p>
<p class="subhed">Please leave a reply:</p>
</div>
<form action="/comments/post/" method="post" class="comment--form">
<input type="hidden" name="rder" value="" />
<input type="hidden" name="content_type" value="jrnl.entry" id="id_content_type">
<input type="hidden" name="object_pk" value="316" id="id_object_pk">
<input type="hidden" name="timestamp" value="1596833275" id="id_timestamp">
<input type="hidden" name="security_hash" value="6af3fdce872dea773721af1471643789b034283b" id="id_security_hash">
<fieldset >
<label for="id_name">Name:</label>
<input type="text" name="name" maxlength="50" required id="id_name">
</fieldset>
<fieldset >
<label for="id_email">Email address:</label>
<input type="email" name="email" required id="id_email">
</fieldset>
<fieldset >
<label for="id_url">URL:</label>
<input type="url" name="url" id="id_url">
</fieldset>
<fieldset >
<label for="id_comment">Comment:</label>
<div class="textarea-rounded"><textarea name="comment" cols="40" rows="10" maxlength="3000" required id="id_comment">
</textarea></div>
</fieldset>
<fieldset style="display:none;">
<label for="id_honeypot">If you enter anything in this field your comment will be treated as spam:</label>
<input type="text" name="honeypot" id="id_honeypot">
</fieldset>
<div class="submit">
<input type="submit" name="post" class="submit-post btn" value="Post" />
<input type="submit" name="preview" class="submit-preview btn" value="Preview" />
</div>
</form>
<p style="font-size: 95%;"><strong>All comments are moderated</strong>, so you won’t see it right away. And please remember Kurt Vonnegut's rule: “god damn it, you’ve got to be kind.” You can use Markdown or HTML to format your comments. The allowed tags are <code><b>, <i>, <em>, <strong>, <a></code>. To create a new paragraph hit return twice. </p>
</div>
</main>
<footer class="bl">
<ul class="footer-nav">
<li><a href="/blogroll" title="Sites that inspire us">Blogroll</a></li>
<li><a href="/contact/" title="contact luxagraf">Contact</a></li>
<li>Follow Along:
<ul>
<li><a href="/jrnl/feed.xml" title="RSS feed">RSS</a></li>
<li><a href="/newsletter/" title="Luxagraf Email Updates">Email</a></li>
<li><a href="https://www.instagram.com/luxagraf" rel="me" title="luxagraf on Instagram">Instagram</a></li>
</ul>
</ul>
<div class="support">Support luxagraf:
<div class="donate-btn">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="HYJFZQSBGJ8QQ">
<input type="submit" name="submit" title="Donate to luxagraf via PayPal">
</form>
</div>
<div class="donate-btn">
<a class="liberapay-btn" href="https://liberapay.com/luxagraf/donate"><span>Donate</span></a>
</div>
</div>
<p id="license">
© 2003-2020
<span class="h-card"><a class="p-name u-url" href="https://luxagraf.net/">Scott Gilbertson</a><data class="p-nickname" value="luxagraf"></data><data class="p-locality" value="Athens"></data><data class="p-region" value="Georgia"></data><data class="p-country-name" value="United States"></data></span>.
</p>
</footer>
</div>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
var leaflet = document.createElement('script');
leaflet.src = "/media/js/leaflet-master/leaflet-mod.js";
document.body.appendChild(leaflet);
var lightbox = document.createElement('script');
lightbox.src = "/media/js/lightbox.js";
document.body.appendChild(lightbox);
leaflet.onload = function(){
var detail = document.createElement('script');
detail.src = "/media/js/detail.min.js";
document.body.appendChild(detail);
detail.onload = function(){
createMap();
var open = false;
}
}
lightbox.onload = function() {
var opts= {
//nextOnClick: false,
captions: true,
onload: function(){
var im = document.getElementById("jslghtbx-contentwrapper");
var link = im.appendChild(document.createElement('a'))
link.href = im.firstChild.src;
link.innerHTML= "open ";
link.target = "_blank";
link.setAttribute('class', 'p-link');
im.appendChild(link);
}
};
var lightbox = new Lightbox();
lightbox.load(opts);
}
});
</script>
<script>
<!--
// Register our service-worker
//if (navigator.serviceWorker) {
// window.addEventListener('load', function() {
// if (navigator.serviceWorker.controller) {
// navigator.serviceWorker.controller.postMessage({'command': 'trimCaches'});
// } else {
// navigator.serviceWorker.register('/serviceworker.js', {
// scope: '/'
// });
// }
// });
//}
//-->
<!-- Piwik -->
var _paq = _paq || [];
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://stats.luxagraf.net/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
<!-- End Piwik Code -->
</script>
<noscript><p><img src="//stats.luxagraf.net/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
</body>
</html>
|