123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <base href="https://y.st./en/weblog/2015/09-September/30.xhtml" />
- <title>The Republic of Cabo Verde <https://y.st./en/weblog/2015/09-September/30.xhtml></title>
- <link rel="icon" type="image/png" href="/link/CC_BY-SA_4.0/y.st./icon.png" />
- <link rel="stylesheet" type="text/css" href="/link/basic.css" />
- <link rel="stylesheet" type="text/css" href="/link/site-specific.css" />
- <script type="text/javascript" src="/script/javascript.js" />
- <meta name="viewport" content="width=device-width" />
- </head>
- <body>
- <nav>
- <p>
- <a href="/en/">Home</a> |
- <a href="/en/a/about.xhtml">About</a> |
- <a href="/en/a/contact.xhtml">Contact</a> |
- <a href="/a/canary.txt">Canary</a> |
- <a href="/en/URI_research/"><abbr title="Uniform Resource Identifier">URI</abbr> research</a> |
- <a href="/en/opinion/">Opinions</a> |
- <a href="/en/coursework/">Coursework</a> |
- <a href="/en/law/">Law</a> |
- <a href="/en/a/links.xhtml">Links</a> |
- <a href="/en/weblog/2015/09-September/30.xhtml.asc">{this page}.asc</a>
- </p>
- <hr/>
- <p>
- Weblog index:
- <a href="/en/weblog/"><abbr title="American Standard Code for Information Interchange">ASCII</abbr> calendars</a> |
- <a href="/en/weblog/index_ol_ascending.xhtml">Ascending list</a> |
- <a href="/en/weblog/index_ol_descending.xhtml">Descending list</a>
- </p>
- <hr/>
- <p>
- Jump to entry:
- <a href="/en/weblog/2015/03-March/07.xhtml"><<First</a>
- <a rel="prev" href="/en/weblog/2015/09-September/29.xhtml"><Previous</a>
- <a rel="next" href="/en/weblog/2015/10-October/01.xhtml">Next></a>
- <a href="/en/weblog/latest.xhtml">Latest>></a>
- </p>
- <hr/>
- </nav>
- <header>
- <h1>The Republic of Cabo Verde</h1>
- <p>Day 00207: Wednesday, 2015 September 30</p>
- </header>
- <p>
- The Republic of Cabo Verde's registry got back to me today, sending the user name needed to log in with.
- It seems the system works, there's just a bit of a delay.
- </p>
- <p>
- Seeking more words to feed into eschalot, I took a look at <a href="file:///usr/share/dict/"><code>/usr/share/dict/</code></a> on my system.
- There are four files there.
- <code>american-english</code> is a huge word list.
- The first is a document explaining how to set your default word list.
- The other three are supposed to be word lists, but <code>american-english</code> is the only actual word list.
- <code>words.pre-dictionaries-common</code> is just a symbolic link to <code>american-english</code> and <code>words</code> is a symbolic link to <code>/etc/dictionaries-common/words</code>, which in turn is a symbolic link back to <code>american-english</code>.
- Having only one word list available, I opened the <code>american-english</code> file only to find that many of the words use non-English accents, such as the word "Ångström".
- These words would not do well in eschalot, so I had grep sort out everything that was not usable, and fed the remaining list to eschalot.
- </p>
- <p>
- I noticed a couple things with eschalot's handling of word lists.
- First, eschalot does not understand any word shorter than eight characters.
- I confirmed this by attempting to use the <code>-l</code> flag to specify that shorter words be used; any lower bound that is shorter than eight characters halts the program, showing the usage instructions.
- Second, eschalot stops after finding a single word in the list; it does not attempt to create a better onion by stringing multiple random words together.
- I first tried to fix this by using the included worgen utility to find every combination of words available, but that quickly started filling up my hard drive and I had to abandon that plan.
- Next, I built a script that lower cased every word on the list, then built a regular expression of of them.
- I figured if I could compact the words into a single expression, I could just run "eschalot -r '^({expression})+$'", but that didn't work out either.
- Eschalot complained that the argument list was too long.
- I tried hacking away at the world list, removing short words and such, but I got to the point where I was removing way too much long before I hit something eschalot could process.
- </p>
- <p>
- While I was still on the first stage of onion finding, searching using the word list that had the words containing Unicode characters striped out, I ended up with a fairly-usable onion: <code>//unseatedaltleuhs.onion</code>.
- I don't know what an "altleuh" is, but it's pronounceable, and amusing this bogus word is a noun, it makes sense that some of them might be unseated.
- I briefly considered using it as a surname instead of "Dawson", but quickly rejected that idea.
- </p>
- <p>
- ICANN and eNom have been hassling <a href="https://wowana.me">wowaname</a> about her use of an invalid mailing address in her whois record for a name she has registered under a <abbr title="generic top-level domain">gTLD</abbr>.
- They want her to add a verifiable postal address, so I offered her the use of mine so she wouldn't have to divulge her own location.
- After all, I'm already in the whois database, I've got nothing to hide.
- SHe took me up on my offer, so I am now authorized to receive mail on Opal Hart's behalf.
- According to ICANN rules, that makes my address valid for use in her whois records.
- Her email address, which was only invalid accidentally, has also been corrected, so all that leaves it the incorrect telephone number.
- I'm hoping that they do not hassle her about that as well.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- <hr/>
- <p>
- Copyright © 2015 Alex Yst;
- 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's Not Unix">GNU</abbr> <abbr title="General Public License version Three or later">GPLv3+</abbr></a>.
- If for some reason you would prefer to modify and/or distribute this document under other free copyleft terms, please ask me via email.
- My address is in the source comments near the top of this document.
- This license also applies to embedded content such as images.
- For more information on that, see <a href="/en/a/licensing.xhtml">licensing</a>.
- </p>
- <p>
- <abbr title="World Wide Web Consortium">W3C</abbr> standards are important.
- This document conforms to the <a href="https://validator.w3.org./nu/?doc=https%3A%2F%2Fy.st.%2Fen%2Fweblog%2F2015%2F09-September%2F30.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%2F09-September%2F30.xhtml"><abbr title="Cascading Style Sheets">CSS</abbr>3</a> specification.
- </p>
- </body>
- </html>
|