13.xhtml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. Sf not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'I Just Wanted to Dance',
  21. 'body' => <<<END
  22. <p>
  23. I spent much of the day clearing paths in the garage by sorting boxes and moving sets of drawers.
  24. There&apos;s still much to do though.
  25. </p>
  26. <p>
  27. I received two letters from the Social Security Administration today.
  28. One was the letter that I had been expecting, the one about increasing the security of the account.
  29. Basically, it said that adding an $a[SMS]-enabled mobile device was mandatory for this, as well as entering a code from the letter.
  30. The second was a &quot;thank you&quot; letter for setting up the online account.
  31. I&apos;m not sure why that had to be done by paper mail, but whatever.
  32. It seems like a waste of resources though.
  33. </p>
  34. <p>
  35. Josh Woodward just released a new song, <a href="http://www.joshwoodward.com/song/IJustWantedToDance">I Just Wanted to Dance</a>.
  36. I&apos;ll have to listen to it later when I have time.
  37. The video he posted of it is unfortunately on YouTube, and YouTube blocks my from viewing any videos there.
  38. That means I need to download the song to listen to it, but my music collection is currently a mess.
  39. Until I find the time to dig out my external hard drive to finish the transition to a new organization structure, my music library is in a half-way state and really shouldn&apos;t be added to.
  40. Speaking of music, Professor Shyguy also released a new song.
  41. This one though appears to be part of a proprietary music bundle featuring him and other chiptune artists.
  42. It sounds like the one song he contributed to this bundle is going to be present in a full album that he wants to release on the first of December, and he tends to release his albums under reasonable terms, so I&apos;ll wait until then to pick it up.
  43. </p>
  44. <p>
  45. I came across two countries selling domains without the need for a telephone number: the <a href="/en/URI_research/usable_ccTLDs.xhtml#lk">Republic of Liberia</a> and the <a href="/en/URI_research/usable_ccTLDs.xhtml#lu">Grand Duchy of Luxembourg</a>.
  46. The former is selling domains both at the second level and at the third level under ten different second-level domains, bringing the total number of usable name spaces found today up to twelve.
  47. </p>
  48. <p>
  49. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  50. </p>
  51. END
  52. );