Search results

  1. owly

    👨‍💻 dev core diet

    what I was thinkin' : get rid o' the grimoirememento cls, use only the dic varargs the alg cls thus reduce load from skill cls, make it pretty.
  2. owly

    👨‍💻 dev sensory skills

    1st of all, shit in the ass. thing about sensory skills, if you don't know how many Chobits your aaaaass be workin with. could be 1 2 or even 3. so ideally you don't want it as a built in with the brain and shiiiiiiiiiiiiiieeet. IG we could make a file for sensory skills, then add them in the...
  3. owly

    👨‍💻 dev one of those shit provoking posts

    thing is if we were to code a brain in which all inputs derive from skills, coding inputs would be a breeze: we could choose skills to handle image recog, speech recog, motion recog, touch sensors handling. a modular approach pretty much, just choose the skills and equip'em. but when we assume...
  4. owly

    hashpikh parikh

    I'm making some coffee @fukurou this world is truely fake
  5. owly

    👨‍💻 dev default notes

    class DiNoteTaker(Skill): def __init__(self): super().__init__() self.notes: Notes = Notes() # Override def input(self, ear: str, skin: str, eye: str): if len(ear) == 0: return match ear: case "get note"...
  6. owly

    👨‍💻 dev catalogging

    so this is the code snippet. we will also need to list the skills in the catalog. and cross ref the catalog with the equipped skills. and jack off... def skillNotes(self, param: str) -> str: if param == "notes": return "magic 8 ball" elif param == "triggers"...
  7. owly

    👨‍💻 dev jizzin Eliza

    ArrayList<PhraseMatcher> babbleTmp = new ArrayList<>(); ArrayList<AXKeyValuePair> kvs = new ArrayList<>(Arrays.asList( new AXKeyValuePair("what is {0}", "{0} is {1}"), new AXKeyValuePair("explain {0}", "{0} is {1}") )); babbleTmp.add(new PhraseMatcher("(.*) is (.*)", kvs));
  8. owly

    Внимание спамерам Attention Spammers

    Внимание спамерам: Этот форум предназначен для программистов и разработчиков, увлеченных программированием и технологиями. Мы не терпим никаких незаконных действий, услуг знакомств, откровенного контента, распространения наркотиков или даже рекламы сигарет. Наша команда модераторов бдительна и...
  9. owly

    👨‍💻 dev LGCore upgrade for AI hormones

    attribs: self._isThinking: bool = False self._awareSkills: list[Skill] = [] # self awareness skills. Chobit Object in their c'tor addSkill, : if self._isThinking: return self addSkills, removeSkills, *clearSkills if self._isThinking...
  10. owly

    👨‍💻 dev on today's jizzfest

    if __name__ == '__main__': rcb: RailChatBot = RailChatBot() # Learning phase for item in ["one", "2", "3", "4", "5", "6"]: rcb.learn(item) temp: UniqueItemsPriorityQue = UniqueItemsPriorityQue() # Respond and insert initial monolog n = rcb.respondMonolog("one")...
  11. owly

    👨‍💻 dev creamers of the corn

    we have reached a point where we have many skills. not great not terrible. thing is, now we need a catalog, to serve as a quick reference as well as a roadmap of shit to come ********** *defconic* ********** motivational philosophy spider sense hunger home returner ****************...
  12. owly

    project 2501

    import ast def list_classes_in_file(file_path): with open(file_path, "r") as file: tree = ast.parse(file.read(), filename=file_path) class_names = [node.name for node in ast.walk(tree) if isinstance(node, ast.ClassDef)] return class_names # Example usage if __name__ ==...
  13. owly

    regexes n jizz

    ([0-9].){4}[0-9]* @the living tribunal
  14. owly

    👨‍💻 dev C++ port

    47.06 1. AbsDictionaryDB + 2. Mutatable + 3. APSay:Mutatable + 4. APVerbatim:Mutatable + 5. GrimoireMemento + 6. Algorithm + 7. Kokoro + 8. Neuron + 9. DiSkillUtils 10. DiSkillV2 11. DiHelloWorld:DiSkillV2 // logical skill for testing 12. Cerabellum 13. Fusion 14. Thinkable 15. Chobits:Thinkable...
  15. owly

    👨‍💻 dev shorni splash

    import requests import threading from LivinGrimoire23 import DiSkillV2 class ShorniSplash(DiSkillV2): pass
  16. owly

    porting the draw upgrade

    def renewableDraw(self) -> str: if len(self.strings.queue) == 0: self.reset() temp: str = self.strings.getRNDElement() self.strings.removeItem(temp) return temp
  17. owly

    optimizing the shit

    hato: str = self.getKokoro().toHeart["dibicameral"] if hato == "yandere": @fukurou I would say this^ shit is too complex for the average NPC. another problem is we have several scenarios to consider: multicases (switch str) default cases(any boolean shit)
  18. owly

    👨‍💻 dev porting Auxiliary modules Java->kotlin

    100 1. AlgDispenser + 2. UniqueItemsPriorityQue: LGFIFO + 3. UniqueItemSizeLimitedPriorityQueue + 4. RefreshQ + 5. AnnoyedQue + 6. AXCmdBreaker + 7. AXFunnel + 8. AXGamification + 9. AXKeyValuePair + 10. TrGEV3 + 11. TrgTolerance + 12. AXLearnability + 13. AXLHousing + 14. LGTypeConverter + 15...
  19. owly

    👨‍💻 dev Java->Kotlin port

    100 1. AbsDictionaryDB + 2. Mutatable + 3. APSay:Mutatable + 4. DeepCopier + 5. APVerbatim:Mutatable + 6. GrimoireMemento + 7. Algorithm + 8. CldBool + 9. APCldVerbatim:APVerbatim + 10. Kokoro + 11. Neuron + 12. DiSkillUtils + 13. DiSkillV2 + 14. DiHelloWorld:DiSkillV2 + 15. Cerabellum + 16...
  20. owly

    we be makin history n shit!

    cooking a drug for AI known as accelo! self.tick_interval: int = 3000
Top