Josh Holmer

Results 136 comments of Josh Holmer

Since Rust doesn't run within a VM (ala Java), I don't think there's a way to set explicit memory limits, but there could be options added to limit the width...

Thanks! I don't mind adding that dependency.

See also pngquant https://pngquant.org/, compare algorithms for quality and compression

Ripgrep is at least in Homebrew and Gentoo. For Arch there's the AUR. The other distros will probably be a harder sell.

Oxipng already uses some of these techniques, but it looks like there are improvements to be gained here. I'll probably turn this into a meta issue and make sub-issues for...

It looks like compressor.io uses pngquant behind the scenes, which uses quantization to reduce the number of colors needed to store a PNG image. It looks like this is represented...

I see, I'll "just" do that if I can. :laughing: Thanks. :slightly_smiling_face: I did look at ndrustfft, but I wanted to avoid the dependency on ndarray. Last time I tried...

I can't remember anymore, this was quite some time ago when I was messing around with some ML stuff in Rust. ndrustfft itself doesn't quite have just a "xd_transform" function,...

This is correct. I grabbed the full text of Harry Potter and the Deathly Hallows to verify this, and out of 25000 unique words, about 15000 had a count of...

Well, the creator of the original interface had said he wanted each platform's interface to "look native", i.e. Cocoa on OS X, GTK or QT on Linux.