15.xhtml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 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' => 'A black plastic shell',
  21. 'body' => <<<END
  22. <p>
  23. 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.
  24. 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.
  25. However, in order to finalize the order, I had to click past their page that pressures users into creating a PayPal account.
  26. I had already closed the Web browser tab though and ShyGuy had already hidden the secret discount page again.
  27. 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.
  28. 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.
  29. 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.
  30. I chose the black case.
  31. </p>
  32. <p>
  33. 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>.
  34. Mainly, I just did some planning and note writing, but it is a start.
  35. </p>
  36. <p>
  37. 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>.
  38. 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.
  39. 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.
  40. </p>
  41. <p>
  42. It appears that my sister will be coming over for a few days tomorrow.
  43. Additionally, it seems that all of us will be headed back to Springfield for a while on Monday.
  44. </p>
  45. <p>
  46. Vanessa and Cyrus had nachos today, but they did not cook meat to go on them.
  47. When our mother found out, she became angry.
  48. She claims that because they did not have meat with this one meal, they must be trying to go vegetarian.
  49. 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.
  50. Neither of her eldest two children want to eat flesh and she knows it.
  51. However, she takes any desire to not eat the same diet as her as some sort of attack on her personally.
  52. </p>
  53. <p>
  54. The local community collage did not write back today.
  55. I think that I might go back to the job hunt tomorrow.
  56. 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.
  57. </p>
  58. <p>
  59. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  60. </p>
  61. END
  62. );