12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 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' => 'A black plastic shell',
- 'body' => <<<END
- <p>
- Yesterday after I had already finalized me weblog entry, I found that my <a href="https://professorshyguy.bandcamp.com/merch/64gb-usb-drive-sale-fragmentation-version">Professor Shyguy $a[USB] drive</a> order had not gone through.
- I had received an email from Discover alerting me to a charge, so I asumed that the order had been completed, but instead PayPal had sent their usual \$1 $a[USD] charge that they later reverse in order to check and insure that the card is chargeable.
- However, in order to finalize the order, I had to click past their page that pressures users into creating a PayPal account.
- I had already closed the Web browser tab though and ShyGuy had already hidden the secret discount page again.
- Embarrassed, I had to write him back and explain that the order had not gone through and ask him to make the page available again for a little while.
- Today, he wrote to me saying that he is sending out orders today, and asked if I wanted a $a[USB] drive with a black plastic shell or a grey plastic shell.
- I had not even known that black was an option, as it is not in the photograph on the product page, but the photograph that he emailed me looked pretty good.
- I chose the black case.
- </p>
- <p>
- I started some light work on a $a[PHP]/MySQL-based Web forum software project that I am tentatively calling <a href="https://notabug.org/y.st./FreeForum">FreeForum</a>.
- Mainly, I just did some planning and note writing, but it is a start.
- </p>
- <p>
- Speaking of $a[PHP], I read the skeletal draft of a future <a href="https://wiki.php.net/rfc/case-sensitivity">proposal to make $a[PHP] case sensitive</a>.
- It seems to have been started late last year and still has not seen much progress, but if completed and accepted, it would be a huge step forward! Other languages are properly case sensitive.
- Why is $a[PHP] not? Despite its many problems, $a[PHP] is my favorite language and it would be nice if it could become even better.
- </p>
- <p>
- It appears that my sister will be coming over for a few days tomorrow.
- Additionally, it seems that all of us will be headed back to Springfield for a while on Monday.
- </p>
- <p>
- Vanessa and Cyrus had nachos today, but they did not cook meat to go on them.
- When our mother found out, she became angry.
- She claims that because they did not have meat with this one meal, they must be trying to go vegetarian.
- First of all, they have meat with almost every meal, so what is the big deal if they skip the meat every once in a while? Second, there is no problem with going vegetarian.
- Neither of her eldest two children want to eat flesh and she knows it.
- However, she takes any desire to not eat the same diet as her as some sort of attack on her personally.
- </p>
- <p>
- The local community collage did not write back today.
- I think that I might go back to the job hunt tomorrow.
- If they have still not written by Sunday, I will write to them again asking if there are any updates on my request for an appointment.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|