1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. Sf not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'An interview!',
- 'body' => <<<END
- <p>
- I found today that the <a href="http://community.floraverse.com/users/y.st/activity">Floraverse forums</a> are now up and running.
- They are no replacement for the $a[IRC] network I've been banned from, but at least now I can interact with the community without it being about specific pages of the comic.
- There's an <a href="http://community.floraverse.com/t/andre-appreciation-thread/40?u=y.st">Andre appreciation thread</a> that I would like to participate in when I get some time.
- I'm no artist, but drawing and posting pictures of Andre does sound like fun.
- </p>
- <p>
- I decided to mess with my command prompt a bit today, mostly because I don't like that the host name in the prompt isn't fully-qualified.
- I tried changing <code>\\h</code> to <code>\\H</code>, which I thought would cause the full host name to display, but it did not.
- I never could find a way to fix it, so I replaced it with <code>\$(hostname --fqdn)</code>.
- It seems hacky, but it does what I want it to.
- I also tried adding colors to the prompt, turning the text of the prompt cyan.
- However, this caused strange issues with the display of long commands, so I disabled it.
- </p>
- <p>
- I didn't get a whole lot of research done today, but I did find one strange registry.
- First, the <a href="/en/URI_research/usable_ccTLDs.xhtml#mw"><code>mw.</code></a> registry refused to believe that my email address is a real email address.
- I though this was because I use the uncommon <code>//st.</code> $a[TLD], but that would be a stupid reason; they run a $a[ccTLD] register, they should know that $a[ccTLD]s are valid.
- However, after some experimenting, I found that they actually have no problem with the <code>//st.</code> $a[TLD].
- Instead, they have a problem with my single-character $a[SLD]! Again, this is strange, considering that they themselves have some single-character $a[SLD]s in their register.
- To finish my research on them, I had to register for an email alias elsewhere.
- Second, the rules on their <code>//gov.mw.</code> namespace are strange.
- Normally, if a country reserves such a space, they only allow their own government to register names in it.
- However, <a href="http://www.registrar.mw/index.php?link=instructions">Malawi allows registrations from any government</a>! They say that they prefer that use by entities within their own government is preferable, but that it is allowed for outside governments to use it as well.
- </p>
- <p>
- I received an email from the company that asked that resumes be sent by email.
- They are now holding interviews and I've been invited! There are probably several applicants that will be there, so I shouldn't get my hopes up too much, but I really hope I land this position.
- Interviews are from 14:00 to 18:00.
- I'll show up a bit early (most probably will) and try to get one of the first interviews, before the interviewers have gotten weary of dealing with candidates.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|