123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. Sf not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Andre',
- 'body' => <<<END
- <p>
- I finally put together some short descriptions of my <a href="/en/URI_research/best_ccTLDs.xhtml">top five registry choices</a>.
- It's not much, but maybe when I have more to say I will elaborate.
- I put a lot of effort into locating and studying these $a[TLD]s, but somehow, I don't have much to say about them.
- I don't know if it's because I'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.
- </p>
- <p>
- I received my check from the $a[IRS] in the mail today, and just in time, too.
- I was already headed to the bank today, so I was able to take care of the check at that time too.
- 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.
- 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.
- 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't the most organized, though aside from that, everything seems to go smoothly.
- </p>
- <p>
- I finally made my attempt at drawing Andre from Floraverse.
- As expected, it isn't overly good, but it was fun to draw him.
- </p>
- <p>
- <img src="/img/CC_BY-SA_3.0/y.st./Andre.png" alt="ANDRE"/>
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|