Slashdot Mirror


Google Code Deprecates Download Service For Project Hosting

New submitter c0d3g33k writes "Google Project Hosting announced changes to the Download service on Wednesday, offering only 'increasing misuse of the service and a desire to keep our community safe and secure' by way of explanation. Effective immediately, existing projects that offer no downloads and all new projects will no longer be able to create downloads. Existing projects which currently have downloads will lose the ability to create new downloads by January 2014, though existing downloads will remain available 'for the foreseeable future.' Google Drive is recommended as an alternative, but this will likely have to be done manually by project maintainers since the ability to create and manage downloads won't be part of the Project Hosting tools. This is a rather baffling move, since distributing project files via download is integral to FOSS culture."

185 comments

  1. So, "Don't Be Evil..." by CanHasDIY · · Score: 4, Interesting

    Becomes, "Don't Be Open."

    This is a rather baffling move, since distributing project files via download is integral to FOSS culture."

    Considering the recent spate of incidents involving Google taking a shit on the FOSS community that helped to create it, I don't find it baffling at all.

    Google is finally turning into the dickhead actor who got rich and forgot who his real friends are.

    --
    An enigma, wrapped in a riddle, shrouded in bacon and cheese
    1. Re:So, "Don't Be Evil..." by Luthair · · Score: 5, Informative

      Github also had to discontinue file downloads for the simple fact that people abused it and used the service as a way to distribute content unrelated to the open source material.

    2. Re:So, "Don't Be Evil..." by cheesybagel · · Score: 3, Insightful

      Any public file sharing system is liable to be abused period. This includes version control systems. It is no excuse for yanking the service. FWIW I have never seen people abuse either of those services for file serving.

    3. Re:So, "Don't Be Evil..." by larry+bagina · · Score: 5, Funny

      They're pushing google drive for downloads. That makes sense on a couple levels -- forced encouragement of google drive and removing redundant functionality -- but this is google so you have to wonder what's next. So... what is next? Will you need to login with google+ to download? Maybe click a few adds before your download begins? Auto download Chrome for you, just in case?

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    4. Re:So, "Don't Be Evil..." by jandrese · · Score: 1

      I've never seen it either, but I know that it must happen because it's so obvious.

      --

      I read the internet for the articles.
    5. Re:So, "Don't Be Evil..." by CanHasDIY · · Score: 1

      Github also had to discontinue file downloads for the simple fact that people abused it and used the service as a way to distribute content unrelated to the open source material.

      Doesn't that kinda defeat the purpose of github?

      (Not a coder, wouldn't know)

      --
      An enigma, wrapped in a riddle, shrouded in bacon and cheese
    6. Re:So, "Don't Be Evil..." by EvilIdler · · Score: 2

      No. GitHub uses, as the name implies, Git. You git clone the source code :) People will just have to get used to hosting binaries on some other site, though. Just look at how quickly Flickr got a workaround to allow any file (you can find it on GitHub, incidentally).

    7. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 0

      On github at least I have noticed people just check the binaries into the source tree these days.

    8. Re:So, "Don't Be Evil..." by chris_mahan · · Score: 5, Interesting

      Can't use google drive from work.

      --

      "Piter, too, is dead."

    9. Re:So, "Don't Be Evil..." by Adrian+Lopez · · Score: 1

      How were people abusing Github downloads? How are people abusing Google Code? What makes Google think people won't similarly abuse Google Drive?

      --
      "In prison you just have to shut your eyes and take it. Here you have to shut your eyes and give it."
    10. Re:So, "Don't Be Evil..." by Edward+Kmett · · Score: 1

      Also, on github you can still tag versions and it'll still put up tar balls you just can't upload some zip file or your own and get it in the same place as the tagged versions.

      --
      Sanity is a sandbox. I prefer the swings.
    11. Re:So, "Don't Be Evil..." by idontgno · · Score: 1

      No. GitHub uses, as the name implies, Git. You git clone the kiddy porn

      FTFY.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    12. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 2, Informative

      Github used to have an API that would allow you to upload & host arbitrary binary blobs and make them available from your project's download page. They discontinued THAT service, because people were abusing. And probably, causing a lot of expense in disk, file server, and bandwidth costs for github.

      You can still create git repositories, and clone them, and upload and share code, etc. etc. etc. You just can't upload arbitrary binary files and redistribute them via github. For projects that want to redistribute binaries of some form as part of their project, github recommends use of CloudFront or Amazon S3 or similar "cloud storage" services, which you can add links to on your project page if you wish.

      Github doesn't need to host 50GB of your best porn (creatively named Project-1.0.0.zip) and saves money on all that excess storage and bandwidth, and you still have plenty of options for legitimate hosting needs. This allows github to not waste money on being a file transfer service, and instead, build their core services.

    13. Re:So, "Don't Be Evil..." by c0lo · · Score: 1

      They're pushing google drive for downloads. That makes sense on a couple levels -- forced encouragement of google drive and removing redundant functionality -- but this is google so you have to wonder what's next.

      Yes, make perfect sense... You see, there's no way in which Google Drive can be misused.

      (grin)

      --
      Questions raise, answers kill. Raise questions to stay alive.
    14. Re:So, "Don't Be Evil..." by Adrian+Lopez · · Score: 1

      Except they said they discontinued it because of user confusion rather than abuse. Besides, what's stopping users from distributing "50GB of [their] best porn" as part of a GIT branch?

      --
      "In prison you just have to shut your eyes and take it. Here you have to shut your eyes and give it."
    15. Re:So, "Don't Be Evil..." by Jah-Wren+Ryel · · Score: 1

      > what is next? Will you need to login with google+ to download?

      That is what I expect. I think if Google+ had Facebook's marketshare they would already be doing that sort of thing across most of google''s services.

      --
      When information is power, privacy is freedom.
    16. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 0

      We used to scan the projects for passwords etc in configuration files ..

    17. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 0

      What's an abused period?

    18. Re:So, "Don't Be Evil..." by DragonWriter · · Score: 4, Informative

      Any public file sharing system is liable to be abused period. This includes version control systems.

      (1) Version control systems, unlike file downloads, are central to the purpose for which Google provides Google Code, to wit, facilitate developer-to-developer collaboration on open-source projects.
      (2) Version control systems, unlike file downloads, are not particularly widely abused for hosting malware to be distributed through emailing deceptive links to unsophisticated users.

    19. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 4, Funny

      Would be quite popular, I imagine. All that forking, pushing and pulling!

    20. Re:So, "Don't Be Evil..." by DragonWriter · · Score: 4, Interesting

      How are people abusing Google Code?

      Using the file download hosting feature to host malware and sending emails with deceptive links to that malware to distribute it to unsuspecting users seems to be one of the main abuses.

    21. Re:So, "Don't Be Evil..." by BasilBrush · · Score: 0

      But such people are just exercising their freedom. Software needs to be free! And it's protected by the first amendment! You'll be taking our guns next! /s

    22. Re:So, "Don't Be Evil..." by kju · · Score: 1

      So you put the binary content in a file in a branch and provide the link to the generated tar ball for that branch. It's not as if "file sharers" aren't used to having to unpack a archive which was inside another archive (which sometime was in even another archive).

    23. Re:So, "Don't Be Evil..." by mysidia · · Score: 1

      Version control systems, unlike file downloads, are not particularly widely abused for hosting malware to be distributed through emailing deceptive links to unsophisticated users.

      This is easily prevented by not allowing direct download links. For example, by requiring a hashcode in the HTTP request string accompanied by a cookie which is only set by answering a prompt.

      and by restricting the files that can be made downloadable to .tar.gz and .zip files.

    24. Re:So, "Don't Be Evil..." by shutdown+-p+now · · Score: 2

      There's. No. Such. Thing. Period.

    25. Re:So, "Don't Be Evil..." by kcmastrpc · · Score: 1

      Google is taking a page from the PHP handbook... If it's popular, deprecate it.

    26. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 5, Informative

      I suspect you may have misunderstood how one would actually abuse this.

      I email you (or, say, your mom) a link saying Malwarebytes v.10 is now available for download, and it fixes a critical vulnerability and needs to be updated soon or you're at risk. Go to code.google.com/malwarebytes , a project that I've created. I might even populate it with something looking like code that would match, to trick people who are more technical than they really are.

      A non-technical user may see that it's it's hosted at Google, and, having some trust for them, they choose to download. Your prompt shows up (what that accomplishes I don't know, so I assume the user, already intent on downloading it, answers it.)

      So, by your second rule, they download MalwareBytes.zip, which contains MalwareBytes.exe (actually malware), and voila. 0wned.

    27. Re:So, "Don't Be Evil..." by manu0601 · · Score: 0

      Hit redundant mod by mistake. Posting to undo moderation.

    28. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 0

      Any public file sharing system is liable to be abused...It is no excuse for yanking the service.

      Err...what? So what is an excuse for yanking the service,then?

      Love the outraged comments here on /. I've been railed against for a long time in stories past for expressing my concerns about the almighty and hallowed Google. I'm not going to say "I told you so"...stuff it, yeah, I am, because I did and people sneered at me.

    29. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 0

      I think if Google+ had Facebook's marketshare...

      I think Google is linking all these things to Google+ so they can claim to to have the market share. Facebook looks the other way when a person with has fifteen accounts (for playing [popular game]), why shouldn't Google make everyone sign up for Google+ to boost their numbers even it they only use it as a method of accessing Google's other services?
      Well, besides it being evil.

    30. Re:So, "Don't Be Evil..." by Gavagai80 · · Score: 1

      Google has always said they consider google+ to be an identity service. Nobody should be surprised when they use it as an identity service. The fact that it offers the ability to social network is just a bonus.

      --
      This space intentionally left blank
    31. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 0

      DVCS-Autosync and SparkleShare to name a few.

      http://www.mayrhofer.eu.org/dvcs-autosync
      http://sparkleshare.org/

    32. Re:So, "Don't Be Evil..." by Anonymous Coward · · Score: 0

      Time to buckle down, son, and set up some port forwarding.

  2. Yet Again :( by Anonymous Coward · · Score: 1

    I understand Google's need to "cut the fat" and focus on core services. Yes, I realize Google offers a lot if not most of their services for free. And, yes, I now realize I have a choice to leave Google all together because I'm tired of them getting me used to something then "yanking" it away from me and saying sorry. At this point I'd rather pay for a service that is more stable and long lasting.

    1. Re:Yet Again :( by tnk1 · · Score: 3, Insightful

      Didn't we all see this coming though? Google used to make it more obvious by slapping "Beta" on everything, but while we aren't paying for it we all know it's the same thing. You get what you pay for.

      They try out products that they hope will eventually make them money. You adopt those products because "free" and "kind of cool". Then Google realizes that lots of things are cool, but only some things make money. Product is over, adopter cries.

      I like Google products for many things, but I've never felt that I could adopt them for more than personal use because I tend to view products I buy as a long term decision based as much on their long term support prospects as their costs and functionality. That doesn't mean I'm just going to buy Microsoft, but Google has never even pretended that they are in any of this for the long haul, they just put it there and you use it until it isn't there. And when it isn't, they don't apologize because you should have known better.

      I think they have a model of throwing things at a wall and seeing what sticks. Perhaps it would be better if they had a mass of product people who were as smart as their developers are and could figure out how to make these things profitable, but I don't think they do. Indeed, I think a good product person is just as rare a quantity as a good developer is, if not more so.

    2. Re:Yet Again :( by Anonymous Coward · · Score: 0

      But look Charlie AC, Google Keep will help you organize your personal thoughts and this time they promise not to take it away!

  3. And no one was surprised by Anonymous Coward · · Score: 5, Insightful

    Google seems to be in a "Fuck everything I've ever done!" phase.

    1. Re:And no one was surprised by Anonymous Coward · · Score: 0

      This is called "Maximizing one's profits at the expense of everything else including your users, IOW: a US-based business"

      Also re: users, you can't really call them customers if they don't pay for anything

  4. So? by Anonymous Coward · · Score: 5, Informative

    Github did exactly the same thing quite some time ago, and people didn't complain too much. Why is this a big deal?

    1. Re:So? by AlphaBro · · Score: 2, Interesting

      Thousands of people go to my Google Code download page to get the latest versions of my software without having to worry about compiling it. This is shitty.

    2. Re:So? by cheesybagel · · Score: 2

      Because it is a crap policy. A lot of people will want binaries or packages rather than download source code. Many people do not even have a versioning system installed or will want to download the latest stable source code rather than muck around with an unstable internal development milestone.

    3. Re:So? by pmontra · · Score: 2

      Sourceforge has software downloads. You might consider moving your project there.

    4. Re:So? by Rakishi · · Score: 4, Informative

      People did complain. Amusingly, the biggest counterpoint was that if you want to offer downloads you should probably use google code which is much more user (rather than programmer) friendly.

    5. Re:So? by AlphaBro · · Score: 2

      I actually moved all my projects from Sourceforge to Google Code a while ago. SF felt antiquated, sluggish, and unstable; features as simple as the download counter broke all the time. If this is really what's to become of GC, I'll probably head to CodePlex since it feels cleaner than SF and has TFS support.

    6. Re:So? by EvanED · · Score: 3, Insightful

      Amusingly, the biggest counterpoint was that if you want to offer downloads you should probably use google code which is much more user (rather than programmer) friendly.

      That's pretty much my view too.

      The way I looked at things was that Google Code and SourceForge are a lot more centered around what an end user would want to see (either someone who has no idea about version control and coding, or for a library or something like that even a programmer but who just wants to grab a library to use) while GitHub is a lot more centered around what developers who are actually working on a project want to see.

      I mean, just think about what the landing page is: on Google Code you get a page with a description of the project and clear, standardized links to the downloads and documentation, and you have to follow a couple (still standardized) links before you're at the code. On GitHub, pretty much the most prominent thing you see when you go to a project page is the directory listing; it even appears above whatever README is present (if any).

      Dropping support for a quick and easy download from the former is a lot more baffling of a move than dropping it from the latter.

    7. Re:So? by LordLimecat · · Score: 2

      Because this is slashdot, and it has become hip to point at any curating or reducing of their free services as violating "dont be evil".

    8. Re:So? by Orphis · · Score: 2

      Nothing prevents you to put a link to the binaries on your website. And if you can't afford a to host a website, there are still file hosting service happy to finally get some legal files.

      Also, you know, there were some malware abusing the system and downloading some files on some popular legitimate projects ( http://news.softpedia.com/news/New-TDL-Malware-Variant-Uses-Chromium-Embedded-Framework-339791.shtml ). I don't know many projects affected beside this one and I'm sure Google knows better and this move wasn't just to mess around with legitimate users and reduce the costs.

    9. Re:So? by larry+bagina · · Score: 3, Funny

      It's like Barack Obama says - "you didn't build that". Providing pre-compiled software is dangerous since it teaches people that FREE Software and Open Source are about price. I don't provide pre-compiled binaries or documentation for my code. I also intentionally leave in some easy to fix bugs. My users need to edit and compile the source code to run it. My users need to read the source code to understand the cryptic error messages. That's the only way they'll truly appreciate Open Source software.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    10. Re:So? by Anonymous Coward · · Score: 0

      Sourceforge appears to have all the tools required for a small open source project svn, bug tracking, forum, wiki, downloads, a cover page... just being on sorceforge generates advertising for your project when other sites review new releases for just about every project there.

    11. Re:So? by Nerdfest · · Score: 1

      GitHub doesn't have competitors that pay people to spread FUD.

    12. Re:So? by Nerdfest · · Score: 2

      I believe SourceForge is working on updating their site. I seem to also remember them looking for volunteers.

    13. Re:So? by AlphaBro · · Score: 1

      Maybe I'll take this approach and shout down anyone that has issues. Finally, the chance to become a true OSS vanguard.

    14. Re:So? by Aaden42 · · Score: 3, Insightful

      RMS, is that you?

      Not sure what domain your project is in, but unless your target market is "Linux, Emacs users who know C" odds are you're cutting a goodly number of potential users out with that attitude. Certainly there are tools that is appropriate for, but the VAST majority of users don't have a compiler on their systems, much less know how to use one.

      Is that a tragedy of the Microsoft-ocracy keeping the world closed for users? I don't think so. [Car analogy coming up] Just because I could technically acquire all of the tools and knowhow to replace any particular part on my car, doesn't mean it's the best use of my money and time to do so. Even if the tools were all free (as in the case of GCC et al.), it's unlikely that it would be in the best interests of a non-techy to take the time to learn to use them, much less learn to troubleshoot them when `./configure && make && make install` doesn't go according to plan. To many people, computers are just tools to get other non-computer related work done, and there's nothing wrong with that. Some people like to tinker with their cars, others just want to drive to work and park them.

      Even a user who doesn't know how to fix bugs & recompile can be a useful asset to an Open Source project. I've found that some of my non-technical users are the most details oriented when it comes to finding edge case bugs and documenting what it takes to reproduce them. Often enough those are the kinds of bugs that take me two minutes to fix but would have taken hours to track down if not for a complete reproducer reported by a user.

      As far as giving people the wrong idea about Free Software, which is worse: Users thinking Free Software is about the price or that it's unusable junk that only nerd/hacker/terr'ists actually use? I've already read articles where less-than-savy authority/law enforcement types have considered simply having Linux installed on a system as evidence of criminal activity. Making Free Software cryptic and difficult to use (neigh unto impossible for certain groups of users) certainly doesn't advance the cause any.

    15. Re:So? by AlphaBro · · Score: 0

      Maybe I'll give it another try, but I used it for years and had constant problems. Unfortunately I don't have the time to volunteer.

    16. Re:So? by matrim99 · · Score: 2

      A true vanguard. You rock!

      In order to help your users even further, you may want to think about devolving your app to just pseudo-code. I'm sure that your choice of programming language has given pause to many upcoming Logo programmers out there.

      --
      Right. No, your other right. No, the other other right.
    17. Re:So? by Anonymous Coward · · Score: 0

      Amazon S3 - 5GB free, with a pretty high number of get & put requests per month, for free. Reasonable prices for more than that.
      dropbox public folder.
      Cloudfront
      Google Drive.

      Other cloud storage services which offer free or very reasonable prices. You have plenty of options for hosting the latest versions of your software without having to worry about compiling it. Your users won't see any appreciable difference.

      If you really have "thousands of people" downloading your software every month, I find it hard to believe that you can't afford a free (or low-cost) distribution method to help your users. And if they're free users, then give them the instructions to build it themselves, and say "If you want me to host prebuilt binaries, donate $10.

    18. Re:So? by FireFury03 · · Score: 2, Interesting

      Nothing prevents you to put a link to the binaries on your website. And if you can't afford a to host a website, there are still file hosting service happy to finally get some legal files.

      Also, you know, there were some malware abusing the system and downloading some files on some popular legitimate projects ( http://news.softpedia.com/news/New-TDL-Malware-Variant-Uses-Chromium-Embedded-Framework-339791.shtml ). I don't know many projects affected beside this one and I'm sure Google knows better and this move wasn't just to mess around with legitimate users and reduce the costs.

      Google seems to be cutting lots of services in the name of abuse...

      Google Code downloads gone because they were being abused.
      XMPP federation gone because it was being used by spammers.
      CalDAV gone because... well, that one just seems to be because its open and Google wants to push everyone to their proprietary APIs instead.

      I'm just waiting for them to pull the plug on email federation with Gmail and Google web search because they both get used by spammers too...

      Guess what; pretty much any useful service is going to get abused - its an ongoing battle to reduce abuse whilst keeping the service useful and if Google are going to pull the plug on everything that might be abused they may as well give up and wind up the company now... (FWIW, I see a lot of spam email originating from real gmail accounts or using gmail accounts as contact addresses for replies; also a lot of phishing emails that use Google Docs to collect responses).

    19. Re:So? by Anonymous Coward · · Score: 5, Funny

      I prefer avoiding pseudocode altogether, wouldn't want users to get too comfortable. i prefer this approach - a single source file with these contents:

      File name: AwesomeSoftware.cpp
      /*

              don't forget #include the stuff your software will need to compile and run!

              enter your code below in proper C++ syntax. It should do what you need.

              If you don't know what to write, you should probably go read lots of books
              and take a 4 year undergraduate program in Computer Science. Then
              maybe you won't be such a fucking retard, luser. I don't work for you, and
              I sure as shit am not getting paid by you.

              This file is licensed using GPLv3.

      */

      I like to then provide a makefile with these contents:

      # Make sure you have no errors in your file before you attempt to build!
      all :
                @ echo "Compiling your shit."
                g++ AwesomeSoftware.cpp -o AwesomeSoftware
                @ echo "Cleaning up!"
                rm -f AwesomeSoftware.cpp

      I find this to be the best way to spread the good word of open source and teach people good development practices.

      God Bless Richard Stallman. God Bless Linus Torvalds.

    20. Re:So? by BasilBrush · · Score: 1, Insightful

      Of course they do. Because most OSS software won't compile without error. 9 times out of ten it takes some amount of fucking about and searching to find what's missing or what arcane thing needs typing at the console to make it build. If you're not a developer don't bother.

    21. Re:So? by Anonymous Coward · · Score: 0

      One important detail is that SourceForge has mirrors all over the world.

    22. Re:So? by Anonymous Coward · · Score: 0

      Apart from the fact that he used the terms "Open Source", which precludes GP being RMS, I'd just like to say:
      WOOOSH!

    23. Re:So? by shia84 · · Score: 1

      I don't get that car analogy.There is a difference between technically being able to acquire all tools and knowhow to replace any particular part on my car (=FOSS)... and being strictly forbidden by the manufacturer to open the hood, being threatened with legal action if I pay some independent expert to peek inside and being told it's all "for my best" (=proprietary software).

      I'm allowed to disassemble my Ford (though few choose to), but not my copy of Photoshop.

    24. Re:So? by Anonymous Coward · · Score: 0

      Where does all that... outright hate come from?

    25. Re:So? by Aaden42 · · Score: 1

      I think my car analogy holds fine here. My car is FOSS in this case, but I still choose not to do most of the work myself even if there's nothing legal or technological preventing me from doing it. The software in the post I replied to originally is also FOSS, but the author seems to think that users should be required to do all of the dirty work themselves before they be allowed to use it. The only way I can drive that car is if I know how to install the engine & transmission myself before I start driving it.

      Nothing in my original post had anything to do with the lock in of closed source software or restrictive EULA's that prevent me from fixing it. Yes that is a problem, but the problem of closed source software is not related to the problem of actively user-hostile open source software that prevents "real" people from using it.

      Actually... On second thought, there is a relation between those things. The problem of user-hostile open source actually drives users to locked in closed source as they simply don't have the ability to use potentially equivalent open source options.

    26. Re:So? by shia84 · · Score: 1

      I think the author of the post you replied to originally didn't actually intend to be taken seriously. As such, I'm assuming that you're simply playing along and not really expecting there to be a project in existence such as the one he mentioned (except maybe for DVL).
      That's why I left this aside and focused on what I percieved to be the crucial part of your comment ("Is that a tragedy of the Microsoft-ocracy keeping the world closed for users?"), where the reasoning is IMO lacking.

      But addressing that other part of your point: Commercial FOSS and proprietary software have similar user friendliness. Likewise, hobbyist FOSS and closed share/freeware apps both often a hassle. Developer attitudes are about the same (my view after having worked 2 jobs as proprietary and now commercial FOSS developer), it depends on whether you have first line support and sales in between. Being allowed to look inside is certainly no impediment, the problem is closed-source copyright licenses: can't publish any modifications, even though you can make them privately while infringing on the EULA (which is legally shaky anyway) since nobody knows at that point.
      If we're going by examples, I wouldn't call Ubuntu less user friendly than Windows 8, and the random hobbled together CMS on SourceForge is no more a pain in the ass than the proprietary Contrexx* (terrible experience it was... of course, there are good both FOSS and proprietary CMSs). I agree that some projects are annoying to get running, for me there are clearly more on the FOSS side, but then again I've tried out _way_ more of those, since I don't go shopping for dozens of randomly picked software packages and closed freeware is somewhat scarce on my system of choice.

      But returning: as already said, even though only few choose to disassemble their Ford, the important part is that it stays _not_ forbidden, independent of the users inclination to actually exercise the option. In the software world on the other hand, we sadly have that situation, which is where I'm having trouble with the analogy.

      * a rare case of proprietary "but the source is visible" software, not Free, nor anywhere near OSI approved, but they keep calling their license "Open Source"

    27. Re:So? by Anonymous Coward · · Score: 0

      Thousands of people go to my Google Code download page to get the latest versions of my software without having to worry about compiling it. This is shitty.

      This, I have a lot of semi-technical government employees that use my project. While it may take a techie to set up, it doesn't take a techie to use and I (we actually) distribute a ton of PDF guides on how to do various tasks. Having the source code, binaries, ancilliary documentation, and the wiki in one place actually matters quite a bit. Nothing is more frustrating to users than not knowing on which of 30 associated websites the content they want is located.

      What's more, it's a lot easier for the IT guys to deploy a war file and run some DDLs included in the same zip than to compile an entire project from source (FWIW I've made compiling as braindead easy as possible, but it's still beyond what many are comfortable doing).

  5. Doesn't Github already do this? by Anonymous Coward · · Score: 0, Flamebait

    Code repositories are code repositories, file hosting is file hosting. Having to connect using version control is no real impediment to 'openness'

    1. Re:Doesn't Github already do this? by AlphaBro · · Score: 0

      It is to users who don't have the tools or skills necessary to grab source and compile it.

    2. Re:Doesn't Github already do this? by IshmaelDS · · Score: 1

      So do it for them. As has been stated GitHub did this already, didn't see a crap ton of whining then.

      --
      letting an idiot know they are an idiot is not a game... it's a responsibility. - by Kristopeit, M. D. (1892582)
    3. Re:Doesn't Github already do this? by AlphaBro · · Score: 0

      I do, then I throw the binaries up on Google Code. Except now that feature is gone, which is what this article is about. So what exactly are you suggesting?

    4. Re: Doesn't Github already do this? by Anonymous Coward · · Score: 0

      I pay $10/yr.
      I have a domain name.
      I have file hosting services, and bitbucket.
      Link from homepageof code repo to binaries page on file service

    5. Re: Doesn't Github already do this? by AlphaBro · · Score: 0

      I have domain names and web servers that I can and have used in the past, but I don't want to fuck around with that. There's a lot of value in having a single, unified system for bug tracking, source control, file hosting, etc. Google Code scratched that itch, but with the departure of this feature it no longer does.

    6. Re:Doesn't Github already do this? by AlphaBro · · Score: 0

      I'm going to guess you don't maintain software with a sizeable userbase, or you don't care about user experience. A lot of people link directly to my GC download page, and my users expect to find the latest version there. Even if I can shoehorn a link into that page, it's probably not going to be obvious. What I'm trying to say is fuck off loser.

    7. Re:Doesn't Github already do this? by Anonymous Coward · · Score: 0

      Because bithub had about 5% of the user base Google Code does. Now can you stop cawwing on the same crap over and over again?

    8. Re:Doesn't Github already do this? by Mitchell314 · · Score: 1

      Loser? I'm not the one dumb enough to to figure out how to post basic instructions through the *various* ways on the internet telling folks to download from a link.

      --
      I read TFA and all I got was this lousy cookie
    9. Re:Doesn't Github already do this? by AlphaBro · · Score: 0

      Perhaps you missed the part where I mentioned that a lot (as in far too many to contact individually) of people link directly to my GC download pages, pages that I do not control the markup for. Will this change kill my projects? No. Does it suck? Yes. Do you have anything to contribute to this conversation? No. Should you sit down and shut the fuck up? Yes.

    10. Re:Doesn't Github already do this? by Mitchell314 · · Score: 1

      My apologies, I was talking in general; not about your specific project or your ego tied to it. Most projects I have seen have presented no significant barrier if the repository doesn't host the final download directly. Worst comes to worst, most folk just google the project they want to see if they are looking for it. Not a big deal.

      --
      I read TFA and all I got was this lousy cookie
    11. Re:Doesn't Github already do this? by AlphaBro · · Score: 0

      You may notice you're responding to an article about Google Code, and that just so happens to be what I'm talking about. But please, don't let that stop you from sharing your stunning OSS project insights that you've accumuluated by... well, spectating. Fun fact: several of the top ten google results you'll find by searching the name of my main project link directly the Google Code download page. To reiterate, you have contributed nothing to this conversation. You are a useless cheerleader.

    12. Re:Doesn't Github already do this? by Anonymous Coward · · Score: 0

      I suggest then that the "lot of people" accessing your GC download pages are in fact; the losers that you speak of. And if they don't want to figure out how to use the internet then your projects are written for the dumbest people on the internet, perhaps you should move one rung up from them and write projects for people with a neuron.

      Stay Alpha bro. Maybe tone down the steroids - might reduce the rage you feel when people point out that the internet is a series of tubes; rather than a single google code web page.

    13. Re: Doesn't Github already do this? by dehole · · Score: 2

      An additional benifit is that if you disappear, your projects will live on. If you host your files and code on your own server, when you decided to close it down, it goes with it.

      I've seen far too many dead links that I would have loved to see...

    14. Re:Doesn't Github already do this? by Anonymous Coward · · Score: 0

      your projects are written for the dumbest people on the internet

      And this is a bad thing since when?

  6. Re:Addendum by Anonymous Coward · · Score: 1, Informative

    If this is "evil" what word do you use to describe "genocide?"

  7. Back to by Anonymous Coward · · Score: 1

    Back to sourceforge

  8. Another one bite's the dust! by gestalt_n_pepper · · Score: 1

    And another one gone and another one gone...
    Another one bites the dust!
    Hey! I'm gonna get you too!
    Another one bites the dust!

    --
    Please do not read this sig. Thank you.
  9. Re:in future news by Desler · · Score: 5, Informative

    Github did the same thing last year.

  10. What the fuck Google? by AlphaBro · · Score: 0

    What the fuck Google? I have some rather successful projects, and my Google Code page is where users go to find the latest version. Fuck.

  11. chrUbuntu by Anonymous Coward · · Score: 0, Interesting

    This effectively shuts down that project right? I can understand why Google would want to eliminate the ability of people to easily put an alternative OS on their Chromebook.

  12. Github did this recently by oGMo · · Score: 5, Informative

    Github did this recently too which was annoying, because it was useful. They're not entirely clear why ... "confusing" doesn't seem nearly as likely as "abuse", though I am not aware of any abuse in particular. Since Google is providing Drive as an alternative, and not even immediately removing the service for those using it, it's not even as bad as Github's move, which removed it for everyone. I suppose it's an opportunity to cut another Google dependency though if you really want.

    --

    Don't think of it as a flame---it's more like an argument that does 3d6 fire damage

    1. Re:Github did this recently by Anonymous Coward · · Score: 0

      You can host any file on the gh-branch which is for websites. And before somebody comes and screams bloody murder over binary files in the repo, growing it in size, just force rebase that branch with each upload, nobody tracks that anyway.

    2. Re:Github did this recently by cheesybagel · · Score: 3, Insightful

      True. But Google Drive is not exactly known for easy to read URLs.

    3. Re:Github did this recently by Anonymous Coward · · Score: 0

      URLs are for clicking, not reading.

    4. Re:Github did this recently by devent · · Score: 1

      Not really. I want to know first where a URL is pointing to before clicking.
      And there is no reason to make a URL not readable to both by the server and by a human.

      --
      http://www.mueller-public.de - My site http://www.anr-institute.com/ - Advanced Natural Research Institute
    5. Re:Github did this recently by Anonymous Coward · · Score: 0, Funny

      Looks like Google agrees with you.

    6. Re:Github did this recently by Anonymous Coward · · Score: 5, Funny

      True. But Google Drive is not exactly known for easy to read URLs.

      What are you talking about, [USER_TYPE:HUMAN UNIT:670288]? [LINE FEED] Values derived from hash functions of sufficient length are superior sorting and indexing mechanisms for long-term persistence of non-volatile data structures. The use of values that map directly to integers provide search efficiency of big-O-one as opposed to [STRING] searching, which is typically big-O-log-n or worse. You, [USER_TYPE:HUMAN UNIT:670288], must have a malfunction in your [LOGIC-PROCESSING DESIGN] and must obtain maintenance before further conversation can be attempted reliably. [END COMMUNICATION]

    7. Re:Github did this recently by EmperorArthur · · Score: 2

      You sir/madam/machine/thing have won several internets.

      If you would like, I have a recently widowed Nigerian prince who will send them to you.

      --
      So lets pretend that we've just completed writing this code, as opposed to having just completed sabotaging it -Altera
    8. Re:Github did this recently by the+eric+conspiracy · · Score: 2

      CMM LEVEL RATING -2 LUNATIC

  13. Re:in future news by Anonymous Coward · · Score: 0

    Google seems to be replacing everything with inferior versions now. (Or at least any of the things I have used).

  14. Only affects Google hosting? by icebike · · Score: 4, Interesting

    I know more than a few projects using code.google.com that have downloads from a separate server, perhaps to get around some inconvienences already built into the system.

    Maybe the cost of bandwidth is getting to be significant, or maybe it is due to abuse. The announcement seems to suggest people were creating projects just to distribute large files, probably copyrighted material, (and possibly malware), and getting Google to host it for free.

    Still, if you have to set up two or more different services to host your project, why would you bother with the one that didn't allow project downloads? What would be the point of using that on a community project? It would seem this would drive the community away. Perhaps this telegraphs the death knell for yet another Google service?

    --
    Sig Battery depleted. Reverting to safe mode.
    1. Re:Only affects Google hosting? by 93+Escort+Wagon · · Score: 1

      Maybe the cost of bandwidth is getting to be significant, or maybe it is due to abuse.

      I can't imagine it's bandwidth, because no matter how many projects are there the bandwidth needs are going to be miniscule compared to another of their free services - YouTube.

      --
      #DeleteChrome
    2. Re:Only affects Google hosting? by icebike · · Score: 1

      Well, most projects don't carry advertising. YouTube does, and it also has other revenue generation programs.

      Projects tend to be very small, and the whole thing could be probably better handled by imposing a limit on the size.
      But i've seen a couple projects purporting to relate to video processing packages that had entire movies as test data.
      These disappeared pretty quickly, suggesting the "test data" (porn) was the purpose all along.

      --
      Sig Battery depleted. Reverting to safe mode.
  15. Re:in future news by SirGarlon · · Score: 0

    get lost, google. we do NOT need you anymore

    Actually, that is what Google is saying to us, its customer^H^H^H^H^H^H product.

    --
    [Sir Garlon] is the marvellest knight that is now living, for he destroyeth many good knights, for he goeth invisible.
  16. what's wrong with the command line by pouar · · Score: 2, Interesting

    just use
    svn checkout enter-url-here
    It's how I download everything from google code, and for github I use git. or is the command line "too ancient" to use anymore?

    --
    while :;do if windows sucks;then mv windows /dev/null;pacman -Sy linux;fi;done
    1. Re:what's wrong with the command line by Anonymous Coward · · Score: 2, Insightful

      Because end users don't have SVN?

    2. Re:what's wrong with the command line by Anonymous Coward · · Score: 0

      There are graphical clients too.

    3. Re:what's wrong with the command line by Todd+Knarr · · Score: 5, Informative

      Because the average user doesn't want the source code, they want to download a prepared binary in an installer or zipfile?

    4. Re:what's wrong with the command line by Culture20 · · Score: 1

      You can always through the compiled binaries in part of the source tree. Stupid and ugly, but gets the job done.

    5. Re:what's wrong with the command line by Culture20 · · Score: 1

      Ugh, s/through/throw/
      What did I eat for lunch?

    6. Re:what's wrong with the command line by DragonWriter · · Score: 1

      Because end users don't have SVN?

      Distributing software to end users isn't a core purpose of Google Code; the download functionality (which could be, and often was, used for that purpose) wasn't, as I understand it, provided for that purpose, but provided mostly as an alternative to using source control tools to get source code bundles.

      But, using it to distribute arbitrary files also enabled to it to be used to create Google Code projects that were nothing but free hosting for malware distributed via deceptive email links.

    7. Re:what's wrong with the command line by EvanED · · Score: 2

      Distributing software to end users isn't a core purpose of Google Code; the download functionality (which could be, and often was, used for that purpose) wasn't, as I understand it, provided for that purpose, but provided mostly as an alternative to using source control tools to get source code bundles.

      It's possible that's what they were thinking (and maybe even said) but it sure doesn't come out from the design of the site, which I've always thought has been well-geared toward the end users. There's a consistent landing page with consistent links to the downloads, documentation, and news groups. Of the "hey, stick your OSS projects here!" sites, Google Code has been the one that I most like to use as an end user.

    8. Re:what's wrong with the command line by hobarrera · · Score: 0

      I think the issue is windows software, where it's a nightmare to build anything.

    9. Re:what's wrong with the command line by DragonWriter · · Score: 1

      It's possible that's what they were thinking (and maybe even said) but it sure doesn't come out from the design of the site, which I've always thought has been well-geared toward the end users.

      I think that the goal was to be well-geared toward full-featured developer collaboration (which involves more than just hosting repositories.) The fact that the same features can be leveraged with user-focussed content to also make it an excellent platform for end-user interaction was, I think, a peripheral benefit.

  17. What's next? by Anonymous Coward · · Score: 0

    I wonder when they will yank Android. Did cost them to the tune of approximately 13-15 billions (buying the Android company + Motorola + dev costs + law suits + marketing +...+...) and earned them about 500 millions through ads. Even Samsung makes more money through Android then Google themselves. Hell, even MS makes more than double of that of Android through licence agreements with Android OEMs.

    Financially, Android doesn't make sense for Google. Not at all. They would be better off without Android and subsequently without Motorola.

    (down mod as much as you like, but these numbers are, to my best knowledge, just facts)

    1. Re:What's next? by cheesybagel · · Score: 1

      Were it not for Android Google would risk losing market share in their existing search engine and ads markets as Apple and other companies served as a gatekeeper to the Internet. So yeah the investment makes sense. They did pay an outrageous amount of cash to buy Motorola but then again other companies have spent more cash on software acquisitions of even more dubious value.

    2. Re: What's next? by Anonymous Coward · · Score: 0

      That would be a valid point if Google wouldn't make more money with iOS (admob ads) than with Android. iOS :80%, Android :20%.
      So it really doesn't make much sense.

    3. Re: What's next? by cheesybagel · · Score: 1

      Apple has their own ads solution as well. In fact they developed it after they figured out someone else was making money with apps than they were. The horror!

    4. Re: What's next? by Anonymous Coward · · Score: 0

      Yes. Totally true yet completely irrelevant to my point.

  18. We've heard of BitTorrent, haven't we? by SuperBanana · · Score: 4, Interesting

    My MOM knows what BitTorrent is. It's available on nearly every platform in existence; there's even a javascript client, I think? Some browsers now have clients built-in or available via extensions. With DHT supported by most every client, you don't even need a tracker. Web seeding means you don't have to guarantee seeded peers if you've got some HTTP mirror available somewhere.

    So, can FOSS projects please grow up and start using bittorrent more? Can we make torrents a little more transparent to users, as well? As in, you click a link and you don't need to do anything else, no external programs, etc? Some big projects like Libreoffice have been using BitTorrent for a while; distributions have been as well even longer.

    PS:For the love of god, please pick a sensible chunk size *glares at people who create 300MB torrents with 4MB chunk sizes*

    1. Re:We've heard of BitTorrent, haven't we? by iggymanz · · Score: 3, Insightful

      yes, that's the thing that AT&T and comcast will threaten then cut your access if you use. good thinking

    2. Re:We've heard of BitTorrent, haven't we? by Anonymous Coward · · Score: 0

      ISPs can tell when you're after an obvious piece on a public tracker without any sort of masking at all. But they don't particularly care.

      MPAA or Hollywood or whoever hires people who do care, but they only know incomplete stuff like your IP/ISP, so they pressure your ISP to do the threatening, because line#1 and they know your name/address.

      So AT&T and comcast comply, send you a letter, but don't really give a fuck since they collect your bill regardless of what you access. They only cut you, a cash source, if you're gonna be a liability. Or eat 9000TB/mo.

      And of course, all of the above only applies to your none-too-subtle [2004].Twilight.DVDrip.aXXo.mp4, not benign p2p distro.

    3. Re:We've heard of BitTorrent, haven't we? by godrik · · Score: 3, Funny

      Actually the opposite might work too. If bittorrent becomes a favorite distribution protocol for FOSS, that might push ISPs into being more tolerant toward it.

    4. Re:We've heard of BitTorrent, haven't we? by Anonymous Coward · · Score: 0

      Blimey which planet are you from?

    5. Re:We've heard of BitTorrent, haven't we? by iggymanz · · Score: 1

      my nose hurts from the pop I launched through it laughing.

    6. Re:We've heard of BitTorrent, haven't we? by Anonymous Coward · · Score: 0

      Actually the opposite might work too. If bittorrent becomes a favorite distribution protocol for FOSS, that might push ISPs into being more tolerant toward it.

      At the risk of feeding a troll:

      Open source project downloads will never be a significant consumer of bandwidth compared to movie piracy. I guarantee you that the following sentence will never by uttered by anyone at an ISP: "I wish we could block people from pirating content to avoid legal trouble from the MPAA, but I just can't risk upsetting all the users who want to download Free as in Speech software and insist on using torrents to do so."

    7. Re:We've heard of BitTorrent, haven't we? by Lehk228 · · Score: 1

      nobody is dropping customers for using bittorrent.

      they are dropping customers for piracy complaints.

      --
      Snowden and Manning are heroes.
    8. Re:We've heard of BitTorrent, haven't we? by hobarrera · · Score: 1

      Well, you know, those two ISPs cover only a small percentaje of the planet, so it's not that big of a deal. Also, if your ISP threates to cut you off, just switch to another more serious one.

    9. Re:We've heard of BitTorrent, haven't we? by Anonymous Coward · · Score: 0

      BitTorrent works like shit for less-frequently downloaded stuff. And with less frequently I mean less than a few thousand times a day. Useless.

    10. Re:We've heard of BitTorrent, haven't we? by Aighearach · · Score: 1

      I've been using comcast internet subscriber for years and I gotta point out, you're a liar.

      Oh yeah, and your pants... they're on fire. Come on down and we'll put that out.

    11. Re:We've heard of BitTorrent, haven't we? by iggymanz · · Score: 1

      except sometimes those piracy complaints are without proof

      have stock in some media cabal?

  19. Way to go, Dropbox users by Anonymous Coward · · Score: 3, Insightful

    Remember when it was normal to move files around with standard protocols, which worked reliably and didn't require any bizarre shit? And then remember when someone came up with a great idea of offering file storage service, with the caveat that you would have to use weird special software in order to upload and download your files, so that we could move toward a situation where it's not always necessarily available (e.g., if the weird software hasn't been ported to your box yet) not as easily scriptable, and just didn't work as well?

    People, when that happened, you were supposed to laugh in Dropbox's face, slapping your knee while between chuckles you weakly uttered "oh my god, what a stupid idea! And how insulting for you to think we're stupid enough to fall for it!"

    That's what you were supposed to say. Instead, it seems that a bunch of people said, "oh, cooool!!!" instead.

    So of course Google had to go make Google Drive, to catch up on being as horrible as Dropbox, so that Dropbox wouldn't get the whole market of stupid people. Stupid people are a valuable market.

    But once they had to deal with stupid people and not-stupid people, they had a problem: wouldn't it be more profitable, if we could get non-stupid people to do things The Stupid Way? You know, run our "drive" software instead of rsync, sftp, etc?

    So here we are. Thanks, everyone. Thanks for making these fucking weird nonstandard clients the new norm that everyone is expected to put up with. I just realized something: you all didn't really hate AOL, did you? It stopped being "cool" (?!) but you never understood why it wasn't cool, huh?

    1. Re:Way to go, Dropbox users by game+kid · · Score: 1

      Truth, all of that, of course.

      My favorite part is where everyone here's modding down the wise posts as Trolls. But 'ey, if y'all prefer Facebook 2: +ElectricBoogaloo over federation and XMPP, and ridiculous "abuse" excuses over sensible free software download systems, then I don't have all the time in the world to try to steer the USS Consensus closer to the HMS Sense.

      --
      You can hold down the "B" button for continuous firing.
    2. Re:Way to go, Dropbox users by Anonymous Coward · · Score: 2, Insightful

      Dropbox has a REST API you can use to upload, via standard HTTP, and a website you can use to do the same thing if you're so much of a tard that you can't write a little bit of code.

    3. Re:Way to go, Dropbox users by sirsnork · · Score: 1

      Yup, because before dropbox there was a simple and effective rsync client for windows that could and would work to keep some folders in sync across all your computers and be publicly available without needing to setup your own server. All for free

      Except there wasn't.

      --

      Normal people worry me!
    4. Re:Way to go, Dropbox users by Anonymous Coward · · Score: 0

      Bring back archie.

    5. Re:Way to go, Dropbox users by Linzer · · Score: 1

      Remember when it was normal to move files around with standard protocols, which worked reliably and didn't require any bizarre shit?

      Ooh, that does ring a bell. There was this protocol for transfering files, what was it called again? Started with F... something something. Would be completely useless today, I'm sure, now that we have Google Drive...

      --
      Gravitation is a theory, not a fact.
  20. Did Google ever fix Drive's date problem? by hazem · · Score: 2

    The last times I tried using Google Drive, if you downloaded more than one file, it would make a zip file with the files where the dates were all reset to Jan-1-1980. Does it still do that?

    That's a deal-killer to me and makes the service unusable. DropBox doesn't do that - so I know it's not technically impossible to so something so difficult as preserve a file's modify-time.

    1. Re:Did Google ever fix Drive's date problem? by MAXOMENOS · · Score: 1

      So, I just downloaded some class notes from Google Drive as MS Word documents, and the dates look correct. I think the answer is yes, they did fix the bug. I did this on Windows 7.

  21. Sourceforge by gerddie · · Score: 2

    well, thank the FSM that I never moved away from sourceforge. I migrated from CVS to SVN, now I moved to GIT, and their new Allura interface is quite nice. The only thing that I'm missing in the bug tracker is a way to properly define dependencies between bugs.

  22. Hey guys, did you hear? by Anonymous Coward · · Score: 0

    Github did it first

  23. Meanwhile, SourceForge reaches out to developers by MAXOMENOS · · Score: 5, Informative

    Quoting the comments:

    Roberto Galoppini May 23, 2013 at 12:40 PM

    SourceForge welcomes Google Code open source developers, to distribute downloads from our open source platform.

    We serve over 150 Million+ downloads each month, reaching 42 Million+ unique visitors. We help tiny projects as well as whales like Apache OpenOffice to distribute their downloads via our worldwide mirror network.

    By distributing your releases at SourceForge you’ll get a complete download analytics, and the opportunity to tap into a large open source community. We already serve other ecosystems by offering their hosted projects our download facilities, including Githubbers.

    As a trusted partner for open source we're glad to help. https://sourceforge.net/publish/?source=googlecode

    [Disclosure: I work for SourceForge]

    Setup looks pretty simple; but, since I don't have code in Google Code, I can't put it to the test. Can anyone attest to how well this works?

  24. Just write a minimal javascript GIT client. by Anonymous Coward · · Score: 0

    Host it wherever, throw in some ads, maybe even allow uploading... Profit?!

    captcha: manure

  25. SourceForge by PhrostyMcByte · · Score: 1

    I know it fell out of favor for new projects when Google Code / CodePlex / GitHub came on the scene with their Web 2.0 design hotness and minimalistic feature sets, but SourceForge is still around and continues to improve without taking any features away.

  26. Google giveth. by El_Muerte_TDS · · Score: 2

    Google taketh away.

  27. Funny, I was just wondering when this will happen! by NeoHermit · · Score: 2

    A few hours ago, I was just thinking this might happen someday, and wondering if I should use sourceforge for the downloads of my next software releases in the coming days. Never thought that someday might be today!

  28. Effective Immediately by Anonymous Coward · · Score: 0

    Anyone else hate how Google announces these sorts of things? It's always an "effective immediately" notification of change. They refuse to give anyone the opportunity to prepare for changes in polices. Sure they grandfather existing customers briefly but usually put a time limit on that too. In December they announced the end of free Google Apps Accounts, having disabled the sign up ability a few minutes before the release. This week they also shut down Google Checkout and Google Wallet (for physical goods - it will remain available for now for digital goods) with a similar notice, cutting the ability to sign up along with the notice. Google Reader, Google Health and Google Wave all died the same way - with an unceremonious, unfeeling notification out of the blue to users telling them that they couldn't expand what they were using and that anything they still had access to would be taken away eventually.

    Thanks for not caring at all Google.

    1. Re:Effective Immediately by Anonymous Coward · · Score: 0

      Whut.

      "We're shutting down, we're also grandfathering existing accounts, and we're giving y'all a grace period (so please go on and start the sign-up frenzy to get a rare grandfathered account you probably won't ever use, but which will waste resources nevertheless)"?

    2. Re:Effective Immediately by mysidia · · Score: 1

      "We're grandfathering existing accounts that signed up before day X", duh.

      Advanced notice doesn't mean there's a frenzy of new signups; it just means existing users are treated fairly.

  29. Re:Addendum by Anonymous Coward · · Score: 0

    so, wait: when google said "don't be evil", they were simply promising that they would not engage in genocide, and everything else was on the table?

  30. Re:Addendum by Anonymous Coward · · Score: 0

    Strawman and exaggeration much?

    What was asked is: if removing file hosting capabilities from code repository (still keeping the repository, old downloads and providing alternative file hosting) is "evil", what do you call genocide? I'd think you'd be pressed to find appropriate word even for kicking puppies then.

  31. Re:Addendum by Dishevel · · Score: 2, Insightful

    Forgive them. Products of a school system that has taught them that everything they do is worthy. The world owes them.
    A trophy to every participant. Wining and losing are the same. As long as you show up ...
    Google owes them everything forever. Anything less in their world view really is evil.
    They feel they are being ROBBED.
    You can not invalidate their feelings. That will make you insensitive and evil.

    --
    Why is it so hard to only have politicians for a few years, then have them go away?
  32. Re:Addendum by pushing-robot · · Score: 2

    Well, I usually use "genocide".

    --
    How can I believe you when you tell me what I don't want to hear?
  33. Re:Addendum by shutdown+-p+now · · Score: 1

    "Evil"?

  34. Gramma by Frankie70 · · Score: 1

    Effective immediately, existing projects that offer no downloads and all new projects will no longer be able to create downloads.

    This sentence doesn't parse.

    1. Re:Gramma by Aighearach · · Score: 1

      Effective immediately, existing projects that offer no downloads and all new projects will no longer be able to create downloads.

      This sentence doesn't parse.

      That is because you have a defective parser. I recommend remedial studies.

  35. then vet the projects by decora · · Score: 1

    like google summer of code does, like gcc compile farm does, like slashdot story queue does. its not rocket science.

  36. yeah no by decora · · Score: 1

    some people spent many hours customizing scripts to upload their builds to google code. now those scripts are useless. its fucking bullshit.

    1. Re:yeah no by LordLimecat · · Score: 1

      Whats BS is getting a free gift on tuesday, and then complaining when you dont get another on wednesday. They offered a free service: no warranty, no contract, no guarantees, and no cost. That doesnt mean you get a permenant entitlement to run your code on their servers in perpetuity.

  37. love how you guys by decora · · Score: 1

    who say the solution is xyz, never actually mention the names of xyz.

  38. deb, rpm, dmg, 64bitzip, 32bit zip by decora · · Score: 1

    old versions, dev versions, branch versions......

    pretty soon you have 500MB of d/l files in your git repo.

  39. is pirate bay going to provide a web seed? by decora · · Score: 1

    yet another comment suggesting 'if youve got some XYZ somewhere'.

    without mentioning the actual name of 'some xyz somewhere', no company name, no organization name, no url, no link, no nothing.

    just some abstract idea that 'out there' is a bunch of free file hosting for everyone. its not true. its just not true.

    if you dont have an host to store the web seed, web seeding is worthless.

    and of course the amoral douches like pb would never in a million years dream of contributing to the community by web seeding floss projects.

  40. Re:Meanwhile, SourceForge reaches out to developer by Anonymous Coward · · Score: 0

    I copied my project from http://code.google.com/p/carrotcake-cms/ to http://sourceforge.net/projects/carrotcakecms/ this afternoon on account of that post, it even did a full trunk pull from my existing googlecode SVN repo so I was able to retain the whole project history. Only thing I don't like is all the ad banners on SourceForge, but they aren't horrible.

  41. Nice way to promote github/bitbucket! by hobarrera · · Score: 1

    I'm pretty sure lots of proyects will be moving to github/bitbucket/etc now!

  42. The also changed the Lic Terms to D&R by goombah99 · · Score: 3, Funny

    here's there new Lic terms for all google code:

    D&R (Death and Repudiation) License
    ========

    This software may not be used directly by any living being. ANY use of this
    software (even perfectly legitimate and non-commercial uses) until after death
    is explicitly restricted. Any living being using (or attempting to use) this software
    will be punished to the fullest extent of the law.

    For your protection, corpses will not be punished. We respectfully request
    that you submit your uses (revisions, uses, distributions, uses, etc.) to
    your children, who may vicariously perform these uses on your behalf. If
    you use this software and you are found to be not dead, you will be punished
    to the fullest extent of the law.

    If you are found to be a ghost or angel, you will be punished to the fullest
    extent of the law.

    After your following the terms of this license, the author has vowed to repudiate
    your claim, meaning that the validity of this contract will no longer be recognized.
    This license will be unexpectedly revoked (at a time which is designated to be
    most inconvenient) and involved heirs will be punished to the fullest extent
    of the law.

    Furthermore, if any parties (related or non-related) escape the punishments
    outlined herein, they will be severely punished to the fullest extent of a new
    revised law that (1) expands the statement "fullest extent of the law" to encompass
    an infinite duration of infinite punishments and (2) exacts said punishments
    upon all parties (related or non-related).

    --
    Some drink at the fountain of knowledge. Others just gargle.
  43. Well this really sucks by presidenteloco · · Score: 1

    -1 for end user experience for getting code. At least, google code should still include a tab called downloads for links to whereever else for each download. That will minimize end-user-of-software (as in non-developer) confusion. Oh and I would also like to extend my personal invitation to all the MFs who abused the service with malware to please leave the planet as soon as possible. Remember, suicide is always an option to a worthless, counterproductive life.

    --

    Where are we going and why are we in a handbasket?
    1. Re:Well this really sucks by Aighearach · · Score: 1

      Getting code doesn't change. That is done via git or svn. It is only getting compiled binaries that might change. And google code users can still put a link from their google code project to a sourceforge-hosted binary.

  44. bitbucket by Anonymous Coward · · Score: 0

    Bitbucket offers public and private repos, file downloads, issue tracker, Git and Mercurial support.
    That's the place to move your projects.

  45. Re:Addendum by Anonymous Coward · · Score: 0

    Well apparently telling people to go to netscape.com and click download instead of having it bundled is evil too. So I guess people here have to make up their mind.

  46. Old school by peppepz · · Score: 2

    Google Drive is recommended as an alternative

    Or, you know, FTP.

  47. Do no evil. by carys689 · · Score: 1

    Yeah, right.

  48. i dont care by decora · · Score: 1

    i provide a free service to my users, and i dont decide to pull the fucking plug for no apparent reason.