Tag: gotchas
All the articles with the tag "gotchas".
-
How to Write a Gate That Actually Blocks
The gate was running and stopped nothing. Four rules: bind it to a field that cannot survive a no-op, counter-test both directions before trusting a zero, exit non-zero or it is not a gate, and never treat wording the prompt never specified as a contract.
-
怎麼寫一個真的會擋下來的閘門
閘門明明在跑,卻什麼都沒擋住。四條判準:綁 no-op 下活不下來的欄位、回 0 前先兩邊反驗、只印訊息不改離開碼等於沒閘門、別把 prompt 沒規定的字面當契約。
-
Your Automated Video Pipeline Is Silently Dropping Work: Gotchas From Remotion, ffmpeg, the YouTube API, and HyperFrames
Four months of video automation gotchas, from Remotion through HyperFrames: truncated downloads that exit 0, thumbnail titles cut mid-word, transcript chunks returning zero lines, large uploads that hang. None of them raise an error.
-
自動發片管道正在悄悄漏成品:Remotion、ffmpeg、YouTube API、HyperFrames 的踩坑總表
從 Remotion 到 HyperFrames,四個月的影片自動化踩坑合輯:exit 0 的殘檔、靜默截斷的縮圖標題、回 0 行的轉錄合併、卡死的大檔上傳。共同點是全都不報錯。
-
Eleven HyperFrames Video Gotchas
Transition flicker, a worker-parallelism myth carried over from another framework, transcript format drift, slide sizing, and silently truncated thumbnails — eleven things that bit me on the HyperFrames video line in one week of August.
-
HyperFrames 影片產出的十一個坑
轉場閃動、worker 並行迷思、字幕格式漂移、投影片版式、縮圖靜默截斷——八月這一週在 HyperFrames 這條影片線上踩到的十一個坑,逐個記現象、根因、解法。
-
Supposedly the Smartest Model, and Opus 5 Spent My Whole Day Spinning in Place
Wrong languages, sudden Simplified Chinese, then whole turns with no visible output — and a session log that matched an issue open since June 15.
-
號稱最聰明的 Opus 5,一整天在我對話裡空轉
從回錯語言、突然寫簡體,到整輪沒有可見輸出,查 session log 之後對上一個 6/15 就開著沒修的 issue。
-
Nine video production bugs I hit in April 2026
Running a fully automated video pipeline with Remotion, ffmpeg, yt-dlp, SiliconFlow ASR, and the YouTube API — here are nine specific bugs from April, in the order I hit them.
-
自動化影片製作管道:2026 年四月踩過的九個坑
用 Remotion、ffmpeg、yt-dlp、SiliconFlow ASR、YouTube API 自動化影片製作流程,四月份踩到的九個具體 bug 與解法。