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
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
fukurou
posted the thread
🐍 python
aeye reborn
in
Atelier
.
import threading import time from typing import List, Tuple, Optional import cv2 import numpy as np #...
Apr 8, 2026
fukurou
replied to the thread
image recog
.
updated Python version with per‑object movement (each bounding box tracked individually), using parallel lists import threading import...
Apr 8, 2026
fukurou
replied to the thread
image recog
.
with directions import threading import time import torch from torchvision import models, transforms from PIL import Image import cv2...
Apr 8, 2026
fukurou
replied to the thread
image recog
.
full shit in the ass mode with list of recognitions, detections: import threading import time import torch from torchvision import...
Apr 8, 2026
fukurou
replied to the thread
image recog
.
with image detection: import threading import time import torch from torchvision import models, transforms from PIL import Image import...
Apr 8, 2026
fukurou
posted the thread
image recog
in
Atelier
.
pip install torch torchvision pillow Create a new file Create image_recog_threaded.py. import threading import time import torch from...
Apr 8, 2026
Home
Members
Top
Text copied to clipboard.