02.xhtml 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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' => '//ystyst.mp.',
  21. 'body' => <<<END
  22. <p>
  23. While researching the $a[ccTLD] of the <a href="/en/URI_research/ccTLDs.xhtml#mp">Commonwealth of the Northern Mariana</a>, I found a couple oddities.
  24. The first came up when I tried to update my existing account with the registry.
  25. When I registered the account, I was not yet registering a domain, so I registered the account under my real name instead of my legal name.
  26. However, registering a domain under a name other than your legal name is illegal her in the United States, so I decided to change the name on the account before proceeding.
  27. At the time I set up the account, the website asked for very minimal information: my first and last name and an email address.
  28. However, when updating this information, I was required to supply even more.
  29. Namely, I had to fill in fields specifying my postal address and telephone number.
  30. Luckily, the telephone number field accepted the string &quot;no telephone available&quot; even though it could not be outright left blank.
  31. The second abnormality I ran into was during the domain registration process.
  32. Normally, a registry/registrar will ask you for your whois information, <strong>*then*</strong> ask you for your credit card information.
  33. Foolishly, I though that I wouldn&apos;t be charged until I had entered the whois information and gone through some sort of order confirmation page.
  34. I was wrong.
  35. As soon as I submitted my card information, I received an email from each Discover and dotMP saying that the order had gone through, even before any whois information had been entered! Luckily, no telephone number was required in the whois information.
  36. The knowledge gained was worth the \$20 $a[USD] charged for the domain, I just wish I had known I was going to end up with a new domain.
  37. I ended up buying <code>//ystyst.mp.</code>, a pretty useless name.
  38. If I had known this was going to happen, I would have thought up a much better name to use.
  39. </p>
  40. <p>
  41. Thanks to this somewhat-amusing mistake, I was able to take a peek at the $a[DNS] service offered as part of the domain package.
  42. Unlike the $a[DNS] service offered by the <a href="/en/URI_research/ccTLDs.xhtml#st">Democratic Republic of São Tomé and Príncipe</a> registry, dotMP&apos;s registry&apos;s DNS service offeres the option of AAAA records.
  43. However, the down side is that also unlike the ST Registry&apos;s $a[DNS] services, dotMP&apos;s $a[DNS] service does not provide wildcard host record support.
  44. If you want to use wildcards in your $a[DNS] records, you will need to use third-party $a[DNS] services.
  45. </p>
  46. <p>
  47. Having no server to my name and no idea what to use this silly-looking domain for, I decided to take it to <a href="https://freedns.afraid.org/">afraid.org&apos;s gratis $a[DNS] service</a>.
  48. I could put my name there, and if people registered names under my name, I probably wouldn&apos;t even mind renewing the name next year.
  49. However, much to my displeasure, afraid.org flagged my new domain as either being delegated to me by a gratis domain registry or being a third-level domain, neither of which is true.
  50. Due to the incorrect flagging of the domain, it was marked as unusable by third parties; no one would be allowed to register a domain beneath mine.
  51. </p>
  52. <p>
  53. I now have this domain, but I&apos;m unable to use it myself and unable to share it.
  54. </p>
  55. <p>
  56. After my little experiment online, I went out to run some errands, after which, I was going to get back to working on a resume.
  57. However, while I was out, I noticed that the tide was down.
  58. Upon returning home, I went back out to explore an area of the beach that had been previously inaccessible to me.
  59. I walked as far as I could, eventually hitting e fence that prevented me from continuing.
  60. I got home tired, then immediately went back out with my mother, who had just returned moments after I had.
  61. The resume will have to wait.
  62. </p>
  63. <p>
  64. Late tonight, my sister arrived for another visit, bringing the power strip I need to set up the desktop computer that was formerly a server.
  65. Later I&apos;ll search the computer for important files, then reinstall the operating system and wipe the machine.
  66. </p>
  67. <p>
  68. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  69. </p>
  70. END
  71. );