14.xhtml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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' => 'An interview!',
  21. 'body' => <<<END
  22. <p>
  23. I found today that the <a href="http://community.floraverse.com/users/y.st/activity">Floraverse forums</a> are now up and running.
  24. They are no replacement for the $a[IRC] network I&apos;ve been banned from, but at least now I can interact with the community without it being about specific pages of the comic.
  25. There&apos;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.
  26. I&apos;m no artist, but drawing and posting pictures of Andre does sound like fun.
  27. </p>
  28. <p>
  29. I decided to mess with my command prompt a bit today, mostly because I don&apos;t like that the host name in the prompt isn&apos;t fully-qualified.
  30. 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.
  31. I never could find a way to fix it, so I replaced it with <code>\$(hostname --fqdn)</code>.
  32. It seems hacky, but it does what I want it to.
  33. I also tried adding colors to the prompt, turning the text of the prompt cyan.
  34. However, this caused strange issues with the display of long commands, so I disabled it.
  35. </p>
  36. <p>
  37. I didn&apos;t get a whole lot of research done today, but I did find one strange registry.
  38. 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.
  39. 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.
  40. However, after some experimenting, I found that they actually have no problem with the <code>//st.</code> $a[TLD].
  41. 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.
  42. To finish my research on them, I had to register for an email alias elsewhere.
  43. Second, the rules on their <code>//gov.mw.</code> namespace are strange.
  44. Normally, if a country reserves such a space, they only allow their own government to register names in it.
  45. 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.
  46. </p>
  47. <p>
  48. I received an email from the company that asked that resumes be sent by email.
  49. They are now holding interviews and I&apos;ve been invited! There are probably several applicants that will be there, so I shouldn&apos;t get my hopes up too much, but I really hope I land this position.
  50. Interviews are from 14:00 to 18:00.
  51. I&apos;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.
  52. </p>
  53. <p>
  54. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  55. </p>
  56. END
  57. );