1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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' => 'Everything is still frozen.',
- 'body' => <<<END
- <img src="/img/CC_BY-SA_4.0/y.st./weblog/2016/12/15.jpg" alt="Red, ice-covered branches" class="weblog-header-image" width="809" height="480" />
- <h2 id="general">General news</h2>
- <p>
- I had a closing shift today, so I knew before I went in to work that I'd be stationed at a register, most likely the drive-through till.
- Sure enough, that's where they put me.
- </p>
- <p>
- Some of the grass has thawed out, though not even all of that has been deiced yet.
- All of the other plants are still covered in a thick layer of ice.
- Trees are groaning under the weight of the ice, branches are falling off, and the ice itself is squeaking as it attempts to bend toward gravity and take the trees with it.
- The power lines are coated in ice too.
- It first, I thought that I heard them buzzing from being stretched under the weight of the ice.
- The power has been flickering in the house, reflecting the stress that the power lines are under.
- However, I think that perhaps what I was hearing wasn't a buzz from the power lines, but a distant squeaking of the ice as the power lines moved in the wind.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- <h2 id="university">University life</h2>
- <p>
- I finished up my "learning journal" assignment, a task on developing goals through use of a "strategy diamond":
- </p>
- <ul>
- <li><a href="/en/coursework/BUS1101/#Unit5">BUS 1101: Principles of Business Management</a></li>
- </ul>
- <p>
- I knew that I wouldn't have any time to work on coursework after work because of my closing shift, and there was no time before work to finish the assigned reading for the week.
- However, I can't allow myself to continue to lag behind in my studies.
- With that in mind, I graded the essay submissions from last week of the three students that I'd been assigned this week.
- It's not the biggest task that I have this week, but it's something that I could squeeze into what time I had and something that didn't require having first read this week's learning materials.
- </p>
- <p>
- <strong>*EDIT <a href="https:/en/weblog/2016/12-December/18.xhtml">{$entry(2016, 12, 18)}</a>*:</strong> I've moved "learning journal" content to a separate page now, accessible from the <a href="/en/coursework/">coursework</a> section of the website.
- </p>
- END
- );
|