Re: Release date for Privoxy 3.0.24

Fabian Keil <[email protected]> Sun, 24 Jan 2016 19:21:37 +0100
Newsgroups gmane.comp.web.privoxy.devel
Message-ID <[email protected]>
--===============3100903304902611870==
Content-Type: multipart/signed; micalg=pgp-sha256;
	boundary="Sig_/rFc7TqqfXUCzCBzWp=LNN4R";
	protocol="application/pgp-signature"

--Sig_/rFc7TqqfXUCzCBzWp=LNN4R
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Ian Silvester <[email protected]> wrote:

> On 2016-01-22 08:03, Fabian Keil wrote:
> > Ian Silvester <[email protected]> wrote:

> >> Fabian, given the style of the raw ids (e.g. 7fff78fb5000) the '% 1000'
> >> has the effect of simply stripping the least significant three digits,
> >> which are always 000. This alone then does not affect the uniqueness of
> >> the IDs. e.g. 7fff78fb5000 becomes 7fff78fb5, right? =20
> > Nope:
> >
> > fk@r500 ~ $perl -e 'printf("%x\n", 0x7fff78fb5000 % 1000);'
> > 3c8
> >
> > To strip the least significant three hexadecimal digits, which indeed
> > would not change the uniqueness if they are always zero, you would have
> > to divide by 16 to the power of three:
> >
> > fk@r500 ~ $perl -e 'printf("%x\n", 0x7fff78fb5000 / 16**3);'
> > 7fff78fb5 =20
>=20
> Yes, apologies. I had a moment of clarity as I fell asleep last night=20
> and realised I'd have to eat crow (as they say in North America) this=20
> morning! Your post beat me to my direct apology.
>=20
> We're tagged now so I won't make any change yet, but unless anyone=20
> prefers otherwise I suggest we go with the division by 16**3 and drop=20
> the absolute function - the ids are not pretty but at least they're=20
> guaranteed unique.

Sounds good to me.

Fabian

--Sig_/rFc7TqqfXUCzCBzWp=LNN4R
Content-Type: application/pgp-signature
Content-Description: OpenPGP digital signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJWpRYyAAoJEGkYIpGLojccdwsQAJmFwX2cZ1iPRtwqjNAhJ5ZA
zp2MEtAAf1TBZU1IZbt0K8dshh8JAg+0k1zJGKWqixh1zhcNRTy4SUNpsU5BdYQv
4UhN6MPMnTXHnroSAWmV9qGxzsh4UG7QDa7Dc1sfD6oSpjsVALmQUaFtf5AzgWZg
EN/G7KDc1QbPUfADhRZnXuFFvHI4yshJwYogrPlGpSZk7Ew+m9B1loOwoAydDTCE
YpRuJAXhDPDV3U2L2/D7yBkz1STLrz2VyuvM34ZeIUte6PgdqK1X36GlxUP4xU2U
d4uTIjCZL5EwaADWT8LBAx1tOWqh0AaJJNoVeYoqvvW3ECbAe7b3tVh8y6vktnt9
6WvtF+0E7DyEpJ3aY7Y35thQkckEkiB0nbVAeVSnK7LBA5uTS+5WJyf1VZNzjk5U
w0nRFmzPqEULmjgQkdmbqv91S8vsV2oRGwHmZBLDgFhYuHUf5LJ+DYSR2iOKJp5G
Ro67t5BjyzDNt5eYImYX9fqn9bM5MhPdpoUp3gVVvVKymWatjkqqNanJIngTGvH8
vw7IaGOiRSvwqHsVHIbMZE4E99qBC8N7Sat3o+1v3uriDM5oRKaCFtJNH/zlP5vi
ztRIOG1SlKDZLSWmfE7/e7GfrhYgbPoCZTbfQV868yJ7ejrE83oZsyTfbY4TE1DA
KlbNZtC1VpvQ59jAMLJI
=ejVU
-----END PGP SIGNATURE-----

--Sig_/rFc7TqqfXUCzCBzWp=LNN4R--


--===============3100903304902611870==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
--===============3100903304902611870==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Ijbswa-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ijbswa-developers

--===============3100903304902611870==--