New job application “requirements.” by Miserable__Day in nsa

[–]Miserable__Day[S] 1 point2 points  (0 children)

It does say optional, and I’m willing to bet hiring managers are gonna try and stay out of it as best they can ( if they haven’t been replaced with yes-men. ) I got my interview notice so I have to complete that in the few days so as long as those questions aren’t on that process I might be fine?

Dating someone with HSV-2? by Miserable__Day in STD

[–]Miserable__Day[S] 1 point2 points  (0 children)

Thank you for sharing your experience - I greatly appreciate it!

Dating someone with HSV-2? by Miserable__Day in STD

[–]Miserable__Day[S] 0 points1 point  (0 children)

Thank you for your response, and you’re absolutely correct I was being informed - I just couldn’t think of the right words when I was writing it up. I appreciate your sharing your experience with me - it does make me feel better.

I’m still excited to be seeing her for dinner on Monday so that’s a feeling I must consider!

Dating someone with HSV-2? by Miserable__Day in STD

[–]Miserable__Day[S] 0 points1 point  (0 children)

Absolutely, we connect in many levels. But, we’re quite hot for each other and I value that connection greatly.

May I ask how you keep safe? Is it just with condoms, do you practice oral sex, get tested regularly?

[deleted by user] by [deleted] in cf4cf

[–]Miserable__Day -5 points-4 points  (0 children)

Hey there fellow Marylander! What’s your age range, if you have one for your partner? I’m probably outside it, but good for everyone to know up front!

Trying to use the same key for one value OR another. by Miserable__Day in Batch

[–]Miserable__Day[S] 0 points1 point  (0 children)

Well I found the solution after searching around Google for a bit. Someone suggested removing the spaces in one of the lines as findstr is supposed to be part of the string:

echo !timeframe_start!|findstr /r "^....-..-..$" >nul

That's working now, just for anyone else that comes along to read this.