1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2016 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' => 'I was an idiot yesterday',
- 'body' => <<<END
- <p>
- My brother wanted <a href="https://professorshyguy.bandcamp.com./album/happy-parallel">Happy Parallel</a>, and being that I got it from my <a href="https://professorshyguy.bandcamp.com./merch/32gb-usb-30-drive-fragmentation-version">Professor Shyguy $a[USB] drive</a>, it's not nicely zipped up and ready for uploading to my server for him to download.
- I mean, uploading would be easy, but downloading it over $a[HTTP] would be a pain for him.
- To save him some effort, I tossed him my $a[USB] drive for him to use.
- It's kept in both its protective case and the package that it was shipped in, so when he tossed it back without the protective case, I didn't even notice.
- Luckily, I needed a file name off of the thing and didn't want to pull out my bulky external hard drive.
- He searched for the case and gave it back, but this really makes me want to avoid lending him things that I actually care about.
- There's not a whole lot of physical objects that I hold dear, but this is one of them.
- </p>
- <p>
- Marc With a C seems to have a fan with cystic fibrosis that he wants to help out.
- She <a href="https://gofundme.com./3mnc7f5t">needs a double lung transplant</a> and is hospitalized every three months for at least two weeks.
- Her lungs are estimated to only be functioning at twenty percent of the capacity that they should.
- Ouch.
- Marc seems to be friends with a friend of this sick fan, so he's released an album called <a href="https://marcwithac.bandcamp.com./album/songs-for-aubree">Songs For Aubree</a>.
- The premise of this album is that Marc will donate all proceeds to help pay for her medical expenses and care.
- It took a while to get Bandcamp to quit trying to charge me $a[VAT] ($a[VAT] wouldn't have helped pay for expenses, it would have gone to help fund a foreign government) and to get PayPal to stop being a pain in the neck as usual, but I I put in my few dollars.
- </p>
- <p>
- It turns out that the album artist meta data is definitely being used to aid in the separation of albums by my mobile.
- I made a copy of some of the files and edited their meta data to check.
- While the inconsistent meta data reading had in fact been the cause of some album separations, some are in fact instead explained by the album artist tag.
- Furthermore, my statement yesterday about having found the pattern that determines which meta data will be used was made in a fit of stupidity.
- Two days ago, I saw that ID3v1 meta data was preferred in some files while ID3v2 meta data was preferred in others.
- This observation didn't suddenly become untrue, and today, I've noticed it again.
- I'm back to square zero as far as determining a cause of preference.
- However, I do now have <a href="apt:kid3-qt">Kid3</a>.
- I don't know how the meta data for use is chosen by Android, but I can rename the files using the correct meta data when I find that I guessed wrong on the first go.
- When I have time, I'll compile a set of $a[MP3] files that behave differently and document how each one behaves.
- After putting together a license-and-credits file, it'll be perfectly legal for me to distribute it, as my entire music library is free.
- If anyone is interested in helping me understand this strange situation, they'll be able to download it from this onion website, and maybe from my clearnet site.
- </p>
- <p>
- I managed to find the separate support account for Patreon on Twitter.
- They don't seem to link to it themselves, you have to find it through other channels.
- After speaking with a representative a while and having them tell me what to try on my end, it became very clear what was going on, at least to me.
- There's a 403 error being thrown by one of their files.
- It's moronic that they use JavaScript to log in instead of a basic $a[HTTP] POST form, but their external file, probably a JavaScript file, return an error message saying that I don't pass their access control check.
- The server serving that idiotic external login script is in fact discriminating against me for using $a[Tor]! I am very angry.
- I did make sure to be very polite to the representative though, who seems to have no clue what's going on.
- He said that he's reached out to the engineering team, and thinks that the issue is a bug.
- I hope he's right and that it isn't as malicious as it looks to me.
- As a paying customer with no way to log in, they have my credit card information and I have no way to cancel or amend my subscription.
- That is not a valid business practice.
- This is new on their end, too.
- It's not like I signed up over the clearnet and later ran into this problem because I started using $a[Tor].
- Instead, as a $a[Tor] user, I registered and am now cut off.
- </p>
- <p>
- My mother asked if I wanted to pretend to be a victim again for another emergency rescue drill, but of course, I declined.
- She was peeved last time when I used my real name instead of the legal name that she gave me.
- I didn't want to fall for that trap again, and I won't operate under my legal name, which to me, is a fake name.
- For a bit, she tried to talk me into going, despite me being clearly uninterested, but then it turns out that she had already volunteered me without talking to me first.
- She thought that I'd definitely want to go and that asking was just a formality.
- To avoid her having to look bad by canceling, I agreed to go.
- When she noticed me operating under my real name still though, I'll most likely explain that this was the real reason that I didn't want to go.
- I didn't want to cause her grief, but at the same time, I'm not using the name that I don't identify as without just cause.
- </p>
- END
- );
|