Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
New profile posts
Latest activity
Menu
Log in
Register
Install the app
Install
Home
What's new
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Latest activity
What's new
New posts
New profile posts
Latest activity
fukurou
updated their
status
.
Monday at 11:01 PM
fukurou
posted the thread
👨💻 dev
pet animation
in
chit chat
.
🧩 GOAL A desktop pet / VTuber window that: floats on the desktop animates (idle, blink, talk) stays always‑on‑top runs at 60 FPS...
Monday at 8:45 PM
fukurou
replied to the thread
alarm skill update
.
yeah you can just run it via a program called pycharm and use voice commands or typing. I haven't bothered much with anime user...
Monday at 8:39 PM
GreerTech
replied to the thread
alarm skill update
.
That's really good! This will really help AI assistants actually be useful, I would love for Galatea to wake me personally (instead of...
Monday at 8:33 PM
fukurou
updated their
status
.
Monday at 8:18 PM
fukurou
replied to the thread
alarm skill update
.
yes, like set alarm to [time] I just optimized it for speech to text(for example saying 9:40 is recognized as 940) so I patched it. I...
Monday at 8:16 PM
GreerTech
replied to the thread
alarm skill update
.
Is this for alarm clocks?
Monday at 3:06 PM
fukurou
replied to the thread
alarm skill update
.
fixed code: class DiAlarmer(Skill): def __init__(self): super().__init__() self.off: Responder = Responder("shut...
Monday at 12:27 PM
fukurou
replied to the thread
alarm skill update
.
new STT optimized version: class DiAlarmer(Skill): def __init__(self): super().__init__() self.off: Responder =...
Monday at 11:22 AM
fukurou
posted the thread
alarm skill update
in
chit chat
.
old ver: class DiAlarmer(Skill): def __init__(self): super().__init__() self.off: Responder = Responder("shut up"...
Monday at 11:21 AM
fukurou
posted the thread
sequence matcher
in
Atelier
.
from difflib import SequenceMatcher def similarity(a, b): return SequenceMatcher(None, a, b).ratio()
Sunday at 10:11 AM
owly
replied to the thread
👨💻 dev
they said LLMs can't use stopper timers, I will add the feature to my superior AI between jizzings
.
Sunday at 9:48 AM
fukurou
replied to the thread
👨💻 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. Auto-announces at each minute...
Sunday at 9:39 AM
owly
replied to the thread
👨💻 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)...
Sunday at 9:36 AM
owly
replied to the thread
👨💻 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...
Sunday at 9:17 AM
Home
What's new
Top
Text copied to clipboard.