18.xhtml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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' => "$a[SIM] cutter",
  21. 'body' => <<<END
  22. <blockquote>
  23. <p>
  24. Day 7:
  25. </p>
  26. <p>
  27. I tried once again to use my old laptop to set up the bootable $a[USB] drive.
  28. Again, the computer shut down prematurely.
  29. I found and borrowed my mother&apos;s old laptop, which has been malfunctioning since she got it.
  30. It&apos;s a horrid machine to consider for daily use, but it works perfectly fine for creating a bootable $a[USB] drive when in a bind.
  31. It took a few hours, but the bootable $a[USB] drive is ready.
  32. </p>
  33. <p>
  34. The letter from Marc with a C came a day late, but it did come.
  35. From the looks of it, my new yellow vinyl record has already been shipped.
  36. Mark said that this was a pre-order period, so I wouldn&apos;t have thought they could be shipping yet.
  37. Neither the main album download nor the bonus albums contain the bonus tracks from the record.
  38. he said that that they would be downloadable in digital form.
  39. I will have to inquire tomorrow.
  40. </p>
  41. <p>
  42. The $a[SIM] card cutter arrive today, quite a bit ahead of schedule.
  43. At this point, I have already learned that I did not need it, but it is still interesting to have.
  44. It came with two $a[SIM] card adapters, but they seem to be low quality and potentially unsafe to use.
  45. that&apos;s not a huge concern though, as the important item in the package was the $a[SIM] cutter.
  46. Even the $a[SIM] cutter isn&apos;t of great importance though, and seems to have merely served as a plot device for my story.
  47. It&apos;s former absence was more important then its current presence.
  48. </p>
  49. </blockquote>
  50. <p>
  51. I couldn&apos;t update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
  52. </p>
  53. END
  54. );