123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'Sexism',
- 'body' => <<<END
- <p>
- 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.
- Women are treated differently than men for no good reason.
- Women are expected to be fancy.
- Society doesn't like them being plain, though it doesn't care if us men are plain.
- The whole "misses"/"miss" prefix setup is idiotic as well.
- We men only have "mister", so we don't have to reveal our marital status needlessly.
- The "he"/"she" setup is also quite stupid, though the article doesn't seem to think it is as stupid as I do.
- The problem the article states is that when the sex is unknown, you say "he".
- You default to male.
- On the other hand, my problem is that there is a sex attached to the pronoun at all.
- 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.
- </p>
- <p>
- 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.
- It was fairly uneventful, and everything went smoothly.
- While I was in the area, I took my mobile out of airplane mode to check signal quality.
- I found that I had no signal at all all day, until I got near Springfield again.
- I don'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't have towers in the area, but I'm not sure it matters anyway.
- I was planning to let my service expire before the move, and was considering not starting it back up at the new place.
- Now is the perfect time to go back to life without a mobile.
- 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'm not sure it's really something I need.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|