TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Minuimus is a file optimiser utility script

41 pointsby UltimateEdge12 months ago

4 comments

lifthrasiir12 months ago
For the usual case of DEFLATE-based formats (PNG, ZIP) and JPEG, ECT [1] is the best available tool; to my best knowledge it dominates the entire Pareto frontier in this area, beating Zopfli and ADVPNG&#x2F;OUT for most cases. If this software is still being maintained, it would be a good choice to switch to ECT now.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;fhanau&#x2F;Efficient-Compression-Tool">https:&#x2F;&#x2F;github.com&#x2F;fhanau&#x2F;Efficient-Compression-Tool</a>
userbinator12 months ago
<i>Additionally a number of &#x27;junk&#x27; files such as Thumb.db and .ds_store are deleted from ZIP files.</i><p>That&#x27;s no longer lossless.
评论 #40667424 未加载
bradknowles11 months ago
I’m curious to know how this compares to other compression tools like brotli, zstd, and xz.<p>I guess I’ll have to include it in my own benchmarking suite I’m developing.
gendelve12 months ago
Nice. I could see plugging this into GenAI interfaces generated on the go