Posts Tagged dedup
Dedup – Identifying and displaying duplicate files
Posted by Kyle Lexmond in Programming on December 11, 2011
Work on this project has… kinda stalled while I try to figure a few issues. I’m trying to write them out to get a better idea of what I’m actually trying to do. Identifying the files is fairly simple – I have the content hashes of the files which I can compare. Problem is, the […]
The power of prior research
Posted by Kyle Lexmond in Programming on August 29, 2011
One hour after I started, the bare bones are already up and running: github.com/kyl191/mp4dedup Mainly because I read up a lot during the day, so I understood exactly what I had to do. And with that, sleep time.