Search results

  1. Creamer

    working on the new generation of AGI skills

    defcon input otheroutput{ //skill default trg input,timer, prophesy} souloutput
  2. Creamer

    foids cant cope vs sexbots

    https://m.youtube.com/watch?v=GifUnPnGU1s
  3. Creamer

    foids cant cope vs sexbots

    Could you explain how you've made the logical jump of foids dont offer you sex therefore they are not threatened by you working on A.I waifubots?
  4. 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
  5. Creamer

    working on the new generation of AGI skills

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

    working on the new generation of AGI skills

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

    working on the new generation of AGI skills

    lets get the exact defcon tho
  8. 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(); }...
  9. 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
  10. Creamer

    Feel good yes i do

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

    working on the new generation of AGI skills

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

    Keepalive

    What does the change log: Login/keepalive Mean? @Admin
  13. 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...
  14. 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
  15. Creamer

    working on the new generation of AGI skills

    AbsDefConTranslator absDefConTranslator = new TestAbsDefconTranslator(); absDefConTranslator.getDefcon("shit", "", "");
  16. 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...
  17. 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...
  18. 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) {...
  19. 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); } }
  20. 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...
Top