Battle on Teaching Evolution Sharpens

I first read about the Discovery Institute in a Wired magazine article last October. At the time, I considered the piece rather alarmist. Seeing this piece in the Post months later prompted me to consider the issue more fully. One quote from a minister in the story stands out:

A prominent effort is underway in Kansas, where the state Board of Education intends to revise teaching standards. That would be progress, Southern Baptist minister Terry Fox said, because “most people in Kansas don’t think we came from monkeys.”

This is entirely the wrong reason to revise teaching standards. Even though I’m a Christian, and have faith that God created everything, the idea that what gets taught in science class should be decided by majority rule is a disturbing one. The intent is not to create better students, or develop their critical thinking skills, but to use political power to impose beliefs. When Christians get into these battles over what should be taught, it seems to me that faith is left out of the equation. For all the doubts that Terry Fox and others have about evolution, the proposition that God created heaven and earth is even more difficult to prove. I’m not even sure that such a thing should be provable, otherwise, what need would we have for faith? People who pursue these kinds of curriculum changes seem not to understand that science and theology have fundamentally different goals.

This quote from a mother in Wichita, Kansas was interesting:

“If students only have one thing to consider, one option, that’s really more brainwashing,” said Duckett, who sent her children to Christian schools because of her frustration. Students should be exposed to the Big Bang, evolution, intelligent design “and, beyond that, any other belief that a kid in class has. It should all be okay.”

Beyond the feeling of some people who aren’t Christians that Christian schools are a form of brainwashing, there are other problems with her statement. Schools don’t have infinite amounts of time to teach any idea that comes down the pike about the origins of life. Our schools need to teach the things that will turn out thoughtful, functional individuals. Teaching a bunch of other stuff chosen by popular consensus (instead of validated through a process that imposes some objective standards) simply doesn’t accomplish that goal.

The passage I found most disturbing in the piece was this one:

Fox — pastor of the largest Southern Baptist church in the Midwest, drawing 6,000 worshipers a week to his Wichita church — said the compromise is an important tactic. “The strategy this time is not to go for the whole enchilada. We’re trying to be a little more subtle,” he said.

It disappointed me that a pastor with this kind of following would openly acknowledge the intellectual dishonesty of his approach. If he wants creationism to be taught in school, he should spend his efforts building and supporting private Christian schools that will do it. This stealth approach of trying to force it into public schools is wrong. Christianity should not be compulsory.

I appreciate the approach of the Christian schools my parents sent me to from elementary school through high school. In each one, my classmates and I learned evolution in our science classes. We had Bible classes for learning about God, creation, and other theological issues. Before we could graduate from high school, we all had to take a course in world religions, so we wouldn’t be ignorant of faith traditions outside our own. I think that sort of division is necessary and appropriate. Those classmates of mine who went on to graduate studies in biology and chemistry, medical school, and professional lab work or medical practice are great at what they do because of that division. It certainly hasn’t made them less Christian, or less sure of their faith.

When I went to a public university, this kind of upbringing made me better able to share what I believe with others, made others more comfortable sharing their beliefs with me and asking me more about them. I didn’t feel any pressure to compromise what I believed in (and still believe in). I wish more Christian schools would take that approach.

Fixing the C# IssueTracker SDK Beta

My boss wanted to use it to track issues with projects we develop internally and for clients. So I downloaded it, installed it, and began testing. So far, any problems we’ve had have been the result of missing database tables and/or stored procedures. What’s odd is that I’ve been able to find create commands for all the missing database objects in CreateDatabaseObjects.sql (located in ..ASP.NET Starter KitsIssueTrackerSetupDBScripts). I guess there’s something wrong with the script, because every other aspect of the setup seemed to work just fine.

Here’s a list of what I’ve had to add manually so far:

Tables
———
IssueTracker_IssueAttachments

Stored Procedures
———————–
IssueTracker_Project_CloneProject
IssueTracker_IssueAttachment_GetIssueAttachmentsByIssueId
IssueTracker_IssueAttachment_CreateNewIssueAttachment
IssueTracker_IssueAttachment_GetIssueAttachmentById

I also replaced the query in the stored procedure IssueTracker_Issue_GetIssuesByProjectId with the query of the same name from the Access database. It referred to a view named IssueTracker_IssueStatus that wasn’t in the database or CreateDatabaseObjects.sql.

If you’re interested in trying out this application yourself, C# and VB.NET versions of it are available at asp.net.

Giant Steps, Animated

Came across this via Scobleizer (who came across it via Tim Bray). It’s a recording of John Coltrane’s “Giant Steps”, with animation set to it. If you like jazz, the music is great. It makes the animation more interesting in the same way that soundtracks enhance movies.

Mac OS X Address Book

Once I got over trying to import a CSV file into it (silly me), getting contacts out of my Yahoo address book into the Mac was easy. I exported it as a Netscape address book. The Mac OS X Address Book imports those files (.ldif) very easily.

“Free” Project Management Software

I was looking for information on the right way to modify the ASP.NET Issue Tracker starter kit to handle Windows Authentication. One of the things Google search returned was an app called Gemini that does a similar thing. Up to 10 people can use the version they offer for download before they start asking for money. Considering the way the current IssueTracker installation is behaving right now, I’m beginning to wish I’d found Gemini earlier.

The mini has landed

The Mac mini I ordered online back in February finally arrived tonight. The only real problem I’ve encountered so far is that it had trouble detecting my Linksys router from upstairs. What I’m not certain of is whether this was because I had MAC address filtering enabled initially. Once I disabled that and set everything up closer to the wireless router, Internet access worked fine.

Software installs were very simple. For the most part, I’d just download a file and drag it to the applications folder. Very easy, very clean.

I still have plenty of configuration work left to do though. If the mini can’t access the Internet wirelessly from a distance, I may spring for an Airport Express to see if that will boost the signal enough. If I can get a DVI cable, Bluetooth keyboard and mouse for less than the Airport Express, it may be worth it to hook it up to my HDTV & stereo instead.

Networking it with my Win2K server will be another challenge.

Update: I moved the mini upstairs and turned everything on again. Now it’s connecting wirelessly with no trouble at all.

“Free” Project Management Software

I was looking for information on the right way to modify the ASP.NET Issue Tracker starter kit to handle Windows Authentication. One of the things Google search returned was an app called Gemini that does a similar thing. Up to 10 people can use the version they offer for download before they start asking for money. Considering the way the current IssueTracker installation is behaving right now, I’m beginning to wish I’d found Gemini earlier.