123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?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' => 'My money is back in my hands',
- 'body' => <<<END
- </p>
- CameraChimera of the <a href="ircs://irc.volatile.club:6697/%23Volatile">Volatile Club</a> showed me a fun toy today called TOIlet, a command line application that returns Unicode art output of the text for any $a[ASCII] text string entered.
- CameraChimera also showed me how to add this as a command to my $a[IRC] client so I can send formatted text to a channel on the fly.
- </p>
- </p>
- It appears Gitorious has been bought out by the less freedom-friendly Gitlab.
- Gitorious' code is licensed under the terms of the $a[GNU] $a[AGPL], while Gitlab instead has two branches, one under the $a[MIT] license and one under a proprietary license.
- The company uses the $a[MIT]-licensed branch to gather contributions from the community, then takes the good code and adds it to the proprietary branch.
- The proprietary branch includes features not in the $a[MIT]-licensed branch to get people to switch over to it and get locked into using it.
- I find this very sad.
- I was going to host my code on Gitorious, but as they are now disappearing in May, that isn't going to happen.
- </p>
- </p>
- I got back into my main credit union account today using the information I got from walking into the credit union in person yesterday.
- However, this same information was not able to get me into the credit union credit card account as they had said it would.
- I decided to attempt a password recovery on the account, however, as expected, that required access to my old email address that I lost when my hard drive gave out.
- Recovering access to the email account seems to require first recovering access to the domain, but recovering access to the domain requires first recovering access to the email account.
- Unlike Gandi, the registrar this name is registered with does not provide a way to recover an account if you are unable to access your email.
- </p>
- </p>
- I walked back down to the credit union, and this time ended up being helped by a different teller.
- He said he was aware that getting back into the main account wouldn't get me back into the secondary account, as they are, as I suspected, on different systems.
- He seemed confused that the other teller had thought one account was resetable from the other, which made me feel better, as I had been confused about how it could be done yesterday.
- He changed the email address associated with the account, after which I was able to perform the password reset from home.
- Best of all, it seems reporting the card as compromised is in fact possible from the Web interface.
- </p>
- </p>
- The pattern that I thought I saw in <a href="https://secupwn.github.io/Android-IMSI-Catcher-Detector/">Android $a[IMSI]-Catcher Detector</a>'s crashing was inaccurate.
- Not only do I not have a consistent way to avoid the error, I also don't have a consistent way to set it off.
- I still have not heard back from GitHub though, so I am still not able to report the bug to the developers.
- </p>
- </p>
- As a final act for the day, I finished setting up my website in a usable way.
- All that exists here is still just my weblog, but the days are now separated into pages.
- There was an error in my numbering, it seems, and I had listed two days as day 4.
- That has been corrected as well.
- I should get my source code out there, bot so I don't lose it again, and so maybe someone can get a little use out of it.
- </p>
- END
- );
|