29.xhtml 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2016 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' => 'The server is now down indefinitely.',
  21. 'body' => <<<END
  22. <p>
  23. While working on some last-minute packing, I finally peeled the stickers off of my old $a[FSF] membership card $a[USB] drive.
  24. The card/$a[USB] drive hybrid idea is an interesting one, so the drive itself is worth keeping, but the $a[FSF] actively supports the creation on nonfree works.
  25. As such, I can&apos;t really support the $a[FSF] in good conscience.
  26. </p>
  27. <p>
  28. Having gotten our beds and dressers out of the way, we can now see that the wall&apos;s been damaged behind Cyrus&apos; dresser and the floor&apos;s been torn up under my bed.
  29. I&apos;m not sure what&apos;s with the damage behind the dresser, but my guess is that the floor got torn up at some point when the bed was being moved near the beginning of our stay there.
  30. Our cat was freaked out by the move and kept hiding under the bed, so we kept bringing it out to try to show it that everything was okay.
  31. I offered to pay the security deposit on the house, which seemed to keep our mother from completely blowing their top.
  32. It&apos;s not an inexpensive bill to foot though.
  33. </p>
  34. <p>
  35. I shut down <a href="/en/domains/cepo.local.xhtml"><code>//cepo.local.</code></a> today to get it packed up, though I&apos;d forgotten that the server had been being used for $a[DNS] requests.
  36. The last computer on the local network that isn&apos;t using $a[Tor] couldn&apos;t make proper use of the Internet due to my oversight! It was a quick fix once I located the problem though, so no real harm done.
  37. </p>
  38. <p>
  39. One of the landlords stopped by today thinking that they&apos;d check us out of the house a day early.
  40. For some reason, they thought we&apos;d be completely out of the house, even though we&apos;ve paid through the end of the month.
  41. After seeing that we weren&apos;t even close to being out and that they&apos;d have to come by later, they left.
  42. </p>
  43. <p>
  44. We had to have the front door open so we could move furniture out, so Frances (our cat) escaped for a bit.
  45. Frances has a tendency to try to get out, but then once out, cower because the outside world is intimidating.
  46. Catching the cat was easy as usual, but Frances had managed to cover its belly in burrs that needed to be picked out.
  47. With its fur being so long, getting the burrs out itself wouldn&apos;t have been an easy task, so I picked them out for it.
  48. </p>
  49. <p>
  50. Cyrus went over and talked to the trucker next door and ask them to help us move the moving van and its vehicle-towing trailer later.
  51. The trucker agreed to help.
  52. When we were moving in, that same trucker helped us too, though that time, they&apos;d offered.
  53. Our mother also managed to talk the moving van company into letting us use two of their storage units instead of the promised one unit, so we should have enough space, I hope.
  54. </p>
  55. <p>
  56. We continued loading up the moving van for most of the day, then took another load to Springfield on the minivan.
  57. My mother asked me to back their computer files up onto a $a[USB] drive tomorrow.
  58. I planned to do it tonight, but by the time we arrived home again, I was too tired.
  59. As long as I get them backed up tomorrow though, it&apos;ll be fine.
  60. Many of these files are needed for job seeking, so as we won&apos;t have Internet access for a while, the $a[USB] drive is needed so that a borrowed computer with an Internet connection will do.
  61. Tomorrow, Cyrus and our mother will take another load to Springfield in the minivan.
  62. I&apos;ll probably use that opportunity to close down my bank account and pay my mobile bill, then I&apos;ll get back to work and continue loading up the moving van.
  63. </p>
  64. END
  65. );