Both this piece, and most commenters, seem to miss the point about where Github's value comes from. It's not for being a social identity for programmers, or hosting open-source libraries. Those are worthy pursuits, but from a business perspective mostly serve as marketing. Github is basically Microsoft Word for programmers, and is an essential part of their workflow. Companies that need enterprise functionality aroun…
GitHub Raises $250M at $2B Valuation
201–210 of 416 posts
Re: GitHub Raises $250M at $2B Valuation
#202Earlier quoted context omitted.
https://news.ycombinator.com/item?id=9966118 tl;dr: Observed fact, GitHub disappeared a repo (this I personally know for a fact) and all its forks, the only reason we can surmise is that it described itself as "X for retards". I believe it's this one https://github.com/WebMBro/WebMConverter now described as "WebM for bakas." (Japanglish for idiots or fools). Per this https://imgur.com/QC51FZz it was indeed for the us…
What a curious turn of events. Is "retard" particularly offensive in some cultures? I wasn't aware it had such inflammatory power behind it.
Re: GitHub Raises $250M at $2B Valuation
#203Earlier quoted context omitted.
Did you really claim 2-factor authentication as your primary differentiation for choosing source control? Really? Not one of the actual uses of the application? BTW, GitHub does NOT play well with most CI tools. It's memory management is downright abysmal. As someone who understands the deep workings of source control apps, I hate having to constantly work through issues with devs botching their check ins. I never ha…
Lack of two factor auth is quickly becoming a dealbreaker for me for everything. It doesn't matter _how_ good your webapp/SaaS works - if it's relying on just a password to secure my PII (or worse, my proprietary sourcecode or intellectual property) it's fundamentally broken, bordering on useless.
Re: GitHub Raises $250M at $2B Valuation
#204Earlier quoted context omitted.
my apologies if my tone come across as combative. Slack: 1. I agree on the part about multiple teams, but since I only use it for work, it hasn't really been much of an issue. 2. I never really had any issues w message delivery, I'm on Android though, and it seems like you're on iOS. 3. I also don't remember having any issues w integrations, do you have a specific example of something that it wasn't able to do? 4. Wh…
"Github: 1. I don't really care for Github issues to be honest. We don't use them at work, and for a lot of the open source repos, it's just a bunch of +1s with the occasional constructive comment sprinkled in somewhere." I have a similar probably-not-well-enough-informed opinion of Github issues. Does anyone have a quick example of a (public) Github project using Github issues in an obviously useful way?
Re: GitHub Raises $250M at $2B Valuation
#205Earlier quoted context omitted.
> Did you really claim 2-factor authentication as your primary differentiation for choosing source control? Really? As someone who used to have keys to a number of security-critical OSS projects, I would never use password-only authentication to protect write access to my repo. It's not just the chance of someone sneaking in a change and its getting shipped to users -- although that's also awful -- but it's also the…
> And if you're using a private repository and care about keeping your source code secret, then you really, really, really want 2FA. Um, if I need this, I'm not handing my data to github. Thanks.
Re: GitHub Raises $250M at $2B Valuation
#206Earlier quoted context omitted.
> Did you really claim 2-factor authentication as your primary differentiation for choosing source control? Really? As someone who used to have keys to a number of security-critical OSS projects, I would never use password-only authentication to protect write access to my repo. It's not just the chance of someone sneaking in a change and its getting shipped to users -- although that's also awful -- but it's also the…
> And if you're using a private repository and care about keeping your source code secret, then you really, really, really want 2FA. Um, if I need this, I'm not handing my data to github. Thanks.
Re: GitHub Raises $250M at $2B Valuation
#207Earlier quoted context omitted.
Bitbucket is not as good? Feature-wise they're almost identical.... I use github for my FOSS projects and bitbucket for stuff that shouldn't be public, like for-profit soft and side-projects. If you don't see added value in free unlimited private repos that's not the case for many of us.
I like Github best, but will readily admit it's mostly just because I'm most used to it. Like you I use both, with Bitbucket for my private stuff and Github for the public stuff. The latter mostly because that's where people are.
Re: GitHub Raises $250M at $2B Valuation
#208Earlier quoted context omitted.
Lack of two factor auth is quickly becoming a dealbreaker for me for everything. It doesn't matter _how_ good your webapp/SaaS works - if it's relying on just a password to secure my PII (or worse, my proprietary sourcecode or intellectual property) it's fundamentally broken, bordering on useless.
How two factor auth will prevent loss of your source code? (assuming your password is unique)
I use 2FA on all my personal accounts that support it (Twitter, Github, Gmail, Namecheap, banks).
Re: GitHub Raises $250M at $2B Valuation
#209Earlier quoted context omitted.
It's a perfectly good word that should not be banned: This patch retards the rate of retry attempts after three consecutive failures
It wouldn't be banned in that context.
We live in a world where a guy wants to ban Mel Brooks' The Producers because he doesn't realize it's a satire of Hitler, not an homage. Lots of people don't or won't appreciate context.
Re: GitHub Raises $250M at $2B Valuation
#210Earlier quoted context omitted.
Lack of two factor auth is quickly becoming a dealbreaker for me for everything. It doesn't matter _how_ good your webapp/SaaS works - if it's relying on just a password to secure my PII (or worse, my proprietary sourcecode or intellectual property) it's fundamentally broken, bordering on useless.
How two factor auth will prevent loss of your source code? (assuming your password is unique)