Controlled a Beambox Niji Badge over BLE from Windows without the official app. Sending a raw JPEG just produced a black screen — the fix was a custom binary container and a different command type than expected.
Wired M5Stack's CO2L Unit (SCD41) to a CoreS3 over Grove and put CO2/temp/humidity on screen. The factory-fresh sensor read +30% high against a SwitchBot NDIR meter, so I ran FRC over a serial command to pull it in line.
A brand-new CoreS3 failed with 'SD Card initialization failed!' on the stock firmware. Tested two LAZOS cards: the 16GB never mounts at any SPI clock, the 32GB mounts but only writes at 10MHz, and a soft reset wedges the card until power-off.
Tested on an M1 Max, NumPy only: Qwen maps a prompt to a JSON of knobs, and a 2D Kuramoto oscillator field renders it. No objects, but composition, color, and motion change with the prompt.
Tested Astro 6→7 on a 1,558-post blog: keeping remark/rehype past Sätteri with @astrojs/markdown-remark, the @astrojs/vercel v11 bump, and a middleware TS1543/esbuild import-attribute trap.
Merged kei, kana, and koharu into a single Anima (Qwen-DiT) LoRA and ran my first training on Blackwell (RTX 5090, sm_120). Hands-on log: the cu128 / torch2.8 / SDPA stack swap from the 4090, why the weakest character gets absorbed (caption asymmetry, not rank), and how trigger-only prompts separate three close-packed characters at ep143 without ControlNet.
Tested local Wan video gen on a Radeon 8060S (Strix Halo, 48GB UMA, Windows). ZLUDA can't run stock PyTorch; AMD's TheRock gfx1151 wheel gives native ROCm. FastWan 1.3B in 4min, Wan 14B I2V in 13.6min — VAE decode and 16GB-RAM Segfaults are the real limits.
Tested FramePack F1 on an RTX 4060 Laptop (8GB VRAM, 32GB RAM): VRAM peaked at 5.75GB, but the 26GB model overflowed RAM into the pagefile and a 5s clip took 56 min. The real bottleneck for local video gen on a laptop is RAM, not VRAM.
Tested Krea 2 Raw and Turbo on M1 Max 64GB ComfyUI. Turbo bf16 runs ~3.5 min/image, fp8 is rejected on MPS, and Raw's 52-step+CFG NaNs to a black image after 47 min. Plus quality, NSFW behavior, and license.
Dug a 2001 Aquaplus P/ECE out of a closet and got my own C game running on it: WinUSB/Zadig for the dead driver, a from-source S1C33 LLVM toolchain, and a 15GB-RAM OOM.
Tested Qwen3.7 Plus on ModelScope: native function calling and parallel tool calls work. I built a tool loop, skills, and error recovery with just the openai SDK, then had it ship a working Flask BBS.