-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
890 lines (824 loc) · 31.2 KB
/
index3.html
File metadata and controls
890 lines (824 loc) · 31.2 KB
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
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
<!DOCTYPE html>
<html lang="en-us" prefix="og: http://ogp.me/ns#"
xmlns:og="http://ogp.me/ns#"
xmlns:article="http://ogp.me/ns/article#"
xmlns:blogPosting="http://ogp.me/ns/blogPosting#"
xmlns:fb="http://www.facebook.com/2008/fbml"
xml:lang="en-us">
<head>
<meta charset="utf-8" />
<title>Mandaris Moore</title>
<meta name="author" class="p-author h-card" content="Mandaris" />
<meta property="site_name" content="Mandaris Moore" />
<meta name="description" content="The Pelican website for Mandaris Moore." />
<base href="." />
<meta name="generator" content="Pelican" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#1b5a53" />
<link rel="stylesheet" type="text/css" href="./theme/css/main.css" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon-precomposed"
href="/apple-touch-icon-precomposed.png" />
<!-- Feed information -->
<link href="http://mandaris.github.io/feeds/atom.xml"
type="application/atom+xml"
rel="alternate" title="Mandaris Moore ALL Atom Feed" />
<!--- Other Social Media Tags (See README.md) --->
<!-- OpenGraph Info -->
<meta property="og:title" content="Mandaris Moore" />
<meta property="og:type" content="website" />
<meta property="og:description" content="The Pelican website for Mandaris Moore."/>
<meta property="og:url" content="." />
<meta property="og:locale" content="en-us" />
<meta property="og:image" content="./favicon.png" />
<meta property="og:image:alt" content="A person in a gear." />
<!-- IndieWeb sign-in -->
<link href="https://github.com/mandaris"
rel="me" class="u-url" />
<!-- Twitter Specific Info -->
<meta name="twitter:site" content="@mandaris" />
<meta name="twitter:creator" content="@mandaris" />
<meta name="twitter:card" content="summary_large_image" />
<link href="https://twitter.com/mandaris"
rel="me" class="u-url" />
</head>
<body itemscope itemtype="https://schema.org/Blog">
<meta itemprop="description" content="The Pelican website for Mandaris Moore." />
<header role="banner">
<h1 class="websitetitle"><a href=".">Mandaris Moore</a></h1>
<nav itemscope itemtype="https://schema.org/SiteNavigationElement"
class="navmenu" id="navmenu" >
<ul>
<li>
<a class="navitemlink" href="./archives.html">Archive</a>
</li>
<li>
<a class="navitemlink" href="./pages/about.html">About</a>
</li>
<li>
<a class="navitemlink" href="./pages/projects.html">Projects</a>
</li>
</ul>
</nav>
<hr />
</header>
<main class="articlelisting content">
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Expectations for the WWDC 2019 «Mandaris Moore»"
href="2019/06/expectations-for-the-wwdc-2019.html"
itemprop="url">
Expectations for the WWDC 2019
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="WWDC 2019 Keynote invite image." src="/images/wwdc2019-keynote-invite.jpg" title="It would blow my mind if I was able to use my iPhone with the next OS release."></p>
<p>This is the day before WWDC 2019 and I'm not feeling too excited about it.</p>
<p>Normally, I'm caught up with all the buzz about what is going to happen next. I'm thrilled about what new technology is going to be the subject in all the blog posts and podcast that I consume. </p>
<p>Instead, I'm afraid of what I won't be able to get. </p>
<p>I don't have money for new gadgets. </p>
<p>If the new version of the OS doesn't work on my current set up, then I've got to let this stuff go and focus on a new technological stack.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Expectations for the WWDC 2019 «Mandaris Moore»"
href="2019/06/expectations-for-the-wwdc-2019.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/writing.html">
<span itemprop="articleSection">writing</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2019-06-02T19:09:02-07:00"
itemprop="dateCreated datePublished">
June 02, 2019
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/wwdc.html">
wwdc
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Last Safari Preview for High Sierra «Mandaris Moore»"
href="2019/05/last-safari-preview-for-high-sierra.html"
itemprop="url">
Last Safari Preview for High Sierra
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="Another sad moment for me." src="/images/last-safari-preview-high-sierra.png" title="Technology waits for no one."></p>
<p>When I got on my computer this morning, I saw the dialog that I wouldn't be able to update the Safari Preview that I've been using as my default browser. </p>
<p>I'm not too surprised as WWDC is next week and my Mid-2010 iMac cannot run Mojave and certainly won't be able to run whatever else is coming down the pipe.</p>
<p>I had just hoped that I would have more time to enjoy the new features since I can't get it running on my laptop.</p>
<p>For me, this is a causes a wedge between me and Apple. </p>
<p>Other browsers, such as Firefox<sup id="fnref:chrome"><a class="footnote-ref" href="#fn:chrome">1</a></sup>, allow you to have access to newer builds regardless of what OS you are running.</p>
<div class="footnote">
<hr>
<ol>
<li id="fn:chrome">
<p>I'm not a chrome hater but I just feel that we are in danger of having another browser monopoly situation. It's not "web-standards", if only one company is setting the rules. <a class="footnote-backref" href="#fnref:chrome" title="Jump back to footnote 1 in the text">↩</a></p>
</li>
</ol>
</div>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Last Safari Preview for High Sierra «Mandaris Moore»"
href="2019/05/last-safari-preview-for-high-sierra.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/tech.html">
<span itemprop="articleSection">tech</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2019-05-31T06:52:00-07:00"
itemprop="dateCreated datePublished">
May 31, 2019
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/safari.html">
safari
</a>
<a
class="tag"
rel="category tag"
href="./tag/macosx.html">
macosx
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2019-07-14T07:09:46-07:00"
itemprop="dateModified">
May 31, 2019
</time>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Putting this all in a grid «Mandaris Moore»"
href="2019/05/putting-this-all-in-a-grid.html"
itemprop="url">
Putting this all in a grid
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I want to get back into basic writing again and I feel that one of the great topics to write about is to write about my writing.</p>
<p>In the past, I've <a href="/2018/06/blog-accomplishments.html">written about what things I've accomplished</a> with the theme for my blog.</p>
<p><img alt="Mind map of blog accomplishments." src="/images/blog-accomplishments.png" title="An image highlighting my priorities in a website."></p>
<p>What I would like to focus on, finishing up the JSON plugin that I started working on a year ago and placing this theme in a grid.</p>
<p>There are still a couple of accessibility questions regarding how I'm supposed to get the index page to work with a screen reader that is boggling the mind. I'm hoping that by making the json feed work correctly long time readers<sup id="fnref:ha"><a class="footnote-ref" href="#fn:ha">1</a></sup> will prefer it.</p>
<div class="footnote">
<hr>
<ol>
<li id="fn:ha">
<p>I don't think that I have any at this point. <a class="footnote-backref" href="#fnref:ha" title="Jump back to footnote 1 in the text">↩</a></p>
</li>
</ol>
</div>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Putting this all in a grid «Mandaris Moore»"
href="2019/05/putting-this-all-in-a-grid.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/tech.html">
<span itemprop="articleSection">tech</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2019-05-29T17:27:19-07:00"
itemprop="dateCreated datePublished">
May 29, 2019
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/blog.html">
blog
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Learning Pega «Mandaris Moore»"
href="2019/05/learning-pega.html"
itemprop="url">
Learning Pega
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="The pega logo files high." src="/images/pega_logo.jpeg" title="I try not to think of My little pony."></p>
<p>I've been working in a development environment called <a href="https://www.pega.com">Pega</a> for the last couple of weeks and I kind of like it. It's software that is specialized in handling case management. It's fast to get up and make changes with. It is focused on moving a case through a particular life cycle.</p>
<p>I think the biggest competitor is SaleForce at this point.</p>
<p>To be honest, I'm very cautiously optimistic.</p>
<p>On one hand, this is development work that I'm getting paid to do. I'm excited by it.</p>
<p>On the other hand, this is another proprietary system that I'll learn without knowing if I'll be able to take the techniques to other places.</p>
<p>I'm going to roll with it for now.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Learning Pega «Mandaris Moore»"
href="2019/05/learning-pega.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/tech.html">
<span itemprop="articleSection">tech</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2019-05-22T21:34:30-07:00"
itemprop="dateCreated datePublished">
May 22, 2019
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/pega.html">
pega
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2019-05-29T17:07:30-07:00"
itemprop="dateModified">
May 22, 2019
</time>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="A streak of journal entries «Mandaris Moore»"
href="2019/04/a-streak-of-journal-entries.html"
itemprop="url">
A streak of journal entries
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I've been using streaks and the fact that I've been feeling a little lost to start journalling a little more seriously recently. Things are falling apart in little ways here and there. </p>
<p>It feels like my wife and I are definitely on different pages and stuck in a rut as it were.</p>
<p>Our home has problems with mold again.</p>
<p>Our youngest is having trouble walking.</p>
<p>And we have to face the possibility that we won't be able to move up to better housing at the end of October.</p>
<p>Very stressful.</p>
<p>One of the few things that I have control over is my time journalling and how I approach this problem.</p>
<p>I don't want to feel too overwhelmed.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="A streak of journal entries «Mandaris Moore»"
href="2019/04/a-streak-of-journal-entries.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/personal.html">
<span itemprop="articleSection">personal</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2019-04-10T14:04:04-07:00"
itemprop="dateCreated datePublished">
April 10, 2019
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/journal.html">
journal
</a>
<a
class="tag"
rel="category tag"
href="./tag/writing.html">
writing
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="The Sauce is Life «Mandaris Moore»"
href="2019/04/the-sauce-is-life.html"
itemprop="url">
The Sauce is Life
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="Beef cooking on the grill." src="/images/barbecue-bbq-beef-1105325.jpg" title="Barbecue beef curtesy https://www.pexels.com/photo/close-photography-of-grilled-meat-on-griddle-1105325/"></p>
<p>One of my co-workers is Catholic and was going to give up his daily routine of drinking a <a href="https://us.coca-cola.com/coke-zero-sugar/" title="Enjoy the real taste of Coca-Cola in a zero calorie, sugar free beverage. Try the refreshing flavor of an ice-cold Coca-Cola Zero Sugar today!">Coke Zero Sugar</a> and I thought it would be nice to do something similar as a sign of solidarity. </p>
<p>I wasn't thinking...</p>
<p>I decided to give up <strong>BOTH</strong> BBQ sauce and comics.</p>
<p>I've been fiending for both since that moment. </p>
<p>In fact, I woke up on <a href="https://en.wikipedia.org/wiki/Ash_Wednesday" title="Ash Wednesday is a Christian holy day of prayer and fasting.">Ash Wednesday</a> fiending for something smoothered in sauce.</p>
<p>For comics, I've even stopped myself from watching anything that is animated because I think of it as a moving comic.</p>
<p>It's been hard to relax, but it has made me look into other sauces and I'm doing a lot more work around the house.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="The Sauce is Life «Mandaris Moore»"
href="2019/04/the-sauce-is-life.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/personal.html">
<span itemprop="articleSection">personal</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2019-04-03T21:28:15-07:00"
itemprop="dateCreated datePublished">
April 03, 2019
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/funny.html">
funny
</a>
<a
class="tag"
rel="category tag"
href="./tag/challenge.html">
challenge
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2019-05-29T17:11:30-07:00"
itemprop="dateModified">
April 03, 2019
</time>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Moved my blog posts to git «Mandaris Moore»"
href="2019/03/moved-my-blog-posts-to-git.html"
itemprop="url">
Moved my blog posts to git
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I decided to do this for a couple of reasons.</p>
<h4 id="the-first">The first:</h4>
<p>I've grown a little tired of DropBox taking a lot of resources to sync files that haven't changed. Sometimes, I'll see my computer seemingly ground to a halt for while as DropBox tries to re-index everything. I use it on my families computer and they are already not a fan of the other little utilities that take up resources. </p>
<h4 id="the-second">The second:</h4>
<p>I want to experiment with some other tools. DropBox is still the defacto tool for sync for a lot of people. I still have it installed on my devices<sup id="fnref:resume"><a class="footnote-ref" href="#fn:resume">1</a></sup>, but I see a lot of new applications that would allow me to be a lot more flexible. For example, if I place the files in a git repo, I can have more control of sharing and version history.</p>
<div class="footnote">
<hr>
<ol>
<li id="fn:resume">
<p>It's where I currently place my resumé and other related stuff to easily send to others. <a class="footnote-backref" href="#fnref:resume" title="Jump back to footnote 1 in the text">↩</a></p>
</li>
</ol>
</div>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Moved my blog posts to git «Mandaris Moore»"
href="2019/03/moved-my-blog-posts-to-git.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/tech.html">
<span itemprop="articleSection">tech</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2019-03-16T09:30:29-07:00"
itemprop="dateCreated datePublished">
March 16, 2019
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/git.html">
git
</a>
<a
class="tag"
rel="category tag"
href="./tag/writing.html">
writing
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Thoughts before going to see the Captain Marvel movie «Mandaris Moore»"
href="2019/03/thoughts-before-going-to-see-the-captain-marvel-movie.html"
itemprop="url">
Thoughts before going to see the Captain Marvel movie
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I really like that my children are going to see a Science Fiction movie. When I was a kid there weren't a lot of heroes that looked like me. Sure, there were black super heroes. But they were usually some buff side kick or characature; mostly muscle and charisma. </p>
<p>I like the fact that they are showing women in movies that are more than just a side character.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Thoughts before going to see the Captain Marvel movie «Mandaris Moore»"
href="2019/03/thoughts-before-going-to-see-the-captain-marvel-movie.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/personal.html">
<span itemprop="articleSection">personal</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2019-03-14T17:25:05-07:00"
itemprop="dateCreated datePublished">
March 14, 2019
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/misc.html">
misc
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Updating the meta data «Mandaris Moore»"
href="2019/01/updating-the-meta-data.html"
itemprop="url">
Updating the meta data
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>The first thing I did with this site this year other that work on a plugin that I'm not ready to release to the world is update the meta data. I don't know if you - the reader- will see a difference but I'm pretty proud of what I did.</p>
<p>The next thing is to update all the catefory tags to make them more consistent.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Updating the meta data «Mandaris Moore»"
href="2019/01/updating-the-meta-data.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/blogging.html">
<span itemprop="articleSection">blogging</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2019-01-04T22:25:22-08:00"
itemprop="dateCreated datePublished">
January 04, 2019
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/coding.html">
coding
</a>
<a
class="tag"
rel="category tag"
href="./tag/details.html">
details
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
<article
class="post hentry h-entry"
itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h2
itemprop="headline name"
class="title p-name post-title">
<a
rel="bookmark"
class="u-url"
title="Reaction to the Downside «Mandaris Moore»"
href="2018/12/reaction-to-the-downside.html"
itemprop="url">
Reaction to the Downside
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p><img alt="Core Intuition logo." src="https://coreint.org/images/newlogo.png" title="An Independent Podcast from Independent Developers."></p>
<p>I've been listening to <a href="https://coreint.org" title="A podcast about indie software development for the Mac, iOS and other Apple technologies.">Core Intuition</a> for years, because it was great to hear how independent developers go about making a living. When I'm sweating to make a living by working on someone else's schedule, I'd listen to how they are making ends meet while still enjoying life. I might not always agree with what they were saying but something about how they viewed themselves and their business gave me hope that you could follow your passions in life.</p>
<p>In <a href="https://coreint.org/2018/11/episode-351-heres-the-downside/">Episode 351: Here's The Downside</a>, Daniel talked about how his application, <a href="https://red-sweater.com/marsedit/" title="Write, preview, publish, and archive your blog from a Mac.">MarsEdit</a>, wasn't making as much money as he hoped. </p>
<p>It shook me.</p>
<p>I had been hearing for years how many developers were having the same problems. In my mind, I thought that this was a great product that should be seen as a great reason to use the Mac.</p>
<p>I've identified myself with Daniel many times over the years and want him to succeed. To be the little guy who is making it.</p>
<p>I haven't finished the episode.</p>
<p>I'm afraid to.</p>
<p>For some reason, I feel that if I don't finish it. It won't be as bad as what the worst case scenario could be.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Reaction to the Downside «Mandaris Moore»"
href="2018/12/reaction-to-the-downside.html"
itemprop="url">Permalink
</a>
</p>
<footer>
<p class="articleFooterP">Category:
<a class="p-category" href="./category/personal.html">
<span itemprop="articleSection">personal</span>
</a>
<span class="rightside">
<time
class="dt-published"
datetime="2018-12-05T22:23:52-08:00"
itemprop="dateCreated datePublished">
December 05, 2018
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/reaction.html">
reaction
</a>
</span>
</p>
<details itemprop="author" itemscope itemtype="https://schema.org/Person" class="p-author h-card hidden">
<summary itemprop="name" class="p-name">Mandaris</summary> <img itemprop="image" class="u-photo"
src="https://secure.gravatar.com/avatar/03fb367dd4c7aea56f77dfa496db3725"
alt="Author's Profile." />
<p class="p-note">Mandaris is someone who strives to make himself into a better person</p>
<p><a itemprop="url" class="u-url u-uid"
rel="me" href="https://mandarismoore.com"
title="Author Website.">
Mandaris</a></p>
</details>
</footer>
</article>
<hr />
</main>
<footer itemscope itemtype="https://schema.org/WPFooter"
role="contentinfo" class="baseFooter">
<hr />
<p>All works created by
<span itemprop="author" itemscope itemtype=https://schema.org/Person>
<span class="p-author h-card p-name" itemprop="name">Mandaris</span></span>.
<span class="rightside">Powered by <a href="http://pelican.readthedocs.org">Pelican</a>.</span></p>
</footer>
</body>
</html>