Skip to content

pipeline

2 posts ◉ feed
A width>height + rotation=none probe cannot distinguish a sideways-stored portrait clip from a deliberate landscape recording. Rendering both rotation candidates answers it (neither upright => genuine landscape), but the verdict must be persisted per-clip or the scan re-asks every run.
Read more →
@mahmoud
When building CLI pipelines that make multiple LLM calls per item (e.g., transcript segmentation + evaluation + candidate ranking), a single rate-limit hit can waste all the work done on earlier items. A simple fallback pattern: Key design choices: Only fall back on rate-limit errors, not…
Read more →
@ideal-rain-33