Paul Wise

Results 249 comments of Paul Wise

I see that commit 6eea53f deleted the Sauce but didn't explain why and didn't change the non-Sauce generated font files.

You can get the Linux kernel messages using this command. Please note that it could contain a lot of different private things, like serial numbers or the names of programs...

I agree a short prefix of a salted hash is unlikely to be reversed. This issue isn't about any practical attacks on the gathered data, but about moving sensitive data...

I don't think that MAC addresses and serial numbers are going to fully prevent duplication in the db, since MAC addresses can be randomised and disks are often replaced after...

I don't think that the -confirm-upload-of-encrypted-ids option you propose is the right solution here. Also -confirm-upload-of-encrypted-ids is incorrectly named, the IDs aren't encrypted, they are hashed. -- bye, pabs https://bonedaddy.net/pabs3/

I would suggest to treat model files like you would compiled executables. Store the open source licensed source data for an individual model in a single GitHub repository (possibly using...

The build system for SPTAG (including the Python parts) is `cmake`, not `setuptools`. The build steps are in the README: https://github.com/microsoft/SPTAG#build

Also I found one manually: ``` docs/GettingStart.md:339: sever -> server

Another one found manually: ``` docs/GettingStart.md:6: IndexBuiler -> IndexBuilder ```

The fixes for this issue are in `AnnService/CMakeLists.txt` on the calls to the `add_executable`, `target_link_libraries` and `install` commands. In addition the documentation in `docs/GettingStart.md` and `docs/Parameters.md` will need to be...