23.xhtml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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' => 'Don&apos;t vote for Ron Wyden',
  21. 'body' => <<<END
  22. <p>
  23. Our idiotic Senate Finance Committee just voted to enact the Trans-Pacific Partnership, which will keep the public in the dark about corporate trade agreements.
  24. This is not acceptable.
  25. My own state&apos;s Ron Wyden was one of the people to vote &quot;yes&quot;.
  26. As a constituent, I&apos;ve written him a letter of disapproval in hopes that he revises his vote.
  27. </p>
  28. <p>
  29. I forgot to check my mail last night before turning in.
  30. Josh Woodward fixed the song download, so now lyrics are included in the track.
  31. I half expected him to say it was an instrumental piece, but in that case, why would lyrics be included on the page? As I hoped, it was just a simple upload mistake, and it&apos;s fixed now.
  32. </p>
  33. <p>
  34. It seems a group of homophobes wet up an <a href="http://www.dailykos.com/story/2015/04/21/1379161/-PA-High-School-Students-Organize-Anti-Gay-Day">Anti-Gay Day</a>.
  35. Come on, people.
  36. Why do you care what other people want to do do in their own bedrooms? It&apos;s not like the gays are trying to force these people to be gay with them.
  37. If someone was trying to get me to have gay sex with them, I would be opposed to that.
  38. Then again, if someone was trying to get me to have strait sex with them, I&apos;d be opposed to that as well.
  39. But if gay people want to be gay with other gay people, who is really hurt by that? No one.
  40. It&apos;s not even like being gay is a choice.
  41. If they were to choose to pretend not to be gay, they likely wouldn&apos;t find happiness.
  42. What right do these people have to deny gay people happiness?
  43. </p>
  44. <p>
  45. I just learned that I may have a mild case of <a href="https://en.wikipedia.org/wiki/Trypophobia">trypophobia</a>.
  46. I didn&apos;t even know there was a word for that.
  47. From the Wikipedia article, is seems that many people have it way worse than I do, as patterns of holes in just about any object seem to be able to trigger the creeped-out feeling and I only really have this happen if I think the object is animal flesh of some sort.
  48. For example, the babies embedded in a surinam toad&apos;s back totally weird me out, but honeycomb has no effect on me.
  49. Furthermore, I only cringe a bit, but it sounds like some people even have panic attacks.
  50. </p>
  51. <p>
  52. I finally added the cover art to the Josh Woodward albums that were missing it.
  53. On his website, Josh has both thumbnail images and full-size images of his album covers.
  54. I chose the thumbnails because on my monitor, they looked slightly larger than what I needed.
  55. The main place the covers show up is on the album select screen, where they are laid out in rows of two.
  56. However, once I had the thumbnails on my mobile, I found the images were both blurry and pixelated due to being smaller than I had thought.
  57. Not only that, but I realized that the artwork also shows up filling most of the screen in some cases.
  58. I wouldn&apos;t really mind, the blurry images stand out next to all the clear, crisp album covers from other artists (and Josh&apos;s &quot;Ashes&quot; and &quot;The Wake&quot; albums which, having their artwork embedded in the files, are also clear and crisp).
  59. I switched to the full-size album covers, which look much nicer.
  60. </p>
  61. <p>
  62. I stumbled upon a free, zero knowledge, encrypted, cloud-based password manager and &quot;e-wallet&quot; called <a href="https://encryptr.org/">Encryptr</a>.
  63. If my understanding is correct, both the server and client are free, so I could run my own server instance if I got the client running.
  64. The Android client seems to be only on Google Play though, putting it out of reach for the time being.
  65. If I ever get my build environment functioning, I could build the client myself, but for the time being, that isn&apos;t an option.
  66. Speaking of which, I should try again to get the Replicant build environment to work at some point.
  67. It seems there is desire to get Encryptr added to <a href="https://f-droid.org/forums/topic/encryptr/">F-Droid</a>, but due to the funky build process, there&apos;s been a snag.
  68. I can&apos;t help be be reminded of the <a href="https://f-droid.org/forums/topic/eff-alerts/">$a[EFF] Alerts</a> application build issue.
  69. </p>
  70. <p>
  71. It seems that running <code>setxkbmap gb</code> only fixes KeePassX until the next reboot, so it should be added to ~/.bash_aliases or somewhere else that will be run on login.
  72. Actually, now that I think about it, ~/.bash_aliases might not be run until you open a command prompt.
  73. I&apos;ll have to keep an eye out next time I reboot to be sure.
  74. </p>
  75. <p>
  76. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  77. </p>
  78. END
  79. );