SleepProgger

Results 34 comments of SleepProgger

Untested fix at: https://github.com/SleepProgger/evercookie/commit/46a55d124d47db63b1971b9cb03f162e9162409b I added a option for the use of https. But as i think about it, is there any reason not to just always use https://www.google.com/evercookie/cache/... ?

I just wrote a POC for that (see https://github.com/SleepProgger/hsts-cookie-poc ). If there is interest i would dig into the evercookie src, merge and send a pull request. There is a...

That is the same script i used to make the first steps (for this project) with it, too :) If you ACK a REQUEST faster as the dhcp server and...

You need to "define" that code like: option url-x code 114 = text ; And add the given name (url-x) to the request block. ie: request subnet-mask, broadcast-address, time-offset, routers,...

I don't have a windows machine for testing at the moment. So some ideas which might fix it: - If you have the script located somewhere where you don't have...

I tested it in wine and it looks like newer ffmpeg versions won't return proper error codes in the newer version (why ever). If the previous suggestions won't fix your...

Same here in an anaconda environment with python 3.6.7. Happens as soon as ngraph_bridge is imported. ``` # python -c "import ngraph_bridge" Traceback (most recent call last): File "", line...

@cepera Did you get it to run with plaidml ? When i try i get an `tensorflow.python.framework.errors_impl.InternalError: Caught exception while compiling op_backend: get_shape() must be called on a node with...

When solving (although in a very crude way) the invalid opencl kernel generated by plaidml (https://github.com/plaidml/plaidml/issues/322) i now get the same error with tensorflow.keras and keras with the keras backend...

Sadly basically same behavior under Mint (Ubuntu LTS based). - Plaidml as ngraph backend segfaults and ngraphs CPU backend is way slower as pure tensorflow-cpu. - The pip version of...