-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex24.html
814 lines (748 loc) · 26.4 KB
/
index24.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
<!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="Looking back «Mandaris Moore»"
href="2011/01/looking-back.html"
itemprop="url">
Looking back
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I'm just a guy trying to make the best of the world.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Looking back «Mandaris Moore»"
href="2011/01/looking-back.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="2011-01-06T07:15:31-08:00"
itemprop="dateCreated datePublished">
January 06, 2011
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/personal.html">
personal
</a>
<a
class="tag"
rel="category tag"
href="./tag/review.html">
review
</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="Getting back into it «Mandaris Moore»"
href="2011/01/getting-back-into-it.html"
itemprop="url">
Getting back into it
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>Well, the last couple of weeks have been really busy in between moving to a new location, new routines, new expenses and just a lot of new things. Unfortunately, I've allowed myself to get off the routines that I've been putting together and the biggest reason is my own procrastination.</p>
<p>Part of me wants to make this blog "Perfect", so I spend too much time thinking about all the little tools I should use to make it. I wonder "How am I going to host images?", "Am I going to continue hosting it on google?", "How do I keep track of old post: Should I leave them on the server or on my local machine?", "What if my laptop gets stolen?", "Should I only write on my laptop or anything I get my hands on?"</p>
<p>It goes on and on, and I forget the important thing. This blog is for me. I do it to put my thoughts into words and from there I post it for the whole world to see. I make it, not the other way around.</p>
<p>If you don't like it, you don't have to read it.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Getting back into it «Mandaris Moore»"
href="2011/01/getting-back-into-it.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="2011-01-05T23:06:58-08:00"
itemprop="dateCreated datePublished">
January 05, 2011
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/personal.html">
personal
</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 New Digs «Mandaris Moore»"
href="2011/01/the-new-digs.html"
itemprop="url">
The New Digs
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>So, I'm in the process of moving in. The goal? To own everything I make. I don't expect many people to understand, but then again...</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="The New Digs «Mandaris Moore»"
href="2011/01/the-new-digs.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="2011-01-03T19:57:42-08:00"
itemprop="dateCreated datePublished">
January 03, 2011
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/website.html">
website
</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="What do you do when all you want to do is write... «Mandaris Moore»"
href="2010/12/what-do-you-do-when-all-you-want-to-do-is-write.html"
itemprop="url">
What do you do when all you want to do is write...
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>... you just start writing... </p>
<p>That's it.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="What do you do when all you want to do is write... «Mandaris Moore»"
href="2010/12/what-do-you-do-when-all-you-want-to-do-is-write.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="2010-12-08T20:13:55-08:00"
itemprop="dateCreated datePublished">
December 08, 2010
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/writing.html">
writing
</a>
<a
class="tag"
rel="category tag"
href="./tag/goals.html">
goals
</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="Productivity Dash «Mandaris Moore»"
href="2010/11/productivity-dash.html"
itemprop="url">
Productivity Dash
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I've got a lot to do...</p>
<p>We all do, it's important to remember what you priorities are. Do I really want to put the time into something that isn't going to move my life forward?</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Productivity Dash «Mandaris Moore»"
href="2010/11/productivity-dash.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="2010-11-24T22:38:29-08:00"
itemprop="dateCreated datePublished">
November 24, 2010
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/observation.html">
observation
</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="Going forward... «Mandaris Moore»"
href="2010/11/going-forward.html"
itemprop="url">
Going forward...
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>Well, a lot of things have happened in the last couple months and I honestly don't know where to start.</p>
<p>I'm just hoping that you, the internet, can be patient as I attempt to put all of this together.</p>
<p>If anything, this is going to be a great ride.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Going forward... «Mandaris Moore»"
href="2010/11/going-forward.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="2010-11-13T23:11:12-08:00"
itemprop="dateCreated datePublished">
November 13, 2010
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/observation.html">
observation
</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="Creating New Website «Mandaris Moore»"
href="2010/06/creating-new-website.html"
itemprop="url">
Creating New Website
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>Despite all of my <em>hard work</em> on facebook, it's time that I also have some kind of static site as well.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Creating New Website «Mandaris Moore»"
href="2010/06/creating-new-website.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="2010-06-03T18:05:37-07:00"
itemprop="dateCreated datePublished">
June 03, 2010
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/website.html">
website
</a>
<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="Email to Andy Ihnatko «Mandaris Moore»"
href="2010/05/email-to-andy-ihnatko.html"
itemprop="url">
Email to Andy Ihnatko
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>I recently sent an email to Andy Ihnatko, a really cool journalist from the Chicago Sun Times and Macbreak Weekly. I thought it was pretty good and I'd like to post it to you the internet!
(Note: I didn't take the time to do a second draft this is all from the top of my head).</p>
<blockquote>
<p>Hello Andy, I'm a fan and a happy mac user. I've heard a lot of arguments that I've paid too much for my mac, but I can't think of a time when I had to worry about this or that not working. Anyway, you've probably heard and experienced this story yourself.</p>
<p>The point of me emailing is that I'm having a hard time arguing with my co-workers in regards to the iPhone. I got one and I love it, the thing is testimate to modern computing and we wouldn't even be having a discussion about "smart" or "feature" phones if it hadn't come to pass.</p>
<p>It seems to me, that a lot of the talk after google IO were complaints against Apple not being open and that the web wanted to be free, but it seems that no one brings up the fact that the very first applications that third party developers could put on the iPhone were <em>gasp</em> web apps that: 1) Free to develop 2) Free of censorship from apple 3) Freely available to everyone and can run on (basically) any webkit based browser</p>
<p>I can understand some of the frustration that some of the developers are experiencing when it comes for submitting there application, but it seems kind of silly when somebody complains that she or he can't use tool Z on product i so they want to have nothing to do with it (or cancel a national conference).</p>
<p>To me, I'm reminded of someone saying they want to run their playstation games on a nintendo, but then I look at the people who are actively complaining and I wonder how many of them are console gamers.</p>
<p>One other thing, I'm tempted to buy the playboy application and do a little blog post about it, because I keep Leo talking about how apple is being hypocritical on their porn policy. I don't think this is true, because the applications that were taken off the store all contain nudity. The description on the playboy application says that it doesn't explicitly. The only thing is that I'm afraid my wife might beat me if she sees it when she syncs here ipod touch, but I think I could get away with it if a respected journalist said I should in order to get the inside scoop.</p>
<p>Lastly, I'd like to thank you for doing what you do. You explain your arguments a lot better than I do and it comes across and solid reasoning. I hope that you've read this and smiled!</p>
<p>Salutations!</p>
</blockquote>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Email to Andy Ihnatko «Mandaris Moore»"
href="2010/05/email-to-andy-ihnatko.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="2010-05-27T23:44:20-07:00"
itemprop="dateCreated datePublished">
May 27, 2010
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/osx.html">
OSX
</a>
<a
class="tag"
rel="category tag"
href="./tag/email.html">
email
</a>
<a
class="tag"
rel="category tag"
href="./tag/celebrities.html">
celebrities
</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="Photography, and the Tolerance for Courageous Sucking «Mandaris Moore»"
href="2010/05/photography-and-the-tolerance-for-courageous-sucking.html"
itemprop="url">
Photography, and the Tolerance for Courageous Sucking
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>Merlin Man has a great piece about the most important thing about <a href="http://www.43folders.com/2008/12/01/courageous-sucking">starting something</a>.</p>
<p>The hardest part of starting over is swallowing my pride, saying that I need help and then starting up again.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Photography, and the Tolerance for Courageous Sucking «Mandaris Moore»"
href="2010/05/photography-and-the-tolerance-for-courageous-sucking.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="2010-05-25T20:30:46-07:00"
itemprop="dateCreated datePublished">
May 25, 2010
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/goals.html">
goals
</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="Getting back to work «Mandaris Moore»"
href="2010/05/getting-back-to-work.html"
itemprop="url">
Getting back to work
</a>
</h2>
</header><div class="e-content post-body" itemprop="articleBody">
<p>Well, things have been hectic and I'm thinking about a lot of things in my personal life. The key is that those near me are happy and doing well. Living, learning and enjoying life.</p>
<p>I wish I could say that about people outside of my house, but I can only do so much.</p>
</div>
<p class="readmore u-url">
<a
rel="bookmark"
title="Getting back to work «Mandaris Moore»"
href="2010/05/getting-back-to-work.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="2010-05-24T23:57:28-07:00"
itemprop="dateCreated datePublished">
May 24, 2010
</time>
</span>
<br /> <span itemprop="keywords">
<a
class="tag"
rel="category tag"
href="./tag/personal.html">
personal
</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>