Daniel Heath

Results 111 comments of Daniel Heath

Fair point RE 3 - I'm used to shell hackery eg `echo 'foo.bar:localhost:8080' | lecat` but it's not widespread knowledge. I'd be in favor of defaulting `target` to localhost (so...

Wait a second - I just realized you don't need any special libs after all for this syntax. They can be normal positional arguments instead of flags. `lecat [options] site1.domain.tld:target1:port1...

I had a quick look at rebasing this but it's diverged pretty far from master by now.

Item B is a very close match for how React useRef hooks work, and the problems solved by 'react hooks' in general are a close match for various issues found...

Added a test highlighting this bug [to my fork](https://github.com/DanielHeath/net-http)

After more digging, I've found that timeout 0.4.0 fixes this issue. https://github.com/ruby/timeout/pull/30 indicates that you can't rely on `catch`, if `Kernel.catch` has been called.

Had to regenerate the dummy app to get all the new stuff working. PR is pretty small other than that.

Added support for 6.1 as well.

Thanks for the pointer to increasing fingerprint size - will give it a shot. I'm detecting false positives by generating an equal number of passwords not found in the dataset....

I've tried setting `FINGERPRINT_SIZE` to 2 (bytes). It grew the exported filter size (gzipped) by a factor of 4, and increased the false positive rate to 99.99%. I suspect it's...