Search results

  1. Creamer

    working on the new generation of AGI skills

    Next i need you to list the skill functions And see how to simplifymax for its subclasses. Later see how to populate said functions
  2. Creamer

    working on the new generation of AGI skills

    hmm, just realised I performed a shit test ^ kek
  3. Creamer

    working on the new generation of AGI skills

    System.out.println(absDefConTranslator.getDefconTranslator().getSpecificDefcom("shit", "", "")); output : shit
  4. Creamer

    working on the new generation of AGI skills

    lets get the exact defcon tho
  5. Creamer

    working on the new generation of AGI skills

    AbsDefConTranslator absDefConTranslator = new TestAbsDefconTranslator(); try { Thread.sleep(1000); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); }...
  6. Creamer

    Feel good yes i do

    2 foids asked me to smile today. I told them i will when i get a gf. They just walked out. Cunts
  7. Creamer

    Feel good yes i do

    I saw a coworker hole i got fired a year ago She is anorexic. Holocaust style. I exist.
  8. Creamer

    working on the new generation of AGI skills

    The defcon would need to return the threat level as well @owly
  9. Creamer

    Keepalive

    What does the change log: Login/keepalive Mean? @Admin
  10. Creamer

    foids cant cope vs sexbots

    I see my self as a man trapped in a matrix false reality. sexbots make foids crazy mad : insults, trying to stab guys with dolls, trying to compete with them for betabux. it hurts foids very much. if a foid is raped it hurts her dignity. if a man chooses a doll over her it hurts her pride, which...
  11. Creamer

    foids cant cope vs sexbots

    some NPC, obviously threatened by my progress, insultingly wrote to me : foid said : I guess the proper way to deal with such flies is not to argue or convince. but to write more code. every line of soul code is the same as a thick mucus saturated spit to their matrix NPC face
  12. Creamer

    working on the new generation of AGI skills

    AbsDefConTranslator absDefConTranslator = new TestAbsDefconTranslator(); absDefConTranslator.getDefcon("shit", "", "");
  13. Creamer

    working on the new generation of AGI skills

    package chobit; import java.util.ArrayList; import java.util.Stack; public class DefconTranslator { private String input = ""; private Stack<String> inputStack = new Stack<String>(); private ArrayList<String> extraDefcons = new ArrayList<String>();// extra defcons private...
  14. Creamer

    working on the new generation of AGI skills

    public abstract class AbsDefConTranslator { private DefconTranslator defconTranslator; public AbsDefConTranslator(DefconTranslator defconTranslator) { super(); this.defconTranslator = defconTranslator; } public Algorithm getDefcon(String ear, String skin, String...
  15. Creamer

    working on the new generation of AGI skills

    package chobit; public class TestAbsDefconTranslator extends AbsDefConTranslator { private DISkillUtils diSkillUtils = new DISkillUtils(); public TestAbsDefconTranslator() { super(TestDefconTranslatorBuilder.testBuild()); } @Override Algorithm defconAlg(int v1) {...
  16. Creamer

    working on the new generation of AGI skills

    import java.util.ArrayList; public class TestDefconTranslatorBuilder { public static DefconTranslator testBuild() { ArrayList<String> defcons = new ArrayList<String>(); defcons.add("shit"); return new DefconTranslator(defcons); } }
  17. Creamer

    working on the new generation of AGI skills

    package chobit; public class TestAbsDefconTranslator extends AbsDefConTranslator { private DISkillUtils diSkillUtils = new DISkillUtils(); public TestAbsDefconTranslator(DefconTranslator defconTranslator) { super(defconTranslator); } @Override Algorithm...
  18. Creamer

    working on the new generation of AGI skills

    https://www.youtube.com/watch?v=Tgli1xUKX5s&list=RDPn7dCgtwX2c&index=3 public class TestAbsDefconTranslator extends AbsDefConTranslator { public TestAbsDefconTranslator(DefconTranslator defconTranslator) { super(defconTranslator); // TODO Auto-generated constructor stub...
  19. Creamer

    working on the new generation of AGI skills

    next I will need to test the defcon class. I wonder why I am compelled to understand how the brain thinks. why can't I be content just passing time. would it have beed different had I had a gf would I be normal would I think like a normal person with only one voice inside ?! it is probably...
  20. Creamer

    I guess the brain always wants to be sad

    https://www.youtube.com/watch?v=_sVYD1O1y4M this is what being with a woman is actually like on the other hand the lonely feeling of being rejected by them. the human brain is such a failure. I guess it wants to be sad so that we keep on exploring and inventing. had we been content, we would...
Top