Categories
Diversity

The common enemy is…

Excellent find this morning through the Livejournal Reader’s List (something you may want to check out):

Ampersand re-posted one of his more popular essays last week, giving a list based on male privilege. It includes among the many items listed the following:

6. If I do the same task as a woman, and if the measurement is at all subjective, chances are people will think I did a better job.

10. If I have children but do not provide primary care for them, my masculinity will not be called into question.

29. I can be loud with no fear of being called a shrew. I can be aggressive with no fear of being called a bitch.

30. I can ask for legal protection from violence that happens mostly to men without being seen as a selfish special interest, since that kind of violence is called “crime” and is a general social concern. (Violence that happens mostly to women is usually called “domestic violence” or “acquaintance rape,” and is seen as a special interest issue.)

36. Most major religions argue that I should be the head of my household, while my wife and children should be subservient to me.

I agree with Ampersand as I read down the list, especially with many of the items that point out the double standard when it comes to what’s ‘acceptable’ behavior for men, but not for women, and vice versa. A double standard that can, all too often, lead to violence and complete denial of opportunity.

Still, I had issues with the list, as have others as noted by Ampersand. For instance if you have a man and a women asked the question, “What is your current job” and both answer, “I’m unemployed” the respect for the man will decrease. Men who don’t ‘work’ in a given profession, who stay at home to take care of home or kids or garden or whatever, are considered lazy; women who do the same, are considered traditional, but not lazy.

As for child care, I have known men denied custody of their children just because it’s ‘traditional’ to give such to the woman. Even if the father is emotionally or financially better equipped to raise the children.

Sexism is a two-edged sword, and it cuts both ways. As effectively noted by Yuki Onna who wrote:

Sexism is not a women’s issue, it’s not a men’s issue–it’s a human issue. And to list all the things that men have going for them that women don’t is to ignore that the gender system is just as harmful to them as it is to us. The line that men must walk in order to be considered men is as tight a rope as the one we walk in order not to be considered objects. It’s this kind of separation that keeps us from transcending such a system in the first place. We should be banding together to say “fuck all of this.” Instead we snipe at each other and draw lines in the playground sand.

She offers a counter-list, with items such as:

1. If I choose not to have a career, but stay at home with my kids while my partner works, my masculinity and my worth as a man will be called into question.

2. If I choose to embrace personal hygiene and show interest in such things as perfume, lotions, body hair removal, or any remotely scented product, I will be mocked. If I prefer clothing which is anything other than conservative and earth-toned, my masculinity will be called into question.

7. I am the target of endless marketing of products to keep me perpetually erect, and if I am not willing to have sex at any time, my masculinity and my worth as a man will be called into question.

8. If I am raped, I am even less likely to be believed than a woman, and very likely to be derided as less than a man. If I am the victim of domestic abuse, however statistically unlikely this is, I will probably be laughed at.

9. No matter what my personal desires, the only images of women I am presented with are unhealthily underweight and surgically altered. If I am not attracted to this version of femininity, my masculinity and worth as a man will be called into question.

Of course, when compared side by side, the threat of being stoned to death for having a child out of wedlock, or forced into wearing head to toe covering and not being allowed access to education or health care isn’t quite balanced by being forced into a perpetual erection or called effeminate for wearing a pink tie. Still, if you combine both lists into one, you can see the real enemy that’s common to both is sexism; something both of these writers would agree on.

What we all need to work toward is equal human rights for all. I am amazed, though, that in this day that we still have to fight this battle–that we still have to plead for equal rights for all.

Categories
Technology Weblogging

Some Gratuitous Weblog Software Writing

I’m starting to get a pretty good handle on what WordPress 1.3 will be offering, both from the code and forum discussions. I also found a link in the support forum for a WordPress 1.3 release wiki, which details the individual changes.

(From the wiki software used, I wonder if the WordPress documentation wiki is being moved to MediaWiki – the same wiki software used for Wikipedia. We can only hope.)

I’ve discovered some of these changes with the work I did for Doug, am doing for Steve right this moment (you can see the actual transform taking place here, as I migrate the HTML table layout to pure CSS), Tim (if he doesn’t lose his heart to Tinderbox), and might be doing for Loren (if he has a mind for this direction, now that he knows I’m not disappearing at the end of the month).

One big change, and one I adore, is pagination. With this, search results and archives are now paginated to list twenty or so entries at a time, with navigation automatially handled to go back and forth in the list. If you’ve ever searched my site on say, ‘flower’, my but you’ll kill both your and my bandwidth. Pagination will eliminate this problem.

The developers are also providing a Dashboard, I think for an overall linking mechanism to the site and the features, but it’s still under development–right now there’s nothing in the page. and you’re redirected to new posts. They’ve also packaging themes into their own subdirectory, and you can install and switch between themes just by coping the files into the directory and clicking a button in the administration pages. This will be good if you like to play around with your site a lot.

Architecturally, for the tweakers, the individual global values that you used to access in code previously have been added to a general object, but the old global values are maintained for backwards compatibility, at least for one release. The organization of the pages has changed, with a new header and footer page, which should help make the pages a little cleaner to work with. Recently when I talked about keeping your weblog tool independent, I mentioned about a split between the content of the page before the posts, the post listings, and the content after the posts. This is mirrored in the WP page split between wp-header.php, index.php, and wp-footer.php. I like it.

There’s also been function changes, and I’m still exploring what these are. From what I read, existing functions will be supported in a deprecated state for at least one software release. Good for those who have tweaked their pages.

Multiple blog support isn’t there, but an interesting announcement was made last week for what sounds like might be a parallel branch of development called WordPress MU. This isn’t a ‘fork’ in the code (i.e. a new and separate development based on original code) as much as it is a ‘wrapper’ around WordPress, from what I’ve read. The announcement about it says that it provides both Smarty template support and multi-user/multi-weblog support–in hosted environments.

The multi-user/multi-weblog capability should make WordPress more attractive for those who need a classroom solution to weblog hosting – a tool that can be used to create many weblogs for many different people, but administered from one spot.

As for the use of the Smarty template system, I am curious if this can be dropped into a regular installation of WordPress, for those who would prefer Smarty over the embedded function calls. If so, this would make a nice option to those who are uncomfortable messing with PHP code directly. Where before a person did the following:

<?php the_date(‘’,'<h2>’,'</h2>’); ?>

They would, instead, use a Smarty template tag such as the following that would resolve to the function call:

<h2>{$smarty.now|date_format:”%Y-%m-%d”}</h2>

 

The sidebar is also split off into a separate file. This does concern me a bit from a design perspective as this tends to enforce a specific type of weblog look, the two column look.

As an aside from a discussion of WordPress 1.3, when Movable Type announced it was providing a dynamic PHP-based wrapper around Movable Type, I thought that the company would take core bits WordPress and modify these to point to their own database so that WordPress plugins and templates would work with the Movable Type database. With this, though users would have lost the Perl plugins for MT, they would have gained the PHP-based WordPress plugins. At least, those plugins that deal with parameterized data, only.

This wouldn’t be all that complicated either. Smarty could have been used to transform tags for the traditional MT users; while others could have used the WordPress embedded function calls (and themes) if they wished. Licensing wouldn’t have to be an issue because MT could continue to license the MT ‘engine’ with associate Perl code, and GPL’d the code for the PHP wrapper. They would gain friends from the open source community, while the supported, proprietary, corporate Perl code would still be there for corporate types who get nervous around the word ‘open’.

And wouldn’t this have been an interesting way to mix proprietary and GPL code?