1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 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' => 'Plans changed',
- 'body' => <<<END
- <blockquote>
- <p>
- Day 10:
- </p>
- <p>
- Yesterday, my mother implied that she would be gone a week.
- But today, she said she would be back on Sunday.
- I considered waiting for her to get back to make my move on the computer front, but my independence, and therefore my freedom, is at stake.
- If I wait, she will only use this as further "evidence" that I need to get a driver license.
- I don't need to burn fossil fuels in order to run basic errands.
- If I go by bike, I risk upsetting her, but if I a wait for her to get back, I risk much more.
- She can just get over herself.
- If she wants to do things a particular way, that's fine, but she does not need to inflict her way on other people when she is not even involved in the situation.
- </p>
- <p>
- Update: Just after having written my web blog entry for the day, my sister got home.
- I talked to her about the situation, and it turns out that she has been planning to walk to the recycling center tomorrow as well.
- My mother probably said nothing to her, because she assumes my sister is going to be driving.
- My sister does, after all, have both a car and a license.
- However, much to my mother's dismay, my sister usually prefers to walk as well.
- My mother often doesn't take this into account though.
- So I'm ditching the bike.
- My sister and I will walk to the recycling center tomorrow.
- </p>
- </blockquote>
- <p>
- I couldn't update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
- </p>
- END
- );
|