07.xhtml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. h t t :: / / t /
  4. h t t :: // // t //
  5. h ttttt ttttt ppppp sssss // // y y sssss ttttt //
  6. hhhh t t p p s // // y y s t //
  7. h hh t t ppppp sssss // // yyyyy sssss t //
  8. h h t t p s :: / / y .. s t .. /
  9. h h t t p sssss :: / / yyyyy .. sssss t .. /
  10. <https://y.st./>
  11. Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  12. This program is free software: you can redistribute it and/or modify
  13. it under the terms of the GNU General Public License as published by
  14. the Free Software Foundation, either version 3 of the License, or
  15. (at your option) any later version.
  16. This program is distributed in the hope that it will be useful,
  17. but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. GNU General Public License for more details.
  20. You should have received a copy of the GNU General Public License
  21. along with this program. If not, see <https://www.gnu.org./licenses/>.
  22. -->
  23. <!DOCTYPE html>
  24. <html xmlns="http://www.w3.org/1999/xhtml">
  25. <head>
  26. <base href="https://y.st./en/weblog/2015/10-October/07.xhtml" />
  27. <title>The Kyrgyz Republic, Iceland, and Isle of Man &lt;https://y.st./en/weblog/2015/10-October/07.xhtml&gt;</title>
  28. <link rel="icon" type="image/png" href="/link/CC_BY-SA_4.0/y.st./icon.png" />
  29. <link rel="stylesheet" type="text/css" href="/link/basic.css" />
  30. <link rel="stylesheet" type="text/css" href="/link/site-specific.css" />
  31. <script type="text/javascript" src="/script/javascript.js" />
  32. <meta name="viewport" content="width=device-width" />
  33. </head>
  34. <body>
  35. <nav>
  36. <p>
  37. <a href="/en/">Home</a> |
  38. <a href="/en/a/about.xhtml">About</a> |
  39. <a href="/en/a/contact.xhtml">Contact</a> |
  40. <a href="/a/canary.txt">Canary</a> |
  41. <a href="/en/URI_research/"><abbr title="Uniform Resource Identifier">URI</abbr> research</a> |
  42. <a href="/en/opinion/">Opinions</a> |
  43. <a href="/en/coursework/">Coursework</a> |
  44. <a href="/en/law/">Law</a> |
  45. <a href="/en/a/links.xhtml">Links</a> |
  46. <a href="/en/weblog/2015/10-October/07.xhtml.asc">{this page}.asc</a>
  47. </p>
  48. <hr/>
  49. <p>
  50. Weblog index:
  51. <a href="/en/weblog/"><abbr title="American Standard Code for Information Interchange">ASCII</abbr> calendars</a> |
  52. <a href="/en/weblog/index_ol_ascending.xhtml">Ascending list</a> |
  53. <a href="/en/weblog/index_ol_descending.xhtml">Descending list</a>
  54. </p>
  55. <hr/>
  56. <p>
  57. Jump to entry:
  58. <a href="/en/weblog/2015/03-March/07.xhtml">&lt;&lt;First</a>
  59. <a rel="prev" href="/en/weblog/2015/10-October/06.xhtml">&lt;Previous</a>
  60. <a rel="next" href="/en/weblog/2015/10-October/08.xhtml">Next&gt;</a>
  61. <a href="/en/weblog/latest.xhtml">Latest&gt;&gt;</a>
  62. </p>
  63. <hr/>
  64. </nav>
  65. <header>
  66. <h1>The Kyrgyz Republic, Iceland, and Isle of Man</h1>
  67. <p>Day 00214: Wednesday, 2015 October 07</p>
  68. </header>
  69. <p>
  70. I did some research, and I now understand how reverse <abbr title="Domain Name System">DNS</abbr> works.
  71. Reverse <abbr title="Domain Name System">DNS</abbr> isn&apos;t really as reversed as I thought, and is actually implemented over forward <abbr title="Domain Name System">DNS</abbr>.
  72. There&apos;s far less address space in <abbr title="Internet Protocol version Four">IPv4</abbr> and <abbr title="Internet Protocol version Six">IPv6</abbr> combined than in <abbr title="Domain Name System">DNS</abbr>, so they set aside a chunk of <abbr title="Domain Name System">DNS</abbr> space just for use in reverse <abbr title="Domain Name System">DNS</abbr>.
  73. I though that that section of <abbr title="Domain Name System">DNS</abbr> 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 <abbr title="Domain Name System">DNS</abbr>, but that&apos;s not the case at all.
  74. The reserved domains related to reverse <abbr title="Domain Name System">DNS</abbr> are only the ones that correspond to reserved <abbr title="Internet Protocol">IP</abbr> address blocks! That means that the rest of the reverse <abbr title="Domain Name System">DNS</abbr> domain space is not reserved, and is probably allocated to the companies that control the <abbr title="Internet Protocol">IP</abbr> addresses.
  75. </p>
  76. <p>
  77. Having a better idea of how things work, I wanted to make the most of the features available to me.
  78. Specifically, the two other main usable parts of this reserved name space are <code>//onion.</code> and <code>//local.</code>.
  79. 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 <abbr title="Domain Name System">DNS</abbr>.
  80. My research on how to set this up was at first highly unsuccessful.
  81. Nothing relating to Debian or Debian-like systems seemed to be available, the information was all geared toward Windows and OS X.
  82. Finally, I found a hint as to why no information was available for my system.
  83. 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.
  84. 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>.
  85. 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.
  86. 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.
  87. I&apos;m beginning to wonder if CNAME resolution doesn&apos;t occour client-side, but somewhere in one of the recursive <abbr title="Domain Name System">DNS</abbr> servers.
  88. </p>
  89. <p>
  90. I tried testing the <abbr title="multicast Domain Name System">mDNS</abbr> setup from both my machine and the only Windows machine in the house (my mother&apos;s machine), and found an odd anomaly.
  91. From my machine, I can ping any of the other three Debian machines in the house, but I cannot ping the Windows machine.
  92. My machine can&apos;t even find the <abbr title="Internet Protocol">IP</abbr> address of the Windows machine using the multicast address.
  93. Likewise, the Windows machine is able to ping itself by its multicast address, but it translates any other address using the <code>//local.</code> <abbr title="Top Level Domain">TLD</abbr> to the wrong <abbr title="Internet Protocol">IP</abbr> address.
  94. Whether the local domain is valid or invalid, Windows treats it as resolving to <code>198.105.244.24</code>.
  95. I checked Windows&apos; host file to see if its own local domain was being stored there, which if it was, would signify that <abbr title="multicast Domain Name System">mDNS</abbr> was probably not functioning at all, and the reason its own local domain was working was because of the hosts file entry.
  96. However, no entry, not even one for <code>localhost</code>, was present.
  97. Whatever Windows is doing is not compatible with what Debian is doing.
  98. </p>
  99. <p>
  100. 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.
  101. She apologized and said that she had ended up covering the shift for the boss.
  102. Supposedly, the boss will be in tomorrow, so hopefully she will actually be there this time.
  103. 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.
  104. I&apos;d have to turn down the meeting at that point and try to get a later meeting set up.
  105. </p>
  106. <p>
  107. On the way to the job site, I had fifteen minutes to kill, so I stopped at a discount store in the area.
  108. They had <abbr title="light-emitting diode">LED</abbr> 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.
  109. Getting it home, I see that most (if not all) sockets that take this size of light bulb already have florescent lights in them.
  110. Florescent bulbs are not as efficient as <abbr title="light-emitting diode">LED</abbr> bulbs, but they are a lot better than incandescent ones.
  111. My bedroom has two empty bulb sockets, so I tried the bulb there.
  112. It didn&apos;t work.
  113. 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.
  114. I don&apos;t really mind though.
  115. 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.
  116. She couldn&apos;t get them working either, it wasn&apos;t like I was using the sockets incorrectly or something.
  117. </p>
  118. <p>
  119. 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.
  120. Instead, I worked on setting up my old server as a desktop machine.
  121. 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 <abbr title="Universal Serial Bus">USB</abbr> Wi-Fi dongle that supposedly does not require nonfree firmware would work.
  122. The dongle doesn&apos;t work on my laptop either, so I&apos;m guessing it requires nonfree firmware after all.
  123. 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.
  124. 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.
  125. </p>
  126. <p>
  127. Before turning in for the night, I looked into some <abbr title="Top Level Domain">TLD</abbr>s.
  128. The <abbr title="country code top-level domain">ccTLD</abbr> of the <a href="/en/URI_research/ccTLDs.xhtml#kg">Kyrgyz Republic</a>.
  129. 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 <abbr title="Completely Automated Public Turing test to tell Computers and Humans Apart">CAPTCHA</abbr> text.
  130. Aside from that, the registry looks like a good option for usable domains.
  131. <a href="/en/URI_research/ccTLDs.xhtml#is">Iceland</a>&apos;s registry also looks reasonable to deal with.
  132. They do not require a telephone number ans will even conceal your contact information if you want them to for no additional charge.
  133. The <a href="#im">Isle of Man</a>&apos;s registry doesn&apos;t require any telephone number either.
  134. They do not offer <abbr title="Domain Name System">DNS</abbr> servers by default, but for an extra fee, they will supply you with them.
  135. </p>
  136. <p>
  137. eNom has now canceled <a href="http://wowana.me/">wowaname</a>&apos;s last domain that resides in <abbr title="generic top-level domain">gTLD</abbr> space.
  138. 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.
  139. <code>//wowana.me.</code> is still registered with eNom, and if that name is taken next, I don&apos;t think it is replaceable.
  140. </p>
  141. <p>
  142. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  143. </p>
  144. <hr/>
  145. <p>
  146. Copyright © 2015 Alex Yst;
  147. You may modify and/or redistribute this document under the terms of the <a rel="license" href="/license/gpl-3.0-standalone.xhtml"><abbr title="GNU&apos;s Not Unix">GNU</abbr> <abbr title="General Public License version Three or later">GPLv3+</abbr></a>.
  148. If for some reason you would prefer to modify and/or distribute this document under other free copyleft terms, please ask me via email.
  149. My address is in the source comments near the top of this document.
  150. This license also applies to embedded content such as images.
  151. For more information on that, see <a href="/en/a/licensing.xhtml">licensing</a>.
  152. </p>
  153. <p>
  154. <abbr title="World Wide Web Consortium">W3C</abbr> standards are important.
  155. This document conforms to the <a href="https://validator.w3.org./nu/?doc=https%3A%2F%2Fy.st.%2Fen%2Fweblog%2F2015%2F10-October%2F07.xhtml"><abbr title="Extensible Hypertext Markup Language">XHTML</abbr> 5.1</a> specification and uses style sheets that conform to the <a href="http://jigsaw.w3.org./css-validator/validator?uri=https%3A%2F%2Fy.st.%2Fen%2Fweblog%2F2015%2F10-October%2F07.xhtml"><abbr title="Cascading Style Sheets">CSS</abbr>3</a> specification.
  156. </p>
  157. </body>
  158. </html>