Categories
Just Shelley Political

What did you do to fight the war, Daddy?

Recovered from the Wayback Machine.

Lest you all think that we in America speak in the same voice as Bush, and lest you all think that we America are doing little to fight this upcoming war in Iraq, think again.

I was contacted about a job just across the river in Illinois that I was a perfect fit for about three weeks ago. I had the skills, I had the experience, and most importantly, I had a secret government clearance that could be quickly activated. This, combined with my previous experience having worked on defense systems gave me the edge for a job. A good job. It would have been a good job.

A job working on a system for the military to be used in whatever capacity in the Middle East. What kind of system, what type of work, I don’t know.

I did not pursue this job, and declined the opportunity with the recruiter, telling them that the job is incompatible with my beliefs, and that the government would not care for my continued protestation against Bush and his actions in the Middle East.

I didn’t say anything about this three weeks ago as I figured you all would think I was an idiot. I felt like an idiot afterwards. And maybe I am — a principled idiot, without a fucking job in a really lousy economy.

I didn’t put my blood on the line, but I put my future, and that will have to do.

Categories
Technology Weblogging

Month, day, year, oh my

Another fooflah, this time over archiving.

Dorothea picked on Mark’s archive setup, which is based on archive-month-link. Jonathon responds with a push-back at Dorothea’s weekly archive. He’s joined in his comments by Mark who pushes back with justification for his archive-month-link. Aquarionics bravely joines the discussion, Dorothea retracts.

Could be me misreading everything but it sure looked like good fun was NOT had by all. Good lord, I thought I was the only person who took things too seriously.

Being the pain in the butt, annoyance, and general irritant that I am, I thought I would make things worse. It’s part of my philosophy that if you push things enough, either it blows totally, in which case we’ll at least have an interesting afternoon; or everyone collapses into laughter, poking gentle fun at each other’s font choice.

In line with this, I take a great deal of satisfaction in knowing that everyone would be uncomfortable with my archive setup. I list categories, the last 50 entries, and I provide search. That’s it. No weekly or monthly archives at all. I never really thought anyone used them. From this discussion, though, I think I may be off in my assessment; perhaps people do use archives. Well, this is a lowering thought. All this time I’ve been depriving my readers of my archives.

However, after reading all this, I wasn’t sure how to do archives. No matter what kind of archive I implemented, I would be taking sides, and that kind of ruins some of the fun. But I didn’t want to do all of the archives, as static web page generation is taking far too long now as it is. So I did what any self-respecting blogger would do: I picked door number 3.

Instead of static archive pages, I added a form to my main Archive page just under the categories. A person puts in a specific date (using a specific format), picks if they want the material ordered reverse chronological, and clicks the button. A MySql/PHP page opens that lists all of the content in either chronological (default) or reverse order. They can then click on an item to go the main page to view the trackbacks and comments, or they can just read the material there (though I might change this).

Because I let MT do my line breaks I had to a little tiny munging on the text, but that’s my own fault for not doing my own markup.

If a person screws up the format, they’ll get all of my material dating back to when I did my last port in March of last year (I didn’t move all my old content over). However, I also put a limit of only 300 entries on the page. I might play with this a bit, add a range later, but we’ll see how it goes for now.

Following is the code — change stuff appropriately.

 

$dt = $_POST[‘create_date’];
$reverse = $_POST[‘reverse’];

if ($reverse)
$order = “ORDER BY entry_created_on desc limit 300”;
else
$order = “ORDER BY entry_created_on limit 300”;

$link = mysql_connect(“localhost”, “user”, “password”)
or die(“database errors”);
mysql_select_db (“database”);

$query = “SELECT entry_id, entry_title, entry_text, entry_created_on FROM mt_entry where entry_created_on > ‘” . $dt . “‘ and entry_blog_id = 2 and entry_status = 2 ” . $order;

$result = mysql_query($query) or die(“database errors”);

while ($line = mysql_fetch_array($result, MYSQL_NUM)) {
$input = $line[0];
$input = str_pad($input, 6, “0”, STR_PAD_LEFT);

$text = str_replace(“</blockquote><br />”, “</blockquote>”, str_replace(“<blockquote><br />”, “<blockquote>”,nl2br($line[2])));

printf(“<div class=’titlebox’><span class=’title’>”);

printf(“<a href=’http://weblog.burningbird.net/fires/%s.htm’>%s</a></span></div>”, $input, $line[1]);

printf(“<div class=’blogbody’ style=’font-family: arial; font-size: 12px; line-height: 16px’>%s<div class=’posted’><p>Posted on %s</p></div>”,
$text, $line[3]);
printf(“</div>”);
}

/* Free resultset */
mysql_free_result($result);

/* Closing connection */
mysql_close($link);

 

Categories
Copyright

MT Gets creative and becomes common

Movable Type is coming out with a new minor version release, 2.6. Among the new items is some improved support for text formatting that I’m really looking forward to. The Trotts have also opened up database support, and enhanced comments — all excellent additions.

Another change that’s going to generate some interesting talk here and there is support for Creative Commons licenses. From the description, it looks like you can turn Creative Commons license support on for your entire weblog, and the license information is included into the main index page and associated RSS page. Unfortunately, it doesn’t look like there will be support for adding CC licenses to individual items, unless you do this yourself (in which case, you’re out of luck for matching the material in the RSS file). You’re in an all or nothing mode.

I imagine this will increase the use of Creative Commons licenses all over the place, because there’s nothing that bloggers like more than pushing little buttons to see what happens. This is unfortunate, not because I want to actively encourage people to “steal” from the public domain by maintaining their copyright; but because people won’t be thinking about the consequences of pushing said little button.

A Creative Commons license is a binding legal agreement that, at the least, allows anyone else to re-publish your writing whenever and whereever they want, as long as they don’t do so for profit (unless you specifically grant this) and don’t modify it (unless you specifically grant this). Furthermore, you can’t stop them from re-publishing your work once they’ve done so under the license because the license can’t be revoked for a specific individual after the individual has invoked the license at least once. You can remove the license from future use, but once the permission has been granted, it can never be taken back.

AKMA has given consideration to the nuances of the Creative Commons license in his discussion about licensing with the Disseminary. INAL, but it seems to me AKMA is talking two different things here — contracts with writers, as compared to Creative Commons licenses attached to published documents. The former controls the relationship between the writer and the Disseminary directly, while the latter controls the relationship between the publisher and the public. I may not be a lawyer, but I’ve signed a lot of contracts in my life, and I don’t think Creative Commons licenses are the same type of beastie as a writing/publishing contract.

Hard to say, since most of the legal beagles out and about in the weblogging commons are cautious about making statements on the legality of specific uses of the CC licenses (being concerned, rightfully, about the possibility of getting their butts in trouble for giving advice that could be mis-interpreted.)

Of course, in an ideal world the CC license would be nothing more than artwork, as this world is populated with creators who create works solely for the express purpose of the works being used, re-used, re-published, and re-worked. Works consumed by a public that would never abuse this generosity.

(Yeah. Right. And the only reason we’re going to war with Iraq is to help the poor Iraqis find the true meaning of freedom.)

AKMA also references a discussion thread on copyright and published material. AKMA writes:

 

Once I decide to turn loose my expression on the world, other folks will do plenty of things with my texts few of which will be governed by concern for my innermost thoughts. If my thoughts need that degree of protection, I can jolly well not release them to the public.

 

I can appreciate AKMAs viewpoint — if we’re concerned about keeping the expressions inherent in our art (photography, writing, art, whatever) protected, don’t publish them. But that seems to me to be counter-productive to Creative Commons. Wouldn’t this view make us less inclined to release work on the Web?

However, I still think we may talking apples and oranges. For instance, if I publish a work on the web, you can look at it in many different browsers, print it out, copy it and send it in emails, talk about it at lunch and trash it, talk about it in your weblog and trash it, and there’s little I can do about it. I’m not that worried, either, about any of these activities. You can duplicate it, and I won’t be happy, but I won’t ask you to pull the duplication. If you duplicate all my work, then, yeah, we’ll have words. Something along the line of: Get your own life.

But there is one thing you can’t do without getting permission from me: access the writing, modify it, and re-publish it on the web or within some other medium. Unless I sell my rights to you, you can’t change what I write and publish it. You can change it all you want for your private edification…but you can’t publish it. Not on the web. Not in a magazine. Not in a newspaper. Not while eating green eggs and ham.

Following AKMA’s example about my parables, sure you can put them to music. I don’t grant this right, but most likely I’ll appreciate the efforts. Try and make money from the song and we’ll have words. And if you want to add to the story, or edit it, do so, but do so carefully. Weigh your opinion, and check your arrogance at the door.

I can’t speak for other artists, but when you’re a writer, when you put a creative work out into the public sphere, you’re putting a little of yourself into that work. No matter how good the editing, how helpful the feedback, there’s still a moment when you have to struggle with that small id within in order to appreciate the feedback. I don’t know about other writers, but this is never easy for me. I’ve been through this with a dozen books and I don’t know how many articles, but there’s always that little struggle.

So if you feel that your feedback and change really will improve the work, enough to approach the artists directly, then do so. But don’t get your feelings hurt if the artist doesn’t wrap arms around you and give you a big wet one.

As for myself and receiving suggestions (other than corrections to grammar and misspelled words, which are always appreciated), I might agree with your change, in which case I would incorporate the change and give you credit for your help, and allow you to republish the combined work (again, non-commercially). Or I may not care for the change, or even feel that your work ruins the message of my work, and at that point you can huff and puff and pout about the public domain all you want and my only response is going to be, “Get your own life.”

I don’t have this right with my books or the work I do for hire. But I hold this right for my other creative work.

I’m not trying to speak for other people, and I’m not going to play lawyer, and I’m not going to change my mind. If me wanting to maintain the copyright on my writing is stifling the free speech all of you out there, then I seriously doubt that you fully understand what free speech is about. Free speech has to do with being able to speak out against oppression without getting shot.

When I’m dead and gone, if any of this writing even lasts to that point, then have at it all of you. At that point, I no longer care. But while I still live and write, if you feel a burning need to improve on my artistic creations, my writing — go ahead. Nothing will shut me up faster.