123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2017 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Putting the plan in motion',
- 'body' => <<<END
- <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'm available?" class="weblog-header-image" width="800" height="480" />
- <section id="general">
- <h2>General news</h2>
- <p>
- I woke up in a haze this morning.
- It took me a bit to figure out what was going on.
- I'm pretty sure one of my arms was suffering from sleep paralysis again though.
- It seems I'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't panic.
- I think I thought it was a circulation issue though and tried to restore circulation to the limb to get motor control back.
- I still remember the first time I had sleep paralysis.
- I freaked out because I couldn't move my arm.
- It was pretty scary.
- </p>
- <p>
- I've now brought my father up to speed on my name change and homosexuality.
- Originally, I wasn't even going to mention the name change out of fear it'd hurt his feelings (my given name was his middle name and my surname was his), but it needed to be known.
- Being less nonjudgmental, unlike my mother, I was able to explain the reason I chose the name Alex.
- My mother will learn one day though, I'll make sure it comes out.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- </section>
- <section id="mental">
- <h2>Mental health watch</h2>
- <p>
- It occurred to me at work today that I'm still lucid.
- When we thought <span class="redacted">[REDACTED]</span> was dying, his final wish was that I remain lucid in my madness.
- 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.
- This should all work out well(ish) then.
- Additionally, my plan to keep my loneliness and lust in check by having a plan to meet people seems to be working.
- I feel like myself today.
- My logical side is successfully pacifying my emotional side.
- Tomorrow, I enact the first step.
- I tried to do disable autopay online, but T-Mobile uses a dumbed-down version of their interface for tablet plans.
- I couldn't figure out how to do it this time.
- I'll head into a brick-and-mortar store in the morning and have them shut it off for me.
- Next, I'll head into MetroPCS to ask if their $a[SIM] cards are still locked to their devices.
- Then, I just need to play the waiting game until my plan runs out.
- </p>
- <p>
- It just occurred to me that many people can't access my website now because of Firefox's noxious insanity.
- An expired certificate will work, but not a certificate issued by a certificate "authority" that's had trust in their root certificate revoked.
- I'm going to have to switch to Let's Encrypt after all, then just not renew because I don't have time to renew every two months.
- It looks like I'll have to install their stupid software to get a certificate installed, and that software needs root access.
- I'm not giving it root access unless it's been reviewed by the Debian team, which means I need to use the Debian repo's package (which is what the Let's Encrypt team recommends anyway).
- The package doesn't exist in Debian 8, so now I have to upgrade to Debian 9, and quickly.
- I'll need to add visiting the library to my to-do list and see if they have the Ethernet access I need.
- If not, I'll need to take a stupid risk and try installing from the live $a[CD] with no way to recover if something goes wrong.
- Ugh.
- </p>
- <p>
- I've been struggling with the concept of gay pride lately.
- I have nothing against gay people, but I can't say I'm excited to be one.
- I'm not prideful of my current state.
- Do I even belong at a pride festival?
- Today though, I found the words to explain how I feel though.
- I'm frustrated, but not ashamed.
- If I'm not ashamed, I must feel at least some pride, right?
- It's not an accomplishment or something, but it's a state of being that I'm not doing any harm with.
- </p>
- </section>
- END
- );
|