12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?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. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'A split weblog entry',
- 'body' => <<<END
- <p>
- I downloaded a $a[FLAC] album from <a href="http://www.thekyotoconnection.com/">The Kyoto Connection</a>.
- At the time of writing this, I have not yet converted it to Vorbis, which is a thing I need to do before shipping it to my mobile for later playback.
- </p>
- <p>
- I just pledged \$10 $a[USD] per song to Josh Woodward.
- At that pledge level, he offers to credit you in his videos and link to a $a[URI] of your choosing.
- <a href="https://www.patreon.com/creation?hid=2101201&rf=673484">I have asked that he link back to this site.</a> \$10 $a[USD] per song is a little steep considering the fact that I usually pay \$10 $a[USD] <strong>*per album*</strong>, but I'm calling this a combination good deed and advertising budget expense.
- When I made the post, Patreon stripped the $a[URI] from the sentence it was in, making the sentence a bit incoherent.
- It seems they added a link to the top of the post, but it's a bit harder to notice so I reposted it.
- While composing the post, Patreon also grabbed the copyright statement from the bottom of my page and showed it to me, possibly as a warning that I would be answering to the copyright holder (which is myself) if I was misusing the info there.
- </p>
- <p>
- As I have requested a link back to this place, I needed to clean up the index page.
- That requires an updating of the site, which results in a premature uploading of this weblog entry.
- I may add more below after the day is actually over.
- The <a href="/a/canary.txt">canary</a> page will also be updated by this.
- </p>
- <p>
- [Later today:]
- </p>
- <p>
- Soon after updating the site, I looked up the code needed to convert the $a[FLAC] files to Vorbis format.
- Speaking of Vorbis format, I'm going to ask Josh Woodward later if he could start uploading his work in Vorbis format again.
- He used to upload in both Vorbis and MP3 formats, but lately, he has fallen back to only uploading in MP3 format.
- Now that I'll actually be paying the guy, I feel less bad about begging him to put in that little bit of extra effort.
- As a downloader of gratis music, I really had no right to ask for more, but as a paying customer, I think I should be allowed to politely ask (though not demand) that he consider using the Vorbis format again.
- I will wait until he responds to my first request about including a link to this site before commenting on the lack of Vorbis files though.
- I don't want to seem overly demanding all at once.
- </p>
- <p>
- I have now taken the final step toward canceling my mobile service.
- I contacted support and asked how cancellation with that carrier worked.
- Specifically, I asked if service needed to be explicitly canceled or if failing to pay (the service is prepaid, not postpaid) would kill the account without harmful effects.
- The carrier sort of asked me for photo $a[ID] when I registered, so I don't need some sort of damage done to my reputation.
- It seems that if the account is not paid, it enters a 60 day period of suspension.
- After that, the account ends.
- Alternatively, the customer can contact support and explicitly say they want to cancel the account, and it will be terminated on the spot.
- </p>
- <p>
- Once my service ends, I will be free to drop off everyone's telephone radar.
- As I have said before to many people, there are only three groups that I should hand my number over to: my registrars, my current/potential employers, and my mother (She refuses to send $a[SMS] to email despite it being far easier to work with on my end.
- She insists upon sending $a[SMS] to my telephone number instead.).
- My new registrar/registry, nic.st, doesn't even ask for a telephone number and does not put it in the public whois database.
- As a result, I am no longer required to have a telephone number to hold a domain! I may avoid getting new service altogether, or I may get a number that I keep private, only giving it to employers and my mother.
- Anyone else that tries to demand I give them my telephone number will simply be told that I do not have a telephone.
- Even if I decide to get new mobile service, this will technically be true even, as mobile devices are not really telephones at all; they are small computers.
- They accept calls, but most laptop and desktop machines can accept telephone calls too if equipped with the right software and service for them is paid.
- That does not in any way make these machines telephones.
- A computer is simply able to perform a wide variety of tasks and mobile devices come with the needed software preinstalled.
- Anyway, the telephone number system is idiotic, and until we switch over to $a[SIP] addressing or something, I refuse to bind my identity to a telephone number any more than I absolutely have to and no one has the right to try to force me to.
- </p>
- <p>
- I have now <a href="https://twitter.com/YstDomain/status/583743690860007424">attempted to reach out to GitHub on Twitter</a>, as they won't respond when I try to contact them through the Web form on their site.
- </p>
- <p>
- I registered on the $a[EFF]'s website to participate in their campaigns.
- I had an account before, but I lost it when I lost my passwords on the dead hard drive.
- Much to my surprise, I found that the net neutrality campaign is over.
- We've won! Last I knew, the $a[FCC] had agreed to reinstate net neutrality, but congress was still potentially going to overrule the $a[FCC].
- That nightmare is over for the time being though.
- There may very well be another attack of this magnitude on the Internet again in the future, but for now, the Internet is safe.
- Some of the $a[EFF]'s campaign pages require the entry of a telephone number before they will allow submission and send email letters to government representatives.
- Telephone numbers have nothing to do with email and should not be required.
- I have written to the $a[EFF] about this issue.
- </p>
- END
- );
|