Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


What gender is your computer(Windows only)? filter_list
Author
Message
What gender is your computer(Windows only)? #1
In light of recent LGBTQ advancements, I finally decided to set my foot down and find out what my millions of transistors identifies as. Karen is officially a guy now.

1. Open your favorite text editor.
2. Type CreateObject("SAPI.SpVoice").Speak"I Love You"
3. Save it as a .VBS file
4. Let your computer sing Smile
(This post was last modified: 11-08-2017, 06:17 AM by peter lee. Edit Reason: I can't copy paste correctly )
B573 FC59 76EE A726

Reply

RE: What gender is your computer(Windows only)? #2
my computer identifies as an error

[Image: 1SkmrhE.png]
[Image: lO8j80T.gif]

there's never not not nuttin

[+] 3 users Like Saikou's post
Reply

RE: What gender is your computer(Windows only)? #3
(11-07-2017, 07:34 AM)Saikou Wrote: my computer identifies as an error

[Image: 1SkmrhE.png]

Running Windows 7 I see?

Same error on my end.
Spoiler:
[Image: 1KQ2lIA.png]
[Image: AD83g1A.png]

Reply

RE: What gender is your computer(Windows only)? #4
@"Saikou", @"mothered"

Probably because it's missing brackets. It should be this I think:

CreateObject("SAPI.SpVoice").Speak("I Love You”)
~~ Might be back? ~~

Reply

RE: What gender is your computer(Windows only)? #5
(11-07-2017, 11:51 AM)Bish0pQ Wrote: @"Saikou", @"mothered"

Probably because it's missing brackets. It should be this I think:

CreateObject("SAPI.SpVoice").Speak("I Love You”)

That doesn't work either. I've had a close look at the code and worked It out.

In the OP's code, have a very careful look at the quotation marks at the end of the code. They're In fact "curly" (typography) quotation marks whilst the rest are straight. Change them to straight and the code will work.

From this (notice the end quotes are curly):
Code:
CreateObject("SAPI.SpVoice").Speak"I Love You”

To this (the end quotes are straight, hence the syntax Is consistent so It will work):
Code:
CreateObject("SAPI.SpVoice").Speak"I Love You"
[Image: AD83g1A.png]

[+] 2 users Like mothered's post
Reply

RE: What gender is your computer(Windows only)? #6
Looks like my PC is also male so please, respect HIS pronouns  Angry. Just kidding lol. Anyways, It never crossed my mind to try this out at all. Thanks a million I guess.

Reply

RE: What gender is your computer(Windows only)? #7
(11-07-2017, 04:39 PM)Drako Wrote: Looks like my PC is also male so please, respect HIS pronouns  Angry. Just kidding lol.

I neglected to mention that my lappy Is male as well.

I was hoping for the opposite gender, so I'll either trash my 3k Predator or write a code myself. I think the latter Is the better option.
[Image: AD83g1A.png]

Reply

RE: What gender is your computer(Windows only)? #8
(11-07-2017, 02:48 PM)mothered Wrote: From this (notice the end quotes are curly):
Code:
CreateObject("SAPI.SpVoice").Speak"I Love You”

Finding stuff like this in random source code can drive one crazy. Be careful

Seriously though, why do we even have curly quotes


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.

[+] 1 user Likes Blink's post
Reply

RE: What gender is your computer(Windows only)? #9
(11-07-2017, 02:48 PM)mothered Wrote: From this (notice the end quotes are curly):
Code:
CreateObject("SAPI.SpVoice").Speak"I Love You”

(11-14-2017, 06:48 AM)Ender Wrote: Finding stuff like this in random source code can drive one crazy.  Be careful

To be honest, I work with code everyday and Identifying errors (syntax etc) has become second-nature. As a programmer yourself, you just know when a piece of code doesn't look right. It sort of hits you In the face. You're right though, at times It does drive me Insane.

(11-14-2017, 06:48 AM)Ender Wrote: Seriously though, why do we even have curly quotes

In all my years of computing, I've never had the need to use curly quotes.
They're useless to me.
[Image: AD83g1A.png]

Reply

RE: What gender is your computer(Windows only)? #10
My computer identifies as a potato

Reply







Users browsing this thread: 1 Guest(s)