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
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...
Apr 20, 2026
fukurou
updated their
status
.
Apr 20, 2026
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...
Apr 20, 2026
GreerTech
replied to the thread
alarm skill update
.
Is this for alarm clocks?
Apr 20, 2026
fukurou
replied to the thread
alarm skill update
.
fixed code: class DiAlarmer(Skill): def __init__(self): super().__init__() self.off: Responder = Responder("shut...
Apr 20, 2026
fukurou
replied to the thread
alarm skill update
.
new STT optimized version: class DiAlarmer(Skill): def __init__(self): super().__init__() self.off: Responder =...
Apr 20, 2026
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"...
Apr 20, 2026
fukurou
posted the thread
sequence matcher
in
Atelier
.
from difflib import SequenceMatcher def similarity(a, b): return SequenceMatcher(None, a, b).ratio()
Apr 19, 2026
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
.
Apr 19, 2026
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...
Apr 19, 2026
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)...
Apr 19, 2026
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...
Apr 19, 2026
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
.
shit in the ass! we be coding this moffo up this bitch!
Apr 19, 2026
fukurou
posted the thread
👨💻 dev
they said LLMs can't use stopper timers, I will add the feature to my superior AI between jizzings
in
chit chat
.
import time class Timer: """ A simple timer class for tracking elapsed time. Supports start, pause, resume, reset, and...
Apr 19, 2026
GreerTech
replied to the thread
Galatea v3: Multipurpose Companion Maid Robot
.
Agreed. They're way too expensive for their current capabilities 4:28 - 8:54 Unitree Galatea
Apr 19, 2026
Home
What's new
Top
Text copied to clipboard.