02.xhtml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2017 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Putting the plan in motion',
  21. 'body' => <<<END
  22. <img src="/img/CC_BY-SA_4.0/y.st./weblog/2017/07/02.jpg" alt="This Dr Pepper® bottle looks stereotypically gay. Did I mention I&apos;m available?" class="weblog-header-image" width="800" height="480" />
  23. <section id="general">
  24. <h2>General news</h2>
  25. <p>
  26. I woke up in a haze this morning.
  27. It took me a bit to figure out what was going on.
  28. I&apos;m pretty sure one of my arms was suffering from sleep paralysis again though.
  29. It seems I&apos;ve grown numb to that sort of thing happening, as even when I was too out of it to know what was happening, I didn&apos;t panic.
  30. I think I thought it was a circulation issue though and tried to restore circulation to the limb to get motor control back.
  31. I still remember the first time I had sleep paralysis.
  32. I freaked out because I couldn&apos;t move my arm.
  33. It was pretty scary.
  34. </p>
  35. <p>
  36. I&apos;ve now brought my father up to speed on my name change and homosexuality.
  37. Originally, I wasn&apos;t even going to mention the name change out of fear it&apos;d hurt his feelings (my given name was his middle name and my surname was his), but it needed to be known.
  38. Being less nonjudgmental, unlike my mother, I was able to explain the reason I chose the name Alex.
  39. My mother will learn one day though, I&apos;ll make sure it comes out.
  40. </p>
  41. <p>
  42. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  43. </p>
  44. </section>
  45. <section id="mental">
  46. <h2>Mental health watch</h2>
  47. <p>
  48. It occurred to me at work today that I&apos;m still lucid.
  49. When we thought <span class="redacted">[REDACTED]</span> was dying, his final wish was that I remain lucid in my madness.
  50. Because <span class="redacted">[REDACTED]</span> turned out not to be dying after all, he still lives within me, and I remain aware of the insanity.
  51. This should all work out well(ish) then.
  52. Additionally, my plan to keep my loneliness and lust in check by having a plan to meet people seems to be working.
  53. I feel like myself today.
  54. My logical side is successfully pacifying my emotional side.
  55. Tomorrow, I enact the first step.
  56. I tried to do disable autopay online, but T-Mobile uses a dumbed-down version of their interface for tablet plans.
  57. I couldn&apos;t figure out how to do it this time.
  58. I&apos;ll head into a brick-and-mortar store in the morning and have them shut it off for me.
  59. Next, I&apos;ll head into MetroPCS to ask if their $a[SIM] cards are still locked to their devices.
  60. Then, I just need to play the waiting game until my plan runs out.
  61. </p>
  62. <p>
  63. It just occurred to me that many people can&apos;t access my website now because of Firefox&apos;s noxious insanity.
  64. An expired certificate will work, but not a certificate issued by a certificate &quot;authority&quot; that&apos;s had trust in their root certificate revoked.
  65. I&apos;m going to have to switch to Let&apos;s Encrypt after all, then just not renew because I don&apos;t have time to renew every two months.
  66. It looks like I&apos;ll have to install their stupid software to get a certificate installed, and that software needs root access.
  67. I&apos;m not giving it root access unless it&apos;s been reviewed by the Debian team, which means I need to use the Debian repo&apos;s package (which is what the Let&apos;s Encrypt team recommends anyway).
  68. The package doesn&apos;t exist in Debian 8, so now I have to upgrade to Debian 9, and quickly.
  69. I&apos;ll need to add visiting the library to my to-do list and see if they have the Ethernet access I need.
  70. If not, I&apos;ll need to take a stupid risk and try installing from the live $a[CD] with no way to recover if something goes wrong.
  71. Ugh.
  72. </p>
  73. <p>
  74. I&apos;ve been struggling with the concept of gay pride lately.
  75. I have nothing against gay people, but I can&apos;t say I&apos;m excited to be one.
  76. I&apos;m not prideful of my current state.
  77. Do I even belong at a pride festival?
  78. Today though, I found the words to explain how I feel though.
  79. I&apos;m frustrated, but not ashamed.
  80. If I&apos;m not ashamed, I must feel at least some pride, right?
  81. It&apos;s not an accomplishment or something, but it&apos;s a state of being that I&apos;m not doing any harm with.
  82. </p>
  83. </section>
  84. END
  85. );