09.xhtml 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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' => "$a[RSS] feed coded, but postponed",
  21. 'body' => <<<END
  22. <p>
  23. It just occurred to me today: if $a[Tor] no longer allows hidden service directories outside of <a href="file:///var/lib/tor/">/var/lib/tor/</a>, won&apos;t that break <a href="apt:torchat">TorChat</a> and Ricochet? I asked in <a href="ircs://irc.oftc.net:6697/%23Tor">#Tor</a>, and arma assured me that this isn&apos;t the case.
  24. The new $a[Tor] packages use an apparmor profile.
  25. Supposedly, this will not interfere with <a href="apt:torchat">TorChat</a> or Ricochet&apos;s use of $a[Tor] to store hidden service directories in more accessible places.
  26. If this is true, I can only assume that it means that the apparmor profile is used by the service, as the TorChat package uses the $a[Tor] system package, and thus the main $a[Tor] binary.
  27. </p>
  28. <p>
  29. I wrote to my ond school about the expired check I found yesterday, but they told me to call the school and ask by telephone instead.
  30. I wrote back explaining that I haven&apos;t had telephone service for about ten months, then asked if there was a way to get the information I&apos;m looking for without a telephone.
  31. I&apos;ll probably see how they respond tomorrow.
  32. </p>
  33. <p>
  34. <a href="https://opalrwf4mzmlfmag.onion/">Wowaname</a> was talking about KindOne being able pay for the $a[VPS] any more, so I assumed that the $a[VPS] had become too costly.
  35. However, it seems that there wasn&apos;t a funding problem, but a login problem.
  36. The log in password has been lost, so KindOne wasn&apos;t able to log in to pay the bill.
  37. I know how that feels.
  38. I lost a few domain names that way.
  39. </p>
  40. <p>
  41. I built the code to build my $a[RSS] feed for my weblog, but I can&apos;t find the $a[XML] namespace that $a[RSS] documents are supposed to use.
  42. Until I can find the correct namespace to use, I can&apos;t make the feed live.
  43. </p>
  44. <p>
  45. We went to see a jazz concert today.
  46. The first act was a group from one of the schools, and they were pretty good.
  47. I wouldn&apos;t mind looking up some of their songs to see if they are in the public domain, and adding them to my playlist if they are.
  48. Unfortunately, they didn&apos;t have a list of the songs they played available.
  49. The second act was hard to bear though.
  50. This group of four professionals took a bunch of known-proprietary songs that I already didn&apos;t like and butchered them.
  51. It was cool though that the saxophone player came out into the audience so we could see the saxophone being played up close.
  52. Both acts were a bit loud though and could stand to have their speakers turned down a bit.
  53. </p>
  54. <p>
  55. My mother got the news tonight that she&apos;s been transfered to <a href="http://millicoma.cbd9.net/">Millicoma Middle School</a> like she wanted.
  56. Or rather, if she&apos;s stuck in this area, that&apos;s where she wants to be.
  57. She&apos;d rather move closer to Portland, but life at <a href="http://madison.cbd9.net/">Madison Elementary School</a> has been pretty awful.
  58. Between a staff that doesn&apos;t support her, extra work that constantly gets piled on, and a classroom full of little monsters, she needed to get out of there.
  59. </p>
  60. <p>
  61. I went through my entire weblog and fixed all the $a[IRC] $a[URI]s (again).
  62. This time will hopefully be the last time I have to do so.
  63. If we could actually get a standard put in place for these things, they would be more stable.
  64. </p>
  65. END
  66. );