1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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' => 'An offer from Marc with a C',
- 'body' => <<<END
- <p>
- Marc with a C has set up a bit of a silly offer.
- If you buy <strong>*something physical*</strong> from him right now, you'll get a bonus $a[CD] thrown in, while supplies last.
- The silly part is that it has to be something physical, or you don't get the bonus album.
- I buy his digital work usually, which saves him money of physical $a[CD] production and saves me time waiting for shipment, not to mention saving money on the shipment itself.
- This bonus album is said to contain twenty-five song covers, two of which are not available elsewhere at the moment.
- I haven't purchased any music in a while, and I'm not against having a physical $a[CD], though I don't really have a use for it, so I'm taking him up on the offer.
- I want to get to bed though, so I'm going to purchase his latest $a[CD], <a href="https://maracwithac.bandcamp.com/album/exactly-where-i-am">Exactly Where I Am</a>, without listening to the songs first.
- I should wait until I have time to pick out one of his best albums to purchase, but I don't want to space it and forget or wait too long and have him run out of supplies.
- </p>
- <p>
- I listened to the album all day at work, and it was an enjoyable experience, though most of the songs didn't reach out and grab my attention.
- My one complaint is that the song files are way too quiet.
- With the sound turned all the way up, I couldn't make out the words with all the work noises around me.
- If I were to shuffle the songs in with other albums, the effect would be worse as I would need to turn the volume down to be able to stand the other songs.
- One song that was catchy was Bootwater Suite: The Right To Bear Arms, which is about murder but is catchy nonetheless.
- </p>
- <p>
- Speaking of music, I found out last night that one of Brad Sucks' albums is missing from my mobile.
- I was sure I had purchased all three.
- I checked my computer, and the album wasn't there either.
- Brad's download links expire too, so if I bought it and forgot to download it (or I downloaded it but lost it), I will need to purchase it again.
- However, the records on Brads' website indicate that I never purchased it and my saved emails seem to indicate the same.
- I guess I just don't have his third album yet.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|