Slashdot Mirror


Building a Coder's Paradise Is Not Profitable: GitHub Lost $66M In Nine Months Of 2016 (bloomberg.com)

Though not much popular outside the technology circles, GitHub is very popular among coders around the world. The startup operates a sort of Google Docs for programmers, giving them a place to store, share and collaborate on their work. But GitHub is losing money through profligate spending and has stood by as new entrants emerged in a software category it essentially gave birth to, according to people familiar with the business and financial paperwork reviewed by Bloomberg. From the report: The rise of GitHub has captivated venture capitalists. Sequoia Capital led a $250 million investment in mid-2015. But GitHub management may have been a little too eager to spend the new money. The company paid to send employees jetting across the globe to Amsterdam, London, New York and elsewhere. More costly, it doubled headcount to 600 over the course of about 18 months. GitHub lost $27 million in the fiscal year that ended in January 2016, according to an income statement seen by Bloomberg. It generated $95 million in revenue during that period, the internal financial document says. The income statement shows a loss of $66 million in the first three quarters of this year. That's more than twice as much lost in any nine-month time frame by Twilio Inc., another maker of software tools founded the same year as GitHub. At least a dozen members of GitHub's leadership team have left since last year.

9 of 227 comments (clear)

  1. Before or after? by ckatko · · Score: 5, Informative

    Before or after they started pissing people off by deciding what "was" and "wasn't" an acceptable repo, which magically lined up with SJW views.

    "Opalgate", anyone? Read the comments yourself.

    https://github.com/opal/opal/i...

    https://news.ycombinator.com/i...

    Hiring a SJW, Coraline Ada Ehmke, to run "anti-harassment." (Good thing people on the left never harass anyone.)

    http://www.breitbart.com/tech/...

    The second you start judging what is, and isn't, "moral" (as opposed to acceptable to your standards ala no porn), then people are going to 1) get worried their repo might get affected, or 2) say "fuck you" altogether.

    1. Re:Before or after? by BarbaraHudson · · Score: 5, Insightful

      Threatening to close down a repository (your second link) because someone used the word "retarded" is retarded.

      People who are offended can stand on their own two feet if it's that important to them. SJWs telling them that SJWs need to defend them is just infantilizing them. The whole SJW thing need to die, as do the people milking it for money.

      --
      "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    2. Re:Before or after? by OneoFamillion · · Score: 5, Interesting

      Congratulations, sitting alone here at home, I actually uttered the words "what the f*ck is this sh*t" out loud when I opened that GitHub link. No mean feat, considering how difficult asterisks are to pronounce.

    3. Re:Before or after? by Rob+Riggs · · Score: 5, Insightful

      Yes, it is censorship in the same way that parents washing their child's mouth out with soap is censorship. Which is to say, companies are having to do it because "parents" (if they can be called that) no longer will. So we have a bunch of special snowflakes that think it's OK to be uncivilized shits as adolescents and adults because they were not reared properly as children.

      At the same time you have similar little shits that enjoy taking offense to every possible slight that they can imagine. These people are social retards who delight in picking on the cultural retards. Now we have two apparently socially inept groups engaged in a the most uncultured culture war ever.

      This is the world we live in today.

      They are all dipshits. Both are trolling each other. It is best to just ignore them. Mod them all to hell and let the rest of us converse in peace.

      Add to the mix the professional trolls that are having fun playing both sides. They are trolling us. It is best to just ignore them. Mod them all to hell and let the rest of us converse in peace.

      --
      the growth in cynicism and rebellion has not been without cause
  2. Re:Never saw the point of github by whipslash · · Score: 5, Interesting

    For those who don't know, my company acquired SourceForge along with Slashdot and have been improving it. Redesign coming soon as well. http://arstechnica.com/informa...

  3. Re:Never saw the point of github by TheRaven64 · · Score: 5, Informative
    Lots of things (though a lot of them can be replicated by running GOGS or GitLab on your own machine):

    The most valuable thing is a single sign-on service. I leave a lot more bug reports for open source projects if they're on GitHub: their issue tracker isn't the best, but it doesn't require me to create a new account. The same thing if I want to submit patches: I don't need to subscribe to mailing lists or similar, I just clone the repo, send a pull request, and it's done.

    Every GitHub project has an issue tracker, a web site, and a wiki, all hosted by GitHub. The issue tracker is integrated with the commit log, so I can close issues by simply putting 'Fixes #42' in the commit message and have things automatically cross referenced. The wiki is a git repo, so I don't have to use crappy wiki editing tools, I can clone the repo and edit the files in my favourite text editor. The web site can either be static HTML that you generate and put in a git repo, or it can use Jekyll to generate the HTML from other markup languages on the GitHub servers.

    The pull request mechanism is the thing that GitHub is most well known for. It's closely related to the discussion and code review interface that is the core of the GitHub site. If someone sends a pull request, I can review their code, comment on it, discuss high-level design choices in a thread that's attached to the pull request, and merge it, all from the web interface.

    GitHub exposes a bunch of web APIs that other services use (for example, you can get notifications whenever there's a push to a particular repo). For example, I can set up Coverity scans or use Travis-CI to run the test suite on every commit. Even better, things like Travis integrate with pull requests, so even before I start to review code, I can see if it passes tests. This is even better if the pull request comes with new tests: I can see that they pass, without even doing a checkout.

    GitHub provides private repos, so once you are familiar with the interface, you can use it for internal projects.

    GitHub will generate tarballs from any commit (and they are quick to download). We use this in the FreeBSD ports collection for a load of things. If I want to package something that's on GitHub, it's two lines to specify that it's from GitHub and what commit hash I want and the build system can grab a tarball of that revision and turn it into a package.

    --
    I am TheRaven on Soylent News
  4. Re: Never saw the point of github by whipslash · · Score: 5, Informative

    We eliminated all adware when we acquired SourceForge. Can't speak for the previous owners

  5. Re: Never saw the point of github by whipslash · · Score: 5, Insightful

    We still have over 1 million users per day and 500,000 projects hosted at SourceForge. Would rather do right by them than just start a new brand.

  6. Re: Never saw the point of github by whipslash · · Score: 5, Insightful

    I was a /. and SF fan for a long time. Thought they deserved better