12.xhtml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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/12-December/12.xhtml" />
  27. <title>An adult coloring club &lt;https://y.st./en/weblog/2015/12-December/12.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/12-December/12.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/12-December/11.xhtml">&lt;Previous</a>
  60. <a rel="next" href="/en/weblog/2015/12-December/13.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>An adult coloring club</h1>
  67. <p>Day 00280: Saturday, 2015 December 12</p>
  68. </header>
  69. <p>
  70. I started out my day helping my mother in her classroom again.
  71. We did not stay long this time though.
  72. After that, we went to an adult coloring club meet-up at the local library.
  73. It appears that while today, the first meet-up, was scheduled on the second Saturday of the month, subsequent meet-ups will occur on the third Saturday of each month.
  74. Even if she does not go, I think that I will attempt to attend these, both to get out of the house and to work on my coordination in my left hand.
  75. While I am mostly-ambidextrous, I still have issues with more intricate tasks with my left hand and I want to fix that.
  76. If I had time, I would probably take up cross-stitching again just to practice using my left hand.
  77. </p>
  78. <p>
  79. I had a passing thought today.
  80. As I now control the household <abbr title="Domain Name System">DNS</abbr>, I could block websites and services that are not privacy-friendly by simply making their <abbr title="Domain Name System">DNS</abbr> records return <code>NXDOMAIN</code> results.
  81. I decided that this would be censorship though, and would therefor be an evil thing for me to do.
  82. Taking control of the <code>//test.</code> <abbr title="Top Level Domain">TLD</abbr>, which <abbr title="Internet Assigned Numbers Authority">IANA</abbr> allocated for such use, is one thing.
  83. I should not abuse my newfound power though, even if it is only power over the machines in this one house.
  84. </p>
  85. <p>
  86. I want to set up some sort of registry here within the house where any of us can register domains.
  87. I tried to find some software that takes care of that, but my search came up empty.
  88. I think that I will try building my own solution for this.
  89. I will likely use the local <abbr title="Internet Protocol">IP</abbr> addresses of the machines on the network to determine the owner of the machines, and cause any domain registered to be bound to that person.
  90. Domains registered would then only be manageable on machines owned by that person, no password or user name required.
  91. The question is, do I want these domains to be hierarchal or not? If I choose a hierarchal modal, I will probably need to have the script set up a separate file for each second-level domain, then have it concatenate the files to rebuild the main zone file each time someone updates any of the records.
  92. If I choose a non-hierarchal model, I will probably instead have edits to the main zone file directly, and comments in the file will keep track of who owns each domain.
  93. </p>
  94. <p>
  95. On second thought, maybe I will just make edits to the zone file by hand for now.
  96. I am the only person in the house that cares enough about <abbr title="Domain Name System">DNS</abbr> to want any domain names anyway.
  97. </p>
  98. <p>
  99. I wrote in to the person in charge of scheduling appointments at the local community collage, though I do not axpect to hear back until Monday.
  100. </p>
  101. <p>
  102. Speaking of email, I do not recall what my beef with Evolution is.
  103. I have not been having any trouble with Evolution this time, and it seems to be a lot better email client than Sylpheed.
  104. For one thing, I do not need to bother with Sylpheed&apos;s silly search directories; I can perform actual searches directly in my inbox.
  105. Sylpheed&apos;s in-inbox searching was highly limited.
  106. I could not even perform a basic search for emails sent to a specific one of my addresses! In Evolution, I can just enter my email address in the search bar, and the emails that I am looking for pop right up.
  107. The number of emails (read or unread) is also visible without me performing a search in Evolution.
  108. In Sylpheed, the number of emails in my inbox is only visible when I perform a search that matches at least one email, in which case I am told that X out of Y emails match, so I know that I have Y emails in my inbox.
  109. </p>
  110. <p>
  111. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  112. </p>
  113. <hr/>
  114. <p>
  115. Copyright © 2015 Alex Yst;
  116. 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>.
  117. If for some reason you would prefer to modify and/or distribute this document under other free copyleft terms, please ask me via email.
  118. My address is in the source comments near the top of this document.
  119. This license also applies to embedded content such as images.
  120. For more information on that, see <a href="/en/a/licensing.xhtml">licensing</a>.
  121. </p>
  122. <p>
  123. <abbr title="World Wide Web Consortium">W3C</abbr> standards are important.
  124. This document conforms to the <a href="https://validator.w3.org./nu/?doc=https%3A%2F%2Fy.st.%2Fen%2Fweblog%2F2015%2F12-December%2F12.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%2F12-December%2F12.xhtml"><abbr title="Cascading Style Sheets">CSS</abbr>3</a> specification.
  125. </p>
  126. </body>
  127. </html>