22.xhtml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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' => 'Plans carried out',
  21. 'body' => <<<END
  22. <blockquote>
  23. <p>
  24. Day 11:
  25. </p>
  26. <p>
  27. After getting lost several times, my sister and I made it to the recycling center.
  28. They only had one Linux laptop there, a machine running Zorin $a[OS].
  29. I was excited to see that was only \$99, but when I checked it with the bootable $a[USB] drive, I found that the wireless card does not work without proprietary firmware not present in Debian.
  30. I asked the people there about getting a machine custom built, but they said that any machine they built would still require the proprietary firmware.
  31. I highly doubt this, chance alone would dictate that some laptop wireless cards they got in would work just fine without proprietary firmware.
  32. However, it is clear that they will not attempt to build me a machine does not require this firmware.
  33. They recommended looking for machines online, which is the only other thing I can think to do.
  34. I refuse to buy one of their Windows machines, as my money would be put toward paying Microsoft to license me software that I would never use and would be erasing immediately.
  35. The only places to look online that I know of only offer brand new computers though, which are much more expensive.
  36. </p>
  37. <p>
  38. It was a long trip, my body hurts now, and I didn&apos;t even get what I went there for.
  39. However, the trip was well worth it, both for the fun outing and to prove that I don&apos;t need to burn fossil fuels to run my errands.
  40. </p>
  41. </blockquote>
  42. <p>
  43. I couldn&apos;t update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
  44. </p>
  45. END
  46. );