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
|
<!DOCTYPE html>
<html
class="detail single" dir="ltr" lang="en-US">
<head>
<title>Stone Crabs - 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="After enjoying a bit of wilderness we were bound to be a little disappointed returning to the crowds. Back on the coast we found ourselves among two peculiar breeds of American tourist, spring breaker in rented convertibles and snow birds in massive RVs.">
<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/2018/03/stone-crabs" />
<meta name="ICBM" content="30.369027769355675, -86.29487270622111" />
<meta name="geo.position" content="30.369027769355675; -86.29487270622111" />
<meta name="geo.placename" content="Topsail State Park, ">
<meta name="geo.region" content="-">
<meta property="og:type" content="article" />
<meta property="og:title" content="Stone Crabs" />
<meta property="og:url" content="https://luxagraf.net/jrnl/2018/03/stone-crabs" />
<meta property="og:description" content="After enjoying a bit of wilderness we were bound to be a little disappointed returning to the crowds. Back on the coast we found ourselves among two peculiar breeds of American tourist, spring breaker in rented convertibles and snow birds in massive RVs." />
<meta property="article:published_time" content="2018-03-20T09:13:47" />
<meta property="article:author" content="Scott Gilbertson" />
<meta property="og:site_name" content="Luxagraf" />
<meta property="og:image" content="/media/images/original/2018/2018-03-21_152901_topsail-state-park.jpg" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:description" content="After enjoying a bit of wilderness we were bound to be a little disappointed returning to the crowds. Back on the coast we found ourselves among two peculiar breeds of American tourist, spring breaker in rented convertibles and snow birds in massive RVs."/>
<meta name="twitter:title" content="Stone Crabs"/>
<meta name="twitter:site" content="@luxagraf"/>
<meta name="twitter:domain" content="luxagraf"/>
<meta name="twitter:image:src" content="/media/images/original/2018/2018-03-21_152901_topsail-state-park.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/2018/03/stone-crabs"
},
"headline": "Stone Crabs",
"datePublished": "2018-03-20T09:13:47+04:00",
"dateModified": "2018-03-20T09:13:47+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": "After enjoying a bit of wilderness we were bound to be a little disappointed returning to the crowds. Back on the coast we found ourselves among two peculiar breeds of American tourist, spring breaker in rented convertibles and snow birds in massive RVs."
}
</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">Stone Crabs</h1>
<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">Topsail State Park</span>, <a class="p-region region" href="/jrnl/united-states/" title="travel writing from the United States">Florida</a>, <span class="p-country-name" itemprop="addressCountry">U.S.</span></h3>
– <a href="" onclick="showMap(30.369027769355675, -86.29487270622111, { type:'point', lat:'30.369027769355675', lon:'-86.29487270622111'}); return false;" title="see a map">Map</a>
</div>
<time class="dt-published published dt-updated post-date" datetime="2018-03-20T09:13:47" itemprop="datePublished">March <span>20, 2018</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 enjoying such a <a href="/jrnl/2018/03/green-sea-days">nice slice of wilderness</a>, we were bound to be a little disappointed returning to the crowds.</p>
<p>As we headed back to the coastline we found ourselves among two peculiar breeds of American tourist, spring break partygoers in rented convertibles and snow birds in massive RVs. </p>
<p>To provide maximum contrast between wild and crowded, we headed first to a place called Topsail State Park and RV Resort. And yes, it really was an RV Resort — full hookups, pool, the whole bit, but inside a state park. It was the strangest campground we’ve been in and not really our scene you could say. When my wife asked if there was a trail to the beach the woman at the counter looked at her like she was crazy and apparently the first person here to contemplate walking a whole mile. There was naturally a road, complete with shuttle, that could take you to beach.</p>
<p>The minute Corrinne said there was a pool I knew I’d never see the beach anyway. For the kids, at this point, white sand beaches happen pretty much all the time, but pools? Pools are exotic and enticing, even when they’re the coldest pool any of us had ever set foot in. </p>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-22_142041_topsail-state-park.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/2018/2018-03-22_142041_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-22_142041_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-22_142041_topsail-state-park_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-22_142041_topsail-state-park_picwide-med.jpg" alt="Pool, Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-22_142041_topsail-state-park.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-22_142215_topsail-state-park.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/2018/2018-03-22_142215_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-22_142215_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-22_142215_topsail-state-park_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-22_142215_topsail-state-park_picwide-med.jpg" alt="Pool, Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-22_142215_topsail-state-park.jpg" data-jslghtbx-group="group" >
</a>
</div>
<figure class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-22_142231_topsail-state-park.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/2018/2018-03-22_142231_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-22_142231_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-22_142231_topsail-state-park_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-22_142231_topsail-state-park_picwide-med.jpg" alt="Pool, Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-22_142231_topsail-state-park.jpg" data-jslghtbx-group="group" data-jslghtbx-caption="It was cold, take-your-breath-away cold.">
</a>
<figcaption>It was cold, take-your-breath-away cold.</figcaption>
</figure>
<p>Topsail certainly isn’t a destination for Spring Breakers, though we drove through plenty of that crowd on our way, especially in Destin. Topsail drew in the snow birds. I lost count of midwestern license plates, Ohio, Michigan, Illinois, Indiana, Minnesota, and South Dakota, but those are fulltime people<sup id="fnref:1"><a class="footnote-ref" href="#fn:1" rel="footnote">1</a></sup>. And there were some truly massive rigs, with square footage well over the average Parisian apartment. I’ve nothing against big rigs really, it seems very limiting to me, but hey, to each their own, still, it was odd to be around such mammoth vehicles.</p>
<p>I’m not really sure how we ended up with a spot here in the first place. Corrinne had been refreshing the reservation page the whole time we were at East Bay and finally found something, a cancellation we were able to snatch up for a couple of days.</p>
<p>The pool entertained the kids, and we did make it out the beach one afternoon. We walked. It was a nice beach, though pretty crowded with people and high-rise hotels just down the shore in either direction. But if you stared out at the sea and squinted a bit, it looked more or less like Gulf Islands National Seashore.</p>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-21_152901_topsail-state-park.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/2018/2018-03-21_152901_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-21_152901_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-21_152901_topsail-state-park_picwide.jpg 2880w, https://images.luxagraf.net/2018/2018-03-21_152901_topsail-state-park_featured_jrnl.jpg 520w" src="https://images.luxagraf.net/2018/2018-03-21_152901_topsail-state-park_picwide-med.jpg" src="https://images.luxagraf.net/2018/2018-03-21_152901_topsail-state-park_picwide.jpg" alt="Pelicans, Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-21_152901_topsail-state-park.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-21_151936_topsail-state-park.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/2018/2018-03-21_151936_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-21_151936_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-21_151936_topsail-state-park_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-21_151936_topsail-state-park_picwide-med.jpg" alt="None photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-21_151936_topsail-state-park.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-21_152318_topsail-state-park.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/2018/2018-03-21_152318_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-21_152318_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-21_152318_topsail-state-park_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-21_152318_topsail-state-park_picwide-med.jpg" alt="Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-21_152318_topsail-state-park.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-21_152414_topsail-state-park.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/2018/2018-03-21_152414_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-21_152414_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-21_152414_topsail-state-park_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-21_152414_topsail-state-park_picwide-med.jpg" alt="Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-21_152414_topsail-state-park.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-21_152256_topsail-state-park.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/2018/2018-03-21_152256_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-21_152256_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-21_152256_topsail-state-park_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-21_152256_topsail-state-park_picwide-med.jpg" alt="Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-21_152256_topsail-state-park.jpg" data-jslghtbx-group="group" >
</a>
</div>
<p>The influx of Northerners and Midwesterns brought a return of what I call the stone-faced walk-by, which I thought we’d left behind in California. </p>
<p>Imagine you’re walking down a trail, or a path, a nice sun-bleached wood plank boardwalk over some dunes say, and someone else is approaching you. Now nearly everywhere I’ve been on this planet, in dozens of cultures, with dozens of language barriers, in nearly every case, everyone at least smiles and maybe attempts to exchange pleasantries, even if the latter are not maybe completely understood. </p>
<p>In parts of America though there’s another approach: the stone-faced walk-by. </p>
<p>In this scenario you not only don’t smile or exchange pleasantries. Instead you don’t acknowledge the other person at all. You completely avoid making eye contact because you’re very concerned about something over… there, anywhere really, except the direction of the approaching person. You find this spot to stare at, like it’s the guiding light that will get you through, past the terror of interacting with other people, without actually interacting, like a child who closes her eyes and momentarily pretends that nothing around her exists. And then you slide on by the other person without acknowledging their existence in any way. </p>
<p>It’s fascinating to watch, bizarre and a little disconcerting to experience. It helps to narrate the whole thing in your head using the voice of David Attenborough. Sometimes I swear you can almost hear the approaching person’s subvocalization: please don’t talk to please don’t talk to me please don’t talk to me.</p>
<p>It’s strange, very strange. But then maybe it’s the place, not the people. I didn’t notice it the time, but I ended up with pictures of the kids looking hilariously (and unintentionally) angsty while playing on the beach. </p>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-21_150504_topsail-state-park_JgU1k4V.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/2018/2018-03-21_150504_topsail-state-park_JgU1k4V_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-21_150504_topsail-state-park_JgU1k4V_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-21_150504_topsail-state-park_JgU1k4V_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-21_150504_topsail-state-park_JgU1k4V_picwide-med.jpg" alt="Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-21_150504_topsail-state-park_JgU1k4V.jpg" data-jslghtbx-group="group" >
</a>
</div>
<div class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-21_150528_topsail-state-park.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/2018/2018-03-21_150528_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-21_150528_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-21_150528_topsail-state-park_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-21_150528_topsail-state-park_picwide-med.jpg" alt="Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-21_150528_topsail-state-park.jpg" data-jslghtbx-group="group" >
</a>
</div>
<p>Different places bring out different things in you. I have a post about that, but that’s for another day. For now I’ll just say that Topsail was an oddball place; we didn’t dislike it exactly, but I think we were all ready to move on when our three nights were up.</p>
<figure class="picwide">
<a itemscope itemtype="http://schema.org/ImageObject" href="https://images.luxagraf.net/original/2018/2018-03-23_062841_topsail-state-park.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/2018/2018-03-23_062841_topsail-state-park_picwide-sm.jpg 720w, https://images.luxagraf.net/2018/2018-03-23_062841_topsail-state-park_picwide-med.jpg 1170w, https://images.luxagraf.net/2018/2018-03-23_062841_topsail-state-park_picwide.jpg 2880w" src="https://images.luxagraf.net/2018/2018-03-23_062841_topsail-state-park_picwide-med.jpg" alt="Alban Eilir eggs, Topsail State Beach, Florida photographed by luxagraf" data-jslghtbx="https://images.luxagraf.net/original/2018/2018-03-23_062841_topsail-state-park.jpg" data-jslghtbx-group="group" data-jslghtbx-caption="Equinox eggs">
</a>
<figcaption>Equinox eggs</figcaption>
</figure>
<div class="footnote">
<hr>
<ol>
<li id="fn:1">
<p>A lot of full time people make South Dakota their state of residence. Just as Delaware attracts corporations with tax breaks and easy incorporation processes, South Dakota has (purposefully or not, I’m not sure) made it easy to be a resident, and even get mail, without needing to actually be in the state more than once every few years. So when you see an RV with South Dakota plates, chances are, that’s a full timer. <a class="footnote-backref" href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">↩</a></p>
</li>
</ol>
</div>
</div>
<div class="entry-footer">
<aside id="wildlife">
<h3>Fauna and Flora</h3>
<ul>
<li class="grouper">Birds<ul>
<li>Brown Pelican </li>
<li>Eastern Towhee </li>
<li>Great Blue Heron </li>
<li><a href="/dialogues/laughing-gull">Laughing Gull</a> </li>
<li>Least Tern </li>
<li><a href="/dialogues/northern-cardinal">Northern Cardinal</a> </li>
<li>Ring-billed Gull </li>
</ul>
<li class="grouper">Mammals<ul>
<li>Eastern gray squirrel </li>
<li>Cottontail rabbit </li>
</ul>
</ul>
</aside>
<aside class="margin-left-none" id="field_notes">
<h3>Field Notes</h3>
<ul>
<li><a href="/field-notes/2018/03/big-rigs">Big Rigs</a></li>
</ul>
</aside>
</div>
</article>
<div class="nav-wrapper">
<nav id="page-navigation" >
<ul>
<li id="prev"><span class="bl">Previous:</span>
<a href="/jrnl/2018/03/green-sea-days" rel="prev" title=" Green Sea Days">Green Sea Days</a>
</li>
<li id="next"><span class="bl">Next:</span>
<a href="/jrnl/2018/03/old-school" rel="next" title=" Old School">Old School</a>
</li>
</ul>
</nav>
</div>
<p class="comments--header">4 Comments</p>
<div class="comments--wrapper">
<div id="comment-3118" class="comment">
<noscript class="datahashloader" data-hash="default">
<img class="gravatar" src="https://images.luxagraf.net/gravcache/default.jpg" alt="gravatar icon for Lou" />
</noscript>
<div class="comment--head">
<span class="who"><b>Lou</b></span>
<span class="when">April 02, 2018 at 1:29 p.m.</span>
</div>
<div class="comment--body">
<p>I have missed seeing y’all’s cute camper when I drive down Holman, but really enjoyed reading about your adventures. If you have a slideshow party (I guess it’d be more of a PowerPoint party?) when you get back, please invite me :) ~Lou</p>
</div>
</div>
<div id="comment-3126" class="comment">
<noscript class="datahashloader" data-hash="default">
<img class="gravatar" src="https://images.luxagraf.net/gravcache/default.jpg" alt="gravatar icon for classical_liberal" />
</noscript>
<div class="comment--head">
<span class="who"><b>classical_liberal</b></span>
<span class="when">April 04, 2018 at 8:45 a.m.</span>
</div>
<div class="comment--body">
<p>I’ve spent some time is South Dakota. In the West around Rapid City it’s dominated with Libertarian types. Preppers, tattooed bikers, the modern hippy. On the East near Sioux Falls are the more socially “proper” Red Staters. In between you have Indian Reservations and ranchers. None of these folks like government being in their business, so it makes for a very deregulated state. Nice for RVer’s… could also be a good state of “residence” (as defined by SD law in a very deregulated manner) for travel nurses who like a place which allows for a multi-state RN license without continuing education requirements and no income taxes. If one were so inclined :)</p>
</div>
</div>
<div id="comment-3127" class="comment">
<noscript class="datahashloader" data-hash="d64f4854965b2b1c3ecafee4b2a66fac">
<img class="gravatar" src="https://images.luxagraf.net/gravcache/d64f4854965b2b1c3ecafee4b2a66fac.jpg" alt="gravatar icon for Scott" />
</noscript>
<div class="comment--head">
<span class="who"><b><a href="https://luxagraf.net" rel="nofollow" target="_blank">Scott</a></b></span>
<span class="when">April 04, 2018 at 9:51 a.m.</span>
</div>
<div class="comment--body">
<p>@lou-</p>
<p>We’ll be in Athens next month, we’d love to meet up with you at some point. We thought about having some sort of party, I don’t know about a slideshow :-), but a party at least. </p>
<p>So far though we haven’t gone beyond just thinking, oh, hey, that’d be good idea. But if we do get our act together I’ll let you know.</p>
</div>
</div>
<div id="comment-3128" class="comment">
<noscript class="datahashloader" data-hash="d64f4854965b2b1c3ecafee4b2a66fac">
<img class="gravatar" src="https://images.luxagraf.net/gravcache/d64f4854965b2b1c3ecafee4b2a66fac.jpg" alt="gravatar icon for Scott" />
</noscript>
<div class="comment--head">
<span class="who"><b><a href="https://luxagraf.net" rel="nofollow" target="_blank">Scott</a></b></span>
<span class="when">April 04, 2018 at 9:53 a.m.</span>
</div>
<div class="comment--body">
<p>@classic_liberal-</p>
<p>As much as I will be sorry to no longer officially be a Georgian, it just doesn’t make financial sense for us to have residency anywhere but South Dakota. We’ll probably change it this summer, we’re headed that way anyway.</p>
</div>
</div>
</div>
<div class="comment--form--wrapper comment-form-border">
<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="248" id="id_object_pk">
<input type="hidden" name="timestamp" value="1596833352" id="id_timestamp">
<input type="hidden" name="security_hash" value="1ff72e1190c2c04529b3e411225cf7c580b8c1e3" 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);
}
//delay loading of gravatar images using noscript data-hash attribute
dataattr = document.getElementsByClassName("datahashloader");
for(var i=0; i<dataattr.length; i++) {
var c = dataattr[i].parentNode;
var img = document.createElement("img");
img.src = 'https://images.luxagraf.net/gravcache/' + dataattr[i].getAttribute('data-hash') + '.jpg';
img.className += "gravatar";
img.alt = "gravatar icon";
c.insertBefore(img, c.childNodes[3]);
}
});
</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>
|