Violating the Terms of Service

The other night I was experimenting with Microsoft’s Live Search, trying to write a program that would submit a search query and get back the results. Somewhere in my wanderings I ran across the “format=xml” option, that tells search to return the results in an XML format. For example:

http://search.live.com/results.aspx?q=jim+mischel&format=xml

Notice the copyright message:

. . . → Read More: Violating the Terms of Service

Odds ‘n Ends

Lots going on here. I know I’ve been mostly absent from blogging for the last year. I’m trying to get back into it, and part of that is going back to update the status of previous entries.

Back in August I posted about installing a pfSense firewall. Whereas the firewall I installed worked, it had . . . → Read More: Odds ‘n Ends

Ending Spam

A while back I had to implement a simple statistical text classifier for a project I was working on. David dropped the book Ending Spam on my desk, saying that it had the information I needed. Understand, I’m not building a spam filter, so I was somewhat dubious as to the book’s usefulness.

It turns . . . → Read More: Ending Spam

Weird Computer Problem

This one is right up there with the strangest problems I’ve ever seen.

We bought the parts for and built four new machines, each with a Gigabyte GA-P35-DS4 motherboard, Intel Core 2 Quad (Q6600) processor, 8 gigabytes of RAM. Three of them are working fine. One of them (mine, unfortunately), exhibits a rather odd flaw: . . . → Read More: Weird Computer Problem

Windows Vista Secrets

I got another new computer a couple of weeks ago, but I’ve been too busy until recently to actually set it up. The new machine has an Intel Core 2 Quad processor that we’ve overclocked to about 2.8 GHz. 8 gigabytes of RAM and two one-terabyte disk drives. I’ll be stressing that machine pretty soon . . . → Read More: Windows Vista Secrets

High school math to the rescue

If you’ve experimented with Bayesian spam filtering or similar statistical text analysis, you’re probably familiar with the technique of Bayesian combination that involves computing the probabilities for individual terms and then combining those probabilities to come up with a probability of a message being spam. For example, if the individual terms’ probabilities are denoted by . . . → Read More: High school math to the rescue

Sake update

At the end of July, I wrote about my attempt to make sake, but then failed to write an update about how the experiment progressed. Everything worked fine for a few days: I kept the mixture at the right temperature, and stirred it twice per day as recommended. It was growing quite a nice batch . . . → Read More: Sake update

Watch that transaction log

This afternoon, the program that adds records to my database started timing out on every transaction. Although I could connect to the database and execute queries, all updates would time out. When I logged in to the SQL Server machine, I noticed that it was responding very slowly. It took a few minutes of poking . . . → Read More: Watch that transaction log