Live data from Hacker News

HomeBrew Analytics – top 1000 packages installed over last year

brew.sh

1–10 of 168 posts

Re: HomeBrew Analytics – top 1000 packages installed over last year

#6
Homebrew's use of analytics still bothers me; specifically, making data public like this. It was supposed to only be used for development efforts, not showing off top-1000 lists. Also, I guess this following statement is - taking the charitable option - out of date.

> Homebrew's analytics are accessible to Homebrew's current maintainers.

https://github.com/Homebrew/brew/blob/master/docs/Analytics....

Yeah, I know, my tinfoil hat is quite elaborate.

EDIT: Like I said, my tinfoil hat is quite elaborate; I already have analytics and automated updating turned off. I like to retain some control over what information is reported back to Google or other projects.

That doesn't somehow boost my confidence in Google and volunteer-run open source projects to properly respect the privacy of their users.

Re: HomeBrew Analytics – top 1000 packages installed over last year

#8
post #6

Homebrew's use of analytics still bothers me; specifically, making data public like this. It was supposed to only be used for development efforts, not showing off top-1000 lists. Also, I guess this following statement is - taking the charitable option - out of date. > Homebrew's analytics are accessible to Homebrew's current maintainers. https://github.com/Homebrew/brew/blob/master/docs/Analytics.... Yeah, I know, my…

Reminder, you can opt out of this with:

    brew analytics off
You can check the current status with:

    brew analytics

Re: HomeBrew Analytics – top 1000 packages installed over last year

#9
post #6

Homebrew's use of analytics still bothers me; specifically, making data public like this. It was supposed to only be used for development efforts, not showing off top-1000 lists. Also, I guess this following statement is - taking the charitable option - out of date. > Homebrew's analytics are accessible to Homebrew's current maintainers. https://github.com/Homebrew/brew/blob/master/docs/Analytics.... Yeah, I know, my…

Let me lend you this handy piece of code, straight from my production codebase, written the day this feature was released.

    # disable homebrew from tracking metrics
    # see https://github.com/Homebrew/brew/blob/master/docs/Analytics.md
    HOMEBREW_NO_ANALYTICS=1
Post reply on HN