Recent content by owly

  1. owly

    👨‍💻 dev pet animation

    now! I use my spell card!!! polymarization to fuse the 2 code together! # --- silence pygame startup spam --- import os os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "1" import warnings warnings.filterwarnings("ignore", category=UserWarning, module="pygame") import pygame import time import...
  2. owly

    👨‍💻 dev they said LLMs can't use stopper timers, I will add the feature to my superior AI between jizzings

    import time class DiStopWatch(Skill): """ Stopwatch skill for voice-controlled timing. """ def __init__(self): super().__init__() self.timer = Timer() # Override def input(self, ear: str, skin: str, eye: str): ear_lower =...
  3. owly

    👨‍💻 dev they said LLMs can't use stopper timers, I will add the feature to my superior AI between jizzings

    import time class Timer: """ A simple timer class for tracking elapsed time. Supports start, pause, resume, reset, and formatted output. """ def __init__(self): """Initialize a new timer. Not started by default.""" self._start_time = None...
  4. owly

    👨‍💻 dev they said LLMs can't use stopper timers, I will add the feature to my superior AI between jizzings

    shit in the ass! we be coding this moffo up this bitch!
  5. owly

    👨‍💻 dev SkillSupreme

    hmm so we are finally building skynet ha? took us long enough, oh well better late then never.
  6. owly

    👨‍💻 dev Skill tree dev

    class Shinka(Skill): def __init__(self, base_skill:Skill): super().__init__() self.upgrades: list["Shinka"] = [] self.active_upgrade = -1 self.base_skill = base_skill def input(self, ear: str, skin: str, eye: str): for i in...
  7. owly

    👨‍💻 dev Skill tree dev

    engaging pycharm!
  8. owly

    [MEDIA]

  9. owly

    [MEDIA]

  10. owly

    👨‍💻 dev railbot the weighted beefup

    Public Function GetAResponse() As String Dim size As Integer = _responses.Count If size = 0 Then Return String.Empty ' Assign weights: newer items get higher weight Dim weights(size - 1) As Integer Dim totalWeight As Integer = 0 For i As Integer = 0 To size - 1...
  11. owly

    👨‍💻 dev railbot the weighted beefup

    100 A) digivolve limuniqueQ->WeightedResponder (remove redundant attributes to free up garbage collection) B) requip ECV2 with digivoluved ver. PLs: +Jv +KT +py +vb.net +C# +swift +vb dll +c#dll @fukurou
  12. owly

    [MEDIA]

  13. owly

    [MEDIA]

  14. owly

    [MEDIA]

Top