01.xhtml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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' => 'My card is safe.',
  21. 'body' => <<<END
  22. <section id="general">
  23. <h2>General news</h2>
  24. <p>
  25. In the dead of night last night, instead of going to bed, I rode to my mother&apos;s place to check their car for my card.
  26. I hoped against hope it&apos;d fallen out of my pocket there.
  27. Sure enough, it had.
  28. I could&apos;ve waited &apos;til morning, but I didn&apos;t for two reasons.
  29. First, I&apos;d never get much sleep worrying about my credit card.
  30. But more importantly, my mother gets weird about the fact I don&apos;t use my birth name.
  31. I think they take it as a personal insult or something, as they&apos;re the one that assigned me that name.
  32. Of course, the name on my card doesn&apos;t match my birth name, so it&apos;d be best to recover it discretely.
  33. </p>
  34. <p>
  35. I got home late, so I didn&apos;t get as much rest as I&apos;d like to have.
  36. I was tired all day, but at least I knew my card was safe.
  37. After I got up, I drug myself to the credit union to get a cashier&apos;s cheque, then at about noon, I went to see the on-site manager and pay rent.
  38. </p>
  39. <p>
  40. One of the customers today saw me check the back of their card, but I didn&apos;t ask to see their $a[ID].
  41. They asked me if their card said anything, so I replied that it just had their name along with the name &quot;Cid&quot;.
  42. They said it was instructions to check their $a[ID], so I explained that &quot;Cid&quot; is a masculine human name, not instructions to do anything, and they quickly realised they&apos;d need to write out the word &quot;see&quot; if they wanted to be carded, not abbreviate it as &quot;C&quot;.
  43. I need to be a bit more obvious when I check customers&apos; cards.
  44. I think most &quot;Cid&quot; customers don&apos;t notice when I notice what they wrote, and so many people don&apos;t even look to see if the card holder wants to be carded.
  45. It&apos;s be nice to be able to reduce the number of idiotic &quot;Cid&quot; cards out there, even if just by two or three cards.
  46. </p>
  47. <p>
  48. A customer asked me today if working in a pizza joint has given me a distaste for pizza.
  49. I always find that question amusing.
  50. I can&apos;t eat any of our products, at least not the ones we keep ready, save for the cups of marinara.
  51. I can&apos;t really be tired of pizza &apos;cause I never eat it.
  52. It makes perfect sense to assume I&apos;d eat the food of the restaurant I work at, but that assumption simply doesn&apos;t hold true.
  53. </p>
  54. <p>
  55. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  56. </p>
  57. </section>
  58. END
  59. );