When My Tool Got Too Slow, I Tried Learning Rust
My toolkit worked, and it was slow. Not broken slow, just heavy enough that every run broke my flow, and most of…
My toolkit worked, and it was slow. Not broken slow, just heavy enough that every run broke my flow, and most of…
The two tools I had built, one to break a movie into clips and one to join clips together, were really steps…
By now I had a tool that could pull clips out of any movie. But that was only half of what I…
Every time a tool grows, the same thing happens. The screen fills up. I had added new modes and new output types,…
By this point my tool did one thing well. It found scene changes and cut clips from them. But the more I…
I finished adding a feature to my video tool, ran it, and something was wrong. Not wrong in the way that gives…
Once my tool could find scenes quickly, I added what felt like a tiny feature. Instead of always cutting from the middle…
My tool looked cleaner now, and it was lighter underneath after cutting the scene detection library. But I had left a hole.…
A few days after I built my video tool, I opened it again, not as the person who made it, but as…
Everyone says start small. My first real project was not small at all. It was a desktop tool to turn long movies…