1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2016 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'A closing shift while ill',
- 'body' => <<<END
- <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" />
- <h2 id="general">General news</h2>
- <p>
- The insurance people came by to take a look at Alyssa's car, and it seems that that one's totaled too.
- That's two totaled vehicles in two months.
- Fun.
- </p>
- <p>
- One of the hoses leading to the washing machine doesn't have a tight enough connection, so water sprays everywhere.
- Lovely.
- </p>
- <p>
- I've got a closing shift at work today.
- This could go really well, as it'll be an easy shift, or it could go really poorly, because I'm not feeling well at all.
- In any case, I'm not going to want to write my journal entry when I get home, so I'm writing it up before I head into work.
- I really want some orange juice, so I might pick some up as I head in.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- <h2 id="dreams">Dream journal</h2>
- <p>
- I'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'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're designed to always come out the same, whatever that means.
- </p>
- <h2 id="university">University life</h2>
- <p>
- 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.
- It seems that part of the <a href="/en/coursework/BUS1101/#Unit8">learning journal</a> assignment this week involves tracking which days I've completed which parts of the unit.
- Now I'm going to have to admit to getting nothing done yesterday.
- I won't be writing any more about my coursework this week in my journal, as it'll all be in my learning journal instead, so pop on over to that if you're interested.
- </p>
- END
- );
|