sempervirens icon indicating copy to clipboard operation
sempervirens copied to clipboard

An experimental prototype for gathering anonymous, opt-in usage data for open scientific software

Results 12 sempervirens issues
Sort by recently updated
recently updated
newest added

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...

This is not meant to be a final version, but rather a working draft.

policy

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/

policy

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...