1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?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 day of respite',
- 'body' => <<<END
- <img src="/img/CC_BY-SA_4.0/y.st./weblog/2016/12/24.jpg" alt="A leaking panel" class="weblog-header-image" width="809" height="480" />
- <h2 id="advertisements">Unsponsored advertisements</h2>
- <p>
- <a href="http://marcwithac.com/">Marc With a C</a> has released a new one-song <del>cover</del> album, <a href="https://marcwithac.bandcamp.com/album/all-i-want-for-christmas">All I Want For Christmas</a>.
- If you're into Christmas music, maybe you'll enjoy it.
- </p>
- <p>
- <ins>EDIT: Oops, it's not the song that I thought that it was.
- I highly doubt that it's a cover song, I think that Marc wrote it themself.
- It's not exactly safe for work though, and it's not really my type of song, but if it's what you're into, maybe you'll like it.</ins>
- </p>
- <h2 id="general">General news</h2>
- <p>
- I should have gotten a lot of coursework done today, but I kind of took it easy today.
- It turns out that I needed a break more than I thought, and not having anyone at home was fantastic.
- I did get some coursework done though.
- </p>
- <p>
- It was a slow day at work.
- Only two people had the day off, but I can't help but wonder <strong>*why only two*</strong>? Don't get me wrong, I'm happy to get the extra hours, I don't mind the slow shift, and I'm outright enthusiastic to have been able to use this shift to get out of celebrating the holidays.
- Still, the store would have made more profit with less employees on the clock, and several employees were outright bored because business was so slow.
- </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 completed my <a href="/en/coursework/BUS1101/Three_types_of_organizational_structures.xhtml">essay</a> for the week, although I didn't finish reading the assigned chapter as I had planned.
- However, I did read through the next section, which was enough to get my initial discussion post submitted:
- </p>
- <blockquote>
- <p>
- I don't have a whole lot of personal experience to draw off of for this question.
- I've only been employed by two companies, and I was only a temporary working in one of them.
- I was there for about two weeks to help them meet their deadline on a large, unexpected order, then they were done with me.
- In the other company, a fast food pizza restaurant, change happens incredibly slowly.
- We get new menu items for a few months before discontinuing them again, but that's the extent of most of the change that we see.
- I moved out of town for a while though, and just before I was rehired, a bigger changed happened that has seen some resistance.
- </p>
- <p>
- We have a drive-though window, and we used to take orders directly through the window.
- There was nothing particularly wrong with this system, and it worked well for probably over a decade.
- However, when I got back, I found that we'd fixed our old, broken menu board and were now taking orders through that using headsets.
- This was likely caused by our increase in our number of customers.
- The rise in total customers has lead to more customers come through our drive-though lane, so in order to keep wait times tolerable, it's helpful to be able to begin taking one customer's order before the previous one has pulled away yet.
- Thus, the need for the working menu board.
- </p>
- <p>
- Most of our employees still grumble about the change; they don't like the headsets at all.
- The headsets make it difficult to hear our coworkers and depending on the volume and pitch of the vehicular motors, difficult to hear customers.
- No one seems to like to work the drive-through window any more.
- I think that I might be the only one that doesn't put up a stink about it; the drive-through window is still the best place to work in the entire store, so I jump at the opportunity to be stationed there.
- </p>
- <p>
- Our employees aren't the only ones resisting the change.
- Many customers also refuse to use the menu board, pulling right past it and right to the window.
- When they do that, it only makes our job more difficult too, because we're then dealing both with the customer at the window and the one at the menu board.
- As I said before, the headsets make it difficult to hear our coworkers, as they seal off one of our ears from outside noise.
- This same effect happens when dealing with customers directly at the window, but is compounded by the fact that the ear covered is the only one facing the window.
- </p>
- </blockquote>
- END
- );
|