Psi Vesely
Psi Vesely
Moving [this](https://github.com/freedomofpress/fingerprint-securedrop/blob/master/fpsd/classify.py#L120) `if` statement that performs feature scaling outside the fold loop it's in would save some minor computation time.
`stem` has this capability, and it would be useful to expose via the configfile because @mikeperry-tor is interested in using this repo to test his adaptive padding prototype, where padding...
_Edit: see https://github.com/freedomofpress/FingerprintSecureDrop/issues/4#issuecomment-228825080 for a better explanation and traceback. Don't know why this original report was so half-assed and lacked even the full traceback._ So the crawler is for the...
See https://github.com/webfp/tor-browser-crawler/pull/32
Reading of some recent Tor logs suggestions it might not be. Also, make sure that the code in the crawler is correctly identifying what the client's guard fingerprint actually is.
It would be nice to make sure that if someone wants to use our tools as a package they can do so with expected results, while at the same time...
Of Python libraries that come to mind, `python-gnupg` has the nicest docstrings in my opinion. Poke around https://github.com/isislovecruft/python-gnupg/blob/master/gnupg/. You learn: - All parameters you can pass. - The type of...
Selenium's page load timeout function is highly unreliable. If it doesn't close down a connection within 5s of when it's supposed to, we should stop a crawl by whatever means...
http://xnsoeplvch4fhk3s.onion/ stalls the crawler indefinitely. The 20s page load timeout variable should kill the connection, but for some reason Selenium fails to do so with this site. Here's the Firefox...