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:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
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
.
fukurou's latest activity
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...
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
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
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
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
fukurou
replied to the thread
Galatea v3: Multipurpose Companion Maid Robot
.
unitree also seems good for kit bashing. too bad its so pricy. maybe in a year or too they will be affordable with doll features
Apr 18, 2026
fukurou
replied to the thread
Galatea v3: Multipurpose Companion Maid Robot
.
would love to hear about the technical aspects of how you built her. a devlog thread even.
Apr 18, 2026
fukurou
reacted to
GreerTech's post
in the thread
Galatea v3: Multipurpose Companion Maid Robot
with
based
.
I created the Galatea Multipurpose Companion Maid Robot. It is designed to be an IRL robo-maid girl. Local AI means you can talk with...
Apr 18, 2026
fukurou
updated their
status
.
Apr 18, 2026
fukurou
posted the thread
👨💻 dev
lobe 6 redev
in
chit chat
.
class Pipe: def __init__(self): self.nulify: bool = False def nulify(self): self.nulify = True def...
Apr 14, 2026
Home
Members
Top
Text copied to clipboard.