HackerTrans
TopNewTrendsCommentsPastAskShowJobs

notelem

no profile record

comments

notelem
·2 tahun yang lalu·discuss
Mac code signing needs the machine id?

https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...

https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...

Why then is the unique machine id collected on Linux?
notelem
·2 tahun yang lalu·discuss
> They collect some telemetry by default

I wondered why every time I upgraded bun macos would pop up a permissions dialog. This explains that.

Anyway, it can be disabled by adding the following to your environment:

    export DO_NOT_TRACK=1
This is the data collected:

https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...

This 64 bit machine_id line is concerning:

https://github.com/oven-sh/bun/blob/801e475c72b3573a91e0fb4c...

It may be a unique identifier for your machine.