29.xhtml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2016 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 closing shift while ill',
  21. 'body' => <<<END
  22. <img src="/img/CC_BY-SA_4.0/y.st./weblog/2016/12/29.jpg" alt="Our new washing machine" class="weblog-header-image" width="809" height="480" />
  23. <h2 id="general">General news</h2>
  24. <p>
  25. The insurance people came by to take a look at Alyssa&apos;s car, and it seems that that one&apos;s totaled too.
  26. That&apos;s two totaled vehicles in two months.
  27. Fun.
  28. </p>
  29. <p>
  30. One of the hoses leading to the washing machine doesn&apos;t have a tight enough connection, so water sprays everywhere.
  31. Lovely.
  32. </p>
  33. <p>
  34. I&apos;ve got a closing shift at work today.
  35. This could go really well, as it&apos;ll be an easy shift, or it could go really poorly, because I&apos;m not feeling well at all.
  36. In any case, I&apos;m not going to want to write my journal entry when I get home, so I&apos;m writing it up before I head into work.
  37. I really want some orange juice, so I might pick some up as I head in.
  38. </p>
  39. <p>
  40. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  41. </p>
  42. <h2 id="dreams">Dream journal</h2>
  43. <p>
  44. I&apos;m not sure if this was a dream or if it was mild hallucinations, but I kept waking up in the middle of the night thinking that I&apos;d found proof that there are only three ways to do something or another and that things will always turn out the same because they&apos;re designed to always come out the same, whatever that means.
  45. </p>
  46. <h2 id="university">University life</h2>
  47. <p>
  48. I read over the main assignments that I have this week, and I really should have stayed up and gotten started on my coursework last night, despite feeling very ill.
  49. It seems that part of the <a href="/en/coursework/BUS1101/#Unit8">learning journal</a> assignment this week involves tracking which days I&apos;ve completed which parts of the unit.
  50. Now I&apos;m going to have to admit to getting nothing done yesterday.
  51. I won&apos;t be writing any more about my coursework this week in my journal, as it&apos;ll all be in my learning journal instead, so pop on over to that if you&apos;re interested.
  52. </p>
  53. END
  54. );