24.xhtml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'Attempts to get in touch with a coworker',
  21. 'body' => <<<END
  22. <blockquote>
  23. <p>
  24. Day 13:
  25. </p>
  26. <p>
  27. I attempted to contact one of my coworkers who is selling a laptop.
  28. I have two telephone numbers for him in my records, so I didn&apos;t know which $a[SMS] gateway address to use.
  29. 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.
  30. The main problem with his laptop is that it is a Windows 8 laptop.
  31. Even if the Wi-Fi card even works with Debian, the $a[BIOS] may be wonky.
  32. It may not be possible to boot from $a[USB] or install a new operating system without agreeing to the windows terms of service.
  33. If this is the case, that laptop won&apos;t do me any good.
  34. </p>
  35. </blockquote>
  36. <p>
  37. I couldn&apos;t update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
  38. </p>
  39. END
  40. );