Categories
Technology

Open Source is like sex

Open source is a lot like sex: everything works so much better when all the participants aren’t passive.

I’ve worked on a variety of projects in the last twenty years that ranged in size from the second largest computer system in the world, to small applications used by only a few people. In this time I’ve learned that the biggest mistake you can make as a developer is to not listen to what your customers want.

However, the second biggest mistake you can make is to give your customers everything they ask for.

Marius Coomans, from a new weblog he shares with Jonathon Delacour, and which I assume is live since Marius pinged me this morning, refers to a post written by Jeffrey Veen a while back, which starts with:

Open source content management software sucks. It sucks really badly. The only things worse is every commercial CMS I’ve used. But it really doesn’t have to be that way.

Marius added the following comment:

Also interesting are the 104 comments to Jeff’s post from all the usual suspects. To me, it re-confirms that a lack of product management is a major hurdle for most open source projects. Unless an open source project simply mimics another system, it will fail either because software developers are not good judges of which features should or should not be included, while in larger projects, “too many cooks spoil the broth”.

And unlike Shelley, we don’t all have the luxury of being able to build-in the features we think we need.

(I have to say before I address either Veen’s comments, or Marius’ that I don’t agree with lumping weblogs into the same category of software as something like Blue Martini or Vignette. Doing so is like putting watermelons and cherries into the same bin and selling them as strawberries, because they all happen to have something red about them. Enterprise portal systems, large community systems, and weblogs share some similar characteristics, true; but the purpose and requirements for each differs so drastically, as to make comparison meaningless. Yes, you can use Blue Martini to write a weblog. And you can use WordPress to provide CMS capability for Boeing. However, both would be acts of a mad man,)

Focusing purely on weblogs, I’ll address Veen’s recommendations, one by one; then I’ll return to Marius comment:

Make it easy to install. Focusing on open source, the weblog tools that I’ve installed are WordPress, b2evolution, Textpattern, Nucleus, and both Blosxom and pBlosxom.

The tools for the most part were easy to install. Grab a file, unzip it, put the application where you want on your server, make sure you have a database already created, or have root permission to be able to create the database on the fly, tweak a couple of directory file permissions, and run an installation script. It’s very straightforward.

Now, let’s look at the sub-components of the installation, and see where a non-tech would run into problems.

Place the application files on the server. Most weblogs run on Linux. This is become a de facto environment, though I know there is still a lot of support for Windows products. When a software installation program talks about placing the application files into the directory where the application will reside, there is an assumption that people understand how the Linux file system works. If they don’t, this could start the worry and tension that makes the installation more difficult seeming then it is.

However, tool developers have to make some assumptions about the end users ability or the installation documents will read as follows: You need to place these files into the directory where you’ll want the application to run. If you’re server is using the Linux operating system, here’s how the file system works….

In other words, most tool developers, and rightfully so, assume that the person using their product has a minimum knowledge about how the Linux file/directory system works, including permissions, structure, and the tools to move files back and forth, such as FTP. This isn’t an excessive burden on the user–this is the part where the end user has to actively participate in the process (open source or not), by taking some time to understand some fundamentals about the environment in which they’re going to operate. Though the fundamentals are technical in nature, the understanding doesn’t require a technologist’s background: only willingness on the part of the user to make this effort.

If a weblogger wants to run their own weblogging software, this means they want to run outside the box, even if its only a tiny bit outside the box. They are, then, going to have to assume responsibility to gain a minimum amount of knowledge about their environment in order to install software and operate the software safely.

I’ve provided writings in the past, focused at the non-technologists, as has several others, about how these fundamental aspects of the environment work. In some cases, the writing has helped individuals; in others, the feedback I get is, “It’s all too complicated, and I don’t want to have to deal with it.”

Well, that’s about like lying like a lump and thinking of England during sex, isn’t it? You can’t blame your partner in the process if the act isn’t as fun as it could be, if you’re not willing to meet halfway in the effort involved.

Veen writes on this requirement:

Ask me a few questions, and then you go set up the database tables and write the conf.php or whatever. Set constraints for yourself as you design this experience: 10 minutes from download to running, never send a user to the command line, never force open a text editor. It will be hard, but you’re good at solving hard problems, and this is time very well spent.

Here are some facts of life for Mr. Veen, who assumes that open source developers could do all of this if they only tried.

First, as to writing configuration files or changing file permissions. Because of safety protocols, a tool run from a web browser cannot write to a directory unless you change the permissions of that directory first. If it could, there wouldn’t be a non-hacked site left within weblogging.

Most tools give you a choice: either change the directory permissions, or copy the following text (which they provide) into a file, name it so, and upload it using FTP to this location. This will never change! To try and work around this is to defeat the very security of the server you’re running on.

If you don’t want to take the time to figure out how to use an FTP tool, use the FTP tool’s file and directory permission changing features, and/or how to open a text editor and copy some text, perhaps you really should either look at using Blogger, Typepad, or hire someone.

Create a database first, and have the database information handy. As for the database, most of these can be created by the tools during installation, if the system is configured to allow databases to be created from the command line (which is how applications work). Most hosts disable this as a safety precaution, and ask that you use whatever control panel you’re given to create the database. So tools account for this and for the most part ask that you create the empty database first, and then the tool will create the tables and populate then with whatever data is needed. Again, this is a safety measure to keep your system from being exploited and hacked.

Bluntly, To meet Veen’s requirements would require a system that is, to all intents and purposes, completely open to any 17 year old with a malicious bent.

(Going higher, into the realm of the larger enterprise portal systems and large community systems, these should never be installed and configured by anyone less that a system administrator or someone else proficient in the underlying technology. These are large, complex, multi-purpose tools that are meant to separate the end user from the technology, yes; but they aren’t meant, for the most part, to be installed, run, and maintained by the same neophyte users. Different purposes. Different tools. Different requirements.)

Make it easy to get started. What do you mean, get started? This is different things to different people. Some people would say that they want to immediately be able to configure their profile; others want to write a post right away; and still others want to look at designs and templates and configure the look and feel of their system right away.

Most weblogging tools provide tabs or links to each of these separate areas, and let the person click through to the area and do as they wish. WordPress, when it installs, takes you to the login screen so you can login, and then takes you to the Write page, which has a form you use to write the post. The form has a space for a title, a selection of one or more categories, and then the larger space for the actual post itself. Below this is the buttons to save or publish the post, and a space to put in trackback entries.

Now, I will grant Veen that this interface brings in jargon that may intimidate the new user. For instance, what is “trackback”. However, if you click on the link to the label for this field, it takes you to a bit of documentation about trackbacks (which, unfortunately, hasn’t been documented yet in the WordPress software).

Most weblogging software, in fact, usually open with this same type of functionality, more or less. Then it’s a matter of writing something in the title, and in the text box and then pushing the button to publish the material.

Now, by default, most weblogging tools use a built-in formatting process that handles the default white space. If you want to insert special formatting characters, such as italics and bolding, you have to either use the HTML for this, or use whatever formatting tags the tools provides. But you know, if you open Word and look at how it manages italics and bolding, and then compare this to something like WordPress, you’ll find that the two operate almost exactly the same. So I am puzzled as to why Veen and others would have such trouble with this.

(As anyone who writes ‘outside the box’ with Word can tell you – it takes time to learn how to use the more sophisticated functionality in this application, as with most applications.)

This is where the activity on the part of the user comes in: if you don’t like how the default user interface of a tool operates, do you provide feedback to the tool developers? For instance, with WordPress there is a Requests and Feedback support forum for you to put in feature requests, or to provide criticism of the product. And the same applies to most of the other tools I’ve used.

I do believe that from comments associated with this requirement, that Veen is specifically addressing larger-scale CMS systems with this issue. It’s true, most of these are extremely complex to figure out how to use right out of the box. However, a rule of thumb for software, open source or not, is that the more complex the needs, the more time it takes to ramp up to speed on using the software, and the more time you need to put into reading the documentation before you use it.

So this is a second requirement on the part of the user – read the documentation. Which leads us to…

Write task-based documentation first. You’ll not get disagreement out of me on this one. I agree with this completely. In fact, most problems with applications, open source or not, could be prevented with well written and easily accessible documentation.

In fact, in some projects I’ve been on, the user documentation was written first, as part of the requirements. Needless to say, these systems also were some of the most efficiently developed and had the least problems after installation – all because the project built in time for documentation, first.

But let’s take a look at documentation in the open source world.

Those who provide documentation for open source technology rarely get commended for their efforts when the documentation is present and well organized and easily accessible. Usually the only time they get any feedback is when people say, ‘the documentation sucks”. Do users know how demoralizing this can be for technical writers?

The developer of open source software gets all sorts of kudos for providing code. They get jobs at C/Net, or get brought to the US to work at Six Apart. They’re tipped for their software, and patted on the back. Heck they even get oodles of VC money.

However, the open source documentation people rarely get a thank you from the developers, much less the users. Most people don’t know their names, and any tips they get will probably be enough to buy them a pack of chewing gum; they rarely get job offers because they documented the code.

They rarely get cooperation from the developers, either. In fact, if the documentors ask that the open source team give them a heads up on what to expect for a tool release, or how something works, they’re told, “We don’t have time to deal with this now. We’re writing code.”

This applies to every piece of open source software I have used or seen, except for some of the languages such as Perl and PHP and Python–and even they aren’t as complete as they could be (as witness hundreds of books on same).

I agree with Veen that the documentation should exist to cover all the tasks. I also ask if when he’s seen this in an open source application, whether he’s made an attempt to thank the person or persons who created the documentation. Or has the only time he’s mentioned documentation is to say it sucks.

Well, let me respond back with saying: it sucks to write open source documentation. And that’s probably why the documentation, which Veen considers so critical, doesn’t exist or only exists sporadically.

Separate the administration of the CMS from the editing and managing of content. I would say that Veen is really targeting the larger systems now, the true CMS, not weblogs. And again, from my knowledge of these systems, and their purpose, the creation of roles is to ensure that the tool is not screwed up by someone having permissions they don’t have. There is a reason to separate tasks and roles, and it’s usually to protect the users, not punish them.

I am curious about his statement:

Remember: 98 percent of your audience will be using the CMS to manage their Web sites, not manage the system. Yet most systems are optimized for the other 2 percent.

I would have to see specifics in order to understand what Veen means by ’system’ as compared to ’site’. However, in most cases of larger-purpose CMS, the system is the site, and web pages that don’t have the proper infrastructure in place to support them, don’t work.

Users of a public web site should never – never – be presented with a way to log into the CMS.

Now this is just plain silly. To say what should never exist or not is to assume that Veen can speak for all users in all circumstances, and he should never–never– do this.

In my WordPress powered installation at Burningbird, I’ve removed the line from the template that allows a person to log into the weblog. However, at the Kitchen, I’ve left this in because the system is open to all, and it makes it easy for each person to find the entry into the administrative pages.

By including this link by default, it makes it very easy for a user to decide if they want this and to remove it if they don’t. By not including it by default, then the user has to discover if this functionality exists, and then how to embed it in the template, and then how is it used.

In other words, including this in the template, as long as it’s easy to remove, is probably more user friendly than not having it.

Now, one approach I am looking at with my adaption of WordPress to Wordform is to provide a function that embeds the Login and Registration into the sidebar only if this is turned on in the administrative pages. With this, the user wouldn’t have to touch the template if they don’t want to.

However, this then requires the processing of a function call in PHP everytime the page is accessed. Though the overhead is trivial, it is overhead. I have to balance the ease to the end user (and the difficulty in removing the links), with the impact on the overall page performance. This is a case where the developer has to balance what they know of the technology and performance against what the end user wants, and make a decision about whether to meeting this requirement is truly of benefit to the end user in the long term.

These decisions don’t, unfortunately, show in an application wants it’s released–leading to people like Mr. Veen saying, (paraphrasing): open source sucks because they don’t listen to the end users.

Stop it with the jargon already. Yeah, we open source people do use jargon, such as the term ‘trackback’ mentioned earlier. And we need to learn to either provide links to definitions of the jargon, or to minimize its use when dealing with the neophyte user. Not the non-technologists, the new user. (Most non-tech webloggers know what a trackback is now.)

However, as one person commented in Veen’s post, you have to use some kind of term when referencing objects, and sometimes this term is unfamiliar to the end user.

I could use “sending a link from your weblog to another weblog, either when you write something that is tangentially to the topic, or that references the weblog entry itself, or both” instead of ‘trackback’, but this is going to make my writing quite tedious over time.

However, pushing back at the open source folks, they use jargon too much at times, and almost as a way of pushing the end user to the outside, rather than inviting them in. And I agree that this is self-defeating an arrogant.

I think in this case the end user is going to have to learn to start pushing back, by asking the developers to define terms they, the users, don’t understand. If they do this enough, the developers will probably learn how to communicate more effectively with the end users. But if the end user doesn’t make an effort to provide feedback, we’ll never know when we’ve resorted to the technical, too much. This is another case where the users can’t be passive when it comes to being the recipient, in this case of communication.

Returning to Veen again, then, if he doesn’t understand what a portlet is, he should ask. And make a statement to the developer that it would help to have a glossary of these terms with easy access, and focused at the end users and not other developers.

Why do you insist Web sites have “columns”

What does Veen suggest, then, as the default standard? Because he sees himself as the arbiter of style design, should we then follow his standards when it comes to default designs?

He mentions that he doesn’t use columns, (we assume other than his weblog, which uses columns) but most commercial store fronts use columns. Most weblog users use columns, or want columns.

However, I agree, and a hundred percent with him when he talks about design too heavily baked into the guts of the application, making it very difficult to modify. I found this with applications like Blue Martini and OsCommerce. In fact, this is the biggest complaint I’ve had with larger commercial or open source ‘one size fits all’ applications.

Not with most weblog tools, though. Weblog tools, for the most part now, use CSS and don’t use HTML tables, and have a very open template architecture. True, you have to learn the tags or function calls, but the design itself is usually fairly easy to modify–if you understand HTML and CSS.

But can the tools work beyond the person having to learn HTML and CSS? I imagine they could but there will be a cost: the more you box the capability, the harder it will be to work outside the box. In other words, if you design the application so that the user doesn’t have to touch HTML and CSS, you sacrifice how easy it is for the user to customize the site to what they want. In other words, you bake the design in, which is what Veen is bemoaning.

Bottom Line

Bottom line, Veen wants open source CMS developers to be more responsive to users, but throughout his essay, he never talks about the responsibilities of the users. Open source developers (and documenters) can’t place their heads against the screen and determine what people want and don’t want. They’re dependent on feedback, positive as well as negative, in addition to bug reporting and suggestions for enhancements in the future.

And that positive feedback is a real kicker – if the only time a developer or documenter hears from the users is when something isn’t working, eventually the people, most of whom do the effort for free, are going to get tired of working in such a ‘bad energy’ space and move on to something else–like indulging in political punditry.

Bottom line, there wasn’t anything in Veen’s ‘requirements’ that a tool developer could extract any real, useful requirement from, because those stated were too broad, and one couldn’t even determine which type of CMS, and what audience, each requirement was derived from. It becomes, then, nothing more than a rant.

Back to you Marius

Returning to Marius’ comment:

To me, it re-confirms that a lack of product management is a major hurdle for most open source projects. Unless an open source project simply mimics another system, it will fail either because software developers are not good judges of which features should or should not be included, while in larger projects, “too many cooks spoil the broth”.

And unlike Shelley, we don’t all have the luxury of being able to build-in the features we think we need.

To me, much of what Veen discusses does demonstrate a lack of formal product management; however, in the case of his requirements, I assume that much of what is missing is that the users aren’t participating equally and actively in the development process. This could very well be the fault of the developers, and if the developer is so arrogant as to disregard the users, then the software users should consider alternative software. The developer then will either adapt, or lose all their clients, and hopefully learn from the process.

However, from what I’ve seen in weblogging the last almost four years, end users themselves have to share the responsibility when it comes to lack of communication, primarily because they see themselves as only passive recipients of the software; they balk at being more actively drawn into understanding the concepts of the technology, and the constraints placed on the tool environment. “I just want to write”, they say. I can understand this and sympathize. I would also suggest using Blogger, Typepad, Bloghorn, JournURL, Live Journal, or other hosted tool. Or go with a host that installs and maintains your weblogging tool, such TextDrive, which will install and manage your Textpattern or WordPress weblog.

(In most cases, though, you still have to use either packaged templates, or learn the basics of page design to have your own custom look.)

If you want to ‘just write’ in your own hosted environment, and have your own custom look, you have to spend some time understanding this environment (or hire someone who does)–you can’t have your chocolate bar and eat it, too.

As for me having the ability to modify the WordPress application and fork into my new project, Wordform–yup, it is handy having the background to be able to do this. And when I release it for others to use (if they want to, considering that I’m just doing this for fun and to answer those critics who tell me “if you don’t like the way [fill in the blank works] write your own tool”) I hope to get lots of feedback, positive and negative, from the users, as well as feature requests and suggestions. I hope other developers, and documenters, and theme creators, might also want to contribute to the application, though I’m not actively recruiting same.

In the end though, just as with WordPress and every other open source application there is, we’ll have to balance which requests are ‘nice to have’ and which are critical to the working of the tool. We’ll have to assess the impact to the code (and how difficult it could be to maintain) of new user ‘requirements’, especially when the ‘requirements’ contradict each other. We’ll try to document how the tool works, but will need feedback from the users when the documentation is good in addition to when it ’sucks’–people are kind of funny that way.

We’ll have to assume that those installing the tool know enough about the environment to install it safely, without we developers having to create tools that leave possible security openings big enough to drive small cars through. Yes we’ll have to have a good understanding of the audience of the tool and what they need; but then the audience will have to make sure they’re using the right tool for the job.

In other words, we’re all in this bed together. If you, the end user, are not getting satisfaction, perhaps your partner isn’t the one to blame.

Categories
Voting

No Kansas City Tomorrow

The Techwatch people never did respond to any of my inquiries as to where I’m supposed to be tomorrow; or about the hours and what I need to do, so I won’t be going to Kansas City after all.

I tried to volunteer to drive voters to the polls tomorrow, but it was too late. I guess all I can do on tomorrow’s momentous day is get up early and go vote, before the buses bring in all those senior citizens from all the retirement communities that surround us.

I posted some old, old poems, but I’m not poet (which is warning). Today seemed a good time to do it. I know–odd. Don’t worry, I’ll only do this on the eve of critical presidential elections.

I’ve been pushing at those working for this candidate or another lately, but that’s my burnout with this election, not with the volunteers who have worked hard to get their person elected. I admire such hard work, and good on you.

But unlike the excited anticipation elsewhere, I just feel let down – like today’s Christmas day (or whatever holiday of your choice) and we’ve opened the presents and all the fun is over with. You know the feeling. I am glad that the race is over, but I wonder what it will leave in its wake.

I was feeling low enough that I actually went to some of the sites that raise my blood pressure, in order to incite a little of the old burn. At Instapundit I read the following:

ARE WE REALLY MORE DIVIDED THAN WE’VE EVER BEEN? I recently asked my mother whether this election was, as everyone I work with keeps assuring me, “the nastiest election ever.” I live on the Upper West Side, three blocks from the house I grew up in, and honestly, this election feels to me very much the same as the elections of 1984, 1988 and 1992, when we also had Republican incumbents: the daily predictions of apocalypse should the incumbent be re-elected, the virulent and vicious hatred unleashed in logorrheic torrents every time his name was mentioned, the threats to leave the country if the Republican was returned to office .

But I was a schoolgirl then, and couldn’t vote, and it’s very possible that my memories are not representative, since most of my teachers ranged between the liberal democratic and the hard left. So I asked my mother, who remembers those days more clearly.

(Emphasis mine)

Instapundit was a schoolgirl!?! Damn! Instasexchange, I guess.

Took me a couple of moments to realize that Glenn Reynolds is having guest authors.

(P.S. Vote tomorrow, or I’ll publish more poetry.)

Categories
Places

Places of Energy

I was reading Maria’s post in response to the Ecotone’s Energy of Place. She wrote about living in San Francisco, within visual range of San Quentin prison, with it’s 613 men on death row:

I have asked others around me if they found it odd living in this place of plenty – excesses, really – with the largest death row prison so much in view (but so rarely in sight) as they go about their daily business. They (at least those I asked) said that they didn’t find it strange. It’s just the way things are. It’s all part of what makes this place what it is.

I thought Maria’s description of San Quentin being part of what made San Francisco what it is, was an interesting way of looking at it. But it is true, that for all the beauty of the region, both man-made and natural, there is darkness within the soul of the city– seen as you walk down the streets stepping over sleeping bodies, or take a ferry over to see the infamous Alacatraz.

Then there’s San Quentin, with people playing chess, as they wait to die; in a prison with some of the best views of San Francisco.

When I first read the Ecotone project title, I thought immediately of places that give you good energy. Like yesterday when walking at dusk in Powder and meeting the orphaned fawn, finally having lost its spots, but still young and trusting as she eats by the side of the path. A litte further along, I spotted an owl in the tree, a very rare occurrence for me.

However, I could name a hundred, a thousand places that provide the same good energy and can go to them when I have a little time and money for gas for the car. But I can’t always easily identify the ‘bad’ energy places, nor can can I as easily avoid them; they’re just as likely to be visiting me, as me visit them.

If good energy places leave you revitalized, places filled with bad energy leave you feeling listless, indifferent, and uninspired. Sometimes the places are easy to spot – a bad or unhappy job, relationship, or home life. Most of the time, though, they’re more subtle, and work against you slowly– sometimes giving you a little energy back as they continue to drain you, so you don’t know if the place is what’s leaving you feeling so off or something else. Anyone who has been in a bad marriage for a long time, will understand this one.

Yet, a bad energy place can have an odd fascination, and you return again and again, even though you find yourself dissatisfied each time you do; you wonder why you continue. It’s not necessarily a case of addiction, as much as it is a memory of, and hope for positive energy, which doesn’t materialize.

One could consider San Quentin a bad energy place that has a phsyical manifestation. Yet, I imagine the men on death row who sit and play chess every day find it to be a good energy place, when compared to the alternative.

Maybe places are just that, and it’s up to us to imbue them with energy, good or bad. However, my cat tells me that any place that doesn’t have a cat in it is a bad energy place, and to think otherwise is to be self-delusional; this includes Powder Valley because though the fawn is sweet, and the owl impressive, they’re not cats.

Categories
Critters

From the Squid Lady, a story

According to this story giant squid now exceed us in biomass in the world. This is born out by the sudden appearance of the Humboldt squid in the Puget Sound and off the waters of Alaska–not these creatures normal hunting territories.

Then there is the story about the giant squid, probably Architeuthis Dux, confirmed in New Zealand, and measuring 12 meters long. That’s close to 40 feet, for the metric challenged. Taller than a four story building.

Since this is Halloween I decided to look to see if I could find a ghost story about giant squids. I didn’t find a story, exactly, but I did find a very interesting weblog writing from May, 2004, that seemed to be looking for the same type of thing. The post provided a link to a wonderful Michael Chabon introduction to Casting the Runes and Other Ghost Stories, and this marvelous quote:

It may be, in fact, that the ghost story, like the dinosaur, is still very much with us, transformed past the point of ready recognition into the feathered thing that we call “the modern short story.” All short stories, in other words, are ghost stories, accounts of visitations and reckonings with the traces of the past. They describe moments when a dark door, long closed, is opened, when a forgotten error is unwittingly repeated, when the fabric of a life is revealed to have been woven from frail and dubious fiber over top of something unknowable and possibly very bad. Were there ever characters in fiction more haunted than Chekhov’s or Joyce’s by ghosts?

All short stories are ghost stories, because they all reflect, in some ways ghosts from our past. Isn’t that lovely?

Comments to the post in the weblog (Wired Mesh ) led to this giant squid song lyrics — which will have to do for Halloween, and giant squids:

I Crush Everything

I lie below, you float above
In the pretty white ships that I’ve been dreaming of
And I’d like to swim beside you
Getting dizzy in your wake
Getting close enough to touch you
Getting brave enough to take you into my arms
And bring you down to be with me

But I can’t do that thing anymore
I can’t be the thing I was before
Maybe I am better off alone
Because I crush everything
And I crush everything
And I crush everything

My body’s strong, but my will is weak
I got pretty nice arms, but I hate my beak
And the dolphins are all phonies
They seem nice enough at first
They pretend to be your friends
Until they see you at your worst and then they leave you
Without a word they swim away

So I can’t do that thing anymore
I can’t be the thing I was before
Maybe I am better off alone
Because I crush everything
And I crush everything
And I crush everything

And everything I want I take
And everything I love I break
And every night I lie awake

Did the stars come out? Did the world spin round?
Does it matter that much when you’re ten miles down?
And in the light that filters down
Into my giant yellow eye
I can see the sails unfolding
Stretching white against the sky and I forgive them
I forgive and I let go

Cause I can’t do that thing anymore
I can’t be the thing I was before
Maybe I am better off alone
Because I crush everything
And I crush everything
And I crush everything

And I crush everything
And I crush everything
And I crush everything

I lie below, you float above
In the pretty white ships that I am dreaming of

Sometimes this weblogging thing works out.

Thanks to Danny and his creepy pumpkins, and others,who have been sending me giant squid stories. They never fail to cheer.

Categories
Political

Slow Cooked

This week I’m taking a break and heading down to Arkansas and the Ozarks. When I leave depends on if the Techwatch people respond to my email telling me where I need to be and when, and what I need to do. Since I haven’t heard anything by now, I’ll probably take off right after I vote Tuesday morning.

Arkansas is a wonderfully funky sounding state and I’m looking forward to my visit. The trout are moving upstream in the White River, one of the last rivers in this country where they can do this naturally. Arkansas is also home to the effort to preserve the genre of music known as ‘mountain music’.

There’s also a bakery that makes bread purely from wheat starter, and doesn’t use yeast for anything. They heat their old brick ovens up to 1000 degrees in the morning, clean them out, and then cool them down to 450 before putting the bread in. The loaves themselves are wrapped tightly in baker’s linen, and variations in the bread occur because of the incredible pressure that can build up. When you remove the loaf from the oven, you can’t eat it right away–the bread is still cooking internally. In fact, the guide I read recommended you wait for three days before cutting into the loaf.

In some ways this bread reminds me of the US Presidential election, and you might say we’ve all been wrapped tight in in baker’s linen, and the compression will keep us cooking long past the actual election date, regardless of who wins, regardless of how close the vote.

Today in Michelle Malkin’s weblog, she wrote the following based on Kerry’s response to the bin Laden tape:

The only thing “crystal clear” is Kerry’s utter lack of clarity on national security matters:

Which terrorists will Kerry “hunt down and destroy?” Only the ones who have already committed acts of terrorism. To borrow Charles Krauthammer’s brilliant phrase, Kerry is the self-styled “retroactive genius” in this campaign–the one “who always knows what needs to be done after it has already happened.” This is true not only of Kerry’s after-the-fact foreign policy in Afghanistan and Iraq, but also of his after-the-fact homeland security policy. Kerry has lambasted John Ashcroft for targeting Middle Eastern illegal aliens, surveilling terrorist sympathizers, and arresting and prosecuting Islamist suspects. Yet, Kerry is silent on the preemptive measures he would take to stop terrorist conspirators on American soil before they commit their crimes.

Period? Has Kerry ever said anything unequivocally ? Period? Insert laugh track here.

Malkin is a journalist, author of a controversial book on the Japanese internment, and an extremely conservative person who one could say is a leading light on the side of the neoconservatives.

At Orcinus, Dave Neiwert’s weblog, I read the following based on the same tape:

In fact, that lack of judgment manifested itself in important ways: in the failure to heed the pre-Sept. 11 terrorist-attack warnings and being, essentially, asleep at the wheel when it came to terrorism on Sept. 10; and then by going to war in Iraq under what proved to be false pretenses; and most of all, his failure (despite multiple warnings) to adequately prepare or plan for an extended occupation coupled with a violent insurgency, not to mention providing enough troops to secure all the former Iraqi weapons sites.

How has Bush answered the justifiable criticism for these massive blunders? By questioning the patriotism of his opponents, of course.

But then, what else could we expect from someone with such a casual relationship with the truth?

Neiwert is also a journalist/weblogger, author of an upcoming book on the Japanese internment, and an extremely liberal person who one could say is a leading light on the side of the progressives.

Neiwert and Malkin used to work together on the same newspaper once upon a time. Other than that, being journalists as well as webloggers, and writing books on the Internment, couldn’t find two people more separated. Yet change the words a bit and you have two people who sound remarkably the same — it’s just each has picked a different devil to dance with.

Such absolute surety in the evilness of the presidential candidate they are not supporting. Bush wasn’t wrong on Iraq–he is evil, he was stupid, and now he’s lying. Kerry isn’t wrong on his plan for moving ahead on terrorism–he is evil, he is stupid, and now he’s flip-flopping.

And what are we shouting for? To convince some unconvinced voter? Would you want to vote for either of these men after reading both of these excerpts?

I am voting for Kerry. He doesn’t make me jump up and down for joy, but I think he’ll do his best, and most importantly, keep informed and be flexible to meet needs. I like his support on certain issues such as global health insurance, and re-training the unemployed. And no, I don’t he won’t give our country away to the terrorists. If anything, that’s probably what will disappoint me about him — he won’t roll back much of the Patriot Act and is unlikely to disband that horrid Office of Homeland Security.

He will boot out Ashcroft and Rumsfeld, so there is that.

In many ways the thing that Kerry has been most criticized for, his flexibility, is why I’m not voting for Bush. I studied Bush’ tenure as governor in Texas, where you can see the imprint of the man more clearly in a smaller, defined community.

He’s not willing to listen to naysayers, he tends to stick to a plan, even when finding out it’s not the best plan to follow. Additionally, I don’t think he understands people like me; like a lot of us.

He was raised in a family of wealthy people, primarily invested in oil and other rather conversative industries. The Bush family were brought up to believe that you help yourself or you help your friends and families, but you don’t ask the government for help. Anyone can be somebody in this country if they only work hard enough. This is, in essence, the core of the fiscal conservatives that make up the majority of the Republican Party.

But somewhere along the way Bush, the drinking, partying guy, found God, and in a big way. Like many reformed people, he is obsessive about his faith, to the point where he imposes his particular brand of faith on the country (though he may not always be aware that he is, or doesn’t see this as an imposition).

His family is one that doesn’t tolerate much in the way of disagreement, and they see this as a strength. If you were to tell him he’s being inflexible and rigid, and that this leads to acts such as the invasion of Iraq, he would look at you in astonishment and say that he’s just being a strong and committed leader. And he would mean it.

As for Iraq, Kerry voted with most of the Senate to give support to Bush for an invasion of Iraq, and he has to share cupability for this act. Bluntly, I don’t forgive either of them for not thinking through the passion of the moment following 9/11, and the clamor of the American people for blood. They have both wrought harm on that country, for what we have done to it; and this one for what we have become with this act.

However, Bush and his Cabinet are responsible for how this invasion was run, and it was badly done. Too much loss of life; too much loss, period, and the losses continue. I have no doubt that Rumsfeld was responsible for much of this with his arrogant assumption that this would be a cake walk — but in the military, and the person in the White House holds the highest office in the military, the top-ranking officer takes responsibility for the actions of his or her people under their command.

“Who was on deck, Captain, when the ship was blown up.”

“I was, sir.”

Would Kerry have done better? Frankly, I don’t think the issue of invading Iraq would have come up with Kerry. Whether you consider this criticism or a compliment to him resides, of course, with your view of the war in Iraq.

As for other issues, I don’t think that Kerry is necessarily a savior of the environment, but he’ll follow the party line and protect it. Not as much as I would like, but our beloved ANWR will be left alone, and we’ll stop drilling in Colorado and elsewhere; see what we can do to salvage Kyoto, too, because we need that act — every year now, we break temperature records, and this means something’s changing and I think global warming is it.

Contrary to a lot of assrtions, Bush is not against the environment as much as he grew up in a time when people believed that science could solve everything. Every little problem that man creates, science will fix. Rather than restrict our uses of limited resources, which would only constrain our progress and expansion, we’ll invent new things, such as hydrogen-powered cars.

To Bush, the environmentalists are alarmists who want to stop progress. They don’t take into account how inventive and capable humanity is; how we can rise to meet each challenge.

But I don’t agree with Bush, and that same science he rests his hopes on, tends to agree with me. We will run out of time before finding the solutions he believes in. Species are dying every day, and we’re loosing enormous amounts of natural wild land (essential for oxygen production and home to many amazing discoveries in medicine) by the minute. It tears my heart to see it, and to know that if you have kids under five today, by the time they have kids under five, chances are there will be no true wilderness left in this country and elsewhere.

We will feed the people, though. Not the soul of the people, not the heart, or the head; but we will feed the stomach. I don’t see this as something one should hold as a goal.

I don’t see Bush as a villain when it comes to the environment, as much as he has a set mind in how things work, and is resistent to seeing how things are.

As for the government helping the people, we are the last industrial nation on this world to not have a global health care plan or coverage for its people. If this doesn’t appall you, aren’t you at least embarrassed by it? And allowing people to invest their Social Security into the stockmarket is a course to disaster that only benefits those with the understanding of how it all works; frankly, these are the people who don’t need Social Security.

Kerry is a product of his background, which is New England liberal, balanced by his Catholic roots. As such he won’t be a blazing brand for change, but I think he’ll be a lot more conservative about the environment, and a little more liberal about social change. Internationally, the very fact that he isn’t Bush will probably work for him, because President Bush has pissed a lot of people off.

Bush is also a product of his background, which is Texas independent, balanced, or perhaps overloaded, by being a reformed born-again. As such he won’t be a blazing brand for change either, but I think he will erode many of the more global measures that have been enacted the last fifty years. This includes the expansions of rights we’ve enjoyed, as well as the environment and the movement of a society to care for its own.

As for terrorism, I have no doubts both will pursue bin Laden, and al Queda. I have no doubts that both will fight terrorism in this country, perhaps to the exclusion of other more needed efforts.

Returning to the Iraq War–we’re all just as much responsible for this as either Bush or Kerry. This is our war folks; we can’t push it off on others, or walk away and pretend it didn’t happen, and all is better now. It is our shame. And now it is our duty to do what we can to repair what we’ve done. I wish we knew what this is, though.

In the end, if Bush wins, we will survive. For the next four years, I will be watching and doing what I can to ensure he governs effectively, including using care in selecting all the other people running for House and Senate, and local government, and watching how they vote once in office. I will also use whatever other power I have as citizen to make my wishes and concerns known. But you know, I would do the same with Kerry.

Why hover over my man’s efforts equally with the other guy? Because though neither is evil, or stupid, they are politicians; and to blindly trust a politician is to court disaster.

Same kind of disaster as it is to continue fighting against each other, as foes to be crushed and vanquished but I imagine this is human nature and isn’t going to change with this election. Long live the human condition; slow cooked bread of a different kind. However, when this loaf of bread is removed from the oven on Tuesday, I’m not going to be around for the three days afterwards to watch it finish cooking. I’ll be in Arkansas stomping rocks and not people, and maybe trying my hand at a dulcimer; finding, I hope that last gasp and hope of fall color in this region.