06.xhtml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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' => 'Sexism',
  21. 'body' => <<<END
  22. <p>
  23. I read an interesting article on the <a href="https://faculty.georgetown.edu/tannend/nyt062093.htm">markedness of people</a> this morning, and it fully supports what I have believed for a long time.
  24. Women are treated differently than men for no good reason.
  25. Women are expected to be fancy.
  26. Society doesn&apos;t like them being plain, though it doesn&apos;t care if us men are plain.
  27. The whole &quot;misses&quot;/&quot;miss&quot; prefix setup is idiotic as well.
  28. We men only have &quot;mister&quot;, so we don&apos;t have to reveal our marital status needlessly.
  29. The &quot;he&quot;/&quot;she&quot; setup is also quite stupid, though the article doesn&apos;t seem to think it is as stupid as I do.
  30. The problem the article states is that when the sex is unknown, you say &quot;he&quot;.
  31. You default to male.
  32. On the other hand, my problem is that there is a sex attached to the pronoun at all.
  33. When using a pronoun, why include the sex at all? It is as arbitrary as if we used different pronouns for each hair color or race.
  34. </p>
  35. <p>
  36. I took a trip with my mother to Coos Bay to unload some of her teaching supplies and tools at her new place of employment.
  37. It was fairly uneventful, and everything went smoothly.
  38. While I was in the area, I took my mobile out of airplane mode to check signal quality.
  39. I found that I had no signal at all all day, until I got near Springfield again.
  40. I don&apos;t know for sure if Straight Talk is disallowing connections from a device that was set up so far away ($a[ZIP] code discrimination or something) or if the T-Mobile network doesn&apos;t have towers in the area, but I&apos;m not sure it matters anyway.
  41. I was planning to let my service expire before the move, and was considering not starting it back up at the new place.
  42. Now is the perfect time to go back to life without a mobile.
  43. Even with the mobile only having a tablet connection, and therefor no telephone number for people to call and pester me at, it costs me every month and I&apos;m not sure it&apos;s really something I need.
  44. </p>
  45. <p>
  46. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  47. </p>
  48. END
  49. );