09.xhtml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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' => 'Please don&apos;t send me pizzas. I can&apos;t eat meat or cheese.',
  21. 'body' => <<<END
  22. <p>
  23. Twidere quit functioning on me after the update last night.
  24. I&apos;ve uninstalled it and installed AndStatus.
  25. It may take a bit to get used to the differences, but it should work just fine.
  26. It certainly has one thing going for it at the very least: unlike the new version of Twidere, it doesn&apos;t crash every time it is started.
  27. </p>
  28. <p>
  29. Speaking of glitches and malfunctions, it seems my mobile has taken up the habit of spazing out if it has been powered on too long.
  30. I haven&apos;t been paying attention to exactly the length of time, but it takes at least several days before any issues occur.
  31. Once problems arise, rebooting fixes everything.
  32. Why does my mobile have to reboot periodically? It&apos;s not running Windows, after all.
  33. </p>
  34. <p>
  35. Someone sent a Domino&apos;s pizza to my door under my legal name.
  36. Later, while I was away from home, apparently Pizza Hut also tried to deliver, though no one was home to receive the pizzas.
  37. we had just been discussing the availability of my postal address in my whois records on <a href="ircs://irc.volatile.club:6697/%23Volatile">#Volatile</a>, and the timing lines up a little too well.
  38. I received email confirmations from both orders, and both were sent to the email address from my <a href="/a/contact.xhtml">contact</a> page, an email address I have never posted anywhere but there and have never used in the physical world.
  39. This means that the people sending these orders got my address and name from my whois records (or from the channel when someone posted a partial copy of my whois records there), but got my email address from my contact page, not the whois records.
  40. Please don&apos;t send me pizzas though, I&apos;m vegan and cannot eat meat or cheese.
  41. Much food was wasted today.
  42. Both orders were placed using different bogus telephone numbers, leading me to believe that two separate people were pranking me, not just one person pranking me with two orders.
  43. </p>
  44. <p>
  45. On <a href="ircs://irc.volatile.club:6697/%23Volatile">#Volatile</a>, donkus asked if I own this domain.
  46. This statement here acts as proof that I do (though donkus said no proof was needed).
  47. </p>
  48. <p>
  49. Today, <a href="/a/canary.txt">no one prevents me from speaking my mind</a>.
  50. </p>
  51. END
  52. );