21.xhtml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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' => 'Plans changed',
  21. 'body' => <<<END
  22. <blockquote>
  23. <p>
  24. Day 10:
  25. </p>
  26. <p>
  27. Yesterday, my mother implied that she would be gone a week.
  28. But today, she said she would be back on Sunday.
  29. I considered waiting for her to get back to make my move on the computer front, but my independence, and therefore my freedom, is at stake.
  30. If I wait, she will only use this as further &quot;evidence&quot; that I need to get a driver license.
  31. I don&apos;t need to burn fossil fuels in order to run basic errands.
  32. If I go by bike, I risk upsetting her, but if I a wait for her to get back, I risk much more.
  33. She can just get over herself.
  34. If she wants to do things a particular way, that&apos;s fine, but she does not need to inflict her way on other people when she is not even involved in the situation.
  35. </p>
  36. <p>
  37. Update: Just after having written my web blog entry for the day, my sister got home.
  38. I talked to her about the situation, and it turns out that she has been planning to walk to the recycling center tomorrow as well.
  39. My mother probably said nothing to her, because she assumes my sister is going to be driving.
  40. My sister does, after all, have both a car and a license.
  41. However, much to my mother&apos;s dismay, my sister usually prefers to walk as well.
  42. My mother often doesn&apos;t take this into account though.
  43. So I&apos;m ditching the bike.
  44. My sister and I will walk to the recycling center tomorrow.
  45. </p>
  46. </blockquote>
  47. <p>
  48. I couldn&apos;t update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
  49. </p>
  50. END
  51. );