Unwashed Village

General Discussion => Unwashed Village => Topic started by: Solwyn on October 06, 2008, 10:06:33 PM

Title: *****ing tech support
Post by: Solwyn on October 06, 2008, 10:06:33 PM
I dunno what it is man, but you figure someone like me who works in the IT field would be able to communicate in a way that makes sense to tech support people.

Me: "Hey, I can't get the live site to show changes immediately, are you guys posting from a stage to the live site?"

IT chick: "Uhh... yeah we're posting everything to stage.{redacted}.com/{redacted}.com/"

Me: "Okay, I'm doing that and it's showing an error. I assume it's because there's no .htaccess file in the redirect, so I tried index.php at the end, no dice."

IT chick: "Oh.. did you try a trailing slash?"

Me: "You mean ... like stage.{redacted}.com/{redacted}.com/?"

IT chick: "Yeah, the one I already gave you."

Me: "Yeah, I did, and it didn't work. That's why I tried to add the path to the index file."

IT chick: "Yeah, then you need to try to put it to index. whatever your file extension is."

Me: "... you mean like .php?"

IT chick: "yeah"

Me: "are you actually reading my previous messages?"

IT chick: "oh... okay yeah. Well try index.html."

Me: "... this is a completely dynamic site, we're not using any .html files."

IT chick : "oh. Okay well I dunno try again in about fifteen minutes."

I've been calling every fifteen minutes for the last four hours, and she's not answering. I might actually track this chick down and strangle her with a phone cord.

Title: Re: *****ing tech support
Post by: BlueCross on October 06, 2008, 10:48:13 PM
Don't do that!  She might be hawt!
Title: Re: *****ing tech support
Post by: Solwyn on October 06, 2008, 10:52:45 PM
Don't do that!  She might be hawt!
She might be. But that's immaterial. Tech Support is outside of her skillset.

I won't strangle her with a phone cord anyway, that's insane.

... unless she asked me to.

But that's between me and random lady who is likely to become increasingly creeped out by me over the course of the next few phone calls.
Title: Re: *****ing tech support
Post by: Bubonic on October 07, 2008, 04:32:27 AM
She might be. But that's immaterial.

Wash your mouth out!
Title: Re: *****ing tech support
Post by: The SysMan on October 07, 2008, 09:23:28 PM
With Exuberance, Bub? :P

Yes, its simple:
If (Techie == hawt)
     suggestNewJob();
     suggestDinner();
else
     cull();

>.> I barely remember my java from 6 years ago. lemmelone! <.<
Title: Re: *****ing tech support
Post by: Bubonic on October 08, 2008, 03:09:11 AM
 ;)

If Techie = hawt Then
    If fnSuggestDinner() Then
        Call subSuggestNewJob()
    Else
        Call subCull()
    End If
Else
    Call subCull()
End If

Sorry.... VB is the only language that I can write in with any fluency without documentation.  Plus, you neglected to get rid of her if she doesn't agree to dinner.  :D
Title: Re: *****ing tech support
Post by: BlueCross on October 08, 2008, 06:29:57 PM
if (Techie==hawt) {
   If (PassAgeVerification()) {
       Schmooze();
       ret=AnalyzeReaction();
       if (ret > 0)  {
           $DisposableIncome = AnalyzeFinances()
           if ($DisposableIncome > DinnerThreshhold) {
               InviteToDinner();
           else
               WorkOnActualTechieProblem();
            }
        }
        else
             WorkOnActualTechieProblem();   
    }
    else 
        AskAboutHerMother();
}
else
    WorkOnActualTechieProblem();

Title: Re: *****ing tech support
Post by: Solwyn on October 08, 2008, 06:41:05 PM
if (Techie==hawt) {
   If (PassAgeVerification()) {
       Schmooze();
       ret=AnalyzeReaction();
       if (ret > 0)  {
           $DisposableIncome = AnalyzeFinances()
           if ($DisposableIncome > DinnerThreshhold) {
               InviteToDinner();
           else
               WorkOnActualTechieProblem();
            }
        }
        else
             WorkOnActualTechieProblem();   
    }
    else 
        AskAboutHerMother();
}
else
    WorkOnActualTechieProblem();



You forgot to put the age verification function in.
Code: [Select]
function passAgeVerification() {
      if ( knowsWhoVincentPriceWas("techie") ) {
      return true;
      } else {
      return false;
      }
};
Title: Re: *****ing tech support
Post by: BlueCross on October 08, 2008, 08:47:13 PM
You forgot to put the age verification function in...

I'm thinking I use different parameters for that function than you do...
Title: Re: *****ing tech support
Post by: Solwyn on October 08, 2008, 08:50:41 PM
Code: [Select]
if ( tallEnoughToEscapeTheVestibuleThroughAWindow("techie") ) {
print "what's the point? she's going to get away.";
} else {
print "the police have been called.";
}

bcCantWin("in this instance");
Title: Re: *****ing tech support
Post by: BlueCross on October 08, 2008, 10:05:43 PM
I'd shoot you if I wasn't laughing so hard.
Title: Re: *****ing tech support
Post by: Bubonic on October 09, 2008, 03:04:07 AM
    else 
        AskAboutHerMother();

 :laugh: :laugh: :laugh:!!!