GitHub Hits 1,000,000 users
71–80 of 80 posts
Re: GitHub Hits 1,000,000 users
#72When was this reached? I setup an account a few hours ago and have to wonder if I am the millionth user?? ;-)
Re: GitHub Hits 1,000,000 users
#73Wow, that number almost doesn't seem believable. A million people must be a good chunk of all programmers in the world. This Wikipedia article[1] says there are 612,000 programmers in the US and 522,000 in India. Admittedly old incomplete data but it's easy to see how a million people might be 10-20% of all programmers worldwide. In corporate drone offices I've been in my guess is maybe 10% of programmers have even h…
Do you need an account to be able to report issues or watch projects? Interested bystanders and responsible bug-reporting OSS citizens may account for some of that. I wonder how many of those accounts have active repos of their own?
Re: GitHub Hits 1,000,000 users
#74We're a small four-people workshop, but our repos are easily several gigabytes in size because of the artworks, source photos and similar stuff. We would probably have squeezed under their limit, but did not want to live under the constant threat of growing out of it.
So, I love GitHub, will continue using it for my public stuff, but I am surprised you can't easily host 10-15 GBs of private code even though you're willing to pay $50 a month for it.
Re: GitHub Hits 1,000,000 users
#75Re: GitHub Hits 1,000,000 users
#76Wow, that number almost doesn't seem believable. A million people must be a good chunk of all programmers in the world. This Wikipedia article[1] says there are 612,000 programmers in the US and 522,000 in India. Admittedly old incomplete data but it's easy to see how a million people might be 10-20% of all programmers worldwide. In corporate drone offices I've been in my guess is maybe 10% of programmers have even h…
I imagine there's also a small, but non-trivial number of people on GitHub who wouldn't be readily identified as programmers. For example, I'm acquainted with a civil engineer that's on GitHub so he can contribute to software used with his astronomy hobby.
Re: GitHub Hits 1,000,000 users
#77https://skitch.com/e-dasil003/f5nx6/safari
Unfortunately I couldn't figure out a way to explore user numbers like going to /users/5603 for example. That is actually the route for DELETEing your account, but it doesn't have a GET redirect or anything.
Re: GitHub Hits 1,000,000 users
#78Re: GitHub Hits 1,000,000 users
#79Earlier quoted context omitted.
Then use bitbucket, recently after they updated the website its actually really good service
BitBucket is also very nice for students, their deal gives you unlimited private repos among other things, far more generous than GitHub.
Re: GitHub Hits 1,000,000 users
#80Earlier quoted context omitted.
Please don't ever do this, unless you wish to invite Dropbox's file syncing to destroy your repo. (See http://stackoverflow.com/questions/1964347/mercurial-and-i-g... and http://stackoverflow.com/questions/1960799/using-gitdropbox-... )
The top-rated answer there warmly recommends using Git on top of DB.
Going out on a limb: I'd assume that if you care enough about your data to version it in a git repo, then I'd also assume that you'd not enjoy it exploding because of a sync problem between two computers.