I like to think about little hacks to increase my #privacy while working on code. Lots of build systems fetch all sorts of things from the network, and send all sorts of data. #Android, #Flutter, and others have opt-out tracking. One little hack I have going is to force #Gradle to fetch #Maven dependencies over #Tor (except from #Google which blocks Tor). https://gitlab.com/-/snippets/3642145