20.xhtml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  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' => 'The lack of muscles in a human hand',
  21. 'body' => <<<END
  22. <p>
  23. I didn&apos;t have time to get much done today.
  24. I put together a skeleton of a class to replace the $a[PHP] $a[GnuPG] module that depends on pinentry, but it doesn&apos;t actually do anything yet besides request the key&apos;s unlocking pass phrase, which it doesn&apos;t use yet in any way.
  25. </p>
  26. <p>
  27. I learned a couple facts about the human body though.
  28. First of all, goose bumps are caused by <a href="https://en.wikipedia.org/wiki/Arrector_pili_muscle">small muscles embedded in the skin around the hair follicles</a>.
  29. Second, aside from these goosebump-causing muscles, <a href="https://en.wikipedia.org/wiki/Finger#Muscles">the fingers do not contain any muscles</a>.
  30. </p>
  31. <p>
  32. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  33. </p>
  34. END
  35. );