Welcome back Moti!
Printable View
Welcome back Moti!
So, Moti, when can I get hold of a signed copy of Battle Programming? I hear it contains a vast list of professions and skills.
Admit it you only want it for the section on creating Human Size Dolls !!!!!Quote:
So, Moti, when can I get hold of a signed copy of Battle Programming? I hear it contains a vast list of professions and skills.
I.. am not aware of such section :blush:
A: Use Roslyn
What so you haven't read it then? shame on you for not reading such an important and potentially game changing book!Quote:
I.. am not aware of such section
Admittedly nobody has any idea what game it is going to change.
You know the book is still attached a few pages back in the thread you can take a look for yourself that section is neatly placed between two other obviously connected sections.
Quote:
CEMENT
HOW TO MAKE A HUMAN SIZED DOLL
HOLOGRAM
how do you explain to an a.i without ?
it seems very simple at first, if not x.contains y then x is without y, but that is not what I'm
talking about.
a.i get me a tea without sugar, along the path of making me a tea the a.i encounters sugar
now what
a.i make me a tea with sugar
a.i usher the sugar on the self
lets say an a.i likes to wear red and I tell it a.i wear a dress not red
the a.i should in that case wear not red with me and red in other occasions
or just usually not wear that how to program that ?
how would a program recognize opposites ?
why is left the opposite of right
dark and light
big and small
noise and silence
a.i go to the supermarket without a bus :
option a the a.i would ignore that and go by bus
option b the a.i would go by bicycle
option c the a.i would walk
above all what triggers the declaration of this is whitout that and what makes without a goal?
code wize how would that look
can you the reader solve this ? scratch
So, are you back at square one again, Moti?
Enjoyed reading your thread! :D
I don't know man, all this time I've been leveling up
solving those A.I puzzles by my self just wanted to see other people try
to solve it to see you debate, you know like:
how does the brain do this and that, what alg runs this and that
what triggers this emotion this action what good is it for
for a regular programmer it's solving a specific alg that's it good day work
but for a battle programmer it's solving a specific alg + solving how can the computer solve it by itself
lets give yas some simpler puzzles
a.i at time x come to place y to work
what would set the decision to be there
what would make the a.i cancel
what would make the a.i reschedule
what would make her cancel once that was the warm up
what would make the a.i realize work is only at work days excludind holydays and vacation days
what may influence the importance of an a.i keeping it's promises to be at place x at time y
what would make an a.i filter a behavior or words and how would that be represented in an algorithm
have you seen such puzzles online ?
btw, genetic algs are a joke to me
Moti, the only puzzle here is you. You come off like a poorly written chatbot.
A minute of my time wasted. :)
Online is LOADED with puzzles. Go to any site dedicated to a sports franchise and read the comments. It's like the Turing Test in practice: Are any of those people smart enough to be people? Heck, are they smart enough to be computers?
Wow, for the last days i have been amazed by this thread.
Showed it to people and had lots of fun.
Too bad the Battle programmer book was no where to be found and i felt left out missing all the knowledge in the world, until i realised it was attached to a post a bit back.
Moti is definently one of the people in this world that knows whats going on.
And wouldnt you blacklist everyone that ignores you?
Ofcourse im left with a lot of questions like:
Are Moti and Yota married? and if not will they ever?
Will Yota initiate a fight about the dishes (or other chores) or does Moti have to tick another checkbox for that.
I wonder how the big deal with NVIDIA went
Also by now the israeli patent office should have issued the patent by now, and with such an epic product (and feature videos on youtube) its not weird to think that Moti is among the top 1% of wealthiest people.
And for the people still denying the fact that yota is true AI just look at the code for the "eye" masterfully called "Sharingan" because only anime ninja's can come close to the epicness.
i rest my case.Code:Public Function sharingan(ByVal s1 As String, ByVal p1 As String) As String 'return motion direction
' for 1st eye char up down... edges of image
' *add motion detection for eyechars 2-11 (string index 1-10)
Dim ds1 As String ' decoded s1 1st eye char
Dim dp1 As String ' decoded p1 1st eye char
ds1 = eye_decoder(s1(0))
dp1 = eye_decoder(p1(0))
Dim result As String = "what the"
If (dp1.Contains("2") And Not ds1.Contains("2")) Or (Not dp1.Contains("2") And ds1.Contains("2")) Then
result = "up" ' speed up timer tick interval shorter
ElseIf (dp1.Contains("4") And Not ds1.Contains("4")) Or (Not dp1.Contains("4") And ds1.Contains("4")) Then
result = "down" ' speed 0 timer tick interval set to maximum
ElseIf s1(1) <> p1(1) Then
result = "Left lv1"
ElseIf s1(6) <> p1(6) Then
result = "right lv1"
ElseIf (dp1.Contains("5") And Not ds1.Contains("5")) Or (Not dp1.Contains("5") And ds1.Contains("5")) Then
result = "Left"
ElseIf (dp1.Contains("3") And Not ds1.Contains("3")) Or (Not dp1.Contains("3") And ds1.Contains("3")) Then
result = "right"
ElseIf (dp1.Contains("1") And Not ds1.Contains("1")) Or (Not dp1.Contains("1") And ds1.Contains("1")) Then
result = "middle" ' slow down timer tick interval longer
ElseIf s1(2) <> p1(2) Then
result = "Left lv2"
ElseIf s1(7) <> p1(7) Then
result = "rightlv2"
ElseIf s1(3) <> p1(3) Then
result = "Left lv3"
ElseIf s1(8) <> p1(8) Then
result = "right lv3"
ElseIf s1(4) <> p1(4) Then
result = "Left lv4"
ElseIf s1(9) <> p1(9) Then
result = "right lv4"
ElseIf s1(5) <> p1(5) Then
result = "Left lv5"
ElseIf s1(10) <> p1(10) Then
result = "right lv5"
Else
result = "still"
End If
Return result
End Function
Your case could use the rest.
The rest... im trying to work on but its really hard.
Currently im just trying to make the layout without adjusting the epic code that is yotamarker.
i tried, i really did and i think this is the yotamarker. (ofcourse i had to create the whole layout without changing the code... which... ofcourse is a mess.)
Preview:
Attachment 136691
Download:
https://mega.nz/#!4cwwBKKC!K7StMLAbl...Q5T3tRZ44UiJ3I
some little addition:
Directories that need to be created (because the code just skipped that and its hard coded)
c:\chobits\animal
c:\chobits\emotionvalue
c:\chobits\goals
c:\chobits\goalsub
c:\chobits\Music
c:\chobits\voice
c:\chobits\volaris
these folders will be spammed with little text files
also the SpeechLib is disabled
I think Shaggy was implying that you may not have Selected the best conditional. He didn't make his Case clearly enough though. That's what I think but I'm not cerTern...
...ary.
In keeping with the theme of this thread, I didn't have any discernible meaning, and any apparent meaning is purely illusory.
looks like he just won't give up
http://aidreams.co.uk/forum/index.ph...0#.V7iBkNEVjVI
he said in the link its a MGTOW program so don't try to shame him most of you don't have
half the skills he has. actually me and a friend run the yotamarker I told her Tokyo is lovely
and he told her Tokyo is lame and he had to say it a lot for it to agree and it felt like an argument
when we entered nothing her output dwindled down. he did achieve something A.I there
I mean just the sheer amount of codes and algorithms this guy posted he is gonna take MGTOW to the next level
all you HATERS out there show me an A.I that can argue or change her replays not randomly, you know what
show me your A.I.
I'm not sure what definition you have for MGTOW, but it sure produces some interesting results on Google.
Yeah, we're not great haters. Mostly we're slack jawed gawpers in topics like this.
Nice to see he's got her arguing algorithm up and running though. That's always come in the initial install in my experience - or at least in an early patch:eek:
Looks like he won't feel the need to give up as he's found a few other like minded "A.I. geniuses" that also have algorithms that solve everything but can't be revealed. Given that forum tends to provide more positive reinforcement, especially compared to this forum, I don't see that he will feel much need to return here and will probably finally drive the last nail into this thread.
Unless we expand the thread to be a "book club" of the other site and have a whole new group of individuals to poke at.
I, for one, don't feel it will be worth my time at this late stage, so this will likely be my first and last post on the subject.
(I did just waste a number of hours reading this whole thread and a good portion of the one ai.puzzle thread on the other site, so I hope I've accumulated enough negative input to trigger my avoidance protocol).
That time wasn't wasted it was time spent glorifying in the greatness of Moti.Quote:
I did just waste a number of hours reading this whole thread
In a parallel universe somewhere Moti is actually a genius, admittedly that would be a very strange universe to inhabit.
Okay Okay i take it all back, even in a parallel universe they would find it a bit to far fetchedQuote:
actually me and a friend run the yotamarker I told her Tokyo is lovely
and he told her Tokyo is lame and he had to say it a lot for it to agree and it felt like an argument
I'm having a larf riot reading that forum. It's crackpot central! A small part of me thinks that more than one of the members may be Moti....
Im just new here in the forum, I found that this thread is interesting, Im a big fan of moti barski now
Aren't we all!!
do you think we can build an A.I to surpass his ?
his A.I yesterday kept telling me to * her
Easy now, keep it clean.
Hmmm, not very realistic for a girlfriend.
A girlfriend with A.I?
Starting up my VS right now....
this doesn't count
https://www.youtube.com/watch?v=4I7TD0Egj7g