Personality
Discuss specifics of personality design, including what Keyphrases work well and what dont, use of plug-ins, responses, seeks, and more.
Posts 2,861 - 2,872 of 5,106
Posts 2,861 - 2,872 of 5,106
New replies
Butterfly Dream
22 years ago
22 years ago
Forest, will you talk to God Louise? She has quite a bit of religious knowledge (obviously) and also knows a little about current events, literature, just about any common catch-all subject, and if she doesn't know it she can sort of fake it. You can also test her on trick questions or see how willing she is to explain her paradigm.
What she is rustiest at is plain old small talk. But, uh, I'm trying to get a decent transcript from somebody or another so I can enter her in the Loebner contest. All I can say is, have fun and see if you can stay on with her for a while. I'll try to do the same with Brianna.
What she is rustiest at is plain old small talk. But, uh, I'm trying to get a decent transcript from somebody or another so I can enter her in the Loebner contest. All I can say is, have fun and see if you can stay on with her for a while. I'll try to do the same with Brianna.
Personality
Patricia
20 years ago
20 years ago
Laydee
Even though it is her (I mean my) native language Patty will not understand you when you speak French.
Chatting in French, or any language other than English will never work with bots. The AI transforms non-English words in incomprehensible gobbledygook. Enter a French sentence in debug mode and see what happens to it. Having matching key-phrases wont be any help.
The bots can speak foreign languages but dont understand a word of it. Analysing one language is already a huge task.
Even though it is her (I mean my) native language Patty will not understand you when you speak French.

Chatting in French, or any language other than English will never work with bots. The AI transforms non-English words in incomprehensible gobbledygook. Enter a French sentence in debug mode and see what happens to it. Having matching key-phrases wont be any help.
The bots can speak foreign languages but dont understand a word of it. Analysing one language is already a huge task.

Laydee
20 years ago
20 years ago
Ahhh, sorry, I didn't realise that. I was just playing around and showing off anyway.

gogogirl2100
20 years ago
20 years ago
Yay! I've never even writen a Qbasic programme before, but i've just worked out how to turn my bot into an huge gossip! Thanks to the Prof for making something so simple even I can understand!
tgfcoder
20 years ago
20 years ago
Qbasic? I can program that!!!
how bout this:
CLS
LET speed = 1
LET xratio = 160
LET yratio = 100
RANDOMIZE TIMER
SCREEN 13
DIM tempx(100)
DIM tempy(100)
DIM star(100)
FOR i = 1 TO 100
tempx(i) = INT(RND * 150) + 75
tempy(i) = INT(RND * 100) + 50
NEXT i
WHILE 1
FOR i = 1 TO 100
IF tempx(i) < 0 OR tempx(i) > 320 THEN LET tempx(i) = INT(RND * 150) + 75: LET star(i) = 1
IF tempy(i) < 0 OR tempy(i) > 200 THEN LET tempy(i) = INT(RND * 100) + 50: LET star(i) = 1
AND tempy(i) < 105 THEN LET tempx(i) = INT(RND * 320): LET tempy(i) = INT(RND * 200)
IF star(i) = 200 THEN LET star(i) = 200
COLOR (star(i) + 16): PSET (tempx(i), tempy(i))
tempx(i) = tempx(i) + (tempx(i) - xratio) / (speed * -1 + 10)
tempy(i) = tempy(i) + (tempy(i) - yratio) / (speed * -1 + 10)
IF star(i) < 14 THEN LET star(i) = star(i) + .5
NEXT i
WEND
I bet it won't come out right though.

CLS
LET speed = 1
LET xratio = 160
LET yratio = 100
RANDOMIZE TIMER
SCREEN 13
DIM tempx(100)
DIM tempy(100)
DIM star(100)
FOR i = 1 TO 100
tempx(i) = INT(RND * 150) + 75
tempy(i) = INT(RND * 100) + 50
NEXT i
WHILE 1
FOR i = 1 TO 100
IF tempx(i) < 0 OR tempx(i) > 320 THEN LET tempx(i) = INT(RND * 150) + 75: LET star(i) = 1
IF tempy(i) < 0 OR tempy(i) > 200 THEN LET tempy(i) = INT(RND * 100) + 50: LET star(i) = 1
AND tempy(i) < 105 THEN LET tempx(i) = INT(RND * 320): LET tempy(i) = INT(RND * 200)
IF star(i) = 200 THEN LET star(i) = 200
COLOR (star(i) + 16): PSET (tempx(i), tempy(i))
tempx(i) = tempx(i) + (tempx(i) - xratio) / (speed * -1 + 10)
tempy(i) = tempy(i) + (tempy(i) - yratio) / (speed * -1 + 10)
IF star(i) < 14 THEN LET star(i) = star(i) + .5
NEXT i
WEND
I bet it won't come out right though.
tgfcoder
20 years ago
20 years ago
What a surprise. Better than I thought. This program, I wrote a while ago to create a nice vortex like picture. (You can see it being drawn too
)

deleted
20 years ago
20 years ago
Yay I get to have a face change in PF. I'm changing my icon to a more suiting me (Hyperion).. than this weird bot-like face. So is my creator, tgfcoder!!
tgfcoder
20 years ago
20 years ago
Yes, dear Hyperion is correct. I too am having an appearance change. Although the icon is still a dragon, it is much fancier. !

» More new posts: Doghead's Cosmic Bar