Setting up Microsoft’s VibeVoice to test audio-to-subtitle generation and text-to-speech: the ASR side (multi-speaker SRT generation) turned out production-ready, while TTS — especially Chinese — wasn’t there yet.
A GPU server configured for Wake-on-LAN would shut down cleanly, then reboot itself ~10 seconds later — the culprit was ACPI wakeup left enabled on the network card, letting ordinary LAN broadcast traffic trigger a wake, not just the magic packet.
RemNote’s iOS app has no font-size setting for flashcards — after confirming custom CSS actually gets through the WebView, a couple of targeted selectors made the card text readable without touching the rest of the UI.
When my free Google Cloud credits ran out and Gemini started rate-limiting, I rebuilt OpenClaw’s model chain into a three-tier free-and-cheap failover setup — and rethought which use cases were still worth the tokens.
When ad-stuffed ‘phone switching’ apps couldn’t move 352 notes to a new Huawei phone, reverse-engineering the OnePlus cloud web app’s API and scripting it through Claude’s Chrome extension got the job done in 20 minutes.
Adding a quiz question was taking 2-3 minutes and getting slower over time — the fix was switching the data file from a JSON array to NDJSON so new items append in one line instead of a full rewrite.
Adding more API keys didn’t fix the slowdowns — the real issue was a key that existed in secrets but was never registered for failover, plus session pinning that kept using the same key after a restart.
An honest review after months of daily use, from when it was still called ClawdBot: genuinely useful for memory, reminders, and lightweight investing research — but with real drift and security caveats.
Setting up Claude’s Finance Analysis tool through Cowork, then having it produce a full comps-based valuation report on NVIDIA against AMD, Broadcom, Qualcomm, Marvell, and Intel.
Two full-reticle dies fused into one GPU, FP4 inference, and a fifth-generation NVLink that connects up to 576 GPUs — the architecture behind NVIDIA’s ‘AI factory’ strategy.
Moving OpenClaw off a Linux VPS and onto a hackintosh, then adding NotebookLM’s CLI to turn a finished blog post into a narrated slide video automatically.
Reacting to Citrini Research’s viral 2028 doom scenario: technological revolutions have never shrunk the economy, but the gap between people who can afford frontier AI and those who can’t is opening faster than any previous divide.