Went 0-for-13 trying to train an Illustrious-XL LoRA on a Mac Studio M1 Max 64GB. With help from multiple AI agents, pinpointed the root causes and finally succeeded on a RunPod RTX 4090. The full record: three fatal parameters and the sd-scripts trap.
A thinking block corruption error crashed my Claude Code Web session and wiped uncommitted files. An investigation into the cause, workarounds, and whether the files can be recovered.
Tried running the NSFW variant of Qwen-Image-Edit (Phr00t AIO) on RunPod to generate 3-view reference sheets for a 3D model base mesh. A log of failures on RTX 4090 and eventual success on RTX 5090.
When building a WebRTC voice call, you can't pass a remote MediaStream to the SpeechRecognition API. Here are three workable approaches — remote-side recognition, server-side processing, and AudioContext — plus iOS-specific implementation strategies.
Generalized the scripts from the practice and optimization articles into a reusable framework and published it on GitHub. A walkthrough of how to use it and the design philosophy.
The Web Speech API + Gemini + VOICEVOX setup is complete — an AI character you can actually have a voice conversation with. Key implementation notes and impressions.
Implemented all 12 text processing tools planned in the previous article. Also reorganized the category system and switched the listing UI to a table layout.