18.xhtml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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' => 'Pinentry came back to haunt me',
  21. 'body' => <<<END
  22. <p>
  23. I don&apos;t know why, but pinentry seems to be in use in my compilation script again.
  24. I will go back to the original plan of coding around it.
  25. Pinetry is a thorn in my side for no good reason.
  26. </p>
  27. <p>
  28. When I first set up the weblog $a[ASCII] calendar index page, the plan was to have a different index page for each month.
  29. As a result, it made the most sense to fill the empty spaces at the beginning and end of each month with days from the preceding and following month, as that provided links to more total pages.
  30. However, with all the $a[ASCII] calendar pages now being shown on the same page, all it&apos;s doing is creating redundant links and making it a bit harder to understand the navigation page.
  31. I&apos;ve now fixed that, so $a[ASCII] calendar pages only display days actually appearing in the months the represent.
  32. </p>
  33. <p>
  34. I&apos;m not sure what is up with my mother, but she was trying to buy herself, my sister, and I each a new used computer.
  35. It makes sense that my mother and sister need new machines.
  36. My sister&apos;s laptop has a broken hinge and I think it is starting to have issues.
  37. My mother&apos;s machine has a virus, and it has been locked up for months.
  38. We can reinstall the system, but because my mother runs Windows, the Microsoft $a[DRM] is likely to give us problems upon reinstallation.
  39. She told me to pick one out too though.
  40. I tried explaining that it seemed like a waste of money seeing as my computer is still functional, but she insisted.
  41. The main thing that got her to stop was me telling her that after buying the computer, the first thing I would need to do with mine is wipe the system and install a system that I could actually use (the computers on display all ran Windows or $a[OS] X).
  42. I explained that until we got it home and wiped the system, I had no way to know if the hardware was compatible with Debian.
  43. Once the system is wiped, we likely cannot take it back.
  44. The people at the recycling center said that they some times have Zorin $a[OS], but that they are usually netbooks.
  45. My understanding is that netbooks are fairly useless for most tasks and that they really only work well as a way to access Web-based applications.
  46. There&apos;s also the fact that Zorin likely includes proprietary firmware, so Zorin running on a machine is no indication that Debian likely will.
  47. We were told though that if we came back at a time that both the pricing guy and the custom machine building guy were in (Monday through Thursday, excluding this coming Thursday), we could look into having a custom Debian machine being built.
  48. I don&apos;t need a new computer at the moment, but it seems I might be getting one anyway, depending on how much my mother pushes.
  49. </p>
  50. <p>
  51. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  52. </p>
  53. END
  54. );