All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

DO_NOT_TRACK: A Proposed Standard Environment Variable for CLI Telemetry Opt-Out

By

donottrack.sh

29d ago· 2 min readenInsight

Summary

This article proposes a standardized environment variable called DO_NOT_TRACK for opting out of telemetry, analytics, and tracking in CLI and TUI applications. It highlights the problem that many CLI tools, SDKs, and frameworks collect telemetry data by default, each with its own unique opt-out method (e.g., DOTNET_CLI_TELEMETRY_OPTOUT=1 for .NET). The proposed standard aims to simplify and unify the opt-out process across different tools, making it easier for users to maintain their privacy without having to remember tool-specific environment variables.

Key quotes

· 3 pulled
Many CLI tools, SDKs, and frameworks collect telemetry data by default.
Each one has its own way to opt out.
A proposed standard environment variable for opting out of telemetry, analytics, and tracking in CLI and TUI applications.
Snippet from the RSS feed
A proposed standard environment variable for opting out of telemetry, analytics, and tracking in CLI and TUI applications.

You might also wanna read