01.xhtml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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' => 'The Republic of Vanuatu',
  21. 'body' => <<<END
  22. <p>
  23. 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.
  24. I refuse to make purchases online under my legal name, preferring my real name instead.
  25. There&apos;s no reason why merchants need to have any name from me, but if they&apos;re getting one, it&apos;s the one that <strong>*I*</strong> choose and the one that I call myself.
  26. 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 &quot;authorized payer&quot;.
  27. In short, I authorized my real name to make purchases on my legal name&apos;s behalf, allowing me to spend money online under my real name.
  28. 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.
  29. If Discover ever revokes this card, I will never be able to get it back.
  30. </p>
  31. <p>
  32. 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.
  33. </p>
  34. <p>
  35. I finally completed my taxes today.
  36. 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.
  37. It&apos;s not exactly like I can avoid dealing with the government, so having an online account with them can&apos;t do much harm.
  38. 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.
  39. I don&apos;t know if the Social Security Administration is keeping income records forever or if I just haven&apos;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.
  40. </p>
  41. <p>
  42. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  43. </p>
  44. END
  45. );