12 Maddening Hours

I spent 12 total hours banging my head against a maddening problem.

Our DBA at work is off until Wednesday, but we needed to get an export sent to a company by Friday, absolute latest. Promblem is, this export doesn’t take into account a new set of people who have a special plan setup.

In comes Chris. I don’t know how the export’s done, more than that it’s taking Oracle data and spitting it out somehow using a Delphi app. Less than 24 hours later, I’ve added 300 lines of SQL to the export stored procedure, taught myself how to re-compile and test a stored procedure, checked my logic, and fixed the Delphi app so that it’ll spit out the correct fields that I’ve added in certain records.

Re-compile the Delphi project and check everything back in to SourceSafe, and it’s time to call it a day… and by that I mean pick up another project incredibly similar to this last one… Oh no, have I opened a door here?

Huge SPAM Wave Today

Looks like somebody found my blog and decided to start spamming people by the hundreds, spoofing an “incoherentbabble.com” email address. I assure you, this isn’t email from me, it’s some unknown spammer that’s just harvested my domain and is using it to send his crap (apparently through a massive network of open SMTP relays, judging by the message headers).

Trust me, this is just as annoying for me as it is for you (if not more-so). I’m getting reject notices and Out of the Office auto-replies by the boatload over the past few hours.

I’m sorry you have to be punished because these guys exist… The scum of the earth just keep thriving…

Coral Cache Problems

So I was working on a new web app today, and I thought it’d be cool if the URLs it accepted were passed over to the Coral Cache so that a copy of the page was always on file somewhere, just in case it disappeared.

After realizing that I didn’t have to use PHP’s parse_url function to manually create the URL, that I could simply pass it to http://redirect.nyud.net:8090/?url= and let their system do the rest of the work, it was a simple matter of file_get_contents‘ing our newly-constructed redirect URL so it would end up cached.

And there enlies the problem. You see, it seemed like such a good idea…

Unfortunately, the Coral Cache network isn’t known for its speed. It was taking absolutely forever for the script to complete each call, being held up by that one simple line of code.

The only solution I see at the moment is writing a cron job that’ll parse out any URLs that haven’t been marked as having been sent to the cache, but that seems very disconnected and ugly. I’d really like to keep all of this code in one spot (like it is now), if possible.

So, any suggestions from you coders out there? Got some bright ideas for a PHP’er in need? It’d be great if I could just do an AJAX request to their server and wait for it to return whenever it finished, but that’s not possible (for a variety of reasons, the least of which is the inability to HTTP request cross-domain).

I await your collective brilliance…

It’s an All Too Infrequent Feeling These Days…

We went down to my grandparent’s house tonight to help them move some furniture out of one of their bedrooms, so my grandfather could put down some new wood flooring where they’ve had carpet for years.

Afterwards, we’re all sitting around talking, just like we always do, and we eventually make our way onto a hot topic about something that’s been going on with my Aunt and Uncle (the ones who take me on vacations).

My uncle is telling everyone what’s going on, and an argument ensues (also, as per normal).

I’m sitting on the couch with my aunt on my left and another relative on my right. After about 15 minutes, my aunt leans over and whispers “What do you suggest we do?”

Now, in this instance, my answer was a blunt “Oh, I’m not getting in the middle of this…”, but in any case, it got me to thinking…

My autn is really the only one in the family that I really and truly get along with. She’s the only one that I can go on vacation with and two weeks later get off a plane and be ready to go out to dinner with after days of travelling.

And she always has a way of making me feel welcome in these kinds of conversations.

You see, the rest of my family is somewhat loud and outspoken. As a result, I’ve grown up a quiet and somber personality. I enjoy being involved in such discussions, but I rarely get involved. Instead, I’ll just sit there and quietly listen, all the while keeping my opinions to myself (regardless of their stance).

But every time this happens, this same aunt will pull me into the conversation, one way or another. If she has to simply ask and get me talking, just to draw the conversation towards me, that’s fine. If she has to fully stop the conversation and declare “We haven’t heard what Christopher thinks yet!”, then that’s what it takes. If she has to announce that to solve it, we’re all going to start taking shots, that’s cool. But one way or another, she’s going to get me in the conversation and stop letting me listen in silence.

Now, I did suggest that we all go have some drinks somewhere and forget about our problems for a while… But that was quickly shot-down for the annoying reason that South Carolina doesn’t allow liquor sales on Sunday.

I just thought it was interesting that the theory I’d been thinking about for quite some time was so obviously confirmed just tonight. She’s always interested in what I have to say, while everyone else simply ignores me entirely, frequently even when I try to jump into a conversation. And that just makes me feel nice, and appreciated, and cared about… It’s a (sadly) all too infrequent feeling these days, when everyone’s only concerned with themselves.

My Experience With Ubuntu

I thought I’d take a few minutes to toss Ubuntu on my old desktop tonight, since I was presently Linux-less at home (minus the PowerBook, but OS X doesn’t really count).

Well, here’s a timeline of my experience:

[6:00pm] Install Ubuntu.
[6:30pm] Fully update Ubuntu.
[8:00pm] Realize that you can’t do shit with Ubuntu on an AMD64 and format the drive to put 2003 server back on it.

That about sums it up. I mean, jesus, I couldn’t even get through step one so that I could use it as an actual useful desktop machine.

Some progress Linux has made… Just make sure you’re an Intel fanboy…

 1 2 3 Next →

About

User