12.xhtml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => "$a[SIM] cutting and a live $a[USB]",
  21. 'body' => <<<END
  22. <blockquote>
  23. <p>
  24. Day 1:
  25. </p>
  26. <p>
  27. I went around town looking for a place that sells $a[SIM] cutters.
  28. It was a long shot, but if I could find a $a[SIM] cutter, I could reestablish my mobile Internet connection sooner.
  29. As expected, I did not find a single place that sold them.
  30. T-mobile said that they can cut a $a[SIM] card for me, but that they do not sell $a[SIM] cutters.
  31. The thing is though, it is not a T-Mobile $a[SIM] card that I need cut.
  32. Would they be willing to cut a competitor&apos;s $a[SIM] card? I didn&apos;t ask today, but I will probably ask tomorrow.
  33. </p>
  34. <p>
  35. One of my bosses gave me a great idea.
  36. Basically, all I have to do to find out if one of the computers at the recycling center can handle Debian is bring a live system on a $a[USB] drive.
  37. This will greatly speed up the process of finding a new laptop.
  38. Due do to complications, I should probably speak with my mother before doing anything.
  39. I will be therefor probably not be headed to the recycling center tomorrow as I had planned yesterday.
  40. </p>
  41. <p>
  42. I was messing with some settings on my mobile when the thing went into a reboot loop.
  43. With the help of my brother, I took a crash course on Replicant recovery mode.
  44. Unfortunately, recovery mode seems to have erased all my accounts, but at least the mobile is out of the reboot loop so I did not lose any major data.
  45. </p>
  46. </blockquote>
  47. <p>
  48. I couldn&apos;t update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
  49. </p>
  50. END
  51. );