It seems a certainty to me that github will be breached one of these days, and all internal data (i.e., private repos) made public. On that day, so many companies will inadvertently become open source! Do we have any info on what steps github takes to prevent this? I ask as a paying customer (with both personal and corporate accounts).
On that day, so many companies will inadvertently become open source! Well, no. They would be inadvertently source-available. If the license doesn't comply with the Open Source Definition, it's not open source. EDIT: Downvoted as usual for correcting false impressions about how free software and open source works.
GitHub had connectivity problems
151–160 of 175 posts
Re: GitHub had connectivity problems
#152Re: GitHub had connectivity problems
#153All these ideas like "let's fetch our deps directly from github" sound good until github is not down.
Re: GitHub had connectivity problems
#154All these ideas like "let's fetch our deps directly from github" sound good until github is not down.
Or "let's move our entire business workflow to github!". Doh! This is why you should run indefero/srchub/gitlab or any of the other self hosted source code control apps.
Re: GitHub had connectivity problems
#155Well that's me not able to work.
That might not be your specific problem, but I'm guessing a few people have this problem today. I'm glad I check my libraries into my local repository :) Using a local fall-back for popular libraries hosted on cdns is a good idea too.
To be fair, I don't do it because I think it's stupid not to, I do it because I often work on my laptop while travelling and have to be able to continue to work without an internet connection :)
Re: GitHub had connectivity problems
#156Earlier quoted context omitted.
If such a massive scale breach would happen, it would probably have to take weeks because GitHub probably has so much data. (I would guess on the order of hundreds of TB or a few PB). It would be more likely to just have handful of high visibility repos.
You're probably right. It's unlikely that a hacker would care about my private repos. That being said, I'm also curious about GitHub's efforts to prevent such a scenario.
Re: GitHub had connectivity problems
#157It seems a certainty to me that github will be breached one of these days, and all internal data (i.e., private repos) made public. On that day, so many companies will inadvertently become open source! Do we have any info on what steps github takes to prevent this? I ask as a paying customer (with both personal and corporate accounts).
"We use better than industry standard encryption on private repo data, encrypted with AES-1024 and encrypted in transit via TLS-3 etc etc..."
But, I don't know. What was that quote? "Don't put anything on the internet that you wouldn't want to see on your grandma's coffee table."
Re: GitHub had connectivity problems
#158It seems a certainty to me that github will be breached one of these days, and all internal data (i.e., private repos) made public. On that day, so many companies will inadvertently become open source! Do we have any info on what steps github takes to prevent this? I ask as a paying customer (with both personal and corporate accounts).
On that day, so many companies will inadvertently become open source! Well, no. They would be inadvertently source-available. If the license doesn't comply with the Open Source Definition, it's not open source. EDIT: Downvoted as usual for correcting false impressions about how free software and open source works.
Are you seriously suggesting that the OP you responded to was comparing "stolen" or "leaked" software to open source? That is probably why you're being downvoted, not because people around here have a false impression as to what constitutes open-source.
Re: GitHub had connectivity problems
#159Re: GitHub had connectivity problems
#160Earlier quoted context omitted.
On that day, so many companies will inadvertently become open source! Well, no. They would be inadvertently source-available. If the license doesn't comply with the Open Source Definition, it's not open source. EDIT: Downvoted as usual for correcting false impressions about how free software and open source works.
" EDIT: Downvoted as usual for correcting false impressions about how free software and open source works. " Are you seriously suggesting that the OP you responded to was comparing "stolen" or "leaked" software to open source? That is probably why you're being downvoted, not because people around here have a false impression as to what constitutes open-source.
Moreover, it reflects a critical flaw in the open source dogma as compared to free software. Open source puts source code at the forefront, which is fallacious. The key elements are the ability to run unfettered, study, modify and redistribute identical or modified versions. The source code is a necessary precondition for properly exercising those freedoms, but not a central focus in any real sense. It is easy to misinterpret "open source" as being about publicly viewable source code, and many companies have exploited this to their advantage presently or in the past (GitHub with Atom, Epic Games with UE4, etc.)