Earlier quoted context omitted.
I have a GitHub account under my real name, but recently I've started using GitHub under a couple of other names instead. There's so much stuff you do in public on GitHub that I want to avoid people doing exactly this kind of analysis on. I wish using multiple identities was at least some level of foolproof though. I have to be careful to configure my local copies of repos to use the correct username, masked email, a…
note that this is technically against their TOS if not using paid accounts: > One person or legal entity may maintain no more than one free Account (if you choose to control a machine account as well, that's fine, but it can only be used for running a machine) https://docs.github.com/en/site-policy/github-terms/github-t...
Getting 10TB of GitHub logs and extracting details of all users and repositories
51–60 of 61 posts
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#52Earlier quoted context omitted.
You can have includeIf sections in your .gitconfig that applies only to things within a certain directory. So you if you create top level directories in your $HOME for your various identities, all you need to do is to make sure you are cloning into and working within the appropriate directory hierarchy.
I do this to separate personal and company repositories on the same machine, and it works flawlessly. An example config looks like: ~/.gitconfig: ``` [includeIf "gitdir:~/Personal/"] path = ~/personal.gitconfig ``` ~/personal.gitconfig: ``` [user] email = {personal email address} ``` And you can have arbitrary numbers of "profiles" like this, as long as each is in their own directory.
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#53Earlier quoted context omitted.
That's one of my favorite parts of reddit. Accounts are just pseudonyms, and you can generate as many as you want. I personally generate a new one every few months, which helps keep too much identifying data from building up over time.
and they're all identifiably attached to your metadata package(s)
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#54Earlier quoted context omitted.
internet would be better with total anonymity.
[flagged]
And it's hard because there's so many ways someone could make connections that aren't immediately obvious. For example, I used to have my home's IP address set as a subdomain of the same one I use for email (for VPNing in). But later I thought about it and realized that anyone could easily look at the DNS records for my domain and know more than I really want them to.
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#55Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#56Earlier quoted context omitted.
note that this is technically against their TOS if not using paid accounts: > One person or legal entity may maintain no more than one free Account (if you choose to control a machine account as well, that's fine, but it can only be used for running a machine) https://docs.github.com/en/site-policy/github-terms/github-t...
internet would be better with total anonymity.
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#57Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#58Earlier quoted context omitted.
Is this even GDPR compliant ?
GitHub is already a GDPR joke. They won’t delete anything less than an entire account
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#59Earlier quoted context omitted.
Don't blame the archiver who is only doing what is allowed of them by Github. If you don't want to be public don't be public. Other archivers aren't making themselves publicly known but have the data all the same.
Just because you can perve on people at a nudest beach doesn't mean you should. Society frequently has norms and unwritten rules that we usually follow. Not every rule needs to be written down as law.
While on github there is no rule like that.
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#60Earlier quoted context omitted.
Just because you can perve on people at a nudest beach doesn't mean you should. Society frequently has norms and unwritten rules that we usually follow. Not every rule needs to be written down as law.
Those beaches have rules. You are not allowed to take pictures. While on github there is no rule like that.
Doesn't make it any less creepy.