mleku @mleku - 2mo
i feel this way also and it really grinds my gears when i see opentelemetry how about i can disable that being added to the binary? i haven't looked closely into it though, but i'm pretty sure that it can be, just they don't even think for a moment that would be, you know, a sensible idea in my work, this can be done with a build tag, and the offensive things can be purged from the produced binaries
yeah, #golang has features that make this really easy, mainly the`//go:build` tags which let you define defaults and enable features with compilation flags... like https://realy.lol has by default the use of bitcoin core secp256k1 signatures (not yet ECDH tho >_< ) and you can turn it off by disabling CGO, the FFI that allows you to include C libraries