Your e-mail is safe from scrutiny

More good news as I catch up on my newsreading — the Total Information Awareness program is facing heavy opposition, and is likely to be barred from collecting information on American citizens.

House and Senate negotiators have agreed that a Pentagon project intended to detect terrorists by monitoring Internet e-mail and commercial databases for health, financial and travel information cannot be used against Americans.

The conferees also agreed to restrict further research on the program without extensive consultation with Congress.

House leaders agreed with Senate fears about the threat to personal privacy in the Pentagon program, known as Total Information Awareness. So they accepted a Senate provision in the omnibus spending bill passed last month, said Representative Jerry Lewis, the California Republican who heads the defense appropriations subcommittee.

Representative John P. Murtha of Pennsylvania, the senior Democrat on the subcommittee, said of the program, “Jerry’s against it, and I’m against it, so we kept the Senate amendment.” Of the Pentagon, he said, “They’ve got some crazy people over there.”

One important factor in the breadth of the opposition is the fact that the research project is headed by Adm. John M. Poindexter. Several members of Congress have said that the admiral was an unwelcome symbol because he had been convicted of lying to Congress about weapons sales to Iran and illegal aid to Nicaraguan rebels, an issue with constitutional ramifications, the Iran-contra affair. The fact that his conviction was later reversed on the ground that he had been given immunity for the testimony in which he lied did not mitigate Congressional opinion, they said.

Excellent, excellent news. It finally looks like the “anything to catch a terrorist” fervor that has been running rampant is starting to ebb, and more and more people in positions where they can do something are starting to take a second look at what’s going on. I just hope this trend continues.

(Via /. and Tom Tomorrow)

Patriot II raising ire

Finally, some good movement happening on the polictical front — a very welcome change from last week’s ranting and raving. It seems that the recently-leaked ‘Patriot II’ draft, in addition to getting attention in the blogging world, is also raising eyebrows on Capitol Hill.

Unlike its hastily passed predecessor, the Justice Department’s wide-ranging follow-up to the Patriot Act of 2001 is already facing intense scrutiny, just days after a civil rights group posted a leaked version of the legislation on its website.

The legislation, nicknamed Patriot II, would broadly expand the government’s surveillance and detention powers. Among other measures, it calls for the creation of a terrorist DNA database and allows the attorney general to revoke citizenship of those who provide “material support” to terrorist groups.

Despite assurances to lawmakers that no bill was in the works, the Justice Department internally circulated a confidential 120-page summary and text of the Domestic Security and Enhancement Act in early January.

Given the intense attention already focused on this bill, some doubt it will be introduced soon.

“This is a very audacious bill designed to strike while the iron is still hot, but I wonder if it is still hot,” said Chris Hoofnagle, deputy counsel for the Electronic Privacy Information Center . “There is already resistance to new government surveillance powers .”

“This is something you have on the shelf,” said Hoofnagle. “You wait for an opportune moment, like going to war, to introduce it. They call this a draft, but this bill is definitely close to final and gives a good road map of what the Justice Department wants.”

Recommend me?

Actually, I’m not out to be a boyfriend right now — pretty happy staying single for the foreseeable future — but I can think of plenty of times when I wouldn’t have minded getting a recommendation on greatboyfriends.com! It’s a really clever idea, too —

DOLLS! We all have charming male friends…smart, noble, successful, honest, good-looking guys who’re between girlfriends…or who’re just a tad shy…or who’ve had bad luck with women.

Here’s the open-hearted place where we women can write-up recommendations of these wonderful fellows, show their pictures and vouch for them. And here’s the delicious part. If you want to FIND a great boyfriend, Darling, you have all these lovely men to choose from!

(Via Jeremy Zawodny)

Awww – how sweet!

WUDI LOVE

Just a little “Wüdi love” from me to my readers, in honor of the coming Valentine’s Day.

Yeah, even I can get a little mushy from time to time. Who knew?

If you want some cheap and fairly risque amusment, take a look at this list of recently created hearts. Some of them are pretty predictable, but some of them amuse me to no end. Just don’t expect them all to be lovey-dovey. Consider yourself warned.

(Thanks to the ACME Heart Maker, via Jeremy Zawodny)

Still tempin'

My boss got back to me with Xerox’s employment offer. What did they use to try to entice me into the Xerox family?

A position as a Xerox temp (as opposed to a third-party temp contracted to Xerox) with an \$11/hr pay rate (I’m getting \$11.20 through the temp agency) with no holiday or vacation pay (which I get through the temp agency) and no medical benefits (which I’m eligible for through the temp agency).

Needless to say, I turned them down, and re-started another 18-month cycle as a temp contracting to Xerox. My boss is still optimistic about future possibilities, but he made it clear without actually saying so that he thought it would be in my best interest to do what I did and stick with the temp agency. So, for now, I’m still where I was before, with no real changes for better or for worse. Guess I’ll keep keeping my eyes open.

Anybody know of any Dream Job openings?

Impeach Bush?

Could it be time to start thinking about impeaching Bush? Realistically, we’re probably not at a point where it’s going to happen, but that hasn’t stopped some people from considering the idea — including Johnson Administration US Attorney General Ramsey Clark. Mr. Clark has drafted articles of impeachment, outlining the crimes and misdemeanors that Bush, Cheney, Rumsfeld, and Ashcroft should answer for, and the Vote to Impeach website is collecting ‘signatures’ to move the process forward.

The U.S. Constitution provides the means for preventing George W. Bush from engaging in a war of aggression against Iraq, and from advancing a first strike potentially nuclear preemptive war. It’s called impeachment.

Impeachment is the direct constitutional means for removing a President, Vice President or other civil officers of the United States who has acted or threatened acts that are serious offenses against the Constitution, its system of government, or the rule of law, or that are conventional crimes of such a serious nature that they would injure the Presidency if there was no removal.

Impeachment appears six times in the U.S. Constitution. The Founders weren’t concerned with anything more than with impeachment because they had lived under King George III and had in 1776 accused the king of all the things that George W. Bush wants to do: Usurpation of the power of the people; Being above the law; Criminal abuse of authority.

(Via Stavros)

Cookies finally fixed!

Thanks to a comment answering a question of Jonathon’s, I’m about 95% sure that the cookies for djwudi.com are finally being set correctly, so that the comment forms will actually remember your information, instead of just teasing you with the possibility that they might remember one day if they feel like it.

Turns out it was just six characters I needed to add to the JavaScript code in the template. Sheez.

In Scott’s words from his post on Jonathon’s page (emphasis mine):

The cookie code does not pass a path, so the browser by default make the path that of the calling page.

In other words, the code really was setting the cookies — but only for one page at a time. This led to some of the confusion, where both Dyanna and I thought it was working at first, then it wasn’t working again. We’d leave a comment and the cookie would get set for that page, so when the page reloaded, our info was there, and it looked like it worked. But then, as soon as we went to another page, the info was lost again.

Luckily, the fix is easy enough:

If you want the cookies to apply to the entire site, you can adjust the code to pass the path ‘/’ as a parameter…

function rememberMe (f) {
var now = new Date();
fixDate(now);
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
setCookie('mtcmtauth', f.author.value, now, <strong>'/'</strong>, HOST, '');
setCookie('mtcmtmail', f.email.value, now, <strong>'/'</strong>, HOST, '');
setCookie('mtcmthome', f.url.value, now, <strong>'/'</strong>, HOST, '');
}

function forgetMe (f) {
deleteCookie('mtcmtmail', <strong>'/'</strong>, HOST);
deleteCookie('mtcmthome', <strong>'/'</strong>, HOST);
deleteCookie('mtcmtauth', <strong>'/'</strong>, HOST);
f.email.value = '';
f.author.value = '';
f.url.value = '';
}

The bolded bits in the above code were the only parts of my individual entry template I had to change — once those were fixed, I rebuilt my site, and things actually seem to be working now!

The reason that this problem doesn’t affect most people is that by default, MT stores all archives in a single directory. Since every archive page is pulled from the directory the cookie is set for, it works fine.

I’ve adjusted my archives to fall into directories based upon when they are posted — for instance, this entry will end up in the /archives/2003/02/10/ directory. So, when the cookies are only set for one directory at a time, it causes problems. By adding the slash to the above lines of JavaScript, the cookie is set for the entire site, and will be read for every page, no matter which directory it lives in.

Much better.

Just in case things weren't tense enough

North Korea is entitled to launch a pre-emptive strike against the US rather than wait until the American military have finished with Iraq, the North’s foreign ministry told the Guardian yesterday.

“The United States says that after Iraq, we are next”, said the deputy director Ri Pyong-gap, “but we have our own countermeasures. Pre-emptive attacks are not the exclusive right of the US.”

I have got to find some more cheerful news to post soon, this is getting ridiculous.

Blacker than black

For my last birthday, my parents sent me a t-shirt with the phrase, “I’m only wearing black until they make something darker.”

Well, according to New Scientist, researchers just did make something darker!

Researchers have created the blackest black ever made on Earth, by bubbling a shiny metal plate in nitric acid for a few seconds.

It reflects 10 to 20 times less light than the black paint currently used to reduce unwanted reflections in instruments. And this means the super-black coating may one day help improve the vision of the Hubble Space Telescope, says Nigel Fox, who heads the optics group at NPL.

Okay, so forget the telescopes. When can I start buying new clothing?

(Via Boing Boing)