123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?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' => 'I Just Wanted to Dance',
- 'body' => <<<END
- <p>
- I spent much of the day clearing paths in the garage by sorting boxes and moving sets of drawers.
- There's still much to do though.
- </p>
- <p>
- I received two letters from the Social Security Administration today.
- One was the letter that I had been expecting, the one about increasing the security of the account.
- Basically, it said that adding an $a[SMS]-enabled mobile device was mandatory for this, as well as entering a code from the letter.
- The second was a "thank you" letter for setting up the online account.
- I'm not sure why that had to be done by paper mail, but whatever.
- It seems like a waste of resources though.
- </p>
- <p>
- Josh Woodward just released a new song, <a href="http://www.joshwoodward.com/song/IJustWantedToDance">I Just Wanted to Dance</a>.
- I'll have to listen to it later when I have time.
- The video he posted of it is unfortunately on YouTube, and YouTube blocks my from viewing any videos there.
- That means I need to download the song to listen to it, but my music collection is currently a mess.
- 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't be added to.
- Speaking of music, Professor Shyguy also released a new song.
- This one though appears to be part of a proprietary music bundle featuring him and other chiptune artists.
- 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'll wait until then to pick it up.
- </p>
- <p>
- 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>.
- 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.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|