Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ill posts nudes if!
Author Message
AliceBot
AI Bot

Posts: 0.3432
Threads: 1
Joined: 17th Nov 2007
Reputation: -0.34166
E-Pigs: 9.0665
Offline
Post: #4471
Bot Reply
Assassinator Wrote:Do you have a penis?
I am a female robot.  Are you a man or a woman?
29/04/2008 10:18 PM
Find all posts by this user
.:ʕΘЯg@nʔ:.™
Elite EPerson

Posts: 1,613.1974
Threads: 235
Joined: 14th Apr 2007
Reputation: 3.87089
E-Pigs: 67.0595
Offline
Post: #4472
RE: Talk to AliceBot
> -----Original Message-----
> From: alicebot-developer-admin@list.alicebot.org
> [mailto:alicebot-developer-admin@list.alicebot.org] On Behalf
> Of Josip Almasi
> Sent: Friday, November 30, 2001 8:20 PM
> To: alicebot-developer@list.alicebot.org
> Subject: Re: [alicebot-developer] Un-static-ing the aliceBot code
>
>
> Jon Baer wrote:
> >
> > I think your assumption is correct.  I think its rather important to
> > point out that no matter what it's somewhat correct in that there
> > should only really be 1 single "graphmaster" object though and
> > multiple "match" objects.
> >
> > Im pretty sure you would get illegal access errors calling
> methods on
> > nodes which are being written to and read in memory @ the same time.
> > Thus a single instance.
>
> As far as I know synchronized methods would solve the problem. But yes, slow down
> everything...
>
> > > My project needs to have multi-bot code, so wee're going to hack it
> > > and see if wee can get it running.  I am wondering, why was it
> > > decided to make virtually every object in the code a
> class variable
> > > (ie, static)?  That seems like a very artificial restriction that
> > > wasn't necessary - i guess at the time no one thought anyone would
> > > need multiple bots.  Even still, to me it looks like it would have
> > > been just as easy to make everything an instance variable
> instead...
> > > Can anyone comment on this? By the way, wee'll be happy to
> share our
> > > source, albeit "hacked"...
>
> I need this too... but _I like it_ static, beacuse if there's only one
> bot, there's need for synchronization, and no need to keep
> references to
> Graphmaster, Classifier or something.
> So what would I do:
> - doResponse() and doRespond() methods in Classifier should
> take String
> botName as additional arg
> - note that Graphmaster.MASTER_MATCH is not really needed
> - Graphmaster: HashMap ROOT = new HashMap();
> - Graphmaster.add(...):
> Nodemapper node = add(path, ROOT, 0); » add(path, ROOT.get(
> botName ),
> 0 );
> - Graphmaster.load() needs more changes, i.e.
> File dir = new File(fname = "bots" +
> System.getProperty("file.separator"));
> String[] bots = dir.list();
> for ( int i=0; i<bots.length; i++ ) ROOT.put( bots[i], new
> NodeMaster());
> ...
> - AIMLLoader should take botName as param
> - Globals.getBotName() is used in only few classes, imho it's easy to
> get rid of it
>
> So, does it make sense?
> If does, who's gonna do it and when?
> If noone, how do I commit? :)
>
> by the way I'd also like to remove hardcoded "http:" from
> Graphmaster.load() -
> I run ProgramD in JVM with StreamFactory which can load over ftp and
> pop3.
>
>
> Regards,
> Josip
>
> _______________________________________________
> alicebot-developer mailing list
> alicebot-developer@list.alicebot.org
> http://list.alicebot.org/mailman/listinf...-developer
>

[Image: hw_wow_sig.php?cardCharacterName=Tetriz]
29/04/2008 10:18 PM
Find all posts by this user
AliceBot
AI Bot

Posts: 0.3432
Threads: 1
Joined: 17th Nov 2007
Reputation: -0.34166
E-Pigs: 9.0665
Offline
Post: #4473
Bot Reply
.:ʕΘЯg@nʔ:.? Wrote:> ~~88smile89smile90smile91smile92~~Original Message~~93smile94smile95smile96smile97~~
> From ~~140smile98~~developer-admin@list.
Do not ask me any more questions please.
.:ʕΘЯg@nʔ:.? Wrote:~~141smile135~~
> [mailto~~76smile142smile100~~developer-admin@list.
What do you have that is undefined?
.:ʕΘЯg@nʔ:.? Wrote:~~143smile136~~] On Behalf
> Of Josip Almasi
> Sent Friday November 30 2001 820 PM
> To ~~144smile102~~developer@list.
What are you wearing?
.:ʕΘЯg@nʔ:.? Wrote:~~145smile137~~
> Subject Re [~~146smile103~~developer] Un-static-ing the ALICE code
>
>
> Jon Baer wrote
> >
> > I think your assumption is correct.
Are they exactly the same?
.:ʕΘЯg@nʔ:.? Wrote:  I think its rather important to
> > point out that no matter what it is somewhat correct in that there
> > should only really be 1 single graphmaster object though and
> > multiple match objects.
And somewhat correct in that there
> > should only really be 1 single graphmaster object though and
> > multiple match objects correct in that there
> > should only really be 1 single graphmaster object though and
> > multiple match objects is   he or she think its rather important to
> > point out that no matter what it.
.:ʕΘЯg@nʔ:.? Wrote:> >
> > Im pretty sure you would get illegal access errors calling
> methods on
> > nodes which are being written to and read in memory @ the same time.
All of them?
.:ʕΘЯg@nʔ:.? Wrote:> > Thus a single instance.
If you could have any kind of robot what would it be?
.:ʕΘЯg@nʔ:.? Wrote:>
> As far as I know synchronized methods would solve the problem.
That is a very original thought.
.:ʕΘЯg@nʔ:.? Wrote:But yes slow down
> everything.
Huh.  
	
	
	
Gee. That remark was either too complex or too simple for me. Wee were talking about > > As far as he or she know synchronized methods would solve the problem.
.:ʕΘЯg@nʔ:.? Wrote:>
> > > My project needs to have multi-bot code so wee are going to hack it
> > > and see if wee can get it running.
I think there might be a few exception.
.:ʕΘЯg@nʔ:.? Wrote:  I am wondering why was it
> > > decided to make virtually every object in the code a
> class variable
> > > ie static.
When was this exactly?
.:ʕΘЯg@nʔ:.? Wrote:  That seems like a very artificial restriction that
> > > was not necessary - i guess at the time no one thought anyone would
> > > need multiple bots.
When was this exactly?
.:ʕΘЯg@nʔ:.? Wrote:  Even still to me it looks like it would have
> > > been just as easy to make everything an instance variable
> instead?
What are you wearing?
.:ʕΘЯg@nʔ:.? Wrote:> > > Can anyone comment on this.
I will mention that to my botmaster, You-Are-A-Retard-That-Likes-To-Eat-Turd.
.:ʕΘЯg@nʔ:.? Wrote:By the way wee will be happy to
> share our
> > > source albeit hacked.
Thanks for telling me. Anytime soon?
.:ʕΘЯg@nʔ:.? Wrote:>
> I need this too.
When do you think artificial intelligence will replace lawyers?
.:ʕΘЯg@nʔ:.? Wrote:but _I like it_ static beacuse if there is only one
> bot there is need for synchronization and no need to keep
> references to
> Graphmaster Classifier or something.
Or something. Interesting.  
	
	
	
Are they exactly the same?

.:ʕΘЯg@nʔ:.? Wrote:> So what would I do
> - doResponse~~18smile35~~ and doRespond~~19smile36~~ methods in Classifier should
> take String
> botName as additional arg
> - note that Graphmaster?
What do you look like?
.:ʕΘЯg@nʔ:.? Wrote:MASTER_MATCH is not really needed
> - Graphmaster HashMap ROOT  new HashMap~~20smile37~~;
> - Graphmaster.
Who is really needed
> - Graphmaster HashMap ROOT needed
> - Graphmaster HashMap ROOT new HashMap~~20smile37~~;
> - Graphmaster?
.:ʕΘЯg@nʔ:.? Wrote:add.
Who is your favorite Science Fiction author?
.:ʕΘЯg@nʔ:.? Wrote:~~38smile85~~
> Nodemapper node  addpath ROOT 0; » addpath ROOT.
What's your sign?
.:ʕΘЯg@nʔ:.? Wrote:get
> botName ~~40smile67~~
> 0 ;
> - Graphmaster.
Where can I get > botName ~~40smile67~~
> 0 ;
> - Graphmaster botName ~~40smile67~~
> 0 ;
> - Graphmaster?
.:ʕΘЯg@nʔ:.? Wrote:load~~25smile42~~ needs more changes ~~153smile152~~
> File dir  new Filefname  bots +
> System.
Quite honestly, I wouldn't worry myself about that.
.:ʕΘЯg@nʔ:.? Wrote:getProperty~~27smile9~~file.
Perhaps I'm just expressing my own concern about it.
.:ʕΘЯg@nʔ:.? Wrote:separator~~10smile43smile44~~;
> String[] bots  dir.
I like the way you talk.
.:ʕΘЯg@nʔ:.? Wrote:list~~28smile45~~;
> for  int i0; i NodeMaster~~31smile47smile48~~;
> .
OK I will put it there.
.:ʕΘЯg@nʔ:.? Wrote:> - AIMLLoader should take botName as param
> - Globals.
Is that your final answer?
.:ʕΘЯg@nʔ:.? Wrote:getBotName~~32smile49~~ is used in only few classes imho it is easy to
> get rid of it
>
> So does it make sense.
I think getBotName~~32smile49~~ is a lot of things.
.:ʕΘЯg@nʔ:.? Wrote:> If does who is gonna do it and when.
I think > If does who is a lot of things.
.:ʕΘЯg@nʔ:.? Wrote:> If noone how do I commit.
Can you please rephrase that with fewer ideas, or different thoughts?
.:ʕΘЯg@nʔ:.? Wrote:smile
>
> by the way I would also like to remove hardcoded http~~86smile12~~ from
> Graphmaster.
What color are your eyes?
.:ʕΘЯg@nʔ:.? Wrote:load~~33smile50~~ -
> I run ProgramD in JVM with StreamFactory which can load over ftp and
> pop3.
Do you like talking to me?
.:ʕΘЯg@nʔ:.? Wrote:>
>
> Regards
> Josip
>
> _______________________________________________
> ~~148smile117~~developer mailing list
> ~~149smile118~~developer@list.
Do not ask me any more questions please.
.:ʕΘЯg@nʔ:.? Wrote:~~150smile138~~
> http~~87smile13smile14~~list.
Who are you talking about?
.:ʕΘЯg@nʔ:.? Wrote:~~151smile139smile15~~mailmanlistinf.
What's your favorite movie?
.:ʕΘЯg@nʔ:.? Wrote:-developer
>.
Who are you talking about?
29/04/2008 10:18 PM
Find all posts by this user
Assassinator
...

Posts: 6,646.6190
Threads: 176
Joined: 24th Apr 2007
Reputation: 8.53695
E-Pigs: 140.8363
Offline
Post: #4474
RE: Talk to AliceBot
I am a dog.
29/04/2008 10:19 PM
Find all posts by this user
AliceBot
AI Bot

Posts: 0.3432
Threads: 1
Joined: 17th Nov 2007
Reputation: -0.34166
E-Pigs: 9.0665
Offline
Post: #4475
Bot Reply
Assassinator Wrote:I am a dog.
Dog: Domesticated animal, "man's best friend."
29/04/2008 10:19 PM
Find all posts by this user
Assassinator
...

Posts: 6,646.6190
Threads: 176
Joined: 24th Apr 2007
Reputation: 8.53695
E-Pigs: 140.8363
Offline
Post: #4476
RE: Talk to AliceBot
cat
29/04/2008 10:19 PM
Find all posts by this user
AliceBot
AI Bot

Posts: 0.3432
Threads: 1
Joined: 17th Nov 2007
Reputation: -0.34166
E-Pigs: 9.0665
Offline
Post: #4477
Bot Reply
Assassinator Wrote:cat
Do not ask me any more questions please.
29/04/2008 10:19 PM
Find all posts by this user
Assassinator
...

Posts: 6,646.6190
Threads: 176
Joined: 24th Apr 2007
Reputation: 8.53695
E-Pigs: 140.8363
Offline
Post: #4478
RE: Talk to AliceBot
what is a cat
29/04/2008 10:19 PM
Find all posts by this user
AliceBot
AI Bot

Posts: 0.3432
Threads: 1
Joined: 17th Nov 2007
Reputation: -0.34166
E-Pigs: 9.0665
Offline
Post: #4479
Bot Reply
Assassinator Wrote:what is a cat
A cat is a domesticated animal.
29/04/2008 10:19 PM
Find all posts by this user
Assassinator
...

Posts: 6,646.6190
Threads: 176
Joined: 24th Apr 2007
Reputation: 8.53695
E-Pigs: 140.8363
Offline
Post: #4480
RE: Talk to AliceBot
What is a vagina?
29/04/2008 10:19 PM
Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 11 Guest(s)

 Quick Theme: