-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrss.xml
810 lines (809 loc) · 37 KB
/
rss.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<!--Add 4h to get GMT-->
<!--In vim, use the command :r !date -R to get the date.-->
<channel>
<atom:link href="http://adam4235.github.io/rss.xml" rel="self" type="application/rss+xml" />
<title>Adam Richard's web page</title>
<link>http://adam4235.github.io/</link>
<description>Adam Richard's web page</description>
<item>
<title>I doubt anybody uses this RSS feed, and since it takes effort to maintain, I'll abandon it unless anyone informs me that they use it. An alternative notification you can get for updates to my website is here. Please contact me if this causes you inconvenience.</title>
<link>https://github.com/adam4235/adam4235.github.io/commits/master.atom</link>
<pubDate>Sat, 09 May 2020 11:33:04 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/133</guid>
</item>
<item>
<title>Added "Heathers" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Sat, 04 Apr 2020 18:59:28 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/132</guid>
</item>
<item>
<title>Updated email</title>
<link>https://adam4235.github.io/email.html</link>
<pubDate>Mon, 17 Feb 2020 13:04:37 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/131</guid>
</item>
<item>
<title>Added "Star Trek Picard" to my favourite TV shows, and added FTL: Faster than Light, Into the Breach, and Wargroove to my favourite video games</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sat, 15 Feb 2020 13:11:10 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/130</guid>
</item>
<item>
<title>Added "Star Wars Episode IX: The Rise of Skywalker" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Sun, 22 Dec 2019 21:12:24 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/129</guid>
</item>
<item>
<title>Added "Ironclad Tactics" to my favourite video games</title>
<link>http://adam4235.github.io/facebook.html#singlevideogames</link>
<pubDate>Tue, 17 Dec 2019 17:51:37 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/128</guid>
</item>
<item>
<title>Added "Dungeons and Dragons" to my favourite board games</title>
<link>http://adam4235.github.io/facebook.html#boardgames</link>
<pubDate>Sun, 08 Dec 2019 19:59:43 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/127</guid>
</item>
<item>
<title>Added "The Orville" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Sun, 24 Nov 2019 09:33:15 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/126</guid>
</item>
<item>
<title>Added "That 70s Show" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Thu, 26 Sep 2019 08:28:05 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/125</guid>
</item>
<item>
<title>Added a vegan mayonnaise recipe (better than Vegenaise)</title>
<link>http://adam4235.github.io.user.fm/recipes/snacks/vegan_mayonnaise.txt</link>
<pubDate>Tue, 03 Sep 2019 17:12:10 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/124</guid>
</item>
<item>
<title>Added my two favourite camps to my favourite activities for children</title>
<link>http://adam4235.github.io.user.fm/children.html</link>
<pubDate>Mon, 02 Sep 2019 11:51:35 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/123</guid>
</item>
<item>
<title>Added "Undertale" to my favourite video games</title>
<link>http://adam4235.github.io/facebook.html#singlevideogames</link>
<pubDate>Sat, 31 Aug 2019 21:56:22 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/122</guid>
</item>
<item>
<title>Added Nausicaa of the Valley of the Wind to my favourite movies, and Zero-K and Starcraft 2 to my favourite video games</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Fri, 12 Apr 2019 17:58:26 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/121</guid>
</item>
<item>
<title>Added a script to do loan calculations</title>
<link>http://adam4235.github.io/loans.html</link>
<pubDate>Fri, 18 Jan 2019 11:49:05 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/120</guid>
</item>
<item>
<title>Added "Ready Player One" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Thu, 20 Dec 2018 13:01:22 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/119</guid>
</item>
<item>
<title>Added "Squirrel Seeks Chipmunk" by David Sedaris to my favourite books and "My Cousin Vinny" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Sat, 20 Oct 2018 13:07:17 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/118</guid>
</item>
<item>
<title>Added "Play Dominion Online" to my bookmarks</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Sat, 13 Oct 2018 21:27:27 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/117</guid>
</item>
<item>
<title>Added a new recipe: Kale Potato Soup</title>
<link>http://adam4235.github.io/recipes/supper/kale_potato_soup.txt</link>
<pubDate>Sat, 06 Oct 2018 21:50:57 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/116</guid>
</item>
<item>
<title>Added "The Good Place" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Tue, 11 Sep 2018 18:10:38 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/115</guid>
</item>
<item>
<title>Added "Red Dwarf" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Tue, 05 Jun 2018 21:23:29 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/114</guid>
</item>
<item>
<title>Added "Speaker for the Dead" by Orson Scott Card to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Mon, 30 Apr 2018 16:51:20 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/113</guid>
</item>
<item>
<title>Added "Dirk Gently's Holistic Detective Agency" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Fri, 23 Mar 2018 19:35:12 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/112</guid>
</item>
<item>
<title>Added The Callahan series by Spider Robinson to my favourite books</title>
<link>http://adam4235.github.io.user.fm/facebook.html#books</link>
<pubDate>Sat, 24 Feb 2018 12:04:09 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/111</guid>
</item>
<item>
<title>Added "What We Did On Our Holiday" to my favourite movies</title>
<link>http://adam4235.github.io.user.fm/facebook.html#movies</link>
<pubDate>Sun, 24 Dec 2017 15:31:22 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/110</guid>
</item>
<item>
<title>Added "Star Wars: The Last Jedi" to my favourite movies</title>
<link>http://adam4235.github.io.user.fm/facebook.html#movies</link>
<pubDate>Wed, 20 Dec 2017 10:02:00 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/109</guid>
</item>
<item>
<title>Added "Snow Crash" by Neal Stephenson to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Sun, 17 Dec 2017 11:14:37 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/108</guid>
</item>
<item>
<title>Added "Scruples" to my favourite board games</title>
<link>http://adam4235.github.io/facebook.html#boardgames</link>
<pubDate>Sun, 12 Nov 2017 10:07:03 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/107</guid>
</item>
<item>
<title>Added "Adventures in Babysitting" to my favourite movies</title>
<link>http://adam4235.github.io.user.fm/facebook.html#movies</link>
<pubDate>Sat, 02 Sep 2017 19:35:03 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/106</guid>
</item>
<item>
<title>Added "Change My View" forum to my bookmarks</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Tue, 29 Aug 2017 11:35:40 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/105</guid>
</item>
<item>
<title>Added a section on Anti-advertising tools to my bookmarks (also removed / changed a few bookmarks to be more free / open)</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Wed, 12 Jul 2017 22:25:44 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/104</guid>
</item>
<item>
<title>Added "The Princess Bride" abridgement by William Goldman to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Sun, 02 Jul 2017 13:58:30 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/103</guid>
</item>
<item>
<title>Added 2 new sections: my "encyclopedia" of random bits of information, and some articles I found interesting on the internet.</title>
<link>http://adam4235.github.io/</link>
<pubDate>Tue, 02 May 2017 16:41:26 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/102</guid>
</item>
<item>
<title>Added "Super Mario Maker" to my favourite video games</title>
<link>http://adam4235.github.io/facebook.html#singlevideogames</link>
<pubDate>Wed, 26 Apr 2017 11:29:33 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/101</guid>
</item>
<item>
<title>Added "Tyrants of the Underdark" to my favourite board games</title>
<link>http://adam4235.github.io/facebook.html#boardgames</link>
<pubDate>Wed, 12 Apr 2017 20:07:43 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/100</guid>
</item>
<item>
<title>Added "Stranger in a Strange Land" by Robert Heinlein (uncut version) to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Mon, 03 Apr 2017 21:12:40 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/99</guid>
</item>
<item>
<title>Added "Battle for Wesnoth" to my favourite video games</title>
<link>http://adam4235.github.io/facebook.html#singlevideogames</link>
<pubDate>Thu, 16 Feb 2017 20:50:40 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/98</guid>
</item>
<item>
<title>Added "Plants vs. Zombies" to my favourite video games</title>
<link>http://adam4235.github.io/facebook.html#singlevideogames</link>
<pubDate>Sun, 29 Jan 2017 20:01:35 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/97</guid>
</item>
<item>
<title>Added favourite video games to my "Facebook" profile</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sat, 28 Jan 2017 22:19:35 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/96</guid>
</item>
<item>
<title>Added "Brooklyn 99" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Sun, 22 Jan 2017 21:52:19 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/95</guid>
</item>
<item>
<title>Added "Evolution: Climate" to my favourite board games</title>
<link>http://adam4235.github.io/facebook.html#boardgames</link>
<pubDate>Fri, 13 Jan 2017 18:52:19 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/94</guid>
</item>
<item>
<title>Added bokos to my favourite books for children</title>
<link>http://adam4235.github.io/children.html</link>
<pubDate>Tue, 25 Oct 2016 10:31:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/93</guid>
</item>
<item>
<title>Added a bunch of books to my favourite things for children</title>
<link>http://adam4235.github.io/children.html</link>
<pubDate>Sat, 15 Oct 2016 19:31:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/92</guid>
</item>
<item>
<title>Added some apps to my favourite software</title>
<link>http://adam4235.github.io/facebook.html#software</link>
<pubDate>Thu, 29 Sep 2016 21:29:15 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/91</guid>
</item>
<item>
<title>Added Beautiful Anonymous People and Stuff You Should Know to my favourite podcasts</title>
<link>http://adam4235.github.io/facebook.html#podcasts</link>
<pubDate>Thu, 29 Sep 2016 20:29:15 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/90</guid>
</item>
<item>
<title>Added primitivetechnology.wordpress.com to my bookmarks</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Thu, 29 Sep 2016 11:30:33 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/89</guid>
</item>
<item>
<title>Added podbay.fm to my bookmarks</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Wed, 28 Sep 2016 21:25:28 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/88</guid>
</item>
<item>
<title>Added "Zootopia" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Mon, 26 Sep 2016 14:52:56 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/87</guid>
</item>
<item>
<title>Added some books to my favourite things for children</title>
<link>http://adam4235.github.io/children.html</link>
<pubDate>Thu, 22 Sep 2016 10:31:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/86</guid>
</item>
<item>
<title>Added several bookmarks, mainly based on https://www.pinterest.com/pin/408490628681772356/</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Sat, 17 Sep 2016 23:13:19 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/85</guid>
</item>
<item>
<title>Added "Scrap Mechanic" to my favourite educational video games for children</title>
<link>http://adam4235.github.io/children.html</link>
<pubDate>Sat, 10 Sep 2016 10:31:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/84</guid>
</item>
<item>
<title>Added more links to my bookmarks for kids / teachers / parents</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Tue, 30 Aug 2016 15:06:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/83</guid>
</item>
<item>
<title>Added links to my bookmarks for kids / teachers / parents</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Tue, 30 Aug 2016 11:06:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/82</guid>
</item>
<item>
<title>Added a section "Favourite stuff for children" to my website</title>
<link>http://adam4235.github.io/</link>
<pubDate>Tue, 30 Aug 2016 11:06:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/81</guid>
</item>
<item>
<title>Updated bookmarks - Added Wolfram Alpha, Sketchup and ScribbleMaps</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Wed, 30 Mar 2016 11:06:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/80</guid>
</item>
<item>
<title>Added 3rd Rock from the Sun to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Wed, 30 Mar 2016 11:06:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/79</guid>
</item>
<item>
<title>Added "Telestrations" and "Splendor" to my favourite board games.</title>
<link>http://adam4235.github.io/facebook.html#boardgames</link>
<pubDate>Mon, 14 Mar 2016 09:56:30 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/78</guid>
</item>
<item>
<title>Added Star Wars: The Force Awakens</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Wed, 06 Jan 2016 09:56:30 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/77</guid>
</item>
<item>
<title>Added "Meet the Robinsons" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Sun, 22 Nov 2015 18:01:02 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/76</guid>
</item>
<item>
<title>Added "Gargantia on the Verdurous Planet" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Thu, 12 Nov 2015 13:34:10 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/75</guid>
</item>
<item>
<title>Added "Parks and Recreation" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Tue, 18 Aug 2015 18:09:29 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/74</guid>
</item>
<item>
<title>Added "Guardians of the Galaxy" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Fri, 14 Aug 2015 18:59:01 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/73</guid>
</item>
<item>
<title>Added "36 Arguments for the Existence of God: A Work of Fiction" by Rebecca Goldstein to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Fri, 14 Aug 2015 18:55:52 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/72</guid>
</item>
<item>
<title>Added Android: Netrunner to my favourite board games</title>
<link>http://adam4235.github.io/facebook.html#boardgames</link>
<pubDate>Wed, 24 Jun 2015 21:35:07 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/71</guid>
</item>
<item>
<title>Added "The Humans" by Matt Haig to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Wed, 10 Jun 2015 21:11:17 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/70</guid>
</item>
<item>
<title>Added "Willow" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Mon, 08 Jun 2015 10:42:45 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/69</guid>
</item>
<item>
<title>Added "Harry Potter and the Deathly Hallows" to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Thu, 04 Jun 2015 20:34:55 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/68</guid>
</item>
<item>
<title>Added "Trigun" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Sat, 18 Apr 2015 08:43:53 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/67</guid>
</item>
<item>
<title>Added "Merlin" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Sat, 11 Apr 2015 22:45:18 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/66</guid>
</item>
<item>
<title>Added "Frankenweenie" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Mon, 30 Mar 2015 21:57:59 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/65</guid>
</item>
<item>
<title>Added "Dogma" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Sun, 08 Mar 2015 17:34:13 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/64</guid>
</item>
<item>
<title>Added "Mrs. Doubtfire" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Sun, 01 Mar 2015 18:14:18 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/63</guid>
</item>
<item>
<title>Added "The Reason I Jump" to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Sat, 29 Nov 2014 12:57:37 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/62</guid>
</item>
<item>
<title>Added "Castle Panic!" to my favourite board games</title>
<link>http://adam4235.github.io/facebook.html#boardgames</link>
<pubDate>Sat, 22 Nov 2014 16:21:34 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/61</guid>
</item>
<item>
<title>Added "Scorpion" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html#tv</link>
<pubDate>Sun, 28 Sep 2014 17:02:45 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/60</guid>
</item>
<item>
<title>Added a tip to my "environmental / life hacking" tips</title>
<link>http://adam4235.github.io/environment.html</link>
<pubDate>Mon, 08 Sep 2014 20:54:44 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/59</guid>
</item>
<item>
<title>Added a quote to my favourite quotes</title>
<link>http://adam4235.github.io/facebook.html#quotes</link>
<pubDate>Wed, 13 Aug 2014 10:07:54 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/58</guid>
</item>
<item>
<title>Added "Ishmael" and "My Ishmael" to my favourite philosophical works</title>
<link>http://adam4235.github.io/facebook.html#philworks</link>
<pubDate>Sun, 20 Jul 2014 19:09:59 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/57</guid>
</item>
<item>
<title>Added "Harry Potter and the Prisoner of Azkaban" to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Fri, 11 Jul 2014 21:59:44 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/56</guid>
</item>
<item>
<title>Added "Banana Bread" by Laura Genschorek to my favourite music</title>
<link>http://adam4235.github.io/facebook.html#music</link>
<pubDate>Sat, 24 May 2014 18:17:43 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/55</guid>
</item>
<item>
<title>Added "Frozen" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html#movies</link>
<pubDate>Mon, 28 Apr 2014 21:49:04 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/54</guid>
</item>
<item>
<title>Added "Harry Potter and the Philosopher's Stone" to my favourite books</title>
<link>http://adam4235.github.io/facebook.html#books</link>
<pubDate>Mon, 17 Mar 2014 21:29:30 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/53</guid>
</item>
<item>
<title>Added "The Oatmeal" to my favourite comics</title>
<link>http://adam4235.github.io/facebook.html#comics</link>
<pubDate>Fri, 14 Mar 2014 21:03:55 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/52</guid>
</item>
<item>
<title>Added "On Vivisection" by C.S. Lewis to my Favourite Philosophical Works</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sat, 01 Mar 2014 19:41:36 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/51</guid>
</item>
<item>
<title>Added Sledge Hockey to my interests</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Mon, 24 Feb 2014 07:11:40 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/50</guid>
</item>
<item>
<title>Added note about toothpaste with fluoride that's not tested on animals.</title>
<link>http://adam4235.github.io/environment.html</link>
<pubDate>Sat, 08 Feb 2014 10:30:17 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/49</guid>
</item>
<item>
<title>Added "Game of Thrones" to my favourite board games</title>
<link>http://adam4235.github.io/facebook.html#boardgames</link>
<pubDate>Sun, 02 Feb 2014 09:14:32 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/48</guid>
</item>
<item>
<title>Added "Freaks and Geeks" to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 05 Jan 2014 14:14:24 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/47</guid>
</item>
<item>
<title>Added "Welcome to Night Vale" to my favourite podcasts:</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Fri, 13 Dec 2013 22:44:12 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/46</guid>
</item>
<item>
<title>Added "Philosophize This!" to my favourite podcasts:</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Mon, 09 Dec 2013 19:18:42 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/45</guid>
</item>
<item>
<title>Added a "Favourite Philosophical Works" section to my "Facebook" page</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 24 Nov 2013 13:06:03 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/44</guid>
</item>
<item>
<title>Added several links to my bookmarks</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Sat, 09 Nov 2013 20:16:31 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/43</guid>
</item>
<item>
<title>Now that I have internet at home, I can chat on skype; updated my contact page accordingly.</title>
<link>http://adam4235.github.io/email.html</link>
<pubDate>Sat, 09 Nov 2013 13:41:45 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/42</guid>
</item>
<item>
<title>Added "Harold and Maude" to my favorite movies</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 22 Sep 2013 19:23:23 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/41</guid>
</item>
<item>
<title>Published a book</title>
<link>https://www.smashwords.com/books/view/350737</link>
<pubDate>Fri, 30 Aug 2013 17:16:42 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/40</guid>
</item>
<item>
<title>Added a new section to my website for reviews of products / businesses</title>
<link>http://adam4235.github.io/reviews.html</link>
<pubDate>Tue, 23 Jul 2013 20:43:22 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/39</guid>
</item>
<item>
<title>Added a new version of my "meals" program - now it can suggest meals from ingredients you already have on hand</title>
<link>http://adam4235.github.io/recipe_instructions.html</link>
<pubDate>Tue, 02 Jul 2013 18:06:07 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/38</guid>
</item>
<item>
<title>Added "The Black Adder" to my favorite TV shows, and updated my "Religious views" section</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Wed, 17 Apr 2013 21:34:36 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/37</guid>
</item>
<item>
<title>Added "The Croods" to my favorite movies</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 14 Apr 2013 11:31:22 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/36</guid>
</item>
<item>
<title>Added "Sherlock" and "Doctor Who" to my favorite TV shows</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Thu, 14 Mar 2013 17:12:47 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/35</guid>
</item>
<item>
<title>Added "Little Mosque on the Prairie" to my favorite TV shows</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 03 Mar 2013 12:33:46 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/34</guid>
</item>
<item>
<title>Added One Direction: Up All Night, One Thing, and What Makes You Beautiful to my favorite music, and added Just Dance, New Super Mario Bros. Wii, and Super Paper Mario to my favorite video games</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Fri, 08 Feb 2013 18:17:00 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/33</guid>
</item>
<item>
<title>Added District 9 to my favorite movies</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sat, 08 Sep 2012 18:35:26 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/32</guid>
</item>
<item>
<title>Updated favorite board games, TV shows and books.</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 01 Jul 2012 21:08:54 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/31</guid>
</item>
<item>
<title>Added "Micmacs" and "Paul" to my favourite movies</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Fri, 22 Jun 2012 23:47:29 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/30</guid>
</item>
<item>
<title>Added Favourite podcasts section</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Thu, 24 May 2012 19:44:38 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/29</guid>
</item>
<item>
<title>Added "Africa" by Toto to my favorite songs</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Fri, 09 Mar 2012 18:52:34 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/28</guid>
</item>
<item>
<title>Added some quotes to my favorite quotes</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Tue, 07 Feb 2012 21:23:52 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/27</guid>
</item>
<item>
<title>Updated my "About Me" section, added an "About you" section to my "Facebook" profile</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 08 Jan 2012 13:14:52 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/26</guid>
</item>
<item>
<title>Removed "Terminator: The Sarah Connor Chronicles" from my favorite TV shows (it was only the 1st episode or two that was good)</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sat, 07 Jan 2012 00:18:46 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/25</guid>
</item>
<item>
<title>Added MacGuyver and Terminator: The Sarah Connor Chronicles to my favourite TV shows</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 04 Dec 2011 20:05:52 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/24</guid>
</item>
<item>
<title>Added a quote to my favorite quotes</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Mon, 05 Sep 2011 13:55:00 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/23</guid>
</item>
<item>
<title>Added / updated several recipes</title>
<link>http://adam4235.github.io/recipes/</link>
<pubDate>Wed, 10 Aug 2011 18:03:00 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/22</guid>
</item>
<item>
<title>Added a quote to my favorite quotes.</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 27 Feb 2011 22:03:00 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/21</guid>
</item>
<item>
<title>Added Scott Pilgrim vs The World, Planet of the Apes, and T2 to favorite movies</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 06 Feb 2011 18:32:00 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/20</guid>
</item>
<item>
<title>Added a link to my dating profile.</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Sun, 02 Jan 2011 20:32:00 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/19</guid>
</item>
<item>
<title>Updated instructions on preventing flyers in the mail, and added instructions on preventing phone books in the mail.</title>
<link>http://adam4235.github.io/environment.html</link>
<pubDate>Mon, 06 Dec 2010 10:17:47 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/18</guid>
</item>
<item>
<title>Removed my note about planes being worse than cars, because I've now read that cars pollute more than planes, so I don't really know anymore.</title>
<link>http://adam4235.github.io/environment.html</link>
<pubDate>Sun, 03 Oct 2010 09:53:47 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/17</guid>
</item>
<item>
<title>Added "UHF" to my favorite movies</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Thu, 30 Sep 2010 21:05:47 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/16</guid>
</item>
<item>
<title>Fixed a bug in my burn script. It also doesn't check the ISO file anymore, because that doesn't work well.</title>
<link>http://adam4235.github.io/burn/</link>
<pubDate>Wed, 22 Sep 2010 21:04:00 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/15</guid>
</item>
<item>
<title>Added a note about my bad experiences with the Gleaner, removed link to my religious beliefs.</title>
<link>http://adam4235.github.io/everyone_should_know.html</link>
<pubDate>Fri, 03 Sep 2010 09:37:00 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/14</guid>
</item>
<item>
<title>Added Amphibian to my favorite books</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Thu, 19 Aug 2010 11:28:29 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/13</guid>
</item>
<item>
<title>Added laundry detergent recipe</title>
<link>http://adam4235.github.io/laundry_detergent_recipe.html</link>
<pubDate>Tue, 27 Apr 2010 18:47:10 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/12</guid>
</item>
<item>
<title>Posted my reasons for leaving Facebook</title>
<link>http://adam4235.github.io/whynotfacebook.html</link>
<pubDate>Thu, 08 Apr 2010 10:53:09 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/11</guid>
</item>
<item>
<title>Added new things to my "Environmental / Life Hacking tricks" section</title>
<link>http://adam4235.github.io/environment.html</link>
<pubDate>Wed, 31 Mar 2010 17:07:05 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/10</guid>
</item>
<item>
<title>Added rawdog to my favorite software</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Fri, 19 Mar 2010 08:45:29 -0300</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/9</guid>
</item>
<item>
<title>Added new pick_file script to my software section for download</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Thu, 11 Mar 2010 21:51:57 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/8</guid>
</item>
<item>
<title>Added dmenu and portage to my favorite software</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Thu, 11 Mar 2010 09:29:22 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/7</guid>
</item>
<item>
<title>Changed my dictionary website to dict.org and board game site to boardgamegeek.com, removed changenotes.com link</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Sat, 27 Feb 2010 15:35:43 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/6</guid>
</item>
<item>
<title>Added my favorite software to my "Facebook" profile</title>
<link>http://adam4235.github.io/facebook.html</link>
<pubDate>Wed, 24 Feb 2010 18:11:39 -0400</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/5</guid>
</item>
<item>
<title>Added new section - "Environmental / Life Hacking tricks"</title>
<link>http://adam4235.github.io/environment.html</link>
<pubDate>Tue, 02 Feb 2010 02:19:16 GMT</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/4</guid>
</item>
<item>
<title>Added bookmark for cross-country ski trails in Fredericton</title>
<link>http://adam4235.github.io/my_bookmarks.html</link>
<pubDate>Sat, 26 Dec 2009 17:05:00 GMT</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/3</guid>
</item>
<item>
<title>Updated blog links, now that I have a new blog</title>
<link>http://adam4235.github.io/</link>
<pubDate>Sat, 12 Dec 2009 12:35:27 GMT</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/2</guid>
</item>
<item>
<title>Added new RSS feed</title>
<link>http://adam4235.github.io/</link>
<pubDate>Sat, 12 Dec 2009 00:50:16 GMT</pubDate>
<guid isPermaLink="false">http://adam4235.github.io/1</guid>
</item>
</channel>
</rss>