ar bg de en es fr id it nl pl pt sv tr zh

tr

Checking for truncated videos

Daniel Perelman

The problem# I've somehow multiple times ended up with corrupted video files such that they're cut off at some point, apparently due to a copy being interrupted or similar. As a result, I'm a bit paranoid about my video files not being what I expect, so I wanted a way to quickly check the length...

Shell script over characters

Daniel Perelman

The problem# I wanted to find a specific Unicode character I had used somewhere in some previous blog post. But by the nature of not knowing exactly what character it was, I wasn't sure how to search for it. The solution# Instead, I wrote a script based on this post to simply list all of the...