25.xhtml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => 'No one to talk to',
  21. 'body' => <<<END
  22. <p>
  23. It appears that the reason the First Tech Federal Credit Union&apos;s website wouldn&apos;t accept my email address is because the representative I had talked to in person had changed the domain of my email address to <code>y.st.com</code>.
  24. She did this because her system was being idiotic and refused to allow the <code>y.st</code> domain be used for email addresses.
  25. As she was unable to fix it on my end, she deleted my email address from the account entirely.
  26. If she couldn&apos;t use my real email address, but was able to use no address, why didn&apos;t she do that? Once I got home, the website still would not accept many valid email addresses, but I compromised and found one that it did accept and was at least at my domain.
  27. </p>
  28. <p>
  29. Before I left the credit union, I asked if they have a branch in Coos Bay.
  30. She said that they do not, but that I can access my money through another credit union that has &quot;shared branching&quot;.
  31. I had heard of this before, but had forgotten that it was a thing.
  32. I&apos;ve never used it, so I guess this will be a chance to learn something new.
  33. I also asked about the higher-interest account, and she said that the people who can set that up in-branch are out sick.
  34. She said I could set it up myself online though.
  35. I found that the site is a pain in the neck to navigate, but I managed to eventually put in the request for the higher-interest account.
  36. It is not pending approval.
  37. </p>
  38. <p>
  39. I think having people to talk to that speak Esperanto will help me learn faster.
  40. But how can I talk to people in real time? The obvious answer is to use $a[IRC].
  41. I found four networks with Esperanto channels, but all three have stupid $a[Tor] blocking set up.
  42. I can connect to them.
  43. </p>
  44. <p>
  45. I worked on graphics for Minetyst a bit more.
  46. Assuming nothing unexpected happens, I should have a basic working game at some point.
  47. </p>
  48. <p>
  49. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  50. </p>
  51. END
  52. );