Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    [MEDIA]

  3. fukurou

    [MEDIA]

  4. fukurou

    [MEDIA]

  5. fukurou

    [MEDIA]

  6. fukurou

    Настя и Мэгги придумывают игры для Наоми

    ugly piglet cunts. and the big one just sounds retarded, I think that's her actual fucking voice.
  7. fukurou

    [MEDIA]

  8. fukurou

    dear spammers

    try now
  9. fukurou

    👨‍💻 dev shit asses of fucks

    command zipping
  10. fukurou

    👨‍💻 dev shit asses of fucks

    I also wonder, what if it uses a different Brain in it's c'tor?
  11. fukurou

    👨‍💻 dev shit asses of fucks

    originally it was meant to simply inform the user of what the AI can do.
  12. fukurou

    👨‍💻 dev shit asses of fucks

    hmm it's a skill with unlimited access to all other skills and the Brain... on one hand it sniffs out skill triggers, on the other it has access to itself...
  13. fukurou

    👨‍💻 dev shit asses of fucks

    class DiTriggers(DiSkillV2): def __init__(self, brain): super().__init__() self.triggers: UniqueItemsPriorityQue = UniqueItemsPriorityQue() self.is_recording: bool = False self.brain: Brain = brain self.new_cmd: str = "" def input(self, ear, skin...
  14. fukurou

    👨‍💻 dev shit asses of fucks

    class DiTriggers(DiSkillV2): def __init__(self, brain): super().__init__() self.triggers: UniqueItemsPriorityQue = UniqueItemsPriorityQue() self.is_recording: bool = False self.brain: Brain = brain self.new_cmd: str = "" def input(self, ear, skin...
  15. fukurou

    big announcement!

    I'm gonna take a steamy bubbly shit. probably gonna require like a half a roll of TP. just raising awareness.
  16. fukurou

    [MEDIA]

  17. fukurou

    [MEDIA]

  18. fukurou

    👨‍💻 dev shit asses of fucks

    public class DiTriggers extends DiSkillV2 { private UniqueItemsPriorityQue triggers = new UniqueItemsPriorityQue(); private boolean isRecording = false; private Brain brain; private String newCMD = ""; public DiTriggers(Brain brain) { this.brain = brain; }...
  19. fukurou

    👨‍💻 dev shit asses of fucks

    triggers: UniqueItemQ Chobit recording:bool= false # countDown newCmd = "" // engage que //auto engage que if !rec : if !ear == ""-> newCmd = ear;rec = True // not recording and hear something?->record else{ if !(output == ""): {triggers+newCmd;} // recording and output detected rec = false}
Top