Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 29f984f85b
Bump nokogiri from 1.10.5 to 1.10.8
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.5...v1.10.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-06 21:19:32 +00:00
2 changed files with 5 additions and 19 deletions

View File

@ -221,7 +221,7 @@ GEM
jekyll-seo-tag (~> 2.1) jekyll-seo-tag (~> 2.1)
minitest (5.13.0) minitest (5.13.0)
multipart-post (2.1.1) multipart-post (2.1.1)
nokogiri (1.10.5) nokogiri (1.10.8)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
octokit (4.14.0) octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3) sawyer (~> 0.8.0, >= 0.5.3)

View File

@ -12,9 +12,9 @@ base: .
[Syncthing](https://syncthing.net/) has `STNOUPGRADE`, a config file setting [Syncthing](https://syncthing.net/) has `STNOUPGRADE`, a config file setting
for disabling crash reporting, and a GUI prompt for usage reporting. Google for disabling crash reporting, and a GUI prompt for usage reporting. Google
Cloud SDK CLI tools has `gcloud config set disable_usage_reporting true`. Cloud SDK CLI tools has `gcloud config set disable_usage_reporting true`.
.NET Core has `DOTNET_CLI_TELEMETRY_OPTOUT`. Netlify's CLI has .NET Core has `DOTNET_CLI_TELEMETRY_OPTOUT`. Netlify's CLI has `netlify --telemetry-disable`.
`netlify --telemetry-disable`. The AWS Serverless Application Model The AWS Serverless Application
CLI has `SAM_CLI_TELEMETRY=0`. The Microsoft Azure CLI has Model CLI has `SAM_CLI_TELEMETRY=0`. The Microsoft Azure CLI has
`AZURE_CORE_COLLECT_TELEMETRY=0`. You get the idea.<!-- `AZURE_CORE_COLLECT_TELEMETRY=0`. You get the idea.<!--
Etcher has... well, Etcher has... well,
[nothing](https://github.com/balena-io/etcher/issues/2057). --> [nothing](https://github.com/balena-io/etcher/issues/2057). -->
@ -49,9 +49,6 @@ users*:
* netdata system monitor: * netdata system monitor:
[netdata/netdata#7846](https://github.com/netdata/netdata/pull/7846) [netdata/netdata#7846](https://github.com/netdata/netdata/pull/7846)
* tilt:
[windmilleng/tilt#2878](https://github.com/windmilleng/tilt/pull/2878)
* turbo: [docs](https://turbo.build/repo/docs/telemetry#how-do-i-opt-out)
# PRs and Status # PRs and Status
@ -63,24 +60,13 @@ users*:
* syncthing: [syncthing/syncthing * syncthing: [syncthing/syncthing
#6158](https://github.com/syncthing/syncthing/pull/6158) #6158](https://github.com/syncthing/syncthing/pull/6158)
* dotnet: [dotnet/sdk #3917](https://github.com/dotnet/sdk/issues/3917) * dotnet: [dotnet/sdk #3917](https://github.com/dotnet/sdk/issues/3917)
* Archey4: [archey4/51cdfa98](https://github.com/HorlogeSkynet/archey4/commit/51cdfa9835a6694034e44ca10dc9e91eb14970fb)
* others: [get * others: [get
involved](https://github.com/sneak/consoledonottrack.com/pulls) involved](https://github.com/sneak/consoledonottrack.com/pulls)
# Contribute! # Contribute!
Source code is here: [consoledonottrack.com](https://git.eeqj.de/sneak/consoledonottrack.com). PRs welcome: [consoledonottrack.com GitHub](https://github.com/sneak/consoledonottrack.com).
You may send patches to [sneak@sneak.berlin](mailto:sneak@sneak.berlin).
# See Also # See Also
* [no-color.org](https://no-color.org/) * [no-color.org](https://no-color.org/)
# Update, 2024
This project was a mistake; it implicitly endorses opt-out spyware (aka telemetry).
It doesn't matter if you allow your users to disable telemetry with a flag or environment variable; to opt them in to spying automatically without their explicit, opt-in consent is unethical. Even the people who implemented this flag above are scumbags, because their software is spyware unless you set it. Shipping spyware is unethical.
Software should ask first. Failing to opt out is not consent.