1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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' => "$a[SIM] cutter",
- 'body' => <<<END
- <blockquote>
- <p>
- Day 7:
- </p>
- <p>
- I tried once again to use my old laptop to set up the bootable $a[USB] drive.
- Again, the computer shut down prematurely.
- I found and borrowed my mother's old laptop, which has been malfunctioning since she got it.
- It's a horrid machine to consider for daily use, but it works perfectly fine for creating a bootable $a[USB] drive when in a bind.
- It took a few hours, but the bootable $a[USB] drive is ready.
- </p>
- <p>
- The letter from Marc with a C came a day late, but it did come.
- From the looks of it, my new yellow vinyl record has already been shipped.
- Mark said that this was a pre-order period, so I wouldn't have thought they could be shipping yet.
- Neither the main album download nor the bonus albums contain the bonus tracks from the record.
- he said that that they would be downloadable in digital form.
- I will have to inquire tomorrow.
- </p>
- <p>
- The $a[SIM] card cutter arrive today, quite a bit ahead of schedule.
- At this point, I have already learned that I did not need it, but it is still interesting to have.
- It came with two $a[SIM] card adapters, but they seem to be low quality and potentially unsafe to use.
- that's not a huge concern though, as the important item in the package was the $a[SIM] cutter.
- Even the $a[SIM] cutter isn't of great importance though, and seems to have merely served as a plot device for my story.
- It's former absence was more important then its current presence.
- </p>
- </blockquote>
- <p>
- I couldn't update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
- </p>
- END
- );
|