Slashdot Mirror


Microsoft Is Said to Have Agreed to Acquire Coding Site GitHub (bloomberg.com)

Bloomberg reports:
Microsoft Corp. has agreed to acquire GitHub Inc., the code repository company popular with many software developers, and could announce the deal as soon as Monday, according to people familiar with the matter. GitHub preferred selling the company to going public and chose Microsoft partially because it was impressed by Chief Executive Officer Satya Nadella, said one of the people, who asked not to be identified discussing private information. Terms of the agreement weren't known on Sunday. GitHub was last valued at $2 billion in 2015.

GitHub is an essential tool for coders. Many corporations, including Microsoft and Alphabet Inc.'s Google, use GitHub to store their corporate code and to collaborate. It's also a social network of sorts for developers. While GitHub's losses have been significant -- it lost $66 million over three quarters in 2016 -- it had revenue of $98 million in nine months of that year.

On Friday, it was reported that Microsoft was in talks with GitHub about an acquisition. Now it seems like it's actually happening.

Update: Our sister site, SourceForge, has weighed in. Here is a tool that will import your GitHub project to SourceForge.
Update #2: Already, we are seeing plenty of backlash over this news. One user has started a petition to stop Microsoft from buying GitHub.
Update #3: It's official. Microsoft has acquired GitHub for a whopping sum of $7.5B.

196 of 323 comments (clear)

  1. Well tat certainly explains this: by Cornwallis · · Score: 4, Insightful
    1. Re:Well tat certainly explains this: by fisted · · Score: 1

      Which is retarded since it conflates git and GitHub.

    2. Re:Well tat certainly explains this: by SeaFox · · Score: 1

      Maybe they shouldn't have posted as AC, since most people wouldn't have seen the comment to start with.

    3. Re: Well tat certainly explains this: by fisted · · Score: 1

      $ man git | grep -A1 ^NAME
      NAME
                    git - the stupid content tracker

    4. Re:Well tat certainly explains this: by Anonymous Coward · · Score: 5, Interesting

      What's the business model, inquiring minds want to know?

      How long until you need a microsoft account to use github?

      How long until commercial customers also need to subscribe to Office 365?

      Given other activity by Microsoft, I wonder if Software Freedom Conservancy needs to step in and protect the Git mark.

      (https://www.git-scm.com/about/trademark section 2.3)

    5. Re:Well tat certainly explains this: by wizkid · · Score: 1

      Oh just give micro shat your name address phone number and date of birth now and get it over with

      You forgot SSN, employer and income and Credit card#.

      $M needs it all

      --
      I take no responsibility for what I say. Even though I'm never wrong :)
    6. Re: Well tat certainly explains this: by SeaFox · · Score: 1

      You're right. What would I do without my daily dose of homophobic poetry and spam posts from India?

    7. Re: Well tat certainly explains this: by Anonymous Coward · · Score: 1

      Norman the Psychopathic AI will be joining the bot conversation soon ... get ready for a new twist of dark humour.

    8. Re:Well tat certainly explains this: by Joce640k · · Score: 1

      How long until you need a microsoft account to use github?

      It's as if the voices of a million geeks just cried out in pain, then were silenced.

      --
      No sig today...
  2. Time to leave by Anonymous Coward · · Score: 1

    Least you're prepared to give Microsoft a perpetual license to use your code in any way they see fit.

    1. Re:Time to leave by Anonymous Coward · · Score: 5, Funny

      You know what they'll put in the usage terms with regard to what you are allowed to do with your project?

      You can check out any time you want, but you can never leave.

    2. Re: Time to leave by reanjr · · Score: 2

      Well shit. That's gonna seriously impact all my MIT licensed code on GitHub...

    3. Re: Time to leave by ls671 · · Score: 2

      It is easy to replicate git repositories. So easy it is a piece a cake compared to moving a cvs or another centrally managed repository. In git, every repository is equal whether it is local, on github, sourceforge etc.

      Just replicate the repositories to your environment, then, just push it to a new remote. The new remote will have everything. I regularly do this to pull from our GitLab environment and push specific public changes to GitHub or other specific changes to companies git repositories. You can pretty much control whatever you wish to propagate.

      --
      Everything I write is lies, read between the lines.
    4. Re: Time to leave by cyber-vandal · · Score: 2

      Microsoft already something a bit like Github called VSTS and so far haven't claimed any right to any code on there.

    5. Re:Time to leave by x0ra · · Score: 1

      Technically any cloud provider already has access to your code, included compiled code if you're running a CI/CD pipeline there...

    6. Re:Time to leave by Z80a · · Score: 1

      That sounds like a lot of trouble for microsoft, as well ibm, apple etc depends on stuff in github and they may get lawyer happy.
      But doing some sneaky datamining and using it to basically get their paws on the good programmers on the platform before the other corporations can touch em is a thing i'm pretty sure they will do.

    7. Re:Time to leave by x0ra · · Score: 1

      Well, that might be true, but they are not really in a position to change their terms of use behind your back and simply say "all your code are belong to us" quite the same way - plus, they are not Microsoft. It has happened before, and those times Microsoft weren't even involved. You expect better from them!? The only company which would probably be worse would be Oracle...

      or Apple or Amazon. The latter is even worse as they also have access to most companies' data.

    8. Re:Time to leave by konohitowa · · Score: 1

      Congratulations. You understood the reference.

  3. Why are unprofitable companies worth so much? by StandardCell · · Score: 4, Interesting

    It remains to be seen how much Microsoft has paid for GitHub, but why pay anything if they're unprofitable?

    I keep seeing the same behavior that happened during the first dotcom boom - companies valued at stupid multiples of "earnings", including what are technically negative earnings, being valued far in excess of their worth. A company is only worth its future profits discounted at the rate of the next best investment of that money, minus its initial and ongoing investments. The longer it takes to return a profit, the exponentially more difficult it is to recover the initial investment. Only a fundamental change or an external factor like currency inflation can distort that picture into a supposedly rosy one.

    Perhaps GitHub can have some of its cost structures reduced by riding on Microsoft's coattails. Perhaps there's some breakthrough that Microsoft can see with them, although I don't think there's a tremendous synergy there. The basic model has been there before (SourceForge), and it could technically be duplicated again by someone else. Many developers/repos will simply bail due to Microsoft's history of changing business terms. Heck, they rolled "Teams" out which is supposed to compete with Slack.

    More power to the current owners of GitHub if they get bought out, as it's a great tool. I just think P.T. Barnum really was right, and I'm waiting for the other shoe to drop in this latest boom.

    1. Re:Why are unprofitable companies worth so much? by Anonymous Coward · · Score: 1

      According to some accounting, user-base = $$

      I guess it's all about having the potential to screw over as many people as possible for money.

    2. Re:Why are unprofitable companies worth so much? by SeaFox · · Score: 1

      It remains to be seen how much Microsoft has paid for GitHub, but why pay anything if they're unprofitable?

      Because thanks to the magic of ToS that can be changed on a whim, Microsoft can just magik in a "all your codes belongs to us" clause.

    3. Re:Why are unprofitable companies worth so much? by multi+io · · Score: 1

      GitHub has been profitable for years.

    4. Re:Why are unprofitable companies worth so much? by jbgroup1 · · Score: 1

      It remains to be seen how much Microsoft has paid for GitHub, but why pay anything if they're unprofitable?

      Because thanks to the magic of ToS that can be changed on a whim, Microsoft can just magik in a "all your codes belongs to us" clause.

      "all your codes are belong to us"--FTFY

    5. Re:Why are unprofitable companies worth so much? by Anonymous Coward · · Score: 1

      If you think that ToS are enforceable, then why not simply change it to say that everyone visiting the website must pay 1 million dollars?

    6. Re:Why are unprofitable companies worth so much? by Anonymous Coward · · Score: 1

      It remains to be seen how much Microsoft has paid for GitHub, but why pay anything if they're unprofitable?

      Because capitalism is a zero-sum game after all. Your assets are worth more when you destroy the other people's assets. GitHub is a tool that has made developing free software enjoyable. Being owned by Microsoft obliterates the fun in one swell swoop. What remains will be shriveled up by a cascade of Terms of Service changes.

    7. Re:Why are unprofitable companies worth so much? by PolygamousRanchKid+ · · Score: 5, Interesting

      It remains to be seen how much Microsoft has paid for GitHub, but why pay anything if they're unprofitable

      The classic Economics answer, is that you believe that it is unprofitable because it is poorly managed, and that you can do a better job of managing it to profitability. This usually means that you can integrate it with your existing businesses, streamline, and cut a lot of costs. This also usually includes massive layoffs at the purchased company, accompanied by folks jumping ship to look elsewhere for a job, before they are eventually fired.

      IBM's ThinkPad business was unprofitable when Lenovo bought it. Lenovo turned it around into profitability.

      Of course, there are often other ulterior motives. Microsoft bought Nokia because they thought Nokia built hardware would help Windows Phone be a success.

      Microsoft was wrong. So they did what any other rational investor would do . . . cut your losses and let it die.

      We'll see in about a year what Github's fate is . . . profitability . . . or death . . .

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    8. Re: Why are unprofitable companies worth so much? by MachineShedFred · · Score: 4, Interesting

      Microsoft just bought developer mindshare. And, I'll bet there is a behind-the-scenes migration of GitHub's hosting to Azure before 2019 as they can just use unused cloud compute resources that would be idle cycles otherwise to host.

      What does that do to the cost model?

      --
      Slashdot still doesnâ(TM)t support Unicode after it was added to the HTML standard in 1997.
    9. Re: Why are unprofitable companies worth so much? by reanjr · · Score: 4, Insightful

      GitHub is highly strategic. It's value extends beyond its revenue to its brand, its momentum, and its position at the crux of the exceedingly important developer demograpchic. If they mostly sit on it, they can use it to effectively push MS's FOSS projects over competitors that marginalize MS's own proprietary products.

      What comes to mind for me is Node.js. It's one of the first really popular developer platforms to come around that really made Windows a second class citizen. MS has pushed their way into the community and found solutions to those issues, but it shows how MS is vulnerable in this space.

      Especially since their biggest desktop competitor (OS X) is much more compatible with their largest server competitor (Linux), and aligned with the mobile OSes which actively undermine MS's position as a dominant player. It's a perfect shit storm for MS.

    10. Re: Why are unprofitable companies worth so much? by guruevi · · Score: 5, Insightful

      Not necessarily. A lot of companies will acquire and keep running losses on those just to keep the market share, account information or some integration or whatever is actually "valuable" in the grander scheme of things. Some things just aren't expressed in money.

      Microsoft has been chasing developers since Ballmer got forced out. With low cost or free development cloud infrastructure and free dev tools, hardware and software. They think the future is going to be in custom middleware in the cloud and they're betting big on it.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    11. Re: Why are unprofitable companies worth so much? by Anonymous Coward · · Score: 1

      GitHub is highly strategic. It's value extends beyond its revenue to its brand, its momentum, and its position at the crux of the exceedingly important developer demograpchic.

      Well, the free GitHub project license already includes the condition that your project may be terminated and removed at any time for any reason. Say if you host something legal but inconvenient for Microsoft on GitHub? You know, stuff like Samba, or ReactOS, or CoreBoot. Projects like that can just be nipped in the bud.

    12. Re:Why are unprofitable companies worth so much? by Kjella · · Score: 1

      Why are unprofitable companies worth so much?

      I think the short answer is that if you have anything that's big and popular somebody will buy it and try to monetize it or integrate it into their portfolio. Consider it a way of buying access to a market, even if the app with a million users isn't making money it's a million people you could try to sell some add-on service to. And you wouldn't be cold calling them, the option would be there teasing you whether it's selling hats in TF2 or Azure cloud hosting. Unless the bubble bursts and nobody wants to make a bet on your users, but in a normal market there's always somebody.

      --
      Live today, because you never know what tomorrow brings
    13. Re: Why are unprofitable companies worth so much? by Anonymous Coward · · Score: 4, Informative

      > migration of GitHub's hosting to Azure

      Interesting tactic. If I remember correctly from what my friend said that's a director at Mindtree that does support for Azure, they have over 700 services of which many basically see no usage. The list:

      https://azure.microsoft.com/en-us/services/

      I guess if you can't get people to use your products, buying customers is your only choice. I just wish they would reduce prices instead. In our trial, we found that Azure was about 25% more expensive than AWS for our use case.

    14. Re: Why are unprofitable companies worth so much? by cyber-vandal · · Score: 1

      They come out with new features all the time but are really crap at advertising them.

    15. Re:Why are unprofitable companies worth so much? by novakyu · · Score: 2

      Because there is a difference between "you must pay 1 million dollars" and "That 1 million dollars you have given us for 'safe keeping' is now ours."

      If they could work out the legal arrangement right, Microsoft's TOS change could be closer to the latter than former.

    16. Re:Why are unprofitable companies worth so much? by NicknameUnavailable · · Score: 1

      Perhaps GitHub can have some of its cost structures reduced by riding on Microsoft's coattails. Perhaps there's some breakthrough that Microsoft can see with them, although I don't think there's a tremendous synergy there. The basic model has been there before (SourceForge), and it could technically be duplicated again by someone else. Many developers/repos will simply bail due to Microsoft's history of changing business terms. Heck, they rolled "Teams" out which is supposed to compete with Slack.

      Perhaps Microsoft modifies the EULA to allow themselves to patent and use without attribution any open source code posted to GitHub. Oh wait, that's exactly what this is and not any of the things you said.

    17. Re:Why are unprofitable companies worth so much? by jythie · · Score: 1

      One issue is too much investment capital (and its associated expectations) and not enough good opportunities to invest it in. It is one of the things causing behind the scenes friction with the 'trade deficit' obsession we see today. A lof that trade money comes back as investment dollars, which increases competition for investment opportunities that domestic investors have to fight over.

    18. Re: Why are unprofitable companies worth so much? by jgfenix · · Score: 2

      Sometimes they buy companies that they think could be a menace to their business in the future. I think this is one of the reasons for Whatsapp's acquisition by Facebook.

    19. Re:Why are unprofitable companies worth so much? by zippthorne · · Score: 1

      Oh, Is it time for the meme redux?

      --
      Can you be Even More Awesome?!
    20. Re: Why are unprofitable companies worth so much? by Billly+Gates · · Score: 3, Interesting

      The cost model is you will see github called VIsual Studio Github 365 online. Sure you can use the web interface for free like Office 365 but the real goodies requires Visual Studio or Visual Studio Code if you are poor or on Linux.

      We will see gVFS Git Virtual File System and backup utilities for larger projects and online collobaration tools added ... but they require a Visual Studio subscription to turn these on etc. But for simple things it will remain free.

      This is what happened to LinkedIN. It is still free but if you want to post your resume or make networking connections with customers or talk to HR it costs $30 a month for the pro version etc.

      Since MS submitted GVFS to Linus he can fork it and offer the same service for free with another provider if this becomes a problem.

    21. Re:Why are unprofitable companies worth so much? by Lennie · · Score: 1

      Looks like new ideas you can build a company around that attracts lots of users (aka be first) are 'worth' the most.

      --
      New things are always on the horizon
    22. Re: Why are unprofitable companies worth so much? by Lennie · · Score: 1

      Github is build as a distributed system, I don't think the infrastructure below it is all that hard to move to an other provider.

      --
      New things are always on the horizon
    23. Re:Why are unprofitable companies worth so much? by jszpilewski · · Score: 1

      It may be more about the brand recognition then profits. Creating a world leading product/service is not that simple even for the big companies (remember Codeplex?) but owning one brings some credits to the company brand and their other services. GitHub is the open source platform of these days and Microsoft themselves are currently having over 1800 public repositories there. So integrating the whole platform will just let them feel more at home there and earn some credits for owning the top code sharing platform.

      It should not affect small businesses who already took a decision to host their code externally. Chances are high that with Microsoft supervision the platform will be even more secure. Only Google and the likes may be concerned by being depended on services run by their competitors and move to alternative places.

    24. Re:Why are unprofitable companies worth so much? by Cederic · · Score: 1

      Somehow I can't see that one getting through in court. Even in the US.

    25. Re: Why are unprofitable companies worth so much? by reanjr · · Score: 1

      Given MS's recent purchare of LinkedIn, I'd say that sounds accurate.

    26. Re:Why are unprofitable companies worth so much? by multi+io · · Score: 1

      You're right, I was confused.

    27. Re:Why are unprofitable companies worth so much? by novakyu · · Score: 1
  4. ICKY POO!!!!! by Anonymous Coward · · Score: 1

    ICKY POO!!!!!

  5. Millions of repos suddenly cried out in terror by Anonymous Coward · · Score: 5, Funny

    And were suddenly erased.

  6. Goodbye then, Github by fisted · · Score: 3, Insightful

    Why hello, Gitlab

    1. Re:Goodbye then, Github by AmiMoJo · · Score: 4, Informative

      I hear Bit Bucket is good too.

      Both offer unlimited private repos.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    2. Re:Goodbye then, Github by Anonymous Coward · · Score: 1

      People should have abandoned Github years ago when they declared meritocracy to be problematic and began banning people for not being racist or sexist.

    3. Re:Goodbye then, Github by Anonymous Coward · · Score: 3, Informative

      Gitlab is a dumpsterfire on resources. It uses 12GB RAM and 0.5 load avg on an E3-1270v6 while *sitting idle*.

      Self-hosted gogs is the way to go. It runs on a raspberry pi or in the cloud on a $2/mo bargain basement VPS no problem.

    4. Re:Goodbye then, Github by Memnos · · Score: 2

      Bitbucket works pretty well, especially within the rest of the Atlassian suite. Of course then you're within a bit of walled garden as far as higher level interaction with the VCS, but it's still standard Git repos at the base of it, unless you go with Mercurial. It's free for a small number of developers in a private repo, and pretty cheap at scale.

      --
      I don't trust atoms -- they make up stuff.
    5. Re:Goodbye then, Github by ctilsie242 · · Score: 1

      There is always Amazon CodeCommit...

    6. Re:Goodbye then, Github by Anonymous Coward · · Score: 3, Informative

      Gitea is a fork with more features and security patches that has left Gogs behind.

    7. Re:Goodbye then, Github by fisted · · Score: 1

      Yeah, no.

    8. Re:Goodbye then, Github by telek83 · · Score: 2

      It is? Maybe you have configured gitlab wrong, but right now the entire VM it's setting on here is only 2.3GiB hardly 12GiB as you say. Oh and this is the stock Debian package. Have a different result? Then your distro is a dumpster file and you should git rid of it. (using your logic)

    9. Re:Goodbye then, Github by phantomfive · · Score: 1

      Hopefully you have a better reason other than "Yeah no" which is somewhat oxymoronic at that. In your opinion, what's wrong with Amazon CodeCommit?

      --
      "First they came for the slanderers and i said nothing."
    10. Re:Goodbye then, Github by e432776 · · Score: 3

      My laziness in never moving from Sourceforge appears to be .. paying off??

    11. Re:Goodbye then, Github by Lennie · · Score: 1

      Thank you that looks interesting.

      --
      New things are always on the horizon
    12. Re:Goodbye then, Github by Lennie · · Score: 1

      I guess the point is:
      not interested in dealing with/depending on an other company.

      --
      New things are always on the horizon
    13. Re: Goodbye then, Github by Lennie · · Score: 2

      For the company I work at, we were already running Gitlab.

      Had already set up Gitlab for my personal private repos on a server I run for my personal projects.

      Today I learned Gitea also exists. That could mean, even less resource usage.

      --
      New things are always on the horizon
    14. Re:Goodbye then, Github by TFlan91 · · Score: 1

      I use gitlab, and I have to agree with what GP said, gitlab will use everything it can get it's hands into.

      I tried looking into why, apparently some issue with Ruby on rails memory management.

      Long story short, if you use gitlab, put it on its own server with nothing else running, give it 2 CPUs and 4 GB of RAM, and you'll be fine.

    15. Re:Goodbye then, Github by AmiMoJo · · Score: 1

      Interesting that this comment was modded "overrated". Some shills at work perhaps? Or just my usual stalkers.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  7. Just moved everything off and deleted my account by Anonymous Coward · · Score: 1

    Bye, GitHub.

  8. All your code now belongs to Microsoft! by Anonymous Coward · · Score: 1

    Time to get out to github, ASAP!

  9. Re:Just moved everything off and deleted my accoun by Rosco+P.+Coltrane · · Score: 3, Insightful

    Same here.

    But I'm a nobody, and my OSS project are of little importance. What matters the most now is migrating this away from the Microsoft trap...

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  10. Developers Developers Developers by Anonymous Coward · · Score: 1

    Microsoft just doesn't know how to make friends and keeps trying to buy them.

  11. Nope nope nope by Anonymous Coward · · Score: 1

    No way. Dumped Skype and Linkedin after they bought them too.

    But I'm just a $20 a month small fry and that's ok, they won't miss my money. This is obviously a way to lock-in corporate revenue and boot the little guys out. Again, that's capitalism and it's fine too.

    Bottom line, Github is officially now a zombie corpse.

    1. Re:Nope nope nope by NicknameUnavailable · · Score: 1

      This is obviously a way to lock-in corporate revenue and boot the little guys out.

      It's probably a lot more nefarious than that. All they have to do is add a sentence to the EULA granting them rights to the code posted on the platform and 99% of the projects there will blindly hit accept before realizing it.

  12. It was nice while it lasted by l0ungeb0y · · Score: 3, Insightful

    But now that MS has acquired Github, it too shall be turned to shit just like practically every other online acquisition MS has made since... ever. Time to move to Bitbucket or Gitlab

  13. Re:Defections by Anonymous Coward · · Score: 2, Funny

    Let me put an image in your mind:

    "developers! Developers!! DEVELOPERS!!!"
    "developers! Developers!! DEVELOPERS!!!"
    "developers! Developers!! DEVELOPERS!!!"
    "developers! Developers!! DEVELOPERS!!!"
    "developers! Developers!! DEVELOPERS!!!"
    "developers! Developers!! DEVELOPERS!!!"
    "developers! Developers!! DEVELOPERS!!!"
    "developers! Developers!! DEVELOPERS!!!"

  14. Re:dendad by Chris+Mattern · · Score: 4, Funny

    Have they never heard "If it aint broke, don't fix it"?

    Microsoft believes in, "It it ain't broke, how are we supposed to make money on support contracts?"

  15. Re: So glad by Boh00711 · · Score: 3, Interesting

    Why does everyone expect digital/virtual goods and services to be free? And then those same people flip shit about the advertising and sales of submitted and extrapolated data about them. The resources to host this stuff, and do so reliably, quickly, and securely, is not cheap. The cost to continue improving it is not cheap. Explain to me, please, why you expect a whole lot of something for absolutely nothing.

  16. All Your Repos by Memnos · · Score: 3, Insightful

    are belong to us.

    --
    I don't trust atoms -- they make up stuff.
  17. Re:Go fuck yourself, SourceForge by 93+Escort+Wagon · · Score: 5, Insightful

    Sourceforge offers git, so it seems like a perfectly reasonable bit of self-promotion to add. And it’s not like Whipslash is removing mentions of the other possible places people might consider migrating to.

    Z Shell’s home is on SourceForge. If I wanted to take the time, I could come up with other prominent SF denizens for you - but regardless it’s apparent not everyone shares your sentiments.

    The current owners do seem to be trying to turn SF back into a useful home for open-source projects. It looks to me like they've removed most/all of the crappy behaviors put in place by Certain previous owners. It’s not the only game in town... but it’s a legitimate competitor again.

    --
    #DeleteChrome
  18. Re:dendad by SvnLyrBrto · · Score: 3, Informative

    > Have they never heard "If it aint broke, don't fix it"?

    You obviously don't remember Hotmail; before gates and company sank their fangs into it, that is.

    --
    Imagine all the people...
  19. Re:Go fuck yourself, SourceForge by whipslash · · Score: 5, Informative

    Thanks 93. I appreciate it. Sometimes I feel like someone saw it fit to burn down a museum and all the contents inside, and I stepped in to put out the fire, yet I still get some really vile hatred. In case anyone is wondering, here's what we've done since we acquired SourceForge in 2016 https://sourceforge.net/blog/i...

  20. Uh yeah... no by HarrySquatter · · Score: 1

    Update: Our sister site, SourceForge, has weighed in.

    Hey cool. The Digg of source code repositories still thinks it’s relevant.

    1. Re:Uh yeah... no by Anonymous Coward · · Score: 3, Interesting

      Update: Our sister site, SourceForge, has weighed in.

      Hey cool. The Digg of source code repositories still thinks it’s relevant.

      They aren't relevant yet. This is the second chance. One of GitLab, Sourceforge, BitBucket or a completely new entrant is going to end up the winner. The question is, which one? Let's start the bidding war.

      I believe the opening bid is GitLab with, "you can get a reasonable open source version of the bits of our web site you care about but without the statistics and other commercial features". Who's going to raise us a statistics module?

  21. Brace Yourselves by multi+io · · Score: 1

    Come tomorrow morning, millions of CI pipelines will break. Nobody will remember npm left-pad anymore.

  22. Sourceforge needs to stay dead by Anonymous Coward · · Score: 1

    Shipping malware in their releases should have been enough to end them.

    1. Re:Sourceforge needs to stay dead by whipslash · · Score: 2

      Completely different owners did that. We got rid of all that nonsense in 2016

    2. Re:Sourceforge needs to stay dead by im_thatoneguy · · Score: 1

      We got rid of all that nonsense in 2016

      Switch from Microsoft and their evil 1995 practices to our product... we've been non-evil since 2016!

    3. Re:Sourceforge needs to stay dead by whipslash · · Score: 1

      Again, completely different ownership. Our only history is removing all that crap and spending a lot of time and resources on improvements.

  23. Re:Just moved everything off and deleted my accoun by Memnos · · Score: 1

    This place is also loaded with people who feel that they must hate the thing that is currently cool to hate. Hipsterizing your every thought is an effective way to avoid actually thinking. Of course MS is not anywhere close to pure, but not pure evil either. They will tend to act in what they perceive their best interests to be. The key is to guess how they will perceive them. Satya seems to have a reasonably evolved view on such things, so I don't expect any truly stupid shit to happen. Of course, that's not always the case with any company, small or large.

    --
    I don't trust atoms -- they make up stuff.
  24. Obviously.... by beheaderaswp · · Score: 5, Insightful

    That's where my code won't be.

    No way.

    I've been kicked in the face, in a business damaging way, by Microsoft acquisitions. In fact a couple of times.

    There's no way that my intellectual property, open source or not, will be under Microsoft control.

    --
    Another consultant who stuck it out.

    "We are the Priests, of the Temples of Syrinx..."
    1. Re:Obviously.... by lfilipoz · · Score: 1

      Exactly this. I'll be moving to bitbucket (thanks Atlassian).

  25. Re:Bwahahaahahah by HarrySquatter · · Score: 1

    Sourceforge fucked over itself by becoming an ad-infested, malware-peddling shithole. It’s cute that the people running it still think anyone cares.

  26. Re: So glad by Ol+Olsoc · · Score: 5, Insightful

    Why does everyone expect digital/virtual goods and services to be free? And then those same people flip shit about the advertising and sales of submitted and extrapolated data about them.

    Y'all got any more of that good strawman? Who is this everybody?

    The resources to host this stuff, and do so reliably, quickly, and securely, is not cheap. The cost to continue improving it is not cheap. Explain to me, please, why you expect a whole lot of something for absolutely nothing.

    That is all beside teh point. This is Microsoft, they manage to turn things to shit very quickly. Perhaps they will raise GitHub to the quality of their Windows 10 updates, eh? I wouldn't be surprised if the first thing they do is require a Microsoft account to access anything as well.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  27. root canal bingo by epine · · Score: 2

    Microsoft might not ruin this, but on their history, I'll actively have one foot out the door, rather than passively.

    I was somewhat active on LinkedIn — until Microsoft bought it.

    I was somewhat active on Goodreads — until Amazon bought it.

    Because with these large corporations, you just never know what of retroactive TOS root canal is coming down the turnpike, on any given day.

    Once these corporations get to a certain size, it almost takes radioactive blow-back from the community to deflect their course in any meaningful way. And I don't enjoy the galloping pony-swap for the duration as this plays out.

  28. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  29. Re:Just moved everything off and deleted my accoun by Ol+Olsoc · · Score: 4, Insightful

    Microsoft will 99 out of 100 leave Github alone. Like the Minecraft or LinkedIn acquisitions, Microsoft knows if they mess the community they will not get money out of it. Admittedly LinkedIn hasn't turned out super well, but that is LinkedIn's fault and not MS.

    Kinda like Skype, eh? Don't worry though - nothing has ever been Microsoft's fault.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  30. Re:Go fuck yourself, SourceForge by AmiMoJo · · Score: 1

    It's good again now, thanks for fixing it.

    One thing though, like Slashdot it keeps asking for permissions over and over no matter how often you decline. GDPR allows you to remember that preference with a cookie. Or just make it less intrusive than a full screen overlay.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  31. Re:Go fuck yourself, SourceForge by HarrySquatter · · Score: 1

    Z Shell’s home is on SourceForge. If I wanted to take the time, I could come up with other prominent SF denizens for you - but regardless it’s apparent not everyone shares your sentiments.

    Z shell? That’s the best you could come up with? Hahaha.

  32. Re:Bwahahaahahah by whipslash · · Score: 5, Interesting

    Completely different owners did that. We got rid of all that nonsense.

  33. Re:Oh yeah lets leave somewhere good for crap by whipslash · · Score: 2

    Completely different owners did that. We got rid of all that nonsense back in 2016

  34. Re:Just moved everything off and deleted my accoun by KiloByte · · Score: 4, Informative

    That's just a mirror, the official repo is at kernel.org, while the real master is on Linus' disk. Anyone, Microsoft included, is allowed to mirror it all they want.

    --
    The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
  35. Re:Go fuck yourself, SourceForge by whipslash · · Score: 4, Interesting

    What's wrong with you?

  36. GitHub is NOT an 'essential' tool for coders by Ross+Finlayson · · Score: 5, Insightful

    "GitHub is an essential tool for coders"

    No it's not. It's a *useful* tool for *many* coders. Many other coders use other cloud-based source code control services - or none at all.

    It's important that we be precise in our language, and stop resorting to hyperbole.

    1. Re:GitHub is NOT an 'essential' tool for coders by Ross+Finlayson · · Score: 1

      Plonk

    2. Re:GitHub is NOT an 'essential' tool for coders by Billly+Gates · · Score: 1

      It most certainly is if you want HR or a hiring IT manager see your work.

      I see Github links already in online job ads and applicant tracking systems. The clueless 22 year old chick in HR will look at your resume/application and not see a GitHub link and immediately delete your application if it's not there. DONE

      The wonderful joys of the job hunt.

    3. Re:GitHub is NOT an 'essential' tool for coders by Ross+Finlayson · · Score: 1

      Oh please...

  37. Re:Go fuck yourself, SourceForge by Anonymous Coward · · Score: 5, Funny

    casings works at github. The mandatory company hormone treatment makes him bitchy.

  38. Private Repo Access? by srichard25 · · Score: 5, Insightful

    If Microsoft does acquire Github, does that mean that they will instantly have access to all the private repos from Google, Apple, IBM, etc?

    1. Re:Private Repo Access? by religionofpeas · · Score: 4, Insightful

      Anybody who puts a private repo on somebody else's server should always assume someone's stealing their code.

  39. Will they kill off Atom? by zfoo · · Score: 2

    This makes me wonder what will happen to Atom, the text editor which is developed by GitHub and shares similar features to Microsoft's VS Code.

    1. Re:Will they kill off Atom? by Billly+Gates · · Score: 1

      Actually Microsoft Visual Studio Code is a fork of Atom. They are both node.JS based editors. I do not think they will as VS code vs Atom.IO are the 2000s version of the 1980s Emacs vs Vi(m) wars.

      I hope not even if I prefer MS VS Code myself.

  40. Re:SourceForge by whipslash · · Score: 5, Informative

    My company has never bundled malware with any projects. In fact we eliminated that practice immediately after acquiring SourceForge and now scan every single project on the site for malware.

  41. Re:Go fuck yourself, SourceForge by Anonymous Coward · · Score: 1

    Whipslash, thanks for improving SourceForge. I'm keeping my code there.

    I understand your frustration. Last Friday I went out of my way to make sure that a certain task was done, and instead of thanking me for my efforts, someone blamed me because someone else hadn't done their job.

    Oh, well ...

  42. Re:Go fuck yourself, SourceForge by 93+Escort+Wagon · · Score: 1

    I like to use the current Z Shell on my Mac, and they recently pushed an update - so it was fresh in my mind.

    (Why bother with the overhead - and sometimes version lag - of MacPorts or Fink just to keep a couple pieces of software around?)

    --
    #DeleteChrome
  43. Re:Go fuck yourself, SourceForge by whipslash · · Score: 3, Interesting

    Thank you my friend. Such is the world.

  44. Re:Go fuck yourself, SourceForge by whipslash · · Score: 1

    Completely different owners did that. We eliminated that nonsense ASAP in 2016

  45. Must suck for paying github customers by WaffleMonster · · Score: 4, Insightful

    The people I feel most sorry for are commercial customers of github paying for version control as a service.

    Waking up one day to find out your competitor is not only hosting but has access to all your proprietary source code must royally suck.

  46. Re:SourceForge by whipslash · · Score: 3, Interesting

    Still over a million daily users, so we're gonna do right by them

  47. Re: So glad by Anonymous Coward · · Score: 1

    Why does everyone expect digital/virtual goods and services to be free?

    Because reality? We release free software with no strings attached because doing so is good for our own business. The primary motivation is selfishness.

    The resources to host this stuff, and do so reliably, quickly, and securely, is not cheap.

    Never in the history of the world has it been cheaper than it is right now. Costs are only getting lower with each new day.

    Explain to me, please, why you expect a whole lot of something for absolutely nothing.

    It's not nothing. It's at the very least cheap advertising. By making github a globally recognized leader in version control as a service EVERYONE knows it exists and therefore at least commercial closed source software houses are more likely to consider using github to manage their own projects.

    This is the very same reason coverity is free for open source projects. It's a savvy marketing opportunity that's good for business. Without the freebies nobody would care that Microsoft purchased github because none of you would have ever heard of it in the first place.

  48. Re:Bwahahaahahah by HarrySquatter · · Score: 1

    Sure. Just to make you alt-reich snowflakes cry like babies.

  49. Re:Go fuck yourself, SourceForge by NicknameUnavailable · · Score: 1

    It's reasonable for them to plug it, it's still not something any sane person would switch to. They bundle spyware with their installers and are generally unuseably slow with a shit interface.

  50. Re:Go fuck yourself, SourceForge by whipslash · · Score: 5, Informative

    We actually don't bundle spyware with our installers. In fact that's the first practice we eliminated when we acquired SourceForge in 2016, along with instituting malware scans for every project, https downloads and project web hosting, a redesigned experience, and much more. https://arstechnica.com/inform...

  51. Re:SourceForge Isn't An Alternative by whipslash · · Score: 5, Informative

    You posted this twice so I'll respond twice: We actually don't bundle spyware with our installers. In fact that's the first practice we eliminated when we acquired SourceForge in 2016, along with instituting malware scans for every project, https downloads and project web hosting, a redesigned experience, and much more. https://arstechnica.com/inform...

  52. Re:Go fuck yourself, SourceForge by NicknameUnavailable · · Score: 3

    Well, then I apologize. Sourceforge was the source of the only malware infection any computer I've ever owned has had, so I was a bit put off by it and stopped using the site altogether. Even the old 90's warez sites were never that bad.

  53. Re:SourceForge Isn't An Alternative by NicknameUnavailable · · Score: 1

    Well, then I apologize. Sourceforge was the source of the only malware infection any computer I've ever owned has had, so I was a bit put off by it and stopped using the site altogether. Even the old 90's warez sites were never that bad.

  54. Re:Go fuck yourself, SourceForge by NicknameUnavailable · · Score: 1
    Just checked it out and I stand by the shit interface part, but my suggestions follow if you are interested:
    • Inline ads are bullshit, if it's going to be ad-driven the scam the advertisers, not the users. If I have to think about what is an ad vs what isn't without just letting my brain filter it out behind the scenes it's too much of a distraction to use the site.
    • WAY too much wasted space - GitHub is similar in some ways with their narrow screen, but SourceForge seems to have MASSIVE blocks for projects when browsing them - to the point only a few fit on the screen at a time. Developers tend to despise wasted space a lot more than your typical user, Bootstrap is not your friend here.
    • Issue tracking was perfect in GitHub (arguably the one thing they got perfect) - at a glance the number of issues that are open should be visible on the project pages so you don't have to drill down when comparing different projects for cues on how well they are maintained (same for source tree.)
    • The readme-from-source aspect of GitHub was a serious win - allowing people to not have to dick around on GitHub when posting or revising projects there, definitely worth copying.
  55. Re:Go fuck yourself, SourceForge by whipslash · · Score: 4, Informative

    Thanks for the feedback. I will explore it. By the way if you log in you'll never see ads.

  56. Re:Go fuck yourself, SourceForge by Anonymous Coward · · Score: 1

    Keep in mind that people posting on the internet can be anywhere from 5 to 100, come from any background, and be high as a kite, sober as day, and have any motive.

    All this character is doing is spewing swear words, like a 7 year old learning them for the first time. For all we know, he could be 7. Or massively high. Or just mentally disabled in some way.

    Sadly, posting 'fuck you' take a lot less type than thinking about a cogent response, and typing it.

  57. I will wait and see what happens by jonwil · · Score: 2, Insightful

    Given what Microsoft has done to Visual Studio as of late (support for building apps on Linux, Android, iOS and other platforms, major efforts towards making Visual Studio compliant to the latest C++ standards, open sourcing core parts of .NET and generally being much more developer friendly) I cant see a purchase of Github being the end of the world.

  58. Re: Why are unprofitable companies worth so much by phantomfive · · Score: 3, Insightful

    To be fair, it's not a good idea to use a lot of these services because they lock you into the platform, and because Microsoft has a habit of discontinuing stuff after hyping it (Silverlight). Of course, you don't want to get locked in to AWS if you can help it, but containers can help with that.

    --
    "First they came for the slanderers and i said nothing."
  59. Re: Just moved everything off and deleted my accou by phantomfive · · Score: 2

    They messed up on Minecraft, too, completely dividing the community by making incompatible versions. Not cool.

    --
    "First they came for the slanderers and i said nothing."
  60. Let the Exodus Commence by bursch-X · · Score: 1

    So whereâ(TM)s everybody going to go? GitLab? Sourceforge (second coming....)

    --
    There are two rules for success:
    1. Never tell everything you know.
  61. Curse your sudden but inevitable betrayal! by Anonymous Coward · · Score: 1

    I've been skeptical for a long time of the Github monoculture and have refused to host any of my own work there. Beyond the obvious systemic risk of hosting so much stuff in a single place, I find their terms of use and political leanings repugnant.

    So, for all those people who ignored the clear dangers and even thought less of their fellow developers for opting out, here's hoping Microsoft fucks you long and hard without a drop of lube. As I'm certain they will, judging by Windows 10.

  62. They will have access to all the private repos by bigmacx · · Score: 4, Insightful

    Certainly will start farming code and ideas from all those private repos. Probably quite a few MS competitors and suppliers of their competitors use Github. I've always thought Github was a secret gem for harvesting IP from.

    1. Re:They will have access to all the private repos by bigmacx · · Score: 1

      Like most everything involving IP theft from putting data on The Cloud --- "You'll never know"

      I trust you don't actually believe that in the whole of Microsoft there will be 0% farming of Github private. Someone, I would, will be casually trolling through those directories as soon as MS buys the admin password.

    2. Re:They will have access to all the private repos by bigmacx · · Score: 1

      Yeah, yeah it's all about execution. Thanks for reminding grown-ups about the intro discussion to any business 101 class on any planet in the universe.

      I'll wait while you find a way to determine source code theft from a compiled proprietary binary made by people that know how to obfuscate and disturb the original code to make the compiled binary version unrecognizable when compared to the original binary or source. Those "look and feel" lawsuits are super duper hard to win.

  63. Re:r.i.p. github by x0ra · · Score: 1

    Technically any cloud provider already has access to your code, included compiled code if you're running a CI/CD pipeline there.

  64. Re: So glad by jmccue · · Score: 1

    Well people who registered for github did supply some personal information, that is worth something. Plus along with that I am fairly certain by examining various repositories (including private) they can determine who are the better coders and can sell that information to head hunters.

    So nothing is free

  65. Re: So glad by jmccue · · Score: 1

    And I forgot to add, by owing linkedin M/S can mine quite a bit of data between that and github.

  66. Re:SourceForge Isn't An Alternative by Anonymous Coward · · Score: 1

    (rolls eyes)

  67. Confirmation? by Mozai · · Score: 3, Insightful

    How many people have taken drastic action based on one reporter saying they know (an unknown) someone who knows (undescribed) relevant things?

    1. Re:Confirmation? by bigmacx · · Score: 1

      Nowadays, it seems everyone does.

  68. Re:SourceForge Isn't An Alternative by Anonymous Coward · · Score: 1

    This is a really dumb comment.

  69. yeah, no by cascadingstylesheet · · Score: 1

    One user has started a petition to stop Microsoft from buying GitHub.

    Yeah, that'll have MS quaking in their boots. And if that doesn't work, we shall pout in your general direction a zecond time!

    1. Re:yeah, no by ashkante · · Score: 1

      And even if the petition works, GitHub will then sell to Oracle. GG.

  70. Re:Go fuck yourself, SourceForge by Omnifarious · · Score: 1

    Interesting. I was burned in a weird way by SourceForge's descent into evil. A friend who was managing my BTC for me (long story) was a victim of the PyWallet trojan and lost ~40BTC in April 2016. :-( I tried to get her to use the GitHub posted version of PyWallet, but she wasn't (at the time) familiar with how to download stuff from GitHub. :-(

    I actually really despise Git as a tool. One really spectacular feature would be if all repositories that were either git or Mercurial could be transparently accessed by either. I have some significant commits in Mercurial, though I haven't worked on it in a very long time. I might be able to help. :-)

  71. Re: Just moved everything off and deleted my accou by Ol+Olsoc · · Score: 2

    They messed up on Minecraft, too, completely dividing the community by making incompatible versions. Not cool.

    Other than keeping their installed user base firmly addled with Stockholm Syndrome, I can't come up with too many of their success stories.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  72. Re:SourceForge Isn't An Alternative by whipslash · · Score: 3, Funny

    Lol

  73. Re:Go fuck yourself, SourceForge by whipslash · · Score: 1

    Yeah you said that already

  74. Re:SourceForge by Dynedain · · Score: 1

    My company has never bundled malware with any projects. In fact we eliminated that practice immediately after acquiring SourceForge

    Wrong. Your company did. Just because you're part of the new ownership that eliminated the practice doesn't mean that it didn't happen. Earning back good reputation for a brand is a hell of a lot more difficult than earning slashdot karma.

    --
    I'm out of my mind right now, but feel free to leave a message.....
  75. Re:SourceForge Isn't An Alternative by glowworm · · Score: 1

    Trust takes a long time to get, and can be destroyed in an instant. It can be very hard to scrub that tarnish off, especially when dealing with safeguarding people's reputation and IP. I hope one day you can salvage the name, my genuine wishes there... but right now, it's still too soon for many people. Bundling malware is still very fresh in people's mind.

    --
    Orationem pulchram non habens, scribo ista linea in lingua Latina
  76. Re:SourceForge by whipslash · · Score: 1

    Huh? SourceForge did. My company did not. The first thing we did was get rid the bundled adware. Literally as soon as we signed the papers.

  77. Re:Oh yeah lets leave somewhere good for crap by jdschulteis · · Score: 2

    It's admirable how you've responded to so many comments about the misdeeds of Sourceforge's previous owners.

    But, like a guy named Hitler running for chancellor of Germany, you might want to consider changing the name. Now seems like an opportune time.

    Some percentage of Github users are definitely going to leave, because they will never trust Microsoft. I'm certainly curious as to how big of a percentage A certain percentage of those will never trust Sourceforge, no matter how much you assure them that things are different now.

  78. Re:Just moved everything off and deleted my accoun by glowworm · · Score: 1

    Same, although I doubt MS care about my monthly subscription, I am small fry and the few dollars each month mean nothing in the bigger scheme of things.

    --
    Orationem pulchram non habens, scribo ista linea in lingua Latina
  79. Re:Oh yeah lets leave somewhere good for crap by whipslash · · Score: 1

    Maybe. Although to use your analogy, I'd consider us more "Germany" than the individual who runs it.

  80. A few years ago, they'd buy it to shut it down by raymorris · · Score: 1

    A few years back, the only reason they'd buy it would have been to shut it down.

    1. Re:A few years ago, they'd buy it to shut it down by bondsbw · · Score: 1

      Wouldn't make sense with GitHub. Everyone would just transfer their content to another open source repository.

      All MS would have to show for their $2 billion is an insignificant blip of disruption in open source, and a huge loss in trust they are starting to build up with that community.

      --
      All my liberal friends think I'm a conservative, all my conservative friends think I'm a liberal.
    2. Re:A few years ago, they'd buy it to shut it down by rtb61 · · Score: 1

      Well I could not imagine M$ losing more trust with FOSS users, or users who expect privacy, or users who make the foolish demand to control what software is installed on their hardware or user who do not expect the systems to be used as crash test dummies for corporate systems at upgrade time. Yeah trust with them, well, definitely into negative territory so from the M$ perspective nothing to lose.

      DOS 2.1 through to windows 7 definitely not windows 10 not ever, done, finished, they can fuck right off. It's a trust issue specifically a lack of one. Have not purchased an M$ product in years, none and no intention of changing now.

      --
      Chaos - everything, everywhere, everywhen
  81. Re:So glad by rogoshen1 · · Score: 1

    I agree completely. I totally trust up and coming monopolies so much more than the established variety.

  82. Re:Go fuck yourself, SourceForge by Billly+Gates · · Score: 1

    Fuck em.

    I remember getting infected from Sourceforge from downloading Perl as they used to insert malware and ads into the apps. Also they allow scammers to do things like create a Gimp project with a version name not out yet with EyeCandy adware/malware requiring a re-image.

    This was fixed a few years ago but they lost my trust. I would trust MS before SourceForge again not to mention they were all hot shit in 2001. They lost for good reason alot like Myspace lost to Facebook.

    In the technology field there is no comebacks. IBM, Lotus, Apple (macs), Borland, Netware, Real Networks, and others never recover once they go down. I think something better should replace it or Microsoft will innovate it. Microsoft from the looks of it are terrified of losing developer marketshare as well as mobile marketshare (which they admit lost with WIndows Phone). This may not be a bad thing as MS has Linux and Mac tools now like .NET core (not mono), Visual Studio Code, and has contributed to Git with Git Virtual File System and making Android developer tools on Visual Studio and supporting clang, R, and Python as well in Visual Studio Community edition. As long as they do not proprietarize this but rather use it to compete it may not be that bad.

    Until then make something better than Github if you want a replacement. This is opensource after all.

  83. Skype and GitHub by LemonFire · · Score: 1

    After seeing how much Microsoft improved the Skype user experience I can't wait to see what they'll do with GitHub.

    -- This SIG has expired.

  84. Re:Just moved everything off and deleted my accoun by Billly+Gates · · Score: 2

    This place is also loaded with people who feel that they must hate the thing that is currently cool to hate. Hipsterizing your every thought is an effective way to avoid actually thinking. Of course MS is not anywhere close to pure, but not pure evil either. They will tend to act in what they perceive their best interests to be. The key is to guess how they will perceive them. Satya seems to have a reasonably evolved view on such things, so I don't expect any truly stupid shit to happen. Of course, that's not always the case with any company, small or large.

    This is Slashdot too. My name suggests anti MS hatred which was certainly true back in 2000. Many of us fled from Windows and discovered Linux and Slashdot took the mantra of the unofficial community site. So yes this is why you see such things.

    I understand this makes people uncomfortable who are old enough to remember what MS did with COM/VB/Java/and Visual Studio 6.0 and below with VC++. MS is changing now as they are fighting tooth and nail to keep Visual Studio alive today with the onslaught of Xcode, Atom.IO, Android SDK, Python, and Jetbrain tools to win developer marketshare with the young millennials.

    My hunch is this is the purpose to integrate it more nicely into visual studio and make the github website like Office 365 online is compared to the desktop version. But VS code is available for Linux and Mac and there is a Mac version of Visual Studio.So we will wait and see.

  85. time for some ipfs alternative by Lennie · · Score: 1

    We already have gitlab which is a good alternative, but we need a way to be able to host our public repos in a way that they won't easily vanish. Maybe we can do something with ipfs for that ?

    --
    New things are always on the horizon
  86. ...import your GitHub project to SourceForge. by EvilSS · · Score: 1

    Ah, no. Nice try though.

    --
    I browse on +1 so AC's need not respond, I won't see it.
  87. Good question. Pay up! by Qbertino · · Score: 1

    Why does everyone expect digital/virtual goods and services to be free?

    Good question. You and MS can start by paying up for the Linux kernel instances you're using. That'll be 40$ a pop. Something like $40 - $200 for you I guess and roughly a bazillion dollars for MS who's been caching in big time with Linux on Azure. And their Ubuntu thingie on Winblows.

    I'm tellin' ya, 2 billion purchasing price or not, MS better not screw this one up. They've regained some minimal amount of Karma with me with Visual Studio Code and the TypeScript work they've been doing, but gladly Git is distributed. As soon as they go all Windows XP on us I'm off to somewhere else with my repos, that's for sure.

    --
    We suffer more in our imagination than in reality. - Seneca
  88. Re: Why are unprofitable companies worth so much by Lennie · · Score: 1

    Of course, you don't want to get locked in to AWS if you can help it, but containers can help with that.

    This is why I think Kubernetes is such an interesting project.

    It's the Docker PaaS with the most 'mindshare' and works on every infrastructure, you can integrate it with a lot of different networking systems and has integration with all the major cloud providers and more. Like working on getting federation between clusters working properly.

    People are now even doing: declaritive configuration in git-repo -> branch -> deploy -> update git-repo with information of running systems (git repos as source of truth).

    For example:
    https://www.weave.works/blog/g...

    It just needs people to start sharing what they are doing in this space to have a full open source stack you can deploy anywhere and have it heal itself when 1 or 2 machines are lost, just automatically start some new ones and load it up with new containers and data.

    And not just for stateless containers anymore, finally people are starting to integrate it so data is replicated:

    https://github.com/operator-fr...

    We are pretty close to having that full stack.

    --
    New things are always on the horizon
  89. It's "Air Money" that's being paid. by Qbertino · · Score: 1

    Why are unprofitable companies worth so much?

    This is the cyberpunk world of megacorps. Get used to it. Everyone involved know that the figures mentioned mean nothing in an economy that's basically going post-scarcity as we speak. This is about mindshare, eyeballs, end-user controll and future prospects. Even from a marketing standpoint this might be worth it for MS.

    Yet somehow I see a golden future for GitLab up ahead. Mmmmh, I wonder why that is?

    --
    We suffer more in our imagination than in reality. - Seneca
  90. Nice! Didn't know that. by Qbertino · · Score: 1

    This is news to me. Very nice learning that SourceForge is being handled by a new crew and that you're catching up hard on repairing what has gone bad with it. Two thumbs up! ... This has been going on for two years? Ok, I guess I was really happy with GitHub then. Still am, actually.

    The SourceForge Frontpage still looks a little cluttered. Perhaps the branding could use a little more work. ... Anyway, I'm getting a new sf account today and checking out what's up with you guys. Will be providing feedback.

    Good luck in bringing SourceForge back!

    --
    We suffer more in our imagination than in reality. - Seneca
    1. Re:Nice! Didn't know that. by whipslash · · Score: 1

      Thank you

  91. A lot of links would stop working, redirect to MS by raymorris · · Score: 1

    There are a lot of links to GitHub that would stop working, and be redirected to Microsoft. A lot of dormant or semi-dormant projects that developed software that's still perfectly usable would vanish. That probably wouldn't be worth $2 billion, but it would suck.

  92. Re:time for some hosting alternative by Lennie · · Score: 2

    Well having some kind of good git-repo mirroring would be a great start.

    --
    New things are always on the horizon
  93. Re: Why are unprofitable companies worth so muc by cyber-vandal · · Score: 1

    You can use containers on Azure as well but yeah a heavy investment in a cloud platform is going to be hard to migrate away from. Silverlight is still supported until 2021 but it never really took off and then the market changed and killed it and Flash (thankfully)

  94. Re: Why are unprofitable companies worth so much by phantomfive · · Score: 1

    That's what Gitlab is trying to achieve. Personally though, I think your deploy process should be so straightforward it's easy to deploy your software anywhere.

    --
    "First they came for the slanderers and i said nothing."
  95. Re: Why are unprofitable companies worth so muc by phantomfive · · Score: 1

    Silverlight is still supported until 2021

    Yeah but try convincing your customers to install Silverlight and watch as they laugh your salesmen out of the house.

    --
    "First they came for the slanderers and i said nothing."
  96. Re: Just moved everything off and deleted my accou by yuhong · · Score: 1

    I remember the BUILD 2015 debacle.

  97. Re: Just moved everything off and deleted my accou by phantomfive · · Score: 1

    I don't, what happened?

    --
    "First they came for the slanderers and i said nothing."
  98. Re: Just moved everything off and deleted my accou by yuhong · · Score: 1

    It was related to Minecraft modding being demonstrated and how it was not officially supported (at the time it was written in Java).

  99. You know, it's funny... by petrus4 · · Score: 1

    I always had a strange, nagging gut feeling about GitHub. The sort of feeling Han Solo was talking about, right before the debri field of the planet Alderan came into view, during the first Star Wars film. So I never started using it. I got an account very early, before I fully realised what I was looking at; but once said realisation set in, said account was never used.

    I think it's because I remembered what had happened to the Great Library of Alexandria; and as a result, I really didn't think that building an online software equivalent of that was a good idea. Some of you probably understand why in engineering terms, a single point of failure is not considered desirable.

    Now, the proverbial Great Library is going to be in the hands of the Linux operating system's oldest and most tenacious opponent; a corporation with a consistently depraved and parasitic modus operandi.

    What could possibly go wrong?

  100. Re: So glad by Lord_Jeremy · · Score: 1

    What a strawman. I don't expect Github to provide me anything. My company pays them a fair price for the service of hosting our internal projects, providing fairly intuitive collaboration tools and managing our corporate-affiliated user accounts. The other value we get from Github is entirely user-generated: the ability to fork open source dependencies and publish our patches.

  101. Re:Go fuck yourself, SourceForge by martyros · · Score: 1

    One thing though, like Slashdot it keeps asking for permissions over and over no matter how often you decline. GDPR allows you to remember that preference with a cookie. Or just make it less intrusive than a full screen overlay.

    More than that, I actually went through the "other options" screen and checked a bunch of boxes (I don't mind adverts, or being remembered; I just don't like being chased around the internet with ads trying to sell me something I just bought) -- and I still get the permission screen.

    --

    TCP: Why the Internet is full of SYN.

  102. Pretty normal practice by Microsoft by Pop69 · · Score: 2

    Their own open source hosting site at Codeplex didn't pull in the numbers so they shuttered it.

    Now they've decided they need something in that area they just go out and try to buy the market...

  103. Re:Defections by Cederic · · Score: 1

    Want to feel old? There are slashdot readers that weren't alive when that chant took place.

  104. Re: Why are unprofitable companies worth so much by Cederic · · Score: 1

    Well, git-repo or not, treating the whole deployment PaaS as a software environment that can be fully automated and replicated is the right idea, and Kubernetes offers a lot of support for that.

    Plus whether you use Kubernetes or not, always avoid the cloud provider proprietary services as they do cause lock-in and that will hurt you - especially if you need (e.g. for data residency reasons) to deploy somewhere they have no presence.

    It can be a pain as AWS (and Azure) offer some highly performant and easy to use services that you can't replicate as efficiently. This is why it's a business decision, not a technology one - but one that few business leaders even know they should be making.

  105. Re:SourceForge Isn't An Alternative by BadDreamer · · Score: 1

    That... is so not how it works. But you win an award, haven't read anything even remotely as eye-roll worthy all week!

  106. Re: So glad by Boh00711 · · Score: 1

    Everyone in this sense is no literally everyone. It's just the vast majority: people who cried about Facebook and other social media tracking you. People who get annoyed at the ads in windows services. Definitely to anyone using an adblocker (of which I am guilty), but still saying good/services should not have a pricetag attached.

    As for the hardware being cheaper now than ever? Yeah, it is cheaper. But that doesn't mean it's pennies to buy or maintain. Its certainly not free, so there still needs to be some form of revenue. Obviously you aren't part of the purchasing process for new hardware.

  107. Re:Go fuck yourself, SourceForge by NicknameUnavailable · · Score: 2

    Git has a steep learning curve but it's pretty great when you actually embrace the philosophy of it. I don't have a link to it handy but Linus did a brief at a Google conference of some kind one time that goes into the philosophy really well, that's what made git click for me and I haven't gone back to subversion since (though unfortunately still have to use VSO for work.) The biggest issue with git is that it's so fundamentally different in principle and in practice from other version control systems that you really just have to give up the concepts that you are familiar with in others to use it successfully. The one thing it really lacks is great submodule support, because doing things like updating all the submodules referenced by the project requires a line of pseudocode/script, and there's no way to make a pointer to the head version of a submodule like you would naturally get from a massive source tree in subversion.

  108. Re:SourceForge Isn't An Alternative by NicknameUnavailable · · Score: 1

    To be honest they'd probably be better rebranind sourceforge and just sticking a landing page on the sourceforge site itself saying "we're no longer evil as we've been acquired by another company and this is our new site" with a link to it. Maybe some forwarders for the individual project pages so links via traffic don't break. Even after Whipslash's comments I can't scrub the association between "sourceforge" and "vile, dirty, putrid" from my mind that easily (and I really am trying.)

  109. Re:Go fuck yourself, SourceForge by strikethree · · Score: 1

    yet I still get some really vile hatred

    There are those in every crowd. I know you have a thick skin, but even then, it can get a bit depressing. I am happy that you are trying to do good things, as are many others. The negativity will never go away, but I would like to offer something positive: Thank you.

    That being said, I know that Social Justice stuff drives a lot of page views... but can we kill it please? That is the primary thing that has made me consider quitting Slashdot after so many years. I like Tech. I don't like being tossed into whatever current social battles are being fought. There is no way to be rational in those articles because they are not for rational discussion, they are for enlisting soldiers. It is disgusting.

    Good luck. :)

    --
    "Someone needs to talk to the tree of liberty about its ghoulish drinking problem." by ohnocitizen
  110. Re: So glad by Ol+Olsoc · · Score: 1

    Everyone in this sense is no literally everyone. It's just the vast majority: people who cried about Facebook and other social media tracking you. People who get annoyed at the ads in windows services. Definitely to anyone using an adblocker (of which I am guilty), but still saying good/services should not have a pricetag attached.

    As for the hardware being cheaper now than ever? Yeah, it is cheaper. But that doesn't mean it's pennies to buy or maintain. Its certainly not free, so there still needs to be some form of revenue. Obviously you aren't part of the purchasing process for new hardware.

    Shit man, I've built systems and specified purchases my entire career. So you're wrong on that.

    You confuse wanting free stuff with adblocking. The real problem with the ads is that so much of it isn't ads. Its trackers and malware and page loading speed and jumpy web pages, and consumption of bandwidth that we are paying actual money for. I use ad and scriptblocking to protect myself and my computer, not so that I don't see the ads. Put them up without all of the extraneous bullshit, and I'd stop blocking them.

    So I've turned on a lot of people to adblockers. They've called me in because they thought they had a virus or that their computer needed replaced. Put an adblocker in, and it's like a new computer. Most weren't ready for scriptblocking though..

    This is a problem the ad providers hve to fix, not for me to put up with.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  111. Re: Why are unprofitable companies worth so much by Lennie · · Score: 1

    Yes and no, what Gitlab is doing is to do that for the applications.

    But this is about deploying the infrastructure as well, here is one of a bunch of talks on the subject (gitops is a weave works their own term, there are others doing similar things but it has no official name):

    https://www.youtube.com/watch?...

    Here is what Google Cloud can do:

    https://www.youtube.com/watch?...

    It's kind of like infrastructure as code, but you are managing everything directly from declarative files in git

    --
    New things are always on the horizon
  112. Re: Why are unprofitable companies worth so muc by cyber-vandal · · Score: 1

    What should they have done with Silverlight out of interest? Should Adobe still be pushing Flash too?

  113. Re:dendad by painandgreed · · Score: 1

    > Have they never heard "If it aint broke, don't fix it"?

    You obviously don't remember Hotmail; before gates and company sank their fangs into it, that is.

    Let's talk about Danger and the Sidekick.

  114. Re: Why are unprofitable companies worth so muc by phantomfive · · Score: 1

    With Silverlight: they never should have tried to convince people to use it in the first place. It was a bad idea and people who built platforms on it are dumb (or at least, they made a mistake).

    The main thing is you can't trust Microsoft to continue supporting something, because often they don't.

    --
    "First they came for the slanderers and i said nothing."
  115. Re:SourceForge by Dynedain · · Score: 1

    Good for you.

    To your users, SourceForge is the company. You don't get to pretend history didn't happen because it's under new ownership.

    Now stop claiming "my company didn't..." as it's patently false. Instead, go out there and build up positive mindshare to try to restore the brand that was so tarnished.

    --
    I'm out of my mind right now, but feel free to leave a message.....
  116. Re: Why are unprofitable companies worth so muc by cyber-vandal · · Score: 1

    In the grand scheme of terrible Microsoft ideas, a Flash competitor that they've only abandoned because web tech has moved on and will have been supported for 14 years isn't too bad. A lot of the tech lives on in other products as well. If you want to talk about bad ideas and terrible implementations I give you SharePoint. I hate that shit with a passion.

  117. Re:SourceForge by whipslash · · Score: 2

    You're arguing some weird semantics. SourceForge is the brand, but my company is an investment vehicle that purchased the ASSET sourceforge.net from the previous company. Do some basic research on corporate structures if you need more help.

  118. Re:SourceForge by whipslash · · Score: 1

    Calm down dude, I'm right.

  119. Re:SourceForge by Dynedain · · Score: 1

    Always having to get the last word isn't a good approach to dealing with your users.

    --
    I'm out of my mind right now, but feel free to leave a message.....
  120. Re:SourceForge by whipslash · · Score: 1

    Calling someone a jackass doesn't get people to listen to you either