12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?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' => 'Square zero',
- 'body' => <<<END
- <blockquote>
- <p>
- Day 12:
- </p>
- <p>
- I considered today that maybe a should have picked up the cheap laptop at the recycling center.
- I could have then ordered the $a[USB] wireless device from Think Penguin that is known to work without proprietary firmware.
- However, my boss said that that may have been a bad idea.
- He said something about old laptops having worn power distribution somethings, and that the heavy strain that a $a[USB] Wi-Fi device puts on the $a[USB] port could break the laptop.
- I'm back to square zero.
- </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
- );
|