321
|
1 <?xml version="1.0" encoding="US-ASCII"?>
|
|
2 <!DOCTYPE html
|
|
3 PUBLIC "-//HST//DTD XHTML5 1.0 Transitional//EN" "http://www.ltg.ed.ac.uk/~ht/xhtml5.dtd">
|
|
4 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta name="copyright" content="Copyright © 2024 <a href="http://www.ltg.ed.ac.uk/~ht/">Henry S. Thompson</a>&#160;<a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">CC-BY-SA</a>"/><meta http-equiv="Content-type" content="text/html; charset=utf-8"/><style type="text/css">
|
|
5 ul.nolabel { margin: 0; margin-left: -2.5em}
|
|
6 ul.naked.nolabel {margin: 0; margin-left: 0; padding-left: 0}
|
|
7 ul.cdefn {clear: both}
|
|
8 div.ndli { margin-bottom: 1ex }
|
|
9 div.hidden {display: none}
|
|
10
|
|
11 ul.naked > li { list-style-type: none; background: none; margin-left: 2em;
|
|
12 margin-bottom: 0 }
|
|
13 li ul.naked > li, dd ul.naked > li { list-style-type: none; background: none; margin-left: 0;
|
|
14 margin-bottom: 0 }
|
|
15 li.cdefni {}
|
|
16 li.cdefni span.cl {display: inline-block; vertical-align: bottom}
|
|
17 li.cdefni span.cr {display: inline-block; margin-left: 1em; vertical-align: bottom}
|
|
18 pre.code {display: inline-block}
|
|
19 blockquote.vanilla {display: inline-block; margin-left: 1em;
|
|
20 border: solid 1px; background: rgb(238,234,230);
|
|
21 padding: .5ex .5em}
|
|
22 blockquote.vanilla ul.naked li {margin-left: 0 ! important;font-size: 100%}
|
|
23 ol ol ol, ol ol ol li {list-style-type: lower-roman}
|
|
24 ol ol, ol ol li {list-style-type: lower-alpha}
|
|
25 i i {font-style: normal}
|
|
26 li li {font-style: normal}
|
|
27 li ul li {font-style: normal}
|
|
28 li { line-height: 100%; margin-top: 0.3em}
|
|
29 .math {font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', serif}
|
|
30 .sub {font-size: 80%; vertical-align: sub}
|
|
31 .termref {text-decoration: none; color: #606000}
|
|
32 .licence {margin-left: 1em; font-size: 70%}
|
|
33 .credits {margin-left: 1.5em; font-size: 70%}
|
|
34 .right {position: absolute}
|
|
35 .stackdown {vertical-align: text-top; margin-top: 0}
|
|
36 body {font-size: 12pt}
|
|
37 pre.numbered {
|
|
38 white-space: pre-wrap;
|
|
39 }
|
|
40 div.counter {
|
|
41 counter-reset: listing;
|
|
42 }
|
|
43 pre.numbered code {
|
|
44 counter-increment: listing;
|
|
45 }
|
|
46 pre.cl code::before {
|
|
47 content: "$ " ;
|
|
48 font-size: 80%;
|
|
49 width: 2em
|
|
50 }
|
|
51 pre.numbered code::before {
|
|
52 content: counter(listing) ". ";
|
|
53 display: inline-block;
|
|
54 font-size: 80%;
|
|
55 width: 3em;
|
|
56 padding-left: auto;
|
|
57 margin-left: auto;
|
|
58 text-align: right;
|
|
59 }
|
|
60
|
|
61 /* content doesn't combine :-( */
|
|
62 pre.numbered.cl code::before {
|
|
63 content: counter(listing) ". $ ";
|
|
64 display: inline-block;
|
|
65 font-size: 80%;
|
|
66 width: 3em;
|
|
67 padding-left: auto;
|
|
68 margin-left: auto;
|
|
69 text-align: right;
|
|
70 }
|
|
71 @page { size: A4 portrait; margin: 2cm;
|
|
72 orphans: 2; widows: 2;}
|
|
73 @media screen {
|
|
74 body {width: 20cm; margin-left: auto; margin-right: auto}
|
|
75 }
|
|
76 @media print {
|
|
77 body {font-size: 10pt}
|
|
78 h1, h2, h3, h4 {page-break-after: avoid}
|
|
79 }
|
|
80 pre.code {font-family: monospace;
|
|
81 font-weight: bold;
|
|
82 line-height: 120%;
|
|
83 padding-top: 0.2em;
|
|
84 padding-bottom: 0.2em;
|
|
85 padding-left: 1em;
|
|
86 padding-right: 1em;
|
|
87 border-style: solid;
|
|
88 border-left-width: 1em;
|
|
89 border-top-width: thin;
|
|
90 border-right-width: thin;
|
|
91 border-bottom-width: thin;
|
|
92 border-color: #95ABD0;
|
|
93 color: #00428C;
|
|
94 background-color: #E4E5E7;
|
|
95 }
|
|
96 pre {margin-left: 0em}
|
|
97 div.toc h2 {font-size: 120%; margin-top: 0em; margin-bottom: 0em}
|
|
98 div.toc h4 {font-size: 100%; margin-top: 0em; margin-bottom: 0em;
|
|
99 margin-left: 1em}
|
|
100 div.toc h1 {font-size: 140%; margin-bottom: 0em}
|
|
101 div.toc ul {margin-top: 1ex}
|
|
102 .byline {font-size: 120%}
|
|
103 div.figure {margin-left: 2em}
|
|
104 div.caption {font-style: italic; font-weight: bold; margin-top: 1em}
|
|
105 i i {font-style: normal}
|
|
106 img {border: 0}
|
|
107 .copyright {font-size: 70%}
|
|
108 .note {width: 20%; float: right; clear: right; margin-left: .5em}
|
|
109 </style><title>A Guide for Living</title></head><body style="font-family: DejaVu Sans, Arial; background: rgb(254,250,246)"><div style="text-align: center" class="head"><h1>A Guide for Living</h1><hr/><div class="byline">Henry S. Thompson</div><div class="byline">17 Jan 2024</div><div class="copyright">Copyright © 2024 <a href="http://www.ltg.ed.ac.uk/~ht/">Henry S. Thompson</a> <a href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">CC-BY-SA</a></div></div><div class="body"><div><h2>1. Introduction</h2><p>I should be continually striving to fulfill the potential of my humanity
|
|
110 (in general) and my particular gifts (in particular), grounded in Christianity.
|
|
111 "... 'Live up to the light thee hast and more will be granted thee'. ... [so] I
|
|
112 strove to lead a more Christian life, in unison with what I knew to be right
|
|
113 ..." Caroline Fox, 26.04 in QF&P</p><p>Accepting that I will fail again, while trying to fail better, what
|
|
114 follows are some specific actions or goals, which I may use "as an aid to
|
326
|
115 self-discipline" [BPD] if I take the above seriously.</p></div><div><h2>2. Specifics</h2><ul class=" "><li>Start most days with some quiet time, prayer for the day ahead, what
|
321
|
116 opportunities/risks it may offer for doing good/falling short. End most days
|
|
117 with some form of [Ignatian] Examen</li><li>Apologise less, and only when it's genuine, and not a dishonest
|
|
118 attempt to look good/earn brownie points.</li><li>Enumerate specific concrete goals/projects
|
|
119 <ul class=" "><li>For those
|
|
120 already underway, describe/identify KPIs/criteria for declaring victory and/or
|
|
121 pulling out
|
|
122 <ul class=" "><li>CCrawl research paper</li><li>Grant proposal</li><li>PDF project</li><li>CDX project</li><li>WebArch book</li><li>Move south</li></ul>
|
|
123 </li><li>For candidates,
|
|
124 prioritise
|
|
125 <ul class=" "><li>CCrawl whitepaper</li><li>Middle Way project</li><li>Autobiography</li><li>Group of N</li></ul>
|
326
|
126 </li>
|
|
127 [ref. BPD "[C]omplete all tasks I take on and only take on
|
321
|
128 those I truly feel I can carry out. To finish current major projects before I
|
326
|
129 embark on new ones"]</ul>
|
321
|
130 </li><li>Start a House Group dedicated to Good Old Fashioned (Christian)
|
|
131 Quakerism [ref. BPD "[M]ake a commitment to discuss my faith and the faith of
|
|
132 others each week"; "[A]ttempt to find others who would want to participate in
|
|
133 mutual guidance"; "[T]hink about the future of Quakerism"]</li><li>Start having people in for lunch (Bonnie?) or dinner</li><li>Ask Mark if we can start having lunch every week or two</li><li>Look for a way to volunteer in a helping capacity Samaritains? Google
|
|
134 [volunteer counselling opportunities edinburgh] suggests there are _lots_ of
|
|
135 opportunities Reconsider my unwillingness to serve as an Overseer</li><li>Anger management: try harder to own the weaknesses that fuel my
|
|
136 aggressive responses
|
|
137 <ul class=" "><li>To Catharine</li><li>To (motor)cyclists</li></ul>
|
|
138 </li><li>Declutter, including reclassifying much long-held-on-to as clutter.
|
|
139 [ref. AW "[Release] many possessions and attachments ... no longer hoard
|
|
140 newspapers/cuttings and printed matter generally.]</li><li>Practice explicit humility and thanksgiving, giving thanks for "the
|
|
141 comforts [I] enjoy and the responsibilities [my] affluence entails" [BPD] and
|
326
|
142 the blessings of my family.</li><li><p>Aim for honesty and integrity, not forgetting the that tact is not
|
321
|
143 dishonesty: "Is it true, is it kind, is it necessary, is it helpful?" and "Does
|
326
|
144 this build community?"</p>
|
|
145 <p>Things to document/confess/seek to redress, or lay to
|
|
146 rest?
|
|
147 <ul class=" "><li>Russian History</li><li>Early years of marriage</li><li>Timanous</li></ul>
|
|
148 </p>
|
|
149 </li><li>Try not to dismiss suggestions/opportunities out-of-hand.</li></ul></div></div></body></html> |