21.xhtml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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' => 'Andre',
  21. 'body' => <<<END
  22. <p>
  23. I finally put together some short descriptions of my <a href="/en/URI_research/best_ccTLDs.xhtml">top five registry choices</a>.
  24. It&apos;s not much, but maybe when I have more to say I will elaborate.
  25. I put a lot of effort into locating and studying these $a[TLD]s, but somehow, I don&apos;t have much to say about them.
  26. I don&apos;t know if it&apos;s because I&apos;m tired of thinking about them because the research was long and tedious or if it is because there is genuinely not much to say.
  27. </p>
  28. <p>
  29. I received my check from the $a[IRS] in the mail today, and just in time, too.
  30. I was already headed to the bank today, so I was able to take care of the check at that time too.
  31. At the bank, the teller gave me a paper card with my account number, similar to the card I use at one of my credit unions in Springfield.
  32. The teller said using the card was unnecessary, but would speed up transactions in the future as the tellers would no longer need to look up my account number.
  33. But if the bank has these cards, why did they not give me one when I set up the account? This on top of the fact that all transactions with this bank seem to require the teller fill out non-digital paperwork makes me think that perhaps this bank isn&apos;t the most organized, though aside from that, everything seems to go smoothly.
  34. </p>
  35. <p>
  36. I finally made my attempt at drawing Andre from Floraverse.
  37. As expected, it isn&apos;t overly good, but it was fun to draw him.
  38. </p>
  39. <p>
  40. <img src="/img/CC_BY-SA_3.0/y.st./Andre.png" alt="ANDRE"/>
  41. </p>
  42. <p>
  43. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  44. </p>
  45. END
  46. );