07.xhtml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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 Kyrgyz Republic, Iceland, and Isle of Man',
  21. 'body' => <<<END
  22. <p>
  23. I did some research, and I now understand how reverse $a[DNS] works.
  24. Reverse $a[DNS] isn&apos;t really as reversed as I thought, and is actually implemented over forward $a[DNS].
  25. There&apos;s far less address space in $a[IPv4] and $a[IPv6] combined than in $a[DNS], so they set aside a chunk of $a[DNS] space just for use in reverse $a[DNS].
  26. I though that that section of $a[DNS] used for reverse lookups were among the <a href="https://www.iana.org/assignments/special-use-domain-names/special-use-domain-names.xhtml">special-use names</a> reserved for use outside global $a[DNS], but that&apos;s not the case at all.
  27. The reserved domains related to reverse $a[DNS] are only the ones that correspond to reserved $a[IP] address blocks! That means that the rest of the reverse $a[DNS] domain space is not reserved, and is probably allocated to the companies that control the $a[IP] addresses.
  28. </p>
  29. <p>
  30. Having a better idea of how things work, I wanted to make the most of the features available to me.
  31. Specifically, the two other main usable parts of this reserved name space are <code>//onion.</code> and <code>//local.</code>.
  32. I already have an onion address (though I often seek to generate more onion names), so I wanted to set up a local domain using multicast $a[DNS].
  33. My research on how to set this up was at first highly unsuccessful.
  34. Nothing relating to Debian or Debian-like systems seemed to be available, the information was all geared toward Windows and OS X.
  35. Finally, I found a hint as to why no information was available for my system.
  36. It&apos;s enabled by default! My laptop has been listening for the name <code>//newdawn.local.</code> for several months now, and I didn&apos;t even know it.
  37. This would have been helpful to know for working with the server too, as I could have been reaching it as <code>//chicken.local.</code> instead of <code>//chicken.hn.y.st.</code>.
  38. I can&apos;t seem to find a way to make the machines respond to subdomains of their multicast domain, but if I do find a way later, I&apos;ll probably shorten up my names to increase my namespace footprint just because I&apos;m a geek like that.
  39. I tried using a CNAME record in the domain I&apos;m not using to point to a multicast domain name, but that didn&apos;t work, just like how CNAME records pointed at onion addresses do not work.
  40. I&apos;m beginning to wonder if CNAME resolution doesn&apos;t occour client-side, but somewhere in one of the recursive $a[DNS] servers.
  41. </p>
  42. <p>
  43. I tried testing the $a[mDNS] setup from both my machine and the only Windows machine in the house (my mother&apos;s machine), and found an odd anomaly.
  44. From my machine, I can ping any of the other three Debian machines in the house, but I cannot ping the Windows machine.
  45. My machine can&apos;t even find the $a[IP] address of the Windows machine using the multicast address.
  46. Likewise, the Windows machine is able to ping itself by its multicast address, but it translates any other address using the <code>//local.</code> $a[TLD] to the wrong $a[IP] address.
  47. Whether the local domain is valid or invalid, Windows treats it as resolving to <code>198.105.244.24</code>.
  48. I checked Windows&apos; host file to see if its own local domain was being stored there, which if it was, would signify that $a[mDNS] was probably not functioning at all, and the reason its own local domain was working was because of the hosts file entry.
  49. However, no entry, not even one for <code>localhost</code>, was present.
  50. Whatever Windows is doing is not compatible with what Debian is doing.
  51. </p>
  52. <p>
  53. I went it to speak with a potential employer this morning as I was asked too, but instead of the boss opening shop as the lady I spoke with on Monday said she would, that same lady was again opening the shop.
  54. She apologized and said that she had ended up covering the shift for the boss.
  55. Supposedly, the boss will be in tomorrow, so hopefully she will actually be there this time.
  56. I don&apos;t mind the extra trip, but what I fear is that the boss won&apos;t be there again and that I will be asked to come in again on Friday; I will be out of town on Friday.
  57. I&apos;d have to turn down the meeting at that point and try to get a later meeting set up.
  58. </p>
  59. <p>
  60. On the way to the job site, I had fifteen minutes to kill, so I stopped at a discount store in the area.
  61. They had $a[LED] light bulbs for only a dollar each! Not knowing if they would work in our light bulb sockets, and not wanting to carry a large box of light bulbs in for a potential interview, I only bought one.
  62. Getting it home, I see that most (if not all) sockets that take this size of light bulb already have florescent lights in them.
  63. Florescent bulbs are not as efficient as $a[LED] bulbs, but they are a lot better than incandescent ones.
  64. My bedroom has two empty bulb sockets, so I tried the bulb there.
  65. It didn&apos;t work.
  66. Swapping bulbs though, I found that the issue wasn&apos;t the bulb, but the sockets! I had though that the landlords had left two bulbs out for a dimmer lighting effect, but they really did it because those sockets do not work.
  67. I don&apos;t really mind though.
  68. I told my mother about the problem and she didn&apos;t seem happy about the broken sockets, so she came to take a look.
  69. She couldn&apos;t get them working either, it wasn&apos;t like I was using the sockets incorrectly or something.
  70. </p>
  71. <p>
  72. I&apos;m not feeling up to a test today either, so I&apos;ll put off the test another day if not even longer.
  73. Instead, I worked on setting up my old server as a desktop machine.
  74. I tried to set it up in my bedroom, but I found that neither the Wi-Fi card that I bought for my mother&apos;s machine nor my $a[USB] Wi-Fi dongle that supposedly does not require nonfree firmware would work.
  75. The dongle doesn&apos;t work on my laptop either, so I&apos;m guessing it requires nonfree firmware after all.
  76. I brought the machine downstairs to install the system using a direct Ethernet connection, but the install got caught 52% of the way through loading the partitioner and I eventually had to abort the installation.
  77. I&apos;ll try again tomorrow, and if it works, bring the machine back upstairs where it won&apos;t have network access, but can be used for some things still.
  78. </p>
  79. <p>
  80. Before turning in for the night, I looked into some $a[TLD]s.
  81. The $a[ccTLD] of the <a href="/en/URI_research/ccTLDs.xhtml#kg">Kyrgyz Republic</a>.
  82. They have a broken setup right now that requires modifying the Web browser&apos;s copy of the webpage before it will show or accept the $a[CAPTCHA] text.
  83. Aside from that, the registry looks like a good option for usable domains.
  84. <a href="/en/URI_research/ccTLDs.xhtml#is">Iceland</a>&apos;s registry also looks reasonable to deal with.
  85. They do not require a telephone number ans will even conceal your contact information if you want them to for no additional charge.
  86. The <a href="#im">Isle of Man</a>&apos;s registry doesn&apos;t require any telephone number either.
  87. They do not offer $a[DNS] servers by default, but for an extra fee, they will supply you with them.
  88. </p>
  89. <p>
  90. eNom has now canceled <a href="http://wowana.me/">wowaname</a>&apos;s last domain that resides in $a[gTLD] space.
  91. I urged her before to transfer her remaining names that are in eNom&apos;s care to another registrar before this happened, but it&apos;s soon going to be too late.
  92. <code>//wowana.me.</code> is still registered with eNom, and if that name is taken next, I don&apos;t think it is replaceable.
  93. </p>
  94. <p>
  95. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  96. </p>
  97. END
  98. );