Message 00356: Re: a couple of questions
- To: "Carl Malamud" <xxxx@media.org>
- Subject: Re: a couple of questions
- From: "Aaron Swartz" <xx@aaronsw.com>
- Date: Sun, 19 Oct 2008 20:41:38 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=7CeiPsQHt2ai+U9jVStSc9pkQ7tdOGXyVdO+4/iCht4=; b=fbqEFVLTJ+CrWVdVK8OuXXLpHw3hlA9mUSeUs6EMKyZsxTleKSFOgGb1KJFdOFwK+N VgoylzMongvZaUeyIaYvG+TAnmby5+lL9q6atlHlo2QT7cQEBrl0rdrx4BIt1v8DrwZG ZMql+SrY9V4VNbdjw6hpSf45uJmjIPL4KQhs0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=cH9u83XQxM48jDIJmfq5H5X7tTz9d7roMJUVG/YUo76bH+pk7n5vxyYRhdqVm5eAHI bFJwQEANxC4yfAnfb4TjBMhNFOMbfY6ar3vR3ovVf3vXyag8A3SwSSO9aDPudqEgwQw9 FjOO5YxRcO6WEBkduulEsayWBDsoIsnN3iQhk=
- In-reply-to: <59F7F8B8-624E-46AA-9560-8C473F69FDDA@media.org>
- References: <59F7F8B8-624E-46AA-9560-8C473F69FDDA@media.org>
- Sender: xxxxxxx@gmail.com
> Can you tell me more about how access to the pacer data was secured? You
> said a cookie ... clear-text password transported in the cookie or somehow
> encrypted? How did one get to that point? Was https involved at any point?
The librarian logs the computer in, then the person at the library
asks the browser for the cookie. The cookie doesn't seem to contain a
password; it looks like a hash.
> Second, do you believe that for the districts you have, you are complete?
> Or are these incomplete snapshots? How would one estimate what portion of
> a district we have in that case?
For ilcd, ded, almd, mad, cand, dcd, ilnd, casd, and nysd I started at
the last case and worked down, so you should be able to figure out
what percentage you have with:
$ ls ilcd | sort -n | head -n 1
27
$ ls ilcd | sort -rn | head -n 1
3000
(3000-27)/3000 == .991
For vaed, mdd, njd, ord, prd, azd, cod, ctd, hid, pawd, mnd, ohsd,
txd, paed, akd, pamd, laed, flsd, I started at 1 and worked up, so
you'd need to find the last case number to estimate. (I found last
case numbers by doing binary search on the pacer server.)
The rest are all done.
I'd prefer to be anonymous.
Thanks for everything.