1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?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' => 'The Republic of Vanuatu',
- 'body' => <<<END
- <p>
- I logged into my Discover account today to look at but not modify some of the settings, and much to my horror, I found that Discover has tightened their grip on the cards they issue.
- I refuse to make purchases online under my legal name, preferring my real name instead.
- There's no reason why merchants need to have any name from me, but if they're getting one, it's the one that <strong>*I*</strong> choose and the one that I call myself.
- The reason my Discover card is the only one I use is because Discover allowed me to set up a second card attached to the account, a card for an "authorized payer".
- In short, I authorized my real name to make purchases on my legal name's behalf, allowing me to spend money online under my real name.
- However, Discover now requires a Social Security number for each authorized payer, meaning that unless the government recognizes a name as belonging to a person, that name cannot be used on a Discover card.
- If Discover ever revokes this card, I will never be able to get it back.
- </p>
- <p>
- I looked into the <a href="/en/URI_research/ccTLDs.xhtml#vu"><code>//vu.</code> $a[ccTLD]</a> today and found that Vunic offers these domains without requiring a telephone number.
- </p>
- <p>
- I finally completed my taxes today.
- The tax preparation website said that it would be a good idea to register an online account with the Social Security Administration, so I did that as well.
- It's not exactly like I can avoid dealing with the government, so having an online account with them can't do much harm.
- After setting up the account, I was able to see income information given to the $a[IRS] up to eight tax seasons ago, which is when I first got a job and started paying taxes.
- I don't know if the Social Security Administration is keeping income records forever or if I just haven't been working long enough to see the cutoff point, but it was a little unnerving to see that they still have that information on record.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|