23.xhtml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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' => 'Attempting to reschedule',
  21. 'body' => <<<END
  22. <img src="/img/CC_BY-SA_4.0/y.st./weblog/2016/12/23.jpg" alt="Boots near a wall" class="weblog-header-image" width="809" height="480" />
  23. <h2 id="general">General news</h2>
  24. <p>
  25. My mother now insisted that I attempt to switch shifts with one of the employees opening the restaurant tomorrow.
  26. If I succeeded, I&apos;d have my closing shift tonight, then an opening shift in the morning.
  27. I&apos;d be tired through my whole shift, then tired through the whole day.
  28. Even if I managed to find time for a nap, I&apos;d likely still be exhausted, unproductive, and in a silently foul mood.
  29. I was going to walk in to do as my mother had requested, but they insisted that they drive me over, much to my dismay.
  30. They claimed that they did it for a speedy response as to if it worked out, but they waited about an hour before taking me.
  31. I could have been there and back on foot in that time.
  32. In any case, one of the openers tomorrow was there, but didn&apos;t want to switch shifts, two are shift leaders so I can&apos;t cover their shifts, and two were not responding via telephone.
  33. I love it when telephoning doesn&apos;t work out on the rare occasion that I even have to pick up a telephone.
  34. I don&apos;t mean that sarcastically, either.
  35. If I&apos;m required to use a telephone, then in most cases, I want it to fail.
  36. If I&apos;m desperate, as is the case with my apartment search, then I want it to work out well, but otherwise, any chance to say that telephones got me nowhere is a slight compensation for the fact that I even had to try using them.
  37. That said, I did honestly try to get my shift traded.
  38. </p>
  39. <p>
  40. With me unable to switch shifts, Vanessa and our mother took off for Gresham early.
  41. Instead of spending tomorrow fulfilling social obligations with relatives in my extended family that I barely know, I&apos;ll be here at home actually getting my coursework done.
  42. </p>
  43. <p>
  44. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  45. </p>
  46. <h2 id="university">University life</h2>
  47. <p>
  48. My plan for the day was to read my entire assigned chapter of the <span title="Principles of Business Management">BUS 1101</span> course textbook.
  49. I didn&apos;t do that though.
  50. Instead, I read the first two sections of the chapter, then noticed that the third section is the section that specifically deals with our <a href="/en/coursework/BUS1101/Three_types_of_organizational_structures.xhtml">essay assignment</a> for the week.
  51. What an awesome excuse to take a break from the textbook! I read the third section, then began my essay submission.
  52. It&apos;s mostly complete, but it does need a bit more information added.
  53. After adding that information tomorrow, I&apos;ll continue reading the textbook.
  54. </p>
  55. END
  56. );