Posts Tagged ‘test’

Study may be less conclusive than you think, Matt says.

Tuesday, January 13th, 2009

Would you get upset if you witnessed an act of racism? A new study published Thursday in the journal Science suggests many people unconsciously harbor racist attitudes, even though they see themselves as tolerant and egalitarian.

 - You may be more racist than you think, study says [cnn.com]

In short, a group of people were chosen to watch a white person interact with a black person. First the interaction was neutral, second it was racist, and finally the racism was more strongly expressed (whitey dropped the ‘nigger bomb’.) Immediately afterwards, the observers were asked to choose either the white peson or the black person for an ‘anagram test’ (whatever that is), and most chose the white person, “regardless of the severity of the comment that person made earlier.”

It goes on to point out that a second group who only experienced the interaction and partner-picking as a hypothetical situation was more likely to choose the white person if they acted racially neutral, but less likely if they were openly racist.

“Some people might think that they’re very egalitarian and they don’t have to deal with their prejudices, and that’s not related to them at all, when in actual fact they may hold these hidden biases,” Kawakami said.

The study is consistent with decades of psychology [cnn's link] research pointing to the same thing: People are really bad at predicting their own actions in socially sensitive situations.

This seems like total jumping-to-conclusions bullshit. Are the confusing racial preference for racial bigotry? In a situation where you’re supposed to choose between a white person and a black person, all other things being equal, then I guess the chances could be fifty-fifty, but I can’t see how all other things would ever be equal. Maybe the observer’s didn’t take the white person’s racial comment seriously - I know I wouldn’t. I can’t really imagine someone saying, “clumsy nigger” and meaning it. If they seemed like they were serious, I’d definitly be less likely to pick them as a partner, I suppose.

But I would say that in general I’m more attracted to white people. That doesn’t make me racist. It would be racist if I believed that people with lighter skin were more beutiful universally -but I don’t, I know that it’s just my own opinion. There’s plenty of good looking black guys, and girls, but by ‘default’ the white people are more attractive. Could something like that factor into the choice the test participants made? If I had thought that the one guy was racist, I probably would’ve said something, in a joking tone, to see if they really were serious. “Black people typically bump in to you?” “Did you really just say ‘clumsy nigger?’” If they were serious, I’d argue with them about it, if they weren’t, I’d let it go.

Yeah. This test is just poorly thought out. Making comments that could be construed as racist and then guessing at the impact those comments have on a decision process involving the commentor and an observer it way too abstract - an overtly racist act, on the other hand, such as lying to a black person but not to a white person, would most likely produce markedly different reactions.

the real test post

Wednesday, June 4th, 2008

This is an attempt to generate every possible combination of markup for style testing purposes. Here we go!

Unordered List

First, let’s start off with a list of good numbers:

  • 1
  • 2
  • 4
  • 6
  • 8
  • 12
  • 15
  • 16
  • 24
  • 32
  • 36
  • 42

Ordered List

Now, let’s do a numbered list, but this time, list…random filenames!

  1. OP_250.png
  2. poolparty_gmsfxFel.jpg
  3. PP_442.png
  4. S000094.png
  5. zaush_x_bluebane.jpg
  6. reindeer_ddpv_s.png
  7. m_1177448823881_35f9660086e5703f35d60c4773465407.jpg
  8. mousemarket.jpg
  9. kogesoma.jpg
  10. ba_beatinside.jpg

Block Quote

Next up we’ll quote someone:

On a related note, consider this Latin proverb - abusus non tollit usum, or “abuse is not an argument against use.” What do you think?

edit: on a related note: legal status of Salvia in Oregon [wikipedia]
‘nother edit: “firearms to fireworks” is a pretty good phrase, if I do say so myself. Gotta love those alliterations.

- matt lohkamp’s myspace blog [blog.myspace.com/mattlohkamp]

Images

So far, so good. Now it’s time for some pictures. First we’ll feature some from the web (from ffffound.com):

Montreal expo 67 ephemera - Soviet Pavilion

Uploaded Images

These ones I’ll upload:

jesus getting dressed up for crucifixion

\'canibal\'

♣ More Formatting Stuff ♣

… huh, so the auto image placing stuff is a little inconsistent, since you can’t really effectively ‘scale‘ the image according to the correct aspect ratio (I appreciate them keeping the underline tag out of reach of toddlers.). Also, selecting ‘middle‘ alignment when you’re adding pictures from the web isn’t reflected in the WYSIWYG view, while the same option for uploaded content displays correctly. Good to know.

So now there’s more buttons, under ‘kitchen sink’ - that sounds like fun. Ah, formatting options. Being able to resize the little window here is a nice touch. I’m thinking that I shouldn’t use anything above an h3 for post markup - h1 and h2 should be reserved for the blog shell.

Code Formatting

I imagine I’ll occasionally post markup, styles, or scripting here, so let’s see what that’ll look like (ouch, pre formatting is hard to break out of, and it has an annoying habit of kicking me back to the top of the page…):

    <div id=“menu-legal”>
    <ul class=“submenu”>
    <li><a href=“/legal#privacy_policy”>Privacy Policy</a></li>
    <li><a href=“/legal#term_of_use”>Terms of Service</a></li>
    <li><a href=“/legal#contact”>Contact</a></li>
    </ul>
    </div>

I guess as long as I leave myself room afterwards, I can exit the pre format without much trouble.

<script src=“http://www.google-analytics.com/urchin.js” type=“text/javascript”></script>
<script type=“text/javascript”>
if (g_ga_enabled) {
    _uacct = 'UA-1911451-1';
    _udn = 'none';
    __utmSetVar('Not Logged In');
    urchinTracker();
}
</script>

Huh, pre-formatting definitly is buggy. I wonder how easily I could add a ‘code’ text block type to that dropdown menu?

.asset .title{white-space:normal;}
#paging-prev{margin-right:40px;}
#paging-prev, #paging-next{font-size:40px;}

And who could forget AS3? (I certainly couldn’t)

package mlohkamp.physics    {
    import flash.display.MovieClip;
    public class Gravity    {
        public var gravity:Number;
        public var restitution:Number;
        public var friction:Number;
        public var velocity:Number;
        public function Gravity(newGrav:Number, newRest:Number, newFric:Number, newVel:Number){
            gravity = newGrav;
            restitution = newRest;
            friction = newFric;
            velocity = newVel;
        }
        public function gravityWorks(target:MovieClip):Number{
            var newY:Number = target.y;
            velocity += gravity;
            newY += velocity;
            return newY;
        }
    }
}

Hmmm. Well, maybe there’s a WP plugin lying around for code highlighting - I mean, if nothing else, there’s a js function someone’s written, I’m sure. Okay, let’s see what’s next on our list.

External Video

First we’ll try a .swf

1201663459cerberus_what_is_love

… hmmm, that looks like it’s just a link. How about some straight up embed shit?

… how’s that look? Hmm, hopefully i don’t have to copy and paste code each time. Maybe .swfs count as a ‘video’ as far as WP is concerned? Let’s investigate.

sc_thecontest

… hmmm, lame, that’s just a link too. Okay, let’s try some other formats, like .flv… ouch! apparently ‘flv’ doesn’t fit WP’s ’security policy’! Wow, that sucks. Maybe I’ll have to code my own .flv player or something. How about .wmv?

bush-stutter

Cooool, word press, that’s another link. Well, this isn’t particularly impressive, but I guess I can deal with it. Let’s move on.

External Audio

caviar-tangerine-speedo

Well, fuck. That’s a link too. So I’m going to need a flash .flv and .mp3 player. Fine and dandy… I’ve already got a ‘lite’ .flv player class built in AS3, it can’t be too tough to do the same for an .mp3…

The End

Well, I guess this is kind of the end of our little experiment. WP is not as powerful as I would like… but seeing how I’m not entirely unskilled in this realm, shoring up those weaknesses shouldn’t be too much trouble. Okay - time to play with posting settings!