123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?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' => 'Attempts to get in touch with a coworker',
- 'body' => <<<END
- <blockquote>
- <p>
- Day 13:
- </p>
- <p>
- I attempted to contact one of my coworkers who is selling a laptop.
- I have two telephone numbers for him in my records, so I didn't know which $a[SMS] gateway address to use.
- If he does not respond to the message sent to the first address by tomorrow night, I will attempt to reach him at the other address.
- The main problem with his laptop is that it is a Windows 8 laptop.
- Even if the Wi-Fi card even works with Debian, the $a[BIOS] may be wonky.
- It may not be possible to boot from $a[USB] or install a new operating system without agreeing to the windows terms of service.
- If this is the case, that laptop won't do me any good.
- </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
- );
|