09.xhtml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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' => 'Handing off the legal forms',
  21. 'body' => <<<END
  22. <section id="general">
  23. <h2>General news</h2>
  24. <p>
  25. I&apos;m not sure why I thought I needed to cook that pan for six hours.
  26. I guess I was just really tired.
  27. The instructions say to cook it for twenty minutes.
  28. I actually could&apos;ve done that while I finished up my journal entry.
  29. </p>
  30. <p>
  31. I got the legal forms and instructions to my neighbour, and they asked if they owed me anything for them.
  32. Ha!
  33. I hadn&apos;t even thought about compensation for the forms.
  34. Once I have them tested, I&apos;m just going to post them online where others can download them gratis.
  35. I&apos;m not after compensation, I&apos;m after a way to get the legal forms one needs without paying a noxious third-party for them.
  36. They aught to be just offered by the government and standardised.
  37. Since they&apos;re not, I&apos;ll offer whatever legal forms I end up needing for my own legal matters for others with the same needs.
  38. I&apos;m not going to go out of my way to produce legal forms I don&apos;t need myself, it&apos;s not my job to do that.
  39. However, I do think it&apos;s my responsibility not to simply delete the forms when I&apos;m done with them.
  40. </p>
  41. <p>
  42. A while back, probably a few weeks ago, my neighbour&apos;s bike was stolen.
  43. Now, the fuel tank of one of their cars has been tampered with.
  44. They suspect they&apos;re being specifically targeted, and one of their suspects is their own sibling.
  45. They don&apos;t have a good relationship with them, and the sibling&apos;s threatened the fuel tank of the car before.
  46. That really sucks.
  47. </p>
  48. <p>
  49. I was told there isn&apos;t assigned parking at my complex.
  50. However, my neighbour says there is, and that my spot next to theirs is always empty.
  51. They&apos;ve asked if they can use it, and I don&apos;t care about the spot myself.
  52. They say they&apos;re going to park one of their cars in both spots, providing more space between their car and the others nearby, allowing easier access to the car doors.
  53. </p>
  54. <p>
  55. I got off work early, so I sent my mother a message asking if I could come over tonight.
  56. No response.
  57. They must not&apos;ve gotten it, so I guess that&apos;s a no.
  58. If I get my coursework done soon enough and I haven&apos;t gotten an answer yet, I&apos;ll go over tomorrow.
  59. This shouldn&apos;t wait any more than it needs to.
  60. </p>
  61. <p>
  62. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  63. </p>
  64. </section>
  65. <section id="dreams">
  66. <h2>Dream journal</h2>
  67. <p>
  68. I don&apos;t recall most of my dream, but near the end, I was hiding with my mother and Vanessa in a barn-like structure.
  69. There was something in one of the walls though, the wall was bumping around a bit, so I thumped the wall really hard to try to get it to react and reveal itself.
  70. At first, I thought I saw a small mouse scurry by through one of the cracks in the wall between the decayed boards.
  71. That was an awful lot of bumping around for such a tiny mouse though.
  72. Then I thought I saw a squirrel, then a few seconds later a rabbit.
  73. Soon the wall was pushed aside like it was hinged at the top, and a wave of rabbits and squirrels cascaded over us.
  74. I&apos;m not sure how they all fit in the wall.
  75. I ducked and covered, and when they stopped coming, I was left with one on the back of my shoulder blade.
  76. But one <strong>*what*</strong>?
  77. From the weight of it and its lack of flightiness, I assumed it must&apos;ve been a rabbit.
  78. Now that I&apos;m awake, I know that makes no sense, but I thought squirrels are always flighty if you get near them while rabbits sometimes aren&apos;t.
  79. That applies to <strong>*tame*</strong> rabbits though, and would apply just as well to tame squirrels.
  80. I asked my company if they could see what was on me, and they told me it was a squirrel.
  81. It just stayed there though, so I slowly and gently tried petting it.
  82. It put up with that for a few seconds, but then tried to bite my finger, so I gently tossed it a short distance away, where it scampered away from.
  83. </p>
  84. <p>
  85. That was about when I woke up.
  86. I&apos;d forgotten to turn off the alarm I&apos;d set to make sure I got up in time to make it to the courthouse yesterday.
  87. This is too early to get up when you work closing shifts, so now I&apos;m really tired.
  88. </p>
  89. </section>
  90. <section id="university">
  91. <h2>University life</h2>
  92. <p>
  93. I&apos;ve pretty much finished my <a href="/en/coursework/HIST1421/The_first_Punic_war.xhtml">essay</a> for the week, but it&apos;s unbelievable how far behind I am in my coursework right now.
  94. This has not been an easy week.
  95. The coursework alone should&apos;ve been fine, but other stresses and goals have kept me unproductive on the coursework front.
  96. </p>
  97. </section>
  98. END
  99. );