tech.lgbt is one of the many independent Mastodon servers you can use to participate in the fediverse.
We welcome all marginalized identities. This Mastodon instance is generally for folks who are LGBTQIA+ and Allies with an interest in tech work, academics, or technology in general.

Server stats:

2.9K
active users

Update: lists.reproducible-builds.org/

So... any zlib/deflate experts here?

I have a weird issue: an APK (i.e. ZIP file) with deflate-compressed data which I cannot recreate using python + zlib, even with code that tries every possible combination of parameters (with the obvious exception of providing a predefined compression dictionary) instead of just varying the compression level.

One file's compressed data can be reproduced using strategy Z_FILTERED, but for all the other files I've tried the script doesn't return any matches (it works fine with the APK we built ourselves, which should have had identical compressed data as the build is supposed to be deterministic).

Anyone have any idea what's going on here?

Test code: gist.github.com/obfusk/d9d1223

Original issue: github.com/enteraname74/SoulSe

lists.reproducible-builds.orgunreproducible zlib/deflate compression in ZIP/APK files