I was just looking over my site logs and noticed the section showing what sorts of searches had lead people to the site:

    Top 10 Total Search Strings

  1. hogwarts sorting hat myers-briggs
  2. fursuit yiffing video
  3. dvp320f/17 manual
  4. site:coffeebear.net
  5. anime movies by osamu tekuza
  6. dvp320f
  7. dvp320f/17
  8. honda accord vcd stero player
  9. https://www.coffeebear.net/archives/category/reviews/books/
  10. ian spiers

In response:

  1. Ok, I get the point. I’ll stop relying on quizzes so much when I don’t feel like writing up a real post.
  2. Umm, I don’t know what that means and I’m frightened to think of what it could.
  3. Sorry, I don’t know where to find a manual of this player on line but you can read my thoughts about it here.
  4. If you know the name of the site why are you bothering to search for it?
  5. Umm, I’m pretty sure that should be Osamu Tezuka and he’s done many wonderful films.
  6. See Reply# 3.
  7. See Reply# 3.
  8. I do drive a Honda Accord but it doesn’t have a VCD player in it, though there is the crappy factory installed stero (which needs to be replaced).
  9. I read books and I post my thoughts on them. What need is there to search for a specific link?
  10. I think you’re really looking for Brown Equals Terrorist

There’s one thing about WP that has been annoying me a lot and it’s that the default category option doesn’t work (see bug # 0000182 for details). Since this is so annoying to me and the issue appears to be fairly low on the developers’ schedule; I decided to start investigating the issue myself. I found that check what you’ve set the default category to by running this SQL query against your WP database:

SELECT option_value FROM wp_options WHERE option_name='default_category'

For a bit there, I also thought I’d figured out which function should be calling this sort of query but after a bit more digging into my options; I realized that on my test install, I’d enabled the Advanced editing controls. Bah, back to the drawing board. Well, back to the drawing board tomorrow; I’m getting too tired tonight to continue digging through WP’s code to figure out the problem any further.

Oh and for the record, I’m not the only one that is annoyed by this.