Qwen3-Embedding-0.6B on CPU vs ModelScope's API on a Ryzen 7 5800HS voice server. Local embedding adds up to +2.6s per voice turn by competing for CPU; the API adds none.
Tested Qwen3-Embedding-0.6B on CPU and Qdrant's local mode, then checked the 1.5-1.7GB RAM footprint against a Ryzen 7 5800HS voice server with only 4GB VRAM.
A pre-implementation design for adding Qwen3-Embedding and Qdrant memory to an RTX 3050 Ti and CoreS3 voice-chat stack without depending on StackChanWorld's API. It keeps raw logs, searchable memory, persona, and body separate.
Benchmarked on an M4 Mac mini: Ben Joffe's 2-instruction weekday hack beats plain %7 by 1.6-6.4x in clang, Rust, and V8, loses 3x in CPython. Plus a 25x V8 -0 deopt trap.
M4 Mac mini postmortem: cron auth silently dead, a recall-0.19 model passing every promotion gate, 258 poisoned negatives, and a 5-config sweep to a usable trade-off.
Tested Qwen3.7/3.8 web search via the OpenAI SDK: enable_search returns no URLs, Responses API web_search does, and reasoning_tokens jump 10x on search turns.
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.
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 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.
google-cloud-aiplatform 1.139.0/1.140.0 had a predictable Model.upload staging bucket: pre-create that GCS bucket and you get model-swap RCE with no victim creds. Fixed in 1.148.0.
The ^^ cat ears operator is C++26's static reflection, turning types into std::meta::info. Plus the [: :] splice, an enum-to-string example, and current compiler support.
Tested Hermes Agent x_search on a basic X Premium plan (M4 Mac mini). Docs require Premium+ but the basic tier worked. Covers uvx + OAuth setup, the 8.4s vs 58.4s timing gap, and prompts that never invoke X search.