-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex9.html
870 lines (804 loc) · 28.3 KB
/
index9.html
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
<!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="Still loving my mac «Mandaris Moore»"
href="2017/12/still-loving-my-mac.html"
itemprop="url">
Still loving my mac
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I love working on my laptop!</p>
<p>I got it in 2009 and it has been good to me all of these years. Apple no longer supports it for OS updates but that doesn't mean that I can't get on it and still do everything that I was doing before with it.</p>
<p>In fact, I think I'm enjoying not getting the latest OS updates. </p>
<p>At first, I felt I was missing out because of the new features, but I'm having some trouble thinking about what features I've been missing out of other than siri. </p>
<p>And to be honest, I don't know <a href="http://dictationcommands.com">how great siri is on a mac</a>.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Still loving my mac «Mandaris Moore»"
href="2017/12/still-loving-my-mac.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="2017-12-01T22:45:02-08:00"
itemprop="dateCreated datePublished">
December 01, 2017
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/mac.html">
mac
</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="small goals for the new theme «Mandaris Moore»"
href="2017/11/small-goals-for-the-new-theme.html"
itemprop="url">
small goals for the new theme
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I’ve been torn on what to do next with my website. I like a <a href="https://github.com/kplaube/yapeme">new theme</a> and I want to use it but it would require either a rewrite of my posts or a change of the theme that the original writer has put together.</p>
<p>I feel like I’m going to just rewrite the theme to meet my needs, but I’m hesitant to start a new project where the scope may run away from me. </p>
<p>I think I’ll start off with just small goals of changing things little by little. First, I’ll start by automating the generation of the sight and then making small changes to the them. </p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="small goals for the new theme «Mandaris Moore»"
href="2017/11/small-goals-for-the-new-theme.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="2017-11-28T10:09:09-08:00"
itemprop="dateCreated datePublished">
November 28, 2017
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/misc.html">
misc
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2017-12-05T08:06:09-08:00"
itemprop="dateModified">
November 28, 2017
</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="Short Thanksgiving post «Mandaris Moore»"
href="2017/11/short-thanksgiving-post.html"
itemprop="url">
Short Thanksgiving post
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>Well, I’m sitting here at my in-laws place and all I can think about is trying to take a nap. </p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Short Thanksgiving post «Mandaris Moore»"
href="2017/11/short-thanksgiving-post.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="2017-11-23T15:21:08-08:00"
itemprop="dateCreated datePublished">
November 23, 2017
</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="Simple accomplishments «Mandaris Moore»"
href="2017/11/simple-accomplishments.html"
itemprop="url">
Simple accomplishments
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I was really happy that changing the template for my writing wasn’t a hard task to do and I got it done fairly quickly. I’ve run into a number <sup id="fnref:what"><a class="footnote-ref" href="#fn:what">1</a></sup> of problems in the last couple of months and I enjoyed the ego boost. </p>
<p>All in all, a pretty good day and I got some serious things checked off I my life. </p>
<p>Such as:</p>
<ul>
<li>Dropping off and picking up the children </li>
<li>Going to Costco </li>
<li>Get a pair of glasses </li>
<li>Taking the family to an outing</li>
<li>And finishing the new markdown template </li>
</ul>
<p>Probably on of the better days that I’ve had this month. </p>
<div class="footnote">
<hr>
<ol>
<li id="fn:what">
<p>When I was at Intel, I would say that I ran into a number of issues and they would ask what the number was. I don’t remember where I picked up the expression, but it really hasn’t worked for me. <a class="footnote-backref" href="#fnref:what" title="Jump back to footnote 1 in the text">↩</a></p>
</li>
</ol>
</div>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Simple accomplishments «Mandaris Moore»"
href="2017/11/simple-accomplishments.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="2017-11-22T19:11:49-08:00"
itemprop="dateCreated datePublished">
November 22, 2017
</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="Goals and car repair «Mandaris Moore»"
href="2017/11/goals-and-car-repair.html"
itemprop="url">
Goals and car repair
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>Tomorrow, I want to focus on getting my cell phone writing work flow to be a little smoother. Currently, I use a template that I created in editorial to get the header for pelican and then I start writing until I feel that I've gotten the idea finished. </p>
<p>I also had to take my car to the shop where I found out that I'm looking at a big repair bill. The wife and I are going to try and fix it ourselves. But it's going to be hard because I don't know how complicated it's going to be and where I'm going to get the parts. </p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Goals and car repair «Mandaris Moore»"
href="2017/11/goals-and-car-repair.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="2017-11-21T22:21:00-08:00"
itemprop="dateCreated datePublished">
November 21, 2017
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/misc.html">
misc
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2017-11-22T22:31:54-08:00"
itemprop="dateModified">
November 21, 2017
</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="Where dragons tread «Mandaris Moore»"
href="2017/11/where-dragons-tread.html"
itemprop="url">
Where dragons tread
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>My wife came to her first dungeons and dragons game. She seemed to get along with the other players and even cracked a couple jokes. I always thought that she didn’t think this kind of stuff was interesting. </p>
<p>So, I’m was surprised when she said yes when they invited her to the next game. </p>
<p>Who knows this could mean a new avenue for our relationship as we try different things. Maybe she’s doing it to fill the void as we slowly drift apart from each other. </p>
<p>It doesn’t hurt to try something new. </p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Where dragons tread «Mandaris Moore»"
href="2017/11/where-dragons-tread.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="2017-11-19T21:30:00-08:00"
itemprop="dateCreated datePublished">
November 19, 2017
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/misc.html">
misc
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2017-11-22T22:21:31-08:00"
itemprop="dateModified">
November 19, 2017
</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="some times the best days are the busiest «Mandaris Moore»"
href="2017/11/some-times-the-best-days-are-the-busiest.html"
itemprop="url">
some times the best days are the busiest
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>It was a busy day today! Every one in the family had an activity to go to. Ultimately, I ended up staying at home for part of it. It felt good to just stay at home and do a little cleaning. </p>
<p>I did spend sometime working on a script to move these small posts that I’m making into my normal storage for my writing. I’m actually pretty proud of it setting my mind to doing something and following through. </p>
<p>What’s my next step?</p>
<p>Getting a work flow for images.
t felt good to just stay at home and do a little cleaning. </p>
<p>I did spend sometime working on a script to move these small posts that I’m making into my normal storage for my writing. I’m actually pretty proud of it setting my mind to doing something and following through. </p>
<p>What’s my next step?</p>
<p>Getting a work flow for images. </p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="some times the best days are the busiest «Mandaris Moore»"
href="2017/11/some-times-the-best-days-are-the-busiest.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="2017-11-18T22:20:00-08:00"
itemprop="dateCreated datePublished">
November 18, 2017
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/misc.html">
misc
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2017-11-22T22:24:58-08:00"
itemprop="dateModified">
November 18, 2017
</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="Toilet Time «Mandaris Moore»"
href="2017/11/toilet-time.html"
itemprop="url">
Toilet Time
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I want to master my emotions. In a lot ways, I just want to master who I am as a person. </p>
<p>This week hasn’t been the best week of my life but I’ve made it all the way here. </p>
<p>Sitting on the toilet. Wondering if I should make banana bread tonight or wait until tomorrow. </p>
<p>Life is fun that way for some people. </p>
<p>Anyway, I’ve been think about how to make the most of my writing time and how I can do it at a more regular time instead of sneaking away to the bathroom. </p>
<p>I’ll come up with something this weekend. </p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Toilet Time «Mandaris Moore»"
href="2017/11/toilet-time.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="2017-11-17T15:35:00-08:00"
itemprop="dateCreated datePublished">
November 17, 2017
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/misc.html">
misc
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2017-11-22T22:24:07-08:00"
itemprop="dateModified">
November 17, 2017
</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 quiet lunch at the cubicle «Mandaris Moore»"
href="2017/11/a-quiet-lunch-at-the-cubicle.html"
itemprop="url">
a quiet lunch at the cubicle
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>Today. I had a lot of good news. The work that I’ve been doing at work has finally started to bear fruit and have moved forward on. </p>
<p>Still, there was a number of mistakes on my side -simple errors that could have been avoided if I had taken the time to be careful instead of trying to do everything at once. </p>
<p>Other than that, there was a meeting that I missed regarding how the team is supposed to keep track of all the work that comes into our group. We’ve got a lot of people who lose track of why we’re tracking these things. </p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="a quiet lunch at the cubicle «Mandaris Moore»"
href="2017/11/a-quiet-lunch-at-the-cubicle.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="2017-11-16T17:43:00-08:00"
itemprop="dateCreated datePublished">
November 16, 2017
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/misc.html">
misc
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2017-11-22T22:28:52-08:00"
itemprop="dateModified">
November 16, 2017
</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="Hard days make for harder people «Mandaris Moore»"
href="2017/11/hard-days-make-for-harder-people.html"
itemprop="url">
Hard days make for harder people
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I started working before I made it into the office. It started with a text message asking if I had started a server after patching the day before. </p>
<p>I had. </p>
<p>I sent an email to everyone. </p>
<p>But something made me wonder. </p>
<p>Something was wrong. </p>
<p>Sure enough, the server had come up but it wasn’t working correctly. The account used for database connections was expired. I don’t know how long but it did. Honestly, I don’t even know if the system was being used and the patching was just an opportunity for others to get in the environment and see what was broken. </p>
<p>Lots of anxiety and just a feeling of helplessness as I had been the one to last touch the box. </p>
<p>Which just ran into another problem with another system just not running correctly. </p>
<p>Today, wasn’t a great day </p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Hard days make for harder people «Mandaris Moore»"
href="2017/11/hard-days-make-for-harder-people.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="2017-11-15T19:53:00-08:00"
itemprop="dateCreated datePublished">
November 15, 2017
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/work.html">
work
</a>
</span>
<span class="rightside">Modified:
<time
class="dt-updated"
datetime="2017-11-22T22:27:09-08:00"
itemprop="dateModified">
November 15, 2017
</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 />
</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>