Earlier quoted context omitted.
I don't think it's an extreme approach. It would otherwise be nearly impossible to prove that Microsoft's code is not derived from GPL'd works. At least without revealing their code.
I disagree; "you shouldn't read Open Source code" doesn't fix anything much because it's impossible to find out if developers are sticking to it or not (so it doesn't decrease the burden of proof). It's just as impossible to prove that MS work doesn't include GPL code with or without the rule :) A better (more effective) one is, surely, dont reuse restricted code.... :)
Microsoft rips off Plurk
51–60 of 141 posts
Re: Microsoft rips off Plurk
#52If you're going to worry about that you should have obfuscated your junk.
Re: Microsoft rips off Plurk
#53This reminds me of the Kayak/Bing Travel issue from July and similar incidents before that. It's easy enough to blame some contractors at a distant outpost but the frequency with which these things happen around Microsoft certainly leads to the conclusion that they are bad actors and poor citizens.
Kayak/Bing Travel wasn't Microsoft, IIRC. They acquired another company who copied the look and feel of Kayak.
Re: Microsoft rips off Plurk
#54Earlier quoted context omitted.
I just started working for Microsoft so that I can be a voice inside the company for startups. I'm forwarding this thread to my legal contact.
Was that really the prime motivator in joining MS? How do you mean "be a voice for startups"? Cool. People usually cite this reasoning for joining the government -- an organization whose mandate is toward the greater good of its people, but I've never heard it applied toward a corporate entity, whose mandate is solely profit. Would you mind posting a bit more about your motivations and thinking? I would really like t…
Re: Microsoft rips off Plurk
#55Being the co-founder and lead dev of Plurk I can tell you this sucks :-( But we are looking at our legal options, thought legal war with Microsoft and especially legal war at Microsoft in China would require a lot of resources. I think this will become a major concern for all startups that are doing lots of client-side stuff. If people have determination they can copy your code (even if all your code is obfuscated, w…
Amix, I feel for you, man. This is really awful to wake up and see. China has totally different laws though -- do you know if this kind of copying is legal there? I have a number of friends who have told me that the whole web startup scene in Beijing is totally different than the US because the rules of the market are completely different over there (rampant copying, theft, DDOS attacks among competitors, etc). One e…
Re: Microsoft rips off Plurk
#56Re: Microsoft rips off Plurk
#57Being the co-founder and lead dev of Plurk I can tell you this sucks :-( But we are looking at our legal options, thought legal war with Microsoft and especially legal war at Microsoft in China would require a lot of resources. I think this will become a major concern for all startups that are doing lots of client-side stuff. If people have determination they can copy your code (even if all your code is obfuscated, w…
They can't steal what's really valuable about Plurk: 1) Your loyal community 2) The team that created this site in the first place All they got was a snapshot of what you were doing yesterday.
Re: Microsoft rips off Plurk
#58Earlier quoted context omitted.
I disagree; "you shouldn't read Open Source code" doesn't fix anything much because it's impossible to find out if developers are sticking to it or not (so it doesn't decrease the burden of proof). It's just as impossible to prove that MS work doesn't include GPL code with or without the rule :) A better (more effective) one is, surely, dont reuse restricted code.... :)
Microsoft actually tries to enforce the policy of "you shouldn't read Open Source code". For example, they block access to Sourceforge from the Microsoft campus.
It is true we are not supposed to look at anyone else's source code though.
Re: Microsoft rips off Plurk
#59Being the co-founder and lead dev of Plurk I can tell you this sucks :-( But we are looking at our legal options, thought legal war with Microsoft and especially legal war at Microsoft in China would require a lot of resources. I think this will become a major concern for all startups that are doing lots of client-side stuff. If people have determination they can copy your code (even if all your code is obfuscated, w…
wow. By the way, what do you mean by obfuscation? Because this is really weird, they even copied the variables. So was the code obfuscated or just trimmed of white space. You should consider using the google closure compiler with advanced optimizations, although you will have το do some extra work το get your javascript compile in advanced mode.
This was the best available option at the time we wrote Plurk. We will take a look at Google Clouse Compiler, thanks.
Re: Microsoft rips off Plurk
#60Earlier quoted context omitted.
I disagree; "you shouldn't read Open Source code" doesn't fix anything much because it's impossible to find out if developers are sticking to it or not (so it doesn't decrease the burden of proof). It's just as impossible to prove that MS work doesn't include GPL code with or without the rule :) A better (more effective) one is, surely, dont reuse restricted code.... :)
Microsoft actually tries to enforce the policy of "you shouldn't read Open Source code". For example, they block access to Sourceforge from the Microsoft campus.
I realise the policy is probably not as originally worded here: but I was taking it somewhat literally to point out the fallacy of it.
At some point we have to trust devs to do their own work. This should show that no amount of policy can stop people ripping off work! Whatever the intention.
Reading code is always good; there is usually a net gain as long as it is ethical (i.e. not copied)