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…
Private repos are still off limits for this sort of analysis correct?
Getting 10TB of GitHub logs and extracting details of all users and repositories
21–30 of 61 posts
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#22I'm a big fan of neat statistical analyses, but when I look at the archive site https://www.gharchive.org/ , the overwhelming feeling I have is "creeped out". Taking periodic snapshots of repositories and their issues and wikis sounds good, but do we really need a log of every time someone watches an issue, and every commit message being irrevocably set on public record? That level of details on individual activity s…
"Stellar Wind" is a good place to start.
Including, but of course not limited to, every communication made by any person within the United States (or outgoing) for the better part of two decades. Internet traffic, communications, all of it.
https://oig.justice.gov/reports/2015/PSP-09-18-15-vol-III.pd...
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#23I'm a big fan of neat statistical analyses, but when I look at the archive site https://www.gharchive.org/ , the overwhelming feeling I have is "creeped out". Taking periodic snapshots of repositories and their issues and wikis sounds good, but do we really need a log of every time someone watches an issue, and every commit message being irrevocably set on public record? That level of details on individual activity s…
Is this even GDPR compliant ?
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#24Earlier 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
#25Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#26The background with static noise really bothers me. Will have to skip reading till they provide a disable button.
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#27Earlier 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…
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.
~/.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
#28[flagged]
Even https://archive.ph/atw1q didn’t work correctly on the page, it just ceases to scroll after a point.
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#29Earlier quoted context omitted.
internet would be better with total anonymity.
[flagged]
Re: Getting 10TB of GitHub logs and extracting details of all users and repositories
#30I'm a big fan of neat statistical analyses, but when I look at the archive site https://www.gharchive.org/ , the overwhelming feeling I have is "creeped out". Taking periodic snapshots of repositories and their issues and wikis sounds good, but do we really need a log of every time someone watches an issue, and every commit message being irrevocably set on public record? That level of details on individual activity s…
Is this even GDPR compliant ?