N E T B U I E dot net
All natural. No caffeine.

February 26, 2005

Outback Steakhouse

What, exactly, is the deal with Outback Steakhouse? Every time we have gone to one in the last 10 years, there's been a wait of at least an hour, usually two hours.

The last couple of years, we've gotten Outback gift cards for Christmas. So, last night we try to go to an Outback close by to use up the gift card. We arrived at 5:30 PM. Clipboard girl tells me "60-70 minutes." I see empty tables, and nobody else waiting. OK, we have 5 people, maybe they don't want to stick us at a small booth. Fine. We'll wait.

Half an hour later I go back to see where we are on the list. Clipboard girl tells me "I have you down for 6:50." So you won't seat us early no matter what's available? "I have you down for 6:50." Well, then here's your little buzzer back. We're going somewhere else.

And we did. We were seated and eating well before 6:50.

I give up. I'm tired of waiting in long lines for mediocre food. Outback is OK, I guess, but it ain't Ruth's Chris. And it certainly isn't worth all that time in line.

So here's what I think, based on the fact that every Outback I've eaten at for the last ten years has done this: I think they do this on purpose. I think Outback artificially increases the wait times to generate long lines to make it seem like they are more popular than they really are. Even if every Outback doesn't do this, most of them appear to be grossly mis-managed, or at a minimum configured to reach capacity much sooner than other restaurants.

So, I'm done with them. Their food isn't good enough for me to wait that long to eat, every time. It would be one thing if this were an isolated event, but it happens every time.

Posted by jbuie at 09:19 AM | Comments (4)

February 08, 2005

Perl nightmare

Well, it's more of a perl annoyance, really. Not an actual perl nightmare. I've had those, and this isn't quite that bad.

A few days ago I decided to add a photoblog to my site. Seemed like a not-too-difficult objective to achieve. I should have known better.

I figured the only real issue I'd have would be figuring out enough CSS to be able to come up with a decent layout. Of course, I haven't even gotten to that point yet.

Where I appear to have gone astray is in trying to allow Movable Type to create the thumbnails automatically, using Imagemagick. MovableType has hooks into the ImageMagick perl module, which is installed on my server, and can (allegedly) generate thumbnails of a specified size upon upload.

Only I can't get the damn thing to work!!!! I've tried switching to NetPBM (per the documentation), and get the same error:

Premature end of script headers: /path/to/mt/cgi-bin/mt.cgi

I've looked the mt.cgi script, and cannot figure out why this is not working. The workaround is to tack a step onto the end of the Photoshop action I use to generate my web images, and have it make thumbnails too. Then, I just upload both the thumbnail and the full-size image.

But that's a pain. I want the thing to work as it's supposed to, and make the thumbnails for me. Grrrrrrrrr.

Posted by jbuie at 04:47 PM | Comments (0)