123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?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. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'No one to talk to',
- 'body' => <<<END
- <p>
- It appears that the reason the First Tech Federal Credit Union's website wouldn'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>.
- She did this because her system was being idiotic and refused to allow the <code>y.st</code> domain be used for email addresses.
- As she was unable to fix it on my end, she deleted my email address from the account entirely.
- If she couldn't use my real email address, but was able to use no address, why didn'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.
- </p>
- <p>
- Before I left the credit union, I asked if they have a branch in Coos Bay.
- She said that they do not, but that I can access my money through another credit union that has "shared branching".
- I had heard of this before, but had forgotten that it was a thing.
- I've never used it, so I guess this will be a chance to learn something new.
- I also asked about the higher-interest account, and she said that the people who can set that up in-branch are out sick.
- She said I could set it up myself online though.
- 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.
- It is not pending approval.
- </p>
- <p>
- I think having people to talk to that speak Esperanto will help me learn faster.
- But how can I talk to people in real time? The obvious answer is to use $a[IRC].
- I found four networks with Esperanto channels, but all three have stupid $a[Tor] blocking set up.
- I can connect to them.
- </p>
- <p>
- I worked on graphics for Minetyst a bit more.
- Assuming nothing unexpected happens, I should have a basic working game at some point.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|