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…
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?