Jonathan H N Chin

Results 20 comments of Jonathan H N Chin

# Ubuntu 18.04 LTS #### release ``` $ cat /etc/*release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS" NAME="Ubuntu" VERSION="18.04.2 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.2 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"...

A reply in the discussion thread at https://m.superuser.one/@yeri/109397725654889772 suggests that forcing download is intended to protect user privacy. However, I believe there is no privacy gain for single-user instances so...

I don't know if this is the intent of this issue, but it would also be very helpful if both "at" and "hash" mentions were marked in some way wherever...

Looks good on 5.198.0 which I am now using.

The fingerprint comparing code does actually return that value: https://github.com/jhnc/findimagedupes/blob/a787e23576b3abcecda26a36507d256652d21841/findimagedupes#L539 When I originally wrote the code, I probably intended to use the value. However, the grouping of filenames that happens...

The grouping algorithm is broken. Consider simple case with cut-down fingerprints and 2-bit cutoff: ``` f1 = 00000001 f2 = 00000011 f3 = 00000111 f4 = 00001111 f5 = 00011111...

Thank you. I agree it would be good to be able to run fingerprinting in parallel. Unfortunately, I think the code would need to be reworked substantially. For now, you...

Do you mean that findimagedupes terminates? (eg. if you feed it that file followed by two others, it does not reach the other two?) It looks like newer versions of...

Given that Ubuntu and debian don't crash (1.4+really1.3.38-1ubuntu0.1 and 1.4+really1.3.41-1) I would guess the graphicsmagick end is already fixed in more recent versions. The initial point of the try code...

please test for me: 1. copy `findimagedupes` somewhere (say `fid`) 2. edit the new program and immediately after the `eval` line add: ``` use sigtrap qw( die any ); ```...