29.xhtml 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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' => 'First day in the new house',
  21. 'body' => <<<END
  22. <p>
  23. Just in case I would have Internet access at some point before moving the server to the new house, I set up my Tor instance running on my server to allow access to my ssh port.
  24. I&apos;m a bit nervous about opening my ssh server to access from outside the local network, but this is the best chance I have at keeping my site somewhat up-to-date during the transition to my new home.
  25. </p>
  26. <p>
  27. I also purchased three albums in celebration of finding a home in Coos Bay.
  28. First on my list is <a href="https://elemint.bandcamp.com/album/poet-tree">Poet Tree</a>, an album I&apos;ve been wanting just for one song it contains: Guerrilla Music.
  29. It&apos;s one of my favorite songs, but I lost it when I lost all my computer data in February.
  30. The second is <a href="https://floraverse.bandcamp.com/album/see-you-later">See you later</a>, an album sold under the name &quot;glitched puppet&quot;.
  31. I think glitched puppet is just an alias of PK, but I haven&apos;t asked.
  32. The album is composed of music that is better used in animated scenes than for general purpose listening, but I&apos;ve been wanting to support PK and the Floraverse team for a while, this is a way to do it, and most of the songs are pretty listenable.
  33. The third album is <a href="https://professorshyguy.bandcamp.com/album/geekotica">Geekotica</a>, an album by Professor Shyguy.
  34. Professor Shyguy uses an interesting combination of chiptune and vocals that I like in his work.
  35. After listening to this album, my favorite track is My Simple Pop Song.
  36. Something seems to be up with the cover art on this one though.
  37. For some reason, my Replicant device can&apos;t read the file.
  38. However, opening the file up in the $a[GIMP] and converting it to a $a[PNG] both fixed the issue and lowered the file size.
  39. The Replicant loads this album cover faster than most of the others after the conversion, leading me to believe that Replicant either does better with $a[PNG]s than $a[JPEG]s or does better with smaller file sizes.
  40. I tried to buy these all in a single order, but PayPal didn&apos;t want to do that.
  41. Instead, it split each album into a separate order, saying that because each album came from a different artist, I would need to pay them each separately.
  42. I don&apos;t have a problem with this, but it means the credit card company got to charge PayPal seperatly for each order, likely resulting in higher fees paid by PayPal.
  43. Aside from splitting the order, PayPal also declined my card again.
  44. I&apos;m not sure what PayPal and Cricket Wireless have against me and my credit card, but at least after enough tries, PayPal usually accepts my card eventually, as was the case this time.
  45. </p>
  46. <p>
  47. A storm took out the power at my old house, which still houses the server, early this morning before I finally got to bed.
  48. Luckily, we didn&apos;t leave until later, so I was able to start the server back up before we left.
  49. </p>
  50. <p>
  51. On the way to the new house, we stopped at a park, where a poor snake had been stabbed through the head with a thick metal wire.
  52. Using a stick, I was able to pull the snake off the wire, freeing it.
  53. I figured that removing the wire would either cause the snake to bleed out, which would have been a quicker and more merciful death than leaving it there to slowly die and be unable to defend itself from predators, or the snake would be able to escape and live on.
  54. There&apos;s no way the snake ended up in that situation on its own though.
  55. Someone must have stabbed that snake through the head with the wire and staked it to the ground.
  56. Why would anyone do that?
  57. </p>
  58. <p>
  59. My <a href="/a/canary.txt">canary</a> did not chirp today, as I had no Internet access on my laptop.
  60. </p>
  61. END
  62. );