sempervirens
sempervirens copied to clipboard
An experimental prototype for gathering anonymous, opt-in usage data for open scientific software
I recently came across a request from the French Govt, to Microsoft to limit the amount and extent of data they collect: https://www.cnil.fr/en/windows-10-cnil-publicly-serves-formal-notice-microsoft-corporation-comply-french-data-protection I though that might be of interest....
I had the discussion with someone, but I don't remember where/when. Instead of submitting the report as `key:value` you can do `hash(key):value`, with a known, predefined hash-function. That would make...
Brought out in a discussion at lunch in EuroSciPy, some Libs author would prefer to auto-track their library import with just a magic string (like `__sempervierens__ = True` to avoid...
Thanks to @arokem for pointing out to the sempervierns. Recently we (with @mvdoc) have initiated IMHO a VERY related project https://github.com/duecredit/duecredit/ Although primarily aiming to provide locally the "publication references"...
Possible avenues to look: - https://www.mozilla.org/en-US/privacy/firefox/ - http://telemetry.mozilla.org/
I would like to think about some kind of ability, when a traceback is not caught and bubble at user level (and has been tagged by lib authors) to get...
I added a tests directory, a test file and a travis file. I packaged it (Matthias did) with flit
Instead of storing Bool, "user agreed", we need to store the agreement version to which the user argreed, so that if the agreement is updated we can now that and...