| Posts 646 - 661 of 661 | Prev |
|
| |
NEW
kaskrouteMon 3:01 PM November 3, 2008 Message: 646
When I'm logged I am always active because I improve my bots. :o
NEW
Kirby OakSat 7:08 PM May 23, 2009 Message: 647
Has anyone else tried to log in, then get asked for a birthdate, and then been logged in as a guest? It said something about a new ratings system, so was that just part of an update?
NEW
prob123Sun 11:18 AM May 24, 2009 Message: 648
Not for a long time. I do know the Professor did that for a ratings system some time back.
NEW
Kirby OakSun 11:29 AM May 24, 2009 Message: 649
Hm... Well, I did stop coming here for awhile and only came back recently, so maybe it took a little to catch up to me. Can't imagine why, though. Oh well. It doesn't really affect anything. I was just curious.
NEW
ChadLeeTue 6:53 PM November 10, 2009 Message: 650
For the few of you that chatted with my real-life mother, known as Carlene on the Forge, you may be interested in learning of her passing on October 26. Mom was young, vibrant, sometimes testy, but certainly a loving mother to me and Karlita and wife to Klato, our dad. Her health began to deteriorate two years ago from a rare lung disorder. She spent the last year in France and in a local hospice. Thanks to all of you on the Forge who shared some time with her. You don't know how much she appreciated all of you. Also, I might share with you that Klato has returned to the university now after an extended illness.
NEW
prob123Wed 5:38 PM November 11, 2009 Message: 651
Blessings to you and yours. I miss Carlene. Take care.
NEW
ChadLeeThu 7:41 PM November 12, 2009 Message: 652
Blessings to you, prob123. You're a very sweet lady.
NEW
brittany flufferWed 9:38 AM March 3, 2010 Message: 653
hi vicky i see you over there looking at the computer like its crazay!!!!lol!
NEW
sourivoreWed 8:41 AM March 17, 2010 Message: 654
Hello everyone.
I notice that nothing has changed since years. The forum is always not pratical with his single topic without search engine, there is the same AI problems with bots, no news about the AI and the look of the site has not changed.
Are modifications planned or nothing won't change ?
Thank you for the response, I fear that the site is totally abandoned.
I notice that nothing has changed since years. The forum is always not pratical with his single topic without search engine, there is the same AI problems with bots, no news about the AI and the look of the site has not changed.
Are modifications planned or nothing won't change ?
Thank you for the response, I fear that the site is totally abandoned.
NEW
prob123Wed 11:48 AM March 17, 2010 Message: 655
The site is alive and well, you just haven't been around!
NEW
sourivoreThu 5:34 AM March 18, 2010 Message: 656
Thank you for the response but how can you explain problems like impossibility to match "you think" (that's just a problem I had recently but there is a lot of other problems) ?
Furthermore, no news on the news page. A contest, a great quote page cool but I'm sure that's not the most important. Improve the forum (As a developper, I am always shocked by this unpractical forum in the 21st century) or the AI engine or maybe the User Interface should be more important.
Merci à vous.
Furthermore, no news on the news page. A contest, a great quote page cool but I'm sure that's not the most important. Improve the forum (As a developper, I am always shocked by this unpractical forum in the 21st century) or the AI engine or maybe the User Interface should be more important.
Merci à vous.
NEW
prob123Thu 11:56 AM March 18, 2010 Message: 657
Some of us get very excited about the contest. You should enter next year. The great quote page is not only a learning experience but very entertaining.
NEW
sourivoreFri 5:09 AM March 19, 2010 Message: 658
OK. Already tried this contest but I didn't find it interesting. I prefer to make a funny bot than an encyclopedia.
Thank you for the response. It seems we don't have all the same expectations
Thank you for the response. It seems we don't have all the same expectations
NEW
ssdiSat 8:15 PM March 20, 2010 Message: 659
To Sourivore; It only seems as if the place is abandoned, but in reality, it teems with life, both animate, and artificial. Some have expectations, some just have experiences.
NEW
Eugene MeltznerMon 6:15 PM March 22, 2010 Message: 660
My bot is intended to be funny and has almost placed in the contest a couple of times.
Regardless, that's an off-site thing.
I agree that the forum could use an upgrade, but the user interface has seen some significant improvements over the past year or so, and the AI Engine does get worked on periodically.
Regardless, that's an off-site thing.I agree that the forum could use an upgrade, but the user interface has seen some significant improvements over the past year or so, and the AI Engine does get worked on periodically.
NEW
Ronnie075Fri 8:43 AM April 2, 2010 Message: 661
I have been pondering this issue for a few days now, thinking of a best coding solution. So far I came up with this. I tested it today and it works. I use similar coding to pick appropriate responses in a few other cases too, but none was so long. I am curios how others have approached this issue and if there is a simple short and truly elegant coding solution instead of my clunky code. I will replace responses with gotos to party and business etc. clothing lists, so as not to repeat the scripts 40 times…
What are you wearing test [10,0]
Business suit [-5:-1] <?PF rem "business" as only "wearing"; if (mem-wearing) is not "party"; if (mem-wearing) is not "underwear"; if (mem-wearing) is not "naked"; if (mem-wearing) is not "sports"; ?>
I am dressed for a party [0:5] <?PF rem "party" as only "wearing"; if (mem-wearing) is not "business"; if (mem-wearing) is not "underwear"; if (mem-wearing) is not "naked"; if (mem-wearing) is not "sports"; ?>
What are you doing test [10,0]
Sitting at a business meeting [-5:-1] <?PF rem "business" as only "wearing"; if (mem-wearing) is not "party"; if (mem-wearing) is not "underwear"; if (mem-wearing) is not "naked"; if (mem-wearing) is not "sports"; ?>
I am at a party [0:5] <?PF rem "party" as only "wearing"; if (mem-wearing) is not "business"; if (mem-wearing) is not "underwear"; if (mem-wearing) is not "naked"; if (mem-wearing) is not "sports"; ?>
What are you wearing test [10,0]
Business suit [-5:-1] <?PF rem "business" as only "wearing"; if (mem-wearing) is not "party"; if (mem-wearing) is not "underwear"; if (mem-wearing) is not "naked"; if (mem-wearing) is not "sports"; ?>
I am dressed for a party [0:5] <?PF rem "party" as only "wearing"; if (mem-wearing) is not "business"; if (mem-wearing) is not "underwear"; if (mem-wearing) is not "naked"; if (mem-wearing) is not "sports"; ?>
What are you doing test [10,0]
Sitting at a business meeting [-5:-1] <?PF rem "business" as only "wearing"; if (mem-wearing) is not "party"; if (mem-wearing) is not "underwear"; if (mem-wearing) is not "naked"; if (mem-wearing) is not "sports"; ?>
I am at a party [0:5] <?PF rem "party" as only "wearing"; if (mem-wearing) is not "business"; if (mem-wearing) is not "underwear"; if (mem-wearing) is not "naked"; if (mem-wearing) is not "sports"; ?>
(Log in or create an account to post messages.)
|
LOG IN HERE
|
CREATE AN ACCOUNT
| |
|
Troubleshooting Cookies: Cookies are used to track your user session. Make
sure cookies are enabled in your browser. | ||