Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://derosia.com/phlog/includes/fullfeed.rss

  1. <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
  2. xmlns:content="http://purl.org/rss/1.0/modules/content/"
  3. xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:atom="http://www.w3.org/2005/Atom"
  6. xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  7. xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  8. >
  9.  
  10. <channel>
  11. <title>As it were&#8230;</title>
  12. <atom:link href="https://topher1kenobe.com/feed/" rel="self" type="application/rss+xml" />
  13. <link>https://topher1kenobe.com/</link>
  14. <description>The ruminations of topher1kenobe</description>
  15. <lastBuildDate>Sun, 27 Apr 2025 17:24:44 +0000</lastBuildDate>
  16. <language>en-US</language>
  17. <sy:updatePeriod>
  18. hourly </sy:updatePeriod>
  19. <sy:updateFrequency>
  20. 1 </sy:updateFrequency>
  21. <generator>https://wordpress.org/?v=6.8.1</generator>
  22.  
  23. <image>
  24. <url>https://topher1kenobe.com/wp-content/uploads/2021/03/favicon.ico</url>
  25. <title>As it were&#8230;</title>
  26. <link>https://topher1kenobe.com/</link>
  27. <width>32</width>
  28. <height>32</height>
  29. </image>
  30. <item>
  31. <title>Important technology moments in my career</title>
  32. <link>https://topher1kenobe.com/important-moments-in-my-career/</link>
  33. <comments>https://topher1kenobe.com/important-moments-in-my-career/#respond</comments>
  34. <dc:creator><![CDATA[topher]]></dc:creator>
  35. <pubDate>Sun, 27 Apr 2025 17:24:41 +0000</pubDate>
  36. <category><![CDATA[Career]]></category>
  37. <guid isPermaLink="false">https://topher1kenobe.com/?p=3307</guid>
  38.  
  39. <description><![CDATA[<p>In which I do a survey of the moments in my career where I learned new things that changed everything.</p>
  40. <p>The post <a href="https://topher1kenobe.com/important-moments-in-my-career/">Important technology moments in my career</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  41. ]]></description>
  42. <content:encoded><![CDATA[
  43. <p>I&#8217;m a web developer by trade, but I had very little (if any) formal training. I picked things up here and there as I went. Part of that is because I was in the business early enough that <em>everyone</em> was learning as they went.  People (looking at YOU Netscape) were literally making things up as they went to see what worked.  Here are some important events that made my career pivot.</p>
  44.  
  45.  
  46.  
  47. <h2 class="wp-block-heading">Learning HTML</h2>
  48.  
  49.  
  50.  
  51. <p>In late 1994 my college got access to the World Wide Web. This meant we could use the <a href="https://topher1kenobe.com/developing-for-lynx/">Lynx browser</a> on a dumb terminal connected to a VAX VMS machine in the back room. It was pretty cool, but <a href="https://topher1kenobe.com/things-i-said/">I still liked Gopher better</a>.</p>
  52.  
  53.  
  54.  
  55. <p>One day a friend named James came into the computer lab and said &#8220;Hey, look what I made!&#8221; and it was a web page!  I was floored, I had no idea we could make those. It was just an HTML file on the mainframe, no web server at all. </p>
  56.  
  57.  
  58.  
  59. <p>He said &#8220;You should make one too.&#8221; </p>
  60.  
  61.  
  62.  
  63. <p>and I said &#8220;I could never figure that stuff out.&#8221; </p>
  64.  
  65.  
  66.  
  67. <p>and he said &#8220;Sure you can, it&#8217;s easy, let me show you.&#8221;</p>
  68.  
  69.  
  70.  
  71. <p>And that afternoon I learned every HTML tag there was, because there were only about 40. <a href="https://www.w3.org/MarkUp/html-spec/">HTML2</a> wasn&#8217;t quite out yet. </p>
  72.  
  73.  
  74.  
  75. <p>It was amazing. Breathtaking. I thought about it day and night. I read about it. I made notes and stuck them in my back pocket so much that it got thicker than my wallet.</p>
  76.  
  77.  
  78.  
  79. <p>Many thanks to James.</p>
  80.  
  81.  
  82.  
  83. <h2 class="wp-block-heading">Learning MySQL</h2>
  84.  
  85.  
  86.  
  87. <p>I learned this pretty differently from most folks I expect. In 1997 I got a job at <a href="https://www.youthpastor.com/resource/index.cfm/GospelCom_Gospel_Communications_Network_602.htm">Gospelcom</a> doing support, and things like user accounts were stored in MySQL.  I was given an <a href="https://en.wikipedia.org/wiki/SGI_Indy">SGI Indy</a> desktop computer, running the Irix operating system, shown how to SSH to our various servers, and given a crash course in the MySQL command line client.  How to choose a database, view a table, find things in it, edit them, etc.</p>
  88.  
  89.  
  90.  
  91. <p>It wasn&#8217;t that hard, and I got quite good at it.  This gave me a HUGE advantage when I later started making database driven web sites.</p>
  92.  
  93.  
  94.  
  95. <p>Thanks to Brian my boss for showing me how and answering a zillion questions.</p>
  96.  
  97.  
  98.  
  99. <h2 class="wp-block-heading">Learning Server Side Includes</h2>
  100.  
  101.  
  102.  
  103. <p>In 1997 I think I found Server Side Includes provided by Apache. They could do a little data rendering, but the thing I used them most for was including template parts.  They looked like this:</p>
  104.  
  105.  
  106.  
  107. <p><code>&lt;!--#include virtual="/footer.html" --></code></p>
  108.  
  109.  
  110.  
  111. <p>They made it so when I needed to change a navigation section or footer info I only had to do it in one place. This saved me an enormous amount of time.</p>
  112.  
  113.  
  114.  
  115. <p>I don&#8217;t remember who showed me this, but it was probably a co-worker at Gospelcom.</p>
  116.  
  117.  
  118.  
  119. <h2 class="wp-block-heading">Learning PHP</h2>
  120.  
  121.  
  122.  
  123. <p>In 1999 I was working at my desk at Gospelcom and Carlos came in and said </p>
  124.  
  125.  
  126.  
  127. <p>&#8220;Hey guys, I have a side contract that needs PHP, anyone want to partner with me?&#8221;</p>
  128.  
  129.  
  130.  
  131. <p>PHP was just coming into its own, with php3 having been released just 6 months before. There was no php2. I really wanted to learn it, so I said</p>
  132.  
  133.  
  134.  
  135. <p>&#8220;I&#8217;ll do it!&#8221;</p>
  136.  
  137.  
  138.  
  139. <p>That evening I went to devshed.com (it&#8217;s gone now, don&#8217;t go there) and tutorial number 1 was how to use PHP to get data from MySQL. In about 30 minutes I had built a little thing to get data from MySQL and print it to the screen. Again breathtaking.  The possibilities seemed endless.</p>
  140.  
  141.  
  142.  
  143. <p>I bought the <a href="https://www.oreilly.com/library/view/php-pocket-reference/1565927699/">PHP Pocket Reference</a> from O&#8217;Reilly and read it cover to cover many times, learning every function PHP had.  Don&#8217;t get that book now, the latest edition is from 2000.</p>
  144.  
  145.  
  146.  
  147. <p>Say what you wish about PHP, it turned me from an HTML markup dev to a programmer.</p>
  148.  
  149.  
  150.  
  151. <p>Thanks to Carlos for the push.</p>
  152.  
  153.  
  154.  
  155. <h2 class="wp-block-heading">Learning CSS</h2>
  156.  
  157.  
  158.  
  159. <p>I first saw the concept of CSS when a friend showed me <a href="https://en.wikipedia.org/wiki/Internet_Explorer#Internet_Explorer_1">Internet Explorer 1.0</a> which came with <a href="https://en.wikipedia.org/wiki/Microsoft_Plus!">Windows Plus</a>! He had made a link that was a color other than blue. I didn&#8217;t get it at first because people were mostly applying styles to individual tags. Eventually I saw how you could set styles from another file and have them apply everywhere.</p>
  160.  
  161.  
  162.  
  163. <p>I struggled to really understand it though, so in the early 2000&#8217;s I got my boss to send me to a class taught by my friend Joel at Gospelcom, and he made everything clear.</p>
  164.  
  165.  
  166.  
  167. <p>After that, CSS became one of my favorite parts of web dev for about 8 years. Then I looked away for a couple months and when I looked back plain CSS was not really a thing anymore.  It needed <a href="https://en.wikipedia.org/wiki/Grunt_(software)">Grunt</a> and <a href="https://gulpjs.com/">Gulp</a> and it was being compiled and had turned into <a href="https://en.wikipedia.org/wiki/Sass_(style_sheet_language)">SASS</a> and <a href="https://en.wikipedia.org/wiki/SCSS">SCSS</a> and half a dozen other things.</p>
  168.  
  169.  
  170.  
  171. <p>I went back to PHP and have pretty much stayed there ever since.</p>
  172.  
  173.  
  174.  
  175. <p>Many thanks to Joel for his patience.</p>
  176.  
  177.  
  178.  
  179. <h2 class="wp-block-heading">Learning WordPress</h2>
  180.  
  181.  
  182.  
  183. <p>Much of my learning stagnated in the 2000&#8217;s. I felt like there wasn&#8217;t much new to learn. I didn&#8217;t want to bother with Javascript, the only thing people were using it for was popup banner ads.</p>
  184.  
  185.  
  186.  
  187. <p>In 2009 a friend asked me to work on a WordPress site.  I had tried using it before and wasn&#8217;t that impressed.  I was able to make it do some things I wanted, but it just wasn&#8217;t quite there yet.</p>
  188.  
  189.  
  190.  
  191. <p>Then in 2010 two important things happened. First I quit my job and went freelance. Second, <a href="https://wordpress.org/documentation/wordpress-version/version-3-0/">WordPress 3.0</a> came out with Custom Post Types. <a href="https://learn.wordpress.org/lesson/custom-post-types/">Custom Post Types</a> turned WordPress from a blog into a CMS.</p>
  192.  
  193.  
  194.  
  195. <p>Since CPTs were relatively new, very few people knew how to make them or leverage them properly.  My 12 years of PHP experience gave me a big leg up here, and I went all in. </p>
  196.  
  197.  
  198.  
  199. <p>Now I&#8217;ve been doing WordPress work for 15 years, feeding my family, making my soul sing.</p>
  200.  
  201.  
  202.  
  203. <p>Thanks to Steve for asking me to do that first site, and thanks to everyone who&#8217;s ever worked on WordPress.</p>
  204.  
  205.  
  206.  
  207. <h2 class="wp-block-heading">Everything Else</h2>
  208.  
  209.  
  210.  
  211. <p>That&#8217;s pretty much it for technology that changed my career.  Many other things have changed it, but they were experiential. Meeting people, going places, seeing and hearing things. Lots of those things fade from memory, but the technology that made it all work is still findable on the web.</p>
  212. <p>The post <a href="https://topher1kenobe.com/important-moments-in-my-career/">Important technology moments in my career</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  213. ]]></content:encoded>
  214. <wfw:commentRss>https://topher1kenobe.com/important-moments-in-my-career/feed/</wfw:commentRss>
  215. <slash:comments>0</slash:comments>
  216. </item>
  217. <item>
  218. <title>Apnea, CPAP, ASV, and just breathing</title>
  219. <link>https://topher1kenobe.com/apnea-cpap-asv-and-just-breathing/</link>
  220. <comments>https://topher1kenobe.com/apnea-cpap-asv-and-just-breathing/#comments</comments>
  221. <dc:creator><![CDATA[topher]]></dc:creator>
  222. <pubDate>Thu, 30 Jan 2025 15:55:42 +0000</pubDate>
  223. <category><![CDATA[health]]></category>
  224. <guid isPermaLink="false">https://topher1kenobe.com/?p=3287</guid>
  225.  
  226. <description><![CDATA[<p>I&#8217;ve known I have sleep apnea for years now, but when my doctor told me it&#8217;s actually quite dangerous we scheduled a test. So in the spring of 2024 I did a home sleep test. I wore a harness on my chest, a nasal cannula, and a blood meter on my finger. After the results [&#8230;]</p>
  227. <p>The post <a href="https://topher1kenobe.com/apnea-cpap-asv-and-just-breathing/">Apnea, CPAP, ASV, and just breathing</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  228. ]]></description>
  229. <content:encoded><![CDATA[
  230. <p>I&#8217;ve known I have sleep apnea for years now, but when my doctor told me it&#8217;s actually quite dangerous we scheduled a test. So in the spring of 2024 I did a home sleep test.  I wore a harness on my chest, a nasal cannula, and a blood meter on my finger.</p>
  231.  
  232.  
  233.  
  234. <p>After the results were analyzed I got a note that said I needed to have an office based test done as soon as possible. So it was scheduled for 8 months later.</p>
  235.  
  236.  
  237.  
  238. <p>The average person has 5 or fewer &#8220;events&#8221; per hour while sleeping, where an event is something that wakes you up even a tiny bit.  Rolling over, coughing, whatever.  15 is considered a problem and 30 is very serious.  I had 89.  Also, I had a 3 hour period where my blood oxygen level was below 35%.  That&#8217;s a point where brain cells are dying.</p>
  239.  
  240.  
  241.  
  242. <p>Fortunately, after only 4 months I got a call that there was an opening, and I could come in that very night. The attendant looked at my chart and said &#8220;Oh my&#8221;.  Long story short I tried a CPAP machine (more on that in a few min) with two different mask styles.  The next morning I asked the attendant how it went and she said &#8220;Well&#8230; you slept.&#8221; </p>
  243.  
  244.  
  245.  
  246. <p>So they recommended a machine.</p>
  247.  
  248.  
  249.  
  250. <h2 class="wp-block-heading">The Machine</h2>
  251.  
  252.  
  253.  
  254. <p>A few days later I got a call from AirWay Oxygen about getting a machine.  &#8220;Let me look up your chart&#8221;, she said. A long pause. &#8220;Oh my. Can you hold?&#8221;  A few minutes later she came back and said &#8220;Well, we don&#8217;t get many of these.  You&#8217;re getting a special machine usually reserved for coma patients.&#8221; As it turns out it&#8217;s NOT a CPAP machine, it&#8217;s an ASV machine (more on that in a minute).</p>
  255.  
  256.  
  257.  
  258. <p>It also turned out that it was $4500, and we were in a tight spot at the moment, so I didn&#8217;t get it.</p>
  259.  
  260.  
  261.  
  262. <p>In January 2025 we decided we could afford the monthly payments, and picked up the machine. We met with a nice woman who went over the machine with us.  She looked at my chart and said &#8220;Oh my.  You&#8217;re very sleepy aren&#8217;t you?&#8221;  I said &#8220;All day every day!&#8221;</p>
  263.  
  264.  
  265.  
  266. <h2 class="wp-block-heading">Some Definitions</h2>
  267.  
  268.  
  269.  
  270. <p>So apnea is a brief pause in breathing, often (but not always!) during sleep.  There are two kinds, Obstructive and Central.  </p>
  271.  
  272.  
  273.  
  274. <p>Obstructive is simply where the trachea becomes closed for some reason.  This is common with older or heavy people, it just gets kinked.  You stop breathing for 45 seconds or so, and then take a big gasping breath. People with apnea rarely wake up for this, it feels normal.</p>
  275.  
  276.  
  277.  
  278. <p>Central is where the brain forgets to make you breath. Otherwise it&#8217;s the same. You stop until it realizes it needs air and then you take a big gasping breath.  An interesting thing about this though is that it can happen while you&#8217;re awake. Then you notice you&#8217;re not breathing and take a deep sigh. This is the kind I have.</p>
  279.  
  280.  
  281.  
  282. <p>It&#8217;s not painful at all, but often leads to snoring.  I am a VERY loud snorer.</p>
  283.  
  284.  
  285.  
  286. <p>There are also different kinds of machines to help with this.  CPAP is the most common, and it stands for Continuous Positive Airway Pressure.  You wear a mask that might cover only your nose, or perhaps nose and mouth, and there&#8217;s a gentle breeze blowing all the time.  It forces the airway open and you breath al the time.</p>
  287.  
  288.  
  289.  
  290. <p>What I got is called an ASV machine, Adaptive-servo ventilation. It can tell when you&#8217;re exhaling, and stops blowing.  Then it starts again when you&#8217;re inhaling. There&#8217;s a picture of mine in the featured image of this post.  My mask covers my nose and mouth, and the air is heated and humidified, to try to make it as much like breath as possible.</p>
  291.  
  292.  
  293.  
  294. <h2 class="wp-block-heading">How It&#8217;s Going</h2>
  295.  
  296.  
  297.  
  298. <p>I&#8217;ve had it for a few weeks now. My biggest issue is that the head harness isn&#8217;t very comfortable.  To make a solid seal on my face I need to cinch it pretty tight. </p>
  299.  
  300.  
  301.  
  302. <p>I have a sore spot right under my nose, but I don&#8217;t know why.  Nothing touches me there.  I&#8217;ve wondered if it&#8217;s drying out from the air passing over it.</p>
  303.  
  304.  
  305.  
  306. <p>My water reservoir tends to run out before morning and the air gets really dry.  I can control the amount of water in the air, so I need to experiment with that.</p>
  307.  
  308.  
  309.  
  310. <p>I&#8217;ve been quite happy with the app that comes with it.  Every morning I can see how I slept, how the seal was, etc.</p>
  311.  
  312.  
  313.  
  314. <p>The whole point of this is to improve my sleep, and it&#8217;s working and it&#8217;s not. I&#8217;m waking up about every 2 hours to reseal the mask or get new water or whatever. That said, while I am asleep, it&#8217;s deep good sleep. And I can tell it&#8217;s working because I&#8217;m not falling asleep in the middle of the day or while driving anymore.</p>
  315.  
  316.  
  317.  
  318. <p>So my hope is that I&#8217;ll get used to the harness and this will all feel normal, and I&#8217;ll sleep well for the rest of my life.</p>
  319. <p>The post <a href="https://topher1kenobe.com/apnea-cpap-asv-and-just-breathing/">Apnea, CPAP, ASV, and just breathing</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  320. ]]></content:encoded>
  321. <wfw:commentRss>https://topher1kenobe.com/apnea-cpap-asv-and-just-breathing/feed/</wfw:commentRss>
  322. <slash:comments>2</slash:comments>
  323. </item>
  324. <item>
  325. <title>Pro Tips For Partners Of Women</title>
  326. <link>https://topher1kenobe.com/pro-tips-for-partners-of-women/</link>
  327. <comments>https://topher1kenobe.com/pro-tips-for-partners-of-women/#respond</comments>
  328. <dc:creator><![CDATA[topher]]></dc:creator>
  329. <pubDate>Tue, 31 Dec 2024 21:43:27 +0000</pubDate>
  330. <category><![CDATA[Letters To My Son]]></category>
  331. <guid isPermaLink="false">https://topher1kenobe.com/?p=3277</guid>
  332.  
  333. <description><![CDATA[<p>My son, do not let wisdom and understanding out of your sight, preserve sound judgment and discretion; they will be life for you, an ornament to grace your neck. Proverbs 3:21-22 If this your first experience with this series “Letters to my son” you may want to start with the preface, it’ll explain a lot [&#8230;]</p>
  334. <p>The post <a href="https://topher1kenobe.com/pro-tips-for-partners-of-women/">Pro Tips For Partners Of Women</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  335. ]]></description>
  336. <content:encoded><![CDATA[
  337. <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
  338. <p>My son, <strong>do not let wisdom and understanding out of your sight, preserve sound judgment and discretion</strong>; they will be life for you, an ornament to grace your neck.</p>
  339.  
  340.  
  341.  
  342. <p><em>Proverbs 3:21-22</em></p>
  343. </blockquote>
  344.  
  345.  
  346.  
  347. <p>If this your first experience with this series “<a href="https://topher1kenobe.com/category/letters-to-my-son/">Letters to my son</a>” you may want to start with the <a href="https://topher1kenobe.com/letters-to-my-son-a-series/">preface</a>, it’ll explain a lot about what’s going on here. Let’s get started.</p>
  348.  
  349.  
  350.  
  351. <p>This post isn&#8217;t a long dialog about how to be a pro partner.  It&#8217;s simply a collection of tips on how to be a good partner to a woman.</p>
  352.  
  353.  
  354.  
  355. <h2 class="wp-block-heading">Back Scratches</h2>
  356.  
  357.  
  358.  
  359. <p>Ok, for those of you that have worn sport socks, you know how your legs itch like crazy when you take them off after a long day?  They&#8217;ve been squeezing your legs all day, and you don&#8217;t really notice until you take the off.</p>
  360.  
  361.  
  362.  
  363. <p>Bras do the same thing to the wearers back. When that clasp comes undone after a long day, a scratch where those straps were is ridiculously pleasurable. This is not a sexual thing, and if its coming off at the end of a long day, it&#8217;s unlikely to become sexual. Take this opportunity to NOT try to make it sexual.  Scratch how they like it.  Maybe gentle, maybe sharp, just ask and listen.</p>
  364.  
  365.  
  366.  
  367. <p>They will appreciate several things from this exchange.</p>
  368.  
  369.  
  370.  
  371. <ol class="wp-block-list">
  372. <li>It just feels so good.</li>
  373.  
  374.  
  375.  
  376. <li>Making it about them, and not you (no sex)</li>
  377.  
  378.  
  379.  
  380. <li>The fact that you thought about it, and recognized something about them.</li>
  381. </ol>
  382.  
  383.  
  384.  
  385. <h2 class="wp-block-heading">Foot Massages</h2>
  386.  
  387.  
  388.  
  389. <p>Many women wear high heels, and many of them become really comfortable with them. That said, anything higher than an inch or two isn&#8217;t really a natural position for human feet.  Even regular wearers get sore feet.</p>
  390.  
  391.  
  392.  
  393. <p>Take some time to massage their feet when the time is right. In my experience, unless it&#8217;s inconveniencing them, the time is almost always right.  Here are some examples.</p>
  394.  
  395.  
  396.  
  397. <ol class="wp-block-list">
  398. <li>She comes home from work, kicks off the shoes and flops in a chair. Because you&#8217;re a planner, you swing the foot stool around, sit on it, and pick up a foot and gently begin to massage it.  THEN YOU ASK &#8220;is this ok?&#8221;  Consent matters, everywhere all the time. Maybe it hurts too much and she needs you to stop. But you&#8217;ve done several things here. You were thoughtful, you took initiative, and you gave her the opportunity to say no. The third thing there makes the first two winners, even if she says no.</li>
  399.  
  400.  
  401.  
  402. <li>She&#8217;s in bed feet sticking out of the covers.  You&#8217;re coming in after brushing teeth or whatever.  Rather than tickle, just pick up a foot and start massaging. Again you ask, because it&#8217;s what you do, but getting a massage in her own bed on her own pillow with her own book from her own partner is usually a winner.</li>
  403.  
  404.  
  405.  
  406. <li>Pretty much anywhere she&#8217;s barefoot and stationary for a while.  Watch for opportunity.</li>
  407. </ol>
  408.  
  409.  
  410.  
  411. <h2 class="wp-block-heading">Freedom To Change</h2>
  412.  
  413.  
  414.  
  415. <p>This one isn&#8217;t really just for women, but for all partners.  Something cool about long term relationships is that you get to know someone deeply. Something dangerous about long term relationships is the expectation that once you know someone, that person will never change.</p>
  416.  
  417.  
  418.  
  419. <p>&#8220;Ugh, I don&#8217;t ever want steak again&#8221;.</p>
  420.  
  421.  
  422.  
  423. <p>&#8220;What?!? You love steak!  For 35 years you&#8217;ve loved steak! I feel like I don&#8217;t even know you!&#8221;</p>
  424.  
  425.  
  426.  
  427. <p>There&#8217;s a fine line between knowing them well enough to plan something they&#8217;ll love, and being willing to re-learn things about them.  Things maybe you never knew, or that have changed. People who feel penned in, held rigid in a relationship often begin to feel like they relationship doesn&#8217;t fit them anymore. Then they start looking for one, OR simply live a miserable life.</p>
  428.  
  429.  
  430.  
  431. <p>If you can allow that person and that relationship to flex and bend and change as people change, it can be one that fits forever.</p>
  432.  
  433.  
  434.  
  435. <p>&#8220;But can I tell if they&#8217;re changing?&#8221; you ask.</p>
  436.  
  437.  
  438.  
  439. <p>One way is to watch for it. Everyone changes through their life. Music tastes, food tastes, entertainment, culture, sex, etc.  But even then assuming is dangerous, so you have to talk about it.  And when you open the conversation about it, it shows you care, and they&#8217;re important to you, which is a big win right there.</p>
  440.  
  441.  
  442.  
  443. <h2 class="wp-block-heading">Purpose</h2>
  444.  
  445.  
  446.  
  447. <p>Your reason for doing things like the ones I&#8217;ve listed above is important.  If you do it to be the cool partner, assuming she&#8217;ll brag about awesome you are, or worse, bragging yourself about how awesome you are, and how she BETTER love you, since you&#8217;re awesome&#8230; Your relationship will fail. </p>
  448.  
  449.  
  450.  
  451. <p>This stuff needs to come from love.  From making her first, making her important to you, giving her needs, feeling, and emotions value.</p>
  452.  
  453.  
  454.  
  455. <p>It&#8217;s a bit ironic that if you do these things to be great, you will not, but if you do them for the right reasons, you&#8217;ll be a great partner.</p>
  456. <p>The post <a href="https://topher1kenobe.com/pro-tips-for-partners-of-women/">Pro Tips For Partners Of Women</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  457. ]]></content:encoded>
  458. <wfw:commentRss>https://topher1kenobe.com/pro-tips-for-partners-of-women/feed/</wfw:commentRss>
  459. <slash:comments>0</slash:comments>
  460. </item>
  461. <item>
  462. <title>Peaceful Television</title>
  463. <link>https://topher1kenobe.com/peaceful-television/</link>
  464. <comments>https://topher1kenobe.com/peaceful-television/#respond</comments>
  465. <dc:creator><![CDATA[topher]]></dc:creator>
  466. <pubDate>Sun, 20 Oct 2024 18:33:51 +0000</pubDate>
  467. <category><![CDATA[TV Review]]></category>
  468. <guid isPermaLink="false">https://topher1kenobe.com/?p=3255</guid>
  469.  
  470. <description><![CDATA[<p>There are a few shows lately that have brought me peace to watch. There&#8217;s no angst, not anger, no frustration. Just peace. I recommend watching these if you&#8217;re looking for that. Travel Man Richard Ayoade Is a comedian from the UK, perhaps best known for his role as Moss in The IT Crowd. He also [&#8230;]</p>
  471. <p>The post <a href="https://topher1kenobe.com/peaceful-television/">Peaceful Television</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  472. ]]></description>
  473. <content:encoded><![CDATA[
  474. <p>There are a few shows lately that have brought me peace to watch.  There&#8217;s no angst, not anger, no frustration.  Just peace.  I recommend watching these if you&#8217;re looking for that.</p>
  475.  
  476.  
  477.  
  478. <h2 class="wp-block-heading"><a href="https://www.imdb.com/title/tt4719744/?ref_=fn_al_tt_1">Travel Man</a></h2>
  479.  
  480.  
  481. <div class="wp-block-image">
  482. <figure class="alignleft size-large is-resized"><img fetchpriority="high" decoding="async" width="1024" height="768" src="https://topher1kenobe.com/wp-content/uploads/2024/10/08b9f03e841fa5eac5ecb59325b0c49908c4673f50ef283f25e2fbadbfa3f168-1024x768.jpg" alt="" class="wp-image-3256" style="width:400px" srcset="https://topher1kenobe.com/wp-content/uploads/2024/10/08b9f03e841fa5eac5ecb59325b0c49908c4673f50ef283f25e2fbadbfa3f168-1024x768.jpg 1024w, https://topher1kenobe.com/wp-content/uploads/2024/10/08b9f03e841fa5eac5ecb59325b0c49908c4673f50ef283f25e2fbadbfa3f168-300x225.jpg 300w, https://topher1kenobe.com/wp-content/uploads/2024/10/08b9f03e841fa5eac5ecb59325b0c49908c4673f50ef283f25e2fbadbfa3f168-1536x1152.jpg 1536w, https://topher1kenobe.com/wp-content/uploads/2024/10/08b9f03e841fa5eac5ecb59325b0c49908c4673f50ef283f25e2fbadbfa3f168-227x170.jpg 227w, https://topher1kenobe.com/wp-content/uploads/2024/10/08b9f03e841fa5eac5ecb59325b0c49908c4673f50ef283f25e2fbadbfa3f168.jpg 1600w, https://topher1kenobe.com/wp-content/uploads/2024/10/08b9f03e841fa5eac5ecb59325b0c49908c4673f50ef283f25e2fbadbfa3f168-300x225@2x.jpg 600w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div>
  483.  
  484.  
  485. <p><a href="https://www.imdb.com/name/nm1547964/?ref_=tt_cl_t_1">Richard Ayoade</a> Is a comedian from the UK, perhaps best known for his role as Moss in The IT Crowd. He also did a show call Gadget Man, where he reviewed physical gadgets and digital apps etc.</p>
  486.  
  487.  
  488.  
  489. <p>This grew to a new show called Travel Man where he and a companion (usually a fellow comedian) visit a city for 48 hours and experience all that they can.</p>
  490.  
  491.  
  492.  
  493. <p>I love several things about this show.  One is that they rarely visit and experience the things that are famous in the city.  In Paris they didn&#8217;t visit the tower, they went to another building with a view of it. They take tours in things like go-karts, bicycles, etc. </p>
  494.  
  495.  
  496.  
  497. <p>Both people on the show are funny, and even if they say something a little snarky you can tell they mean it in fun and genuinely like each other.</p>
  498.  
  499.  
  500.  
  501. <p>We also get to see many of the non-mainstream fun things in a wide variety of cities.</p>
  502.  
  503.  
  504.  
  505. <h2 class="wp-block-heading"><a href="https://www.imdb.com/title/tt12585152/?ref_=nm_flmg_job_2_cred_t_1">Down to Earth with Zac Efron</a></h2>
  506.  
  507.  
  508. <div class="wp-block-image">
  509. <figure class="alignleft size-large is-resized"><a href="https://www.imdb.com/title/tt12585152/?ref_=nm_flmg_job_2_cred_t_1"><img decoding="async" width="1024" height="576" src="https://topher1kenobe.com/wp-content/uploads/2024/10/5e47147606db1237a060db0d6212d42d81bcafb6c0d4ffbec152bdd9cb6ce151-1024x576.jpg" alt="" class="wp-image-3261" style="width:400px" srcset="https://topher1kenobe.com/wp-content/uploads/2024/10/5e47147606db1237a060db0d6212d42d81bcafb6c0d4ffbec152bdd9cb6ce151-1024x576.jpg 1024w, https://topher1kenobe.com/wp-content/uploads/2024/10/5e47147606db1237a060db0d6212d42d81bcafb6c0d4ffbec152bdd9cb6ce151-300x169.jpg 300w, https://topher1kenobe.com/wp-content/uploads/2024/10/5e47147606db1237a060db0d6212d42d81bcafb6c0d4ffbec152bdd9cb6ce151-1536x864.jpg 1536w, https://topher1kenobe.com/wp-content/uploads/2024/10/5e47147606db1237a060db0d6212d42d81bcafb6c0d4ffbec152bdd9cb6ce151-302x170.jpg 302w, https://topher1kenobe.com/wp-content/uploads/2024/10/5e47147606db1237a060db0d6212d42d81bcafb6c0d4ffbec152bdd9cb6ce151.jpg 1920w, https://topher1kenobe.com/wp-content/uploads/2024/10/5e47147606db1237a060db0d6212d42d81bcafb6c0d4ffbec152bdd9cb6ce151-300x169@2x.jpg 600w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure></div>
  510.  
  511.  
  512. <p>I was wary of this show at first, but I came to love it. Zac and a friend travel around the world looking at unique solutions to social problems.  For example, Paris has fresh drinking water available for free about every 100 meters in the entire city.  Then they have vending machines full of empty plastic drinking bottles, which aren&#8217;t cheap.</p>
  513.  
  514.  
  515.  
  516. <p>Again, it&#8217;s just a curious show about how people are Doing It Right and making the world a better place.</p>
  517.  
  518.  
  519.  
  520. <h2 class="wp-block-heading"><a href="https://www.imdb.com/title/tt11852724/?ref_=nm_flmg_job_2_cred_t_2">Stanley Tucci: Searching for Italy</a></h2>
  521.  
  522.  
  523. <div class="wp-block-image">
  524. <figure class="alignleft size-full is-resized"><a href="https://www.imdb.com/title/tt11852724/?ref_=nm_flmg_job_2_cred_t_2"><img decoding="async" width="900" height="600" src="https://topher1kenobe.com/wp-content/uploads/2024/10/stanley-tucci-searching-for-italy.jpg" alt="" class="wp-image-3262" style="width:400px" srcset="https://topher1kenobe.com/wp-content/uploads/2024/10/stanley-tucci-searching-for-italy.jpg 900w, https://topher1kenobe.com/wp-content/uploads/2024/10/stanley-tucci-searching-for-italy-300x200.jpg 300w, https://topher1kenobe.com/wp-content/uploads/2024/10/stanley-tucci-searching-for-italy-255x170.jpg 255w, https://topher1kenobe.com/wp-content/uploads/2024/10/stanley-tucci-searching-for-italy-300x200@2x.jpg 600w" sizes="(max-width: 900px) 100vw, 900px" /></a></figure></div>
  525.  
  526.  
  527. <p>Stanley was born in the US to parents who came from Italy. He speaks Italian, and loves Italian food. In this show he visits each territory of Italy and looks at the foods that come from that area. </p>
  528.  
  529.  
  530.  
  531. <p>The people he visits range from chefs to house wives to farm owners to shepherds. To be clear, he&#8217;s a foodie, and only once or twice had second thoughts about eating what he was presented, and generally LOVED everything he ate.</p>
  532.  
  533.  
  534.  
  535. <p>I am not that foodie, AT ALL. But I still loved his enjoyment and appreciation of the quality of the ingredients, the love put into their crafting, etc. It&#8217;s a very calm quiet show.</p>
  536.  
  537.  
  538.  
  539. <h2 class="wp-block-heading"><a href="https://www.imdb.com/title/tt16428770/?ref_=nm_flmg_job_2_cred_t_1">Honorable Mention: Eva Longoria: Searching for Mexico</a></h2>
  540.  
  541.  
  542. <div class="wp-block-image">
  543. <figure class="alignleft size-full is-resized"><img decoding="async" width="640" height="640" src="https://topher1kenobe.com/wp-content/uploads/2024/10/ab67616d0000b273917ad7de5d09ce3c0366fc08.jpg" alt="" class="wp-image-3264" style="width:400px" srcset="https://topher1kenobe.com/wp-content/uploads/2024/10/ab67616d0000b273917ad7de5d09ce3c0366fc08.jpg 640w, https://topher1kenobe.com/wp-content/uploads/2024/10/ab67616d0000b273917ad7de5d09ce3c0366fc08-150x150@2x.jpg 300w, https://topher1kenobe.com/wp-content/uploads/2024/10/ab67616d0000b273917ad7de5d09ce3c0366fc08-150x150.jpg 150w, https://topher1kenobe.com/wp-content/uploads/2024/10/ab67616d0000b273917ad7de5d09ce3c0366fc08-170x170.jpg 170w, https://topher1kenobe.com/wp-content/uploads/2024/10/ab67616d0000b273917ad7de5d09ce3c0366fc08-300x300@2x.jpg 600w" sizes="(max-width: 640px) 100vw, 640px" /></figure></div>
  544.  
  545.  
  546. <p>I&#8217;ve never seen this, and only found it today whilst researching this post, but it&#8217;s produced by Stanley Tucci and Eva travels Mexico trying all of its foods.  I have a very strong suspicion I&#8217;m going to like it.</p>
  547.  
  548.  
  549.  
  550. <p>I hope these shows bring you the same peace they brought me.</p>
  551. <p>The post <a href="https://topher1kenobe.com/peaceful-television/">Peaceful Television</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  552. ]]></content:encoded>
  553. <wfw:commentRss>https://topher1kenobe.com/peaceful-television/feed/</wfw:commentRss>
  554. <slash:comments>0</slash:comments>
  555. <enclosure url="https://topher1kenobe.com/wp-content/uploads/2024/10/23e46b308bd9988cbcd434ca1e00c9b4be77ca51dd3145ff01947801cc65670d-1024x576.jpg" length="65668" type="image/jpeg" /> </item>
  556. <item>
  557. <title>Stopping by Woods on a Snowy Evening</title>
  558. <link>https://topher1kenobe.com/stopping-by-woods-on-a-snowy-evening/</link>
  559. <comments>https://topher1kenobe.com/stopping-by-woods-on-a-snowy-evening/#comments</comments>
  560. <dc:creator><![CDATA[topher]]></dc:creator>
  561. <pubDate>Wed, 16 Oct 2024 18:53:23 +0000</pubDate>
  562. <category><![CDATA[General Post]]></category>
  563. <category><![CDATA[My Story]]></category>
  564. <guid isPermaLink="false">https://topher1kenobe.com/?p=3251</guid>
  565.  
  566. <description><![CDATA[<p>For many years now this has been my favorite poem, by Robert Frost. Whose woods these are I think I know.   His house is in the village though;   He will not see me stopping here   To watch his woods fill up with snow.    My little horse must think it queer   To stop without a farmhouse near   Between the woods and [&#8230;]</p>
  567. <p>The post <a href="https://topher1kenobe.com/stopping-by-woods-on-a-snowy-evening/">Stopping by Woods on a Snowy Evening</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  568. ]]></description>
  569. <content:encoded><![CDATA[
  570. <p>For many years now this has been my favorite poem, by Robert Frost.</p>
  571.  
  572.  
  573.  
  574. <p>Whose woods these are I think I know.   <br>His house is in the village though;   <br>He will not see me stopping here   <br>To watch his woods fill up with snow.   </p>
  575.  
  576.  
  577.  
  578. <p>My little horse must think it queer   <br>To stop without a farmhouse near   <br>Between the woods and frozen lake   <br>The darkest evening of the year.   </p>
  579.  
  580.  
  581.  
  582. <p>He gives his harness bells a shake   <br>To ask if there is some mistake.   <br>The only other sound’s the sweep   <br>Of easy wind and downy flake.   </p>
  583.  
  584.  
  585.  
  586. <p>The woods are lovely, dark and deep,   <br>But I have promises to keep,   <br>And miles to go before I sleep,   <br>And miles to go before I sleep.</p>
  587.  
  588.  
  589.  
  590. <hr class="wp-block-separator has-alpha-channel-opacity"/>
  591.  
  592.  
  593.  
  594. <p>When I was a young man our house was deep in the forest.  The road was a 2-track, and the trees always leaned over the road to make a tunnel, whether with leaves in the summer or snow in the winter.</p>
  595.  
  596.  
  597.  
  598. <p>Church was about 2 miles away, and it wasn&#8217;t uncommon for me to either walk or ride my bike home at night, regardless of time of year.</p>
  599.  
  600.  
  601.  
  602. <p>I well remember walks down that road with the snow piled on either side, stretching into the forest. On moonlight nights the snow would reflect the moon so that it seemed like daylight, except the snow also sparkled like diamonds.  Other nights were so dark I couldn&#8217;t see my hand in front of my face, and I had to look up to see the faint dim opening of the trees over the road to know where the road was.</p>
  603.  
  604.  
  605.  
  606. <p>Standing alone in a deep forest filled with snow is an experience everyone should try.</p>
  607.  
  608.  
  609.  
  610. <h2 class="wp-block-heading">Rhyming</h2>
  611.  
  612.  
  613.  
  614. <p>For all that I&#8217;ve loved this poem for years, only in the last few weeks did I notice how cool the rhyming is.  I thought it was simply choice that the third line of every verse doesn&#8217;t rhyme with the rest of the verse.</p>
  615.  
  616.  
  617.  
  618. <p>Then I noticed that it always rhymes with 1, 2, and 4 of the FOLLOWING verse.</p>
  619.  
  620.  
  621.  
  622. <p>That&#8217;s classy poetry.</p>
  623. <p>The post <a href="https://topher1kenobe.com/stopping-by-woods-on-a-snowy-evening/">Stopping by Woods on a Snowy Evening</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  624. ]]></content:encoded>
  625. <wfw:commentRss>https://topher1kenobe.com/stopping-by-woods-on-a-snowy-evening/feed/</wfw:commentRss>
  626. <slash:comments>1</slash:comments>
  627. <enclosure url="https://topher1kenobe.com/wp-content/uploads/2024/10/pexels-francesco-ungaro-7605534-1024x683.jpg" length="103201" type="image/jpeg" /> </item>
  628. <item>
  629. <title>Donald Trump And The Spirit Of Antichrist</title>
  630. <link>https://topher1kenobe.com/donald-trump-and-the-spirit-of-antichrist/</link>
  631. <comments>https://topher1kenobe.com/donald-trump-and-the-spirit-of-antichrist/#comments</comments>
  632. <dc:creator><![CDATA[topher]]></dc:creator>
  633. <pubDate>Sun, 18 Aug 2024 19:25:00 +0000</pubDate>
  634. <category><![CDATA[Politics]]></category>
  635. <category><![CDATA[antichrist]]></category>
  636. <category><![CDATA[ares]]></category>
  637. <category><![CDATA[athena]]></category>
  638. <category><![CDATA[trump]]></category>
  639. <guid isPermaLink="false">https://topher1kenobe.com/?p=3236</guid>
  640.  
  641. <description><![CDATA[<p>Attention non-Christians: there&#8217;s a special bit just for you below, please read. Part One: Antichrist The Bible refers to &#8220;antichrist&#8221; in three different ways. I&#8217;m going to talk about one of them. Here are the two I&#8217;m NOT going to talk about: The Anti Christ at the end of times, and specific people who have [&#8230;]</p>
  642. <p>The post <a href="https://topher1kenobe.com/donald-trump-and-the-spirit-of-antichrist/">Donald Trump And The Spirit Of Antichrist</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  643. ]]></description>
  644. <content:encoded><![CDATA[
  645. <p>Attention non-Christians: there&#8217;s a special bit just for you below, <a href="#jesus">please read</a>.</p>
  646.  
  647.  
  648.  
  649. <h2 class="wp-block-heading">Part One: Antichrist</h2>
  650.  
  651.  
  652.  
  653. <p>The Bible refers to &#8220;antichrist&#8221; in three different ways. I&#8217;m going to talk about one of them.  Here are the two I&#8217;m NOT going to talk about: The Anti Christ at the end of times, and specific people who have been models of antichrist in the past.</p>
  654.  
  655.  
  656.  
  657. <p>What I&#8217;m going to talk about is the &#8220;spirit of antichrist&#8221; found in 1 John 2 and 4.</p>
  658.  
  659.  
  660.  
  661. <p>The spirit of antichrist is an attitude, a lifestyle. Jesus exhibited love, compassion, understanding, grace, peace, etc. The spirit of antichrist is literally the opposite. Hate, indifference, etc.</p>
  662.  
  663.  
  664.  
  665. <h2 class="wp-block-heading">Part Two: Donald Trump</h2>
  666.  
  667.  
  668.  
  669. <p>As Donald Trump rose to power I began to see him do more and more things that Jesus would never do. I began thinking through everything I&#8217;ve seen Trump do on TV. At one point I thought &#8220;It&#8217;s almost like he&#8217;s the opposite of Jesus in every way!&#8221; And that&#8217;s when it hit me.  That&#8217;s the definition of antichrist.</p>
  670.  
  671.  
  672.  
  673. <p>Donald Trump exhibits the spirit of antichrist in almost every way.  I haven&#8217;t seen a way that he does not.  I don&#8217;t say it IS every way, because he lives a lot of his life off camera.  What do I know, maybe he&#8217;s a nice guy when he&#8217;s alone.</p>
  674.  
  675.  
  676.  
  677. <h2 class="wp-block-heading" id="jesus">Part Three: I don&#8217;t believe in Jesus, why do I care?</h2>
  678.  
  679.  
  680.  
  681. <p>Several reasons.  The first is easy.  Tell any Trump loving Christian that Trump is the antichrist and watch them turn purple.  Fun for the whole family!</p>
  682.  
  683.  
  684.  
  685. <p>The second reason is more complicated, but more relevant.  In the book Cryptonomicon, the character Enoch Root (a retired Catholic priest) explains the spirit of Athena to Randy Waterhouse (while they&#8217;re in prison together).  You can <a href="https://akkartik.name/post/athena-ares">read the interchange here</a>. Enoch&#8217;s point is that regardless if whether a spiritual being named Athena ever existed, her attributes have in the past and still to this day exist in people. A strong interest in war and technology let&#8217;s say. Except Athena&#8217;s war weapon is a shield.</p>
  686.  
  687.  
  688.  
  689. <p>Ares is the actual god of war, and his war weapon is a sword. So if you look at two military people today, you could say one exhibits the spirit of Athena (defend the poor) whilst the other exhibits the spirit of Ares (nuke&#8217;em!)</p>
  690.  
  691.  
  692.  
  693. <p>But back to Jesus. I would suggest that even people who don&#8217;t believe that Jesus is the Son of God would accept that he was a Good Person, or maybe not have existed, and in a literature sense, perhaps the best person ever.</p>
  694.  
  695.  
  696.  
  697. <p>Compare that Jesus to Donald Trump if you will.</p>
  698.  
  699.  
  700.  
  701. <h2 class="wp-block-heading">Part Four: But Jesus Was Perfect!</h2>
  702.  
  703.  
  704.  
  705. <p>I can already hear the whataboutism roaring from the back. What about Biden? He&#8217;s no Jesus. What about Harris? Clinton? Reagan? Everyone everywhere ever?</p>
  706.  
  707.  
  708.  
  709. <p>You&#8217;re right, none of us is Jesus, nor could come close to being as perfect as He.</p>
  710.  
  711.  
  712.  
  713. <p>That said, MOST people I&#8217;ve known in my life at least TRY to be Good. I have yet to see Trump try to be Good in any way. I&#8217;ve seen him do good actions, but they were always blatantly in his self interest, and if they had not, he would not have done them.</p>
  714.  
  715.  
  716.  
  717. <p>And this is why I say Trump exhibits the spirit of antichrist, and I can&#8217;t support him and look Jesus in the eye when I pray.</p>
  718. <p>The post <a href="https://topher1kenobe.com/donald-trump-and-the-spirit-of-antichrist/">Donald Trump And The Spirit Of Antichrist</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  719. ]]></content:encoded>
  720. <wfw:commentRss>https://topher1kenobe.com/donald-trump-and-the-spirit-of-antichrist/feed/</wfw:commentRss>
  721. <slash:comments>4</slash:comments>
  722. <enclosure url="https://topher1kenobe.com/wp-content/uploads/2024/08/Donald_Trump_53910429112-1024x683.jpg" length="64131" type="image/jpeg" /> </item>
  723. <item>
  724. <title>Zombie</title>
  725. <link>https://topher1kenobe.com/zombie/</link>
  726. <comments>https://topher1kenobe.com/zombie/#comments</comments>
  727. <dc:creator><![CDATA[topher]]></dc:creator>
  728. <pubDate>Sun, 05 May 2024 23:06:55 +0000</pubDate>
  729. <category><![CDATA[Music Review]]></category>
  730. <guid isPermaLink="false">https://topher1kenobe.com/?p=3198</guid>
  731.  
  732. <description><![CDATA[<p>In which I discuss an important song.</p>
  733. <p>The post <a href="https://topher1kenobe.com/zombie/">Zombie</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  734. ]]></description>
  735. <content:encoded><![CDATA[
  736. <p>The song Zombie by The Cranberries is, in my opinion, one of the most important songs of the 20th century, and there&#8217;s a strong case for the twenty first as well.</p>
  737.  
  738.  
  739.  
  740. <p>It&#8217;s a protest song inspired by the death of two little boys in England. Certain parts of the Irish community thought that they only way to get freedom from England was to kill as many English as possible. They placed a bomb, and Johnathan Ball, aged 3, and Tim Parry, aged 12, were killed in the attack. 56 people were injured. I&#8217;m already getting emotional just writing that.</p>
  741.  
  742.  
  743.  
  744. <p><a href="https://en.wikipedia.org/wiki/Dolores_O%27Riordan">Dolores O&#8217;Riordan</a> was an Irish singer watching this happen, and it broke her heart, so she wrote the song Zombie.</p>
  745.  
  746.  
  747.  
  748. <p>The BBC banned the song, because they didn&#8217;t want to hear anything from those dirty Irish. That&#8217;s nearly as heartbreaking as the act itself.</p>
  749.  
  750.  
  751.  
  752. <h2 class="wp-block-heading">The Original Video</h2>
  753.  
  754.  
  755.  
  756. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  757. <iframe title="The Cranberries - Zombie (Official Music Video)" width="640" height="360" src="https://www.youtube.com/embed/6Ejga4kJUts?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  758. </div></figure>
  759.  
  760.  
  761.  
  762. <p>Dolores is incomparable, and irreplaceable. People can mimic her, but no-one will ever be her. </p>
  763.  
  764.  
  765.  
  766. <p>The scenery from this video is soldiers walking amongst ruins, with children playing at being soldiers around them. This footage is not staged, it&#8217;s from a journalist who went to Northern Ireland to make a record of what was happening there. Please watch it.</p>
  767.  
  768.  
  769.  
  770. <h2 class="wp-block-heading">A Reaction</h2>
  771.  
  772.  
  773.  
  774. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  775. <iframe title="Vocal Coach Reacts to ZOMBIE - The Cranberries (Vocal Analysis)" width="640" height="360" src="https://www.youtube.com/embed/rpwEz8vxA6Y?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  776. </div></figure>
  777.  
  778.  
  779.  
  780. <p>The Fairy Godmother does a lot of a video reactions, mostly from an educational standpoint as a musician. But she and I share a lot of the same feelings.  Watch this one too.</p>
  781.  
  782.  
  783.  
  784. <h2 class="wp-block-heading">Leo Moracchioli</h2>
  785.  
  786.  
  787.  
  788. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  789. <iframe title="Zombie (metal cover by Leo Moracchioli)" width="640" height="360" src="https://www.youtube.com/embed/ahhNuopGMEk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  790. </div></figure>
  791.  
  792.  
  793.  
  794. <p>Leo makes metal covers of songs.  He&#8217;s outrageously good at it, playing all the instruments, singing, and producing. His version of Zombie might be my favorite, because it&#8217;s the angriest. It&#8217;s loud, it&#8217;s hard, and it&#8217;s angry.  Dolores was hurt.  Leo is angry.</p>
  795.  
  796.  
  797.  
  798. <p>When I was in college I played bass guitar, and several times played this song. Every time we played it got louder and harder the longer we played.  Bass is usually plucked, but I always ended up with a big fat pick, and i would hit the strings harder and harder, hammering on it, pounding on it, hitting the chords as hard as I possibly could, with the guitar and amp both turned up all the way. Screaming into the void.</p>
  799.  
  800.  
  801.  
  802. <h2 class="wp-block-heading">The Bad Wolves Version</h2>
  803.  
  804.  
  805.  
  806. <figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
  807. <iframe title="Bad Wolves - Zombie (Official Video)" width="640" height="360" src="https://www.youtube.com/embed/9XaS93WMRQQ?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  808. </div></figure>
  809.  
  810.  
  811.  
  812. <p>Bad Wolves was a metal band, and they wanted to remake the song with Dolores as the singer.  The night before they were set to record she died.</p>
  813.  
  814.  
  815.  
  816. <p>The decided to go ahead with the song, having their lead singer sing it.  But they added in the spirit of Dolores in such a special way. A woman covered in gold just like Dolores was in the original walks toward the band, and is stopped by a piece of glass. She puts her hand on it, and the singer puts his hands on the other side, and she spends the rest of the song covering the glass in gold until we can&#8217;t see her anymore, she&#8217;s gone. </p>
  817.  
  818.  
  819.  
  820. <p>Bad Wolves gave all the proceeds of the song to Dolores&#8217; children.</p>
  821.  
  822.  
  823.  
  824. <h2 class="wp-block-heading">The End</h2>
  825.  
  826.  
  827.  
  828. <p>Leo&#8217;s version is my favorite because it matches my soul.  I&#8217;m angry the way Jesus would be angry at justifying the killing of children.</p>
  829.  
  830.  
  831.  
  832. <p>That said, the agony in Dolores&#8217; voice will forever pull at my heart.  The agony of a mother, of an Irish person, of a human being.</p>
  833.  
  834.  
  835.  
  836. <p>And the respect paid by Bad Wolves is top notch.  Seeing how they represented Dolores while she was gone is priceless.</p>
  837.  
  838.  
  839.  
  840. <p>Please watch the songs in the order shown above. Be angry about war.</p>
  841. <p>The post <a href="https://topher1kenobe.com/zombie/">Zombie</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  842. ]]></content:encoded>
  843. <wfw:commentRss>https://topher1kenobe.com/zombie/feed/</wfw:commentRss>
  844. <slash:comments>1</slash:comments>
  845. <enclosure url="https://topher1kenobe.com/wp-content/uploads/2024/05/CleanShot-2024-05-05-at-18.35.34@2x-1024x505.png" length="355644" type="image/png" /> </item>
  846. <item>
  847. <title>The Power Of A Sincere Apology</title>
  848. <link>https://topher1kenobe.com/the-power-of-a-sincere-apology/</link>
  849. <comments>https://topher1kenobe.com/the-power-of-a-sincere-apology/#comments</comments>
  850. <dc:creator><![CDATA[topher]]></dc:creator>
  851. <pubDate>Fri, 16 Feb 2024 15:01:07 +0000</pubDate>
  852. <category><![CDATA[General Post]]></category>
  853. <guid isPermaLink="false">https://topher1kenobe.com/?p=3191</guid>
  854.  
  855. <description><![CDATA[<p>In which I write about the first time I ever really apologized for something important.</p>
  856. <p>The post <a href="https://topher1kenobe.com/the-power-of-a-sincere-apology/">The Power Of A Sincere Apology</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  857. ]]></description>
  858. <content:encoded><![CDATA[
  859. <p>About two months into my freshman year at college I was sitting at the breakfast table one morning. Someone else was there, I don&#8217;t remember who, because we were both silently trying to stay awake during breakfast.</p>
  860.  
  861.  
  862.  
  863. <p>Soon Deb came and sat with us. It was a very small school, so everyone knew everyone, but we weren&#8217;t close. We all exchanged pleasantries and then the other person said </p>
  864.  
  865.  
  866.  
  867. <p>&#8220;How was your doctor&#8217;s appointment, Deb?&#8221;</p>
  868.  
  869.  
  870.  
  871. <p>&#8220;Fine I guess, we did a bunch of tests, and I don&#8217;t have the results back yet&#8221; she said.</p>
  872.  
  873.  
  874.  
  875. <p>As a joke I said &#8220;Are you going to die?&#8221;</p>
  876.  
  877.  
  878.  
  879. <p>She sat quietly for few seconds and said &#8220;Maybe&#8221; and got up and moved to another table.</p>
  880.  
  881.  
  882.  
  883. <p>Ohhhhh man. I felt so low I could have walked under a snake without bending over. Wow.</p>
  884.  
  885.  
  886.  
  887. <p>We went to the same class just a few minutes later.  In class I wrote her a note, old school style. I told her that what I&#8217;d said was really insensitive and thoughtless, and I was very sorry. I asked her to forgive me. Then I folded it really small and had my classmates pass it to her.  Old school style.</p>
  888.  
  889.  
  890.  
  891. <p>Knowing her as I did I expected a &#8220;Thanks&#8221; and little more. She didn&#8217;t owe me anything.</p>
  892.  
  893.  
  894.  
  895. <p>After class she came to me in tears. No-one had ever apologized to her for anything before. Not for real. I had hurt her, but because of the way I handled it SHE was grateful to ME!</p>
  896.  
  897.  
  898.  
  899. <p>This blew my mind a little bit. I felt like I had done something so small in apologizing. Truly, a little note felt like the bare minimum, but what an impact!</p>
  900.  
  901.  
  902.  
  903. <p>That&#8217;s when I learned what a big deal it is for people when someone who hurt them is truly apologetic and compassionate. It really heals.</p>
  904. <p>The post <a href="https://topher1kenobe.com/the-power-of-a-sincere-apology/">The Power Of A Sincere Apology</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  905. ]]></content:encoded>
  906. <wfw:commentRss>https://topher1kenobe.com/the-power-of-a-sincere-apology/feed/</wfw:commentRss>
  907. <slash:comments>1</slash:comments>
  908. </item>
  909. <item>
  910. <title>Fifteen Years Without My Mom</title>
  911. <link>https://topher1kenobe.com/fifteen-years-without-my-mom/</link>
  912. <comments>https://topher1kenobe.com/fifteen-years-without-my-mom/#comments</comments>
  913. <dc:creator><![CDATA[topher]]></dc:creator>
  914. <pubDate>Wed, 14 Feb 2024 08:00:00 +0000</pubDate>
  915. <category><![CDATA[My Mom]]></category>
  916. <guid isPermaLink="false">https://topher1kenobe.com/?p=3188</guid>
  917.  
  918. <description><![CDATA[<p>In which I talk about my mom, 15 years after her death.</p>
  919. <p>The post <a href="https://topher1kenobe.com/fifteen-years-without-my-mom/">Fifteen Years Without My Mom</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  920. ]]></description>
  921. <content:encoded><![CDATA[
  922. <p>Fifteen years ago, at 3am on Valentine&#8217;s Day, my dad held my mom&#8217;s hand while she passed away. She&#8217;d had brain cancer and surgeries and hadn&#8217;t been communicative in a long time. While it wasn&#8217;t a surprise, she hung on so long that it kind of was a surprise.</p>
  923.  
  924.  
  925.  
  926. <p>My dad called me in the morning and told me.  We were already driving up for my brother-in-law&#8217;s funeral, he died only a few days before she did. It was a hard weekend.</p>
  927.  
  928.  
  929.  
  930. <p>As a Christian I&#8217;m confident she&#8217;s in heaven, but at the same time, I can&#8217;t really imagine heaven for her being better than walking down a quiet road in her beloved forest holding the hand of a grand daughter.</p>
  931. <p>The post <a href="https://topher1kenobe.com/fifteen-years-without-my-mom/">Fifteen Years Without My Mom</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  932. ]]></content:encoded>
  933. <wfw:commentRss>https://topher1kenobe.com/fifteen-years-without-my-mom/feed/</wfw:commentRss>
  934. <slash:comments>1</slash:comments>
  935. <enclosure url="https://topher1kenobe.com/wp-content/uploads/2024/02/anne_and_granddaughter_walking-1024x671.webp" length="57232" type="image/webp" /> </item>
  936. <item>
  937. <title>Untitled Post About Grandpa</title>
  938. <link>https://topher1kenobe.com/untitled-post-about-grandpa/</link>
  939. <comments>https://topher1kenobe.com/untitled-post-about-grandpa/#comments</comments>
  940. <dc:creator><![CDATA[topher]]></dc:creator>
  941. <pubDate>Sat, 10 Feb 2024 16:07:21 +0000</pubDate>
  942. <category><![CDATA[Family]]></category>
  943. <category><![CDATA[Uncategorized]]></category>
  944. <guid isPermaLink="false">https://topher1kenobe.com/?p=3176</guid>
  945.  
  946. <description><![CDATA[<p>In which I talk about my Grandpa and the one time I was asked to care for his body.</p>
  947. <p>The post <a href="https://topher1kenobe.com/untitled-post-about-grandpa/">Untitled Post About Grandpa</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  948. ]]></description>
  949. <content:encoded><![CDATA[
  950. <p>I had a really hard time titling this post.  It&#8217;s mostly about a specific event that happened, but I need to give a lot of back story for it to make sense.  So I chose to not title it.</p>
  951.  
  952.  
  953.  
  954. <p>Before I was born my Grandpa was diagnosed with <a href="https://en.wikipedia.org/wiki/Multiple_sclerosis">Multiple Sclerosis</a>. Some of my earliest memories of him are him wheeling his electric wheelchair up behind his simpler wheelchair and using it as a brace to stand up and exercise his legs. He couldn&#8217;t walk, but he could put weight on them.</p>
  955.  
  956.  
  957.  
  958. <p>As a military veteran he was well taken care of by the Army. He had one of the first electric wheelchairs. In the header of this post his was very very like the one on the right.  On the left you can see it being invented. He had racing stickers on the side, and it was my task to dust it, and keep it shiny.</p>
  959.  
  960.  
  961.  
  962. <p>I mentioned he had a simpler chair, it was a very standard hospital chair.  We used to play on it all the time. He also had a what I&#8217;ll call a bathroom chair. It had a plastic seat with a hole in the center and he used it both for showering and when he needed a toilet.</p>
  963.  
  964.  
  965.  
  966. <p>They had a cool crane-like system for moving him from chair to chair and into and out of bed.  It&#8217;s not exactly like this picture, but similar.  There was a cloth strap that went under his legs/hips and another behind his back.  Then there was a handle we would pump to raise him up and then it was on wheels, so we could move him wherever we wanted. Of course the grandkids played with that a lot too.</p>
  967.  
  968.  
  969.  
  970. <figure class="wp-block-image size-full"><img decoding="async" width="850" height="612" src="https://topher1kenobe.com/wp-content/uploads/2025/02/Need-a-sling-for-wheelchair-transfer-find-the-right-one-for-your-hoist-850x612-1-jpg.webp" alt="Sling to move people" class="wp-image-3180" srcset="https://topher1kenobe.com/wp-content/uploads/2025/02/Need-a-sling-for-wheelchair-transfer-find-the-right-one-for-your-hoist-850x612-1-jpg.webp 850w, https://topher1kenobe.com/wp-content/uploads/2025/02/Need-a-sling-for-wheelchair-transfer-find-the-right-one-for-your-hoist-850x612-1-300x216.webp 300w, https://topher1kenobe.com/wp-content/uploads/2025/02/Need-a-sling-for-wheelchair-transfer-find-the-right-one-for-your-hoist-850x612-1-236x170.webp 236w, https://topher1kenobe.com/wp-content/uploads/2025/02/Need-a-sling-for-wheelchair-transfer-find-the-right-one-for-your-hoist-850x612-1-300x216@2x.webp 600w" sizes="(max-width: 850px) 100vw, 850px" /></figure>
  971.  
  972.  
  973.  
  974. <p>It&#8217;s not really germane to this post, but I would be remiss if I didn&#8217;t note that there was also an elevator in the house. Not a commercial one, a custom made one.  The tube was made of wood, and there was a big motor hanging from the ceiling from a chain. When you got in the elevator box (also wood) there were ropes on either side, and you simply had to pull a little on one to go up and the other to go down. </p>
  975.  
  976.  
  977.  
  978. <p>His wheel-in shower was in the basement. I loved showering in there, it was HUGE.  At age 10 I could literally run around in the shower.</p>
  979.  
  980.  
  981.  
  982. <h2 class="wp-block-heading">The Main Part Of The Post</h2>
  983.  
  984.  
  985.  
  986. <p>When I was about 10 years old one time I was spending a week at Grandma&#8217;s.  I was sitting at the kitchen table doing something, and she was at the sink. Then she said &#8220;Chris, Grandpa is on his toilet, he&#8217;s just had a BM and needs to be wiped.  I need to be here, will you please go take care of it.&#8221;</p>
  987.  
  988.  
  989.  
  990. <p>I had never before been asked to care for him in any way.  I didn&#8217;t move him, feed him, clean him or anything.  Except for greeting and goodbye hugs, I never touched him. </p>
  991.  
  992.  
  993.  
  994. <p>This was an extreme pivot.</p>
  995.  
  996.  
  997.  
  998. <p>Since You Don&#8217;t Say No To Grandma, I said &#8220;Sure&#8221; and started down the hall to Grandpa&#8217;s room. </p>
  999.  
  1000.  
  1001.  
  1002. <p>I&#8217;d like to take a moment to talk about Grandpa&#8217;s nature, mental acuity etc.  I never saw him be anything but kind, to every single person he ever met.  He was super smart, and as far as I know retained his mental faculties until he died.  He loved to teach us things. I suspect it pained him that he didn&#8217;t have the body to DO things with us. He loved audio stuff, so he built radios, and collected Edison players etc.  He would give me old machines and tell me to tear them apart and understand them. I know he wished he could do it with me, but he always made the best of what he had.</p>
  1003.  
  1004.  
  1005.  
  1006. <p>So I walked into his room. He was on his bathroom chair, pants around his ankles. He didn&#8217;t express any embarrassment at all.  Maybe he didn&#8217;t feel any because this was old hat for him.  Maybe he hid it to make me feel better.  That would have been like him.</p>
  1007.  
  1008.  
  1009.  
  1010. <p>The chair was mostly like a normal wheelchair, with a hole in the seat and a plastic pan 6 or 8 inches below that.  He told he how to reach in from the side with a handful of toilet paper.  I peeked in there so I wasn&#8217;t just reaching in blind, but it was very dark.  </p>
  1011.  
  1012.  
  1013.  
  1014. <p>I had never seen a butt before. The only one available to me on a regular basis was my own, and I&#8217;ve never been able to twist enough to see my own butt. I knew from wiping myself where poop comes out, but I had never SEEN it before, especially from the side.  I saw something that looked like it should be wiped, so I reached and wiped it all carefully.  I came to understand years later (literally) that what I saw was his tailbone. Those of you who HAVE tail bones may think through this and realize I did a terrible job.  He couldn&#8217;t feel anything, so he couldn&#8217;t tell.</p>
  1015.  
  1016.  
  1017.  
  1018. <p>Then he said &#8220;Please take a few more sheets of toilet paper and dab the end of my penis, there&#8217;s often a few drops left over. If I had the use of my hands I&#8217;d simply give it a good shake&#8221;.</p>
  1019.  
  1020.  
  1021.  
  1022. <p>Again, it wasn&#8217;t until years later than I understood that he was trying to teach me something about being a Penis Haver.  Passing on Grandpa Wisdom to his grandson. Giving it a good shake at the end is what you do.</p>
  1023.  
  1024.  
  1025.  
  1026. <p>Anyway, I wrapped up and went back to the kitchen and told Grandma I was done, and she went in and finished whatever else needed to be done.</p>
  1027.  
  1028.  
  1029.  
  1030. <p>This even never happened again, nor was it discussed or talked about in any way. I wasn&#8217;t critiqued on my butt wiping skill, I wasn&#8217;t asked how I felt about having done it, nothing at all. I suspect no-one but the three of us ever knew it happened until I wrote this post.</p>
  1031.  
  1032.  
  1033.  
  1034. <p>I didn&#8217;t really feel anything strongly about it. I was prepared to become a more active care giver if that&#8217;s what was asked, but it never was. I don&#8217;t know the real reason I was asked that one time. Was it a test? Maybe.</p>
  1035.  
  1036.  
  1037.  
  1038. <p>There&#8217;s a very unique level of intimacy and trust involved when caring for the body of another human being when they are completely helpless.  Whether it&#8217;s a baby, an old person, or someone whose body simply doesn&#8217;t work for them.  Helping them maintain dignity and respect is the job of the care giver, because they hold all the power.</p>
  1039.  
  1040.  
  1041.  
  1042. <p>Grandpa was never anything but kind, and I was ready to return it in that unique way if it was asked. It just never was.</p>
  1043. <p>The post <a href="https://topher1kenobe.com/untitled-post-about-grandpa/">Untitled Post About Grandpa</a> appeared first on <a href="https://topher1kenobe.com">As it were...</a>.</p>
  1044. ]]></content:encoded>
  1045. <wfw:commentRss>https://topher1kenobe.com/untitled-post-about-grandpa/feed/</wfw:commentRss>
  1046. <slash:comments>1</slash:comments>
  1047. </item>
  1048. </channel>
  1049. </rss>
  1050.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//derosia.com/phlog/includes/fullfeed.rss

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda