Earlier quoted context omitted.
The so what is that the majority of people on HN are developers and the majority of them use Github either personally or with their teams. So a major outage is costing potentially millions of dollars in potentially lost developer time. If you calculate an average hourly of just $50 and a developer loses 20 minutes. Then that outage costs $17 x the number of affected developers. That's a pretty big loss. I'm reading H…
You can't pull code from another node, i.e another developer? Git is distributed, if you want centralised source control use Perforce or SVN or something.
GitHub experiencing a large DDoS attack
71–80 of 105 posts
Re: GitHub experiencing a large DDoS attack
#72I do not understand why GitHub get attacked so often - honestly it's not like they are doing anything wrong, they are a fabulous service and the go-to place for most (if not all) developers for all sorts of projects, be it open source or in an enterprise/corporate context.
Didn't you just answer your question? It is the "go-to" place for most developers.
Re: GitHub experiencing a large DDoS attack
#73Re: GitHub experiencing a large DDoS attack
#74Re: GitHub experiencing a large DDoS attack
#75Re: GitHub experiencing a large DDoS attack
#76Re: GitHub experiencing a large DDoS attack
#77Just a PSA Git is distributed, fire up a quick instance with git daemon. git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
Can you please elaborate?
Re: GitHub experiencing a large DDoS attack
#78Re: GitHub experiencing a large DDoS attack
#79Re: GitHub experiencing a large DDoS attack
#80Earlier quoted context omitted.
Didn't you just answer your question? It is the "go-to" place for most developers.
That doesn't really answer his question. Why would somebody want to inconvenience developers?