Henry Wallace

Results 9 issues of Henry Wallace

I'd like to modify the firewall to only allow ssh traffic from a specific ip source address. For example, I have a bastion host, and would like to drop all...

I think learning how to use the plugin could be facilitated by providing a docker image that one just `docker run`, and then start trying out the plugin. So far,...

The motivation is that I would like to combine the KNN search with other bool clauses, or combine the score with other queries. Preferably, I would like to do something...

I see that there initialized from twitter images in the demo. But in scratch, I see the use of random projections: https://github.com/alexklibisz/elastik-nearest-neighbors/blob/025f7291512a5f5d56fd34d1cf1c10efc7c83df7/scratch/es-lsh-glove/glove_lsh_es_index.py. How can I learn further?

See https://github.com/erikbern/ann-benchmarks

`__init__.py` shouldn't be considered code, or at least it should be considered differently. It doesn't make sense to enforce `print_function`, `division` on a file that only contains imports, a docstring,...

OUI (Organizationally Unique Identifier) vendor information [1][6][9][11] is very useful for getting a rough picture on who a host is. For example, you could figure out that a request was...

This issue involves the following: - [ ] Find several pcap files that are permissively licensed. - [ ] Download them into the repo as test data. - [ ]...

Currently, the `netwatch` command won't run without a config file, which it tries to find by default at `./config.toml`. There exist builtin subscribers that we could use like `--builtin log`....