Slashdot Mirror


Affinity Engines Says Google Stole Orkut Code

GillBates0 writes "Wired's reporting that a social networking software company called Affinity Engines has filed a lawsuit against Google, claiming that much of the source code behind Orkut, the search engine's popular social service, was stolen by former engineer Orkut Buyukkokten. They claim that he illegally took the code the he had written for the company -- which he co-founded -- with him when he joined Google and that Buyukkokten promised Affinity Engines that he wouldn't develop a competing social network service for Google. '"In its initial investigation, AEI uncovered a total of nine unique software bugs ... in AEI's inCircle product that were also present in Orkut.com," according to the lawsuit.'"

18 of 450 comments (clear)

  1. Maybe it's true? by Erwos · · Score: 5, Insightful

    Maybe it's true. Neatly dismissing the accuser because the defendant is Google seems foolish to me.

    If we want unbiased courts, the first thing to do is become unbiased ourselves.

    -Erwos

    --
    Plausible conjecture should not be misrepresented as proof positive.
    1. Re:Maybe it's true? by Jacer · · Score: 5, Insightful

      That means innocent until proven guilty last time I checked.

      --
      --fetch daddy's blue fright wig, i must be handsome when i release my rage
  2. Software "Porting" by elhaf · · Score: 5, Insightful

    I don't know too many software engineers that don't keep at least a library of souce code from one development job to another, regardless of the "rules". However, it seems really bold to me to say your not going to create a competing service and then create one that is named after you.

    --
    Six score characters.
    Brevity being wit's soul
    I have enough space.
  3. Re:Just doesn't sound like Google to me... by tcopeland · · Score: 5, Insightful

    > Ironically, it ended up killing the
    > company -- the developer wouldn't share the
    > code with anyone and didn't have the skill
    > set to make the sort of changes to it we
    > needed. In the end, we had to try and build
    > a new core from scratch, which just put
    > us even farther behind.

    Well said. I wonder how often this happens - a developer is hired in the hopes of bringing onboard magical knowledge, but it turns out to be more of an impediment than anything else.

    Perhaps there are some domains that work better for this than others - maybe writing drivers, or algorithm-heavy applications. But it seems like most businesses would be better served by writing the code themselves so they understand what it does and how it got to where it is now.

  4. Re:Just doesn't sound like Google to me... by garcia · · Score: 5, Insightful

    Because the employee isn't worth nearly as much money as the company is.

  5. Re:why can't a neutral party examine? by mahdi13 · · Score: 5, Insightful
    You've got it backwards...
    "We have repeatedly offered to allow a neutral expert to compare the codes in the two programs and evaluate Affinity's claims, but Affinity has rejected that offer. We have investigated the claims ... thoroughly and concluded that the allegations are without merit."
    This is Orkut saying that HE offered a neutral party to look and Affinity (the one's sueing Google) have refused the offer.

    The only one's trying to 'pull a SCO' here is Affinity...
    --
    "Some things have to be believed to be seen." - Ralph Hodgson
  6. Re:Just doesn't sound like Google to me... by b0r0din · · Score: 5, Insightful

    Did this Orkut guy sign an NDA or is there some sort of specific document that says he promised he wouldn't develop another social service?

    It seems like a pretty weak case, and I agree with the parent, if the company should be going after anyone, it's the person who created the code. Google shouldn't be liable for someone ripping off or developing code based on work done for another company's engine unless Google knowingly did it; and I very highly doubt they would. Only of course they know they can't sue the person himself because there isn't any money in it - if nothing else they could be trying to pocket money from other competitors who want Google to lose, just like MS funded SCO.

  7. Re:thought that only happened to open source? by ViolentGreen · · Score: 5, Insightful

    No. That is one value of closed source. Another value is profit.

    --
    Not everything is analogous to cars. Car analogies rarely work.
  8. Re:Just doesn't sound like Google to me... by doodlelogic · · Score: 4, Insightful
    it seems to be like Google shouldn't be liable unless this company can prove they used the code knowing it was swiped

    Well... They may not be liable to pay damages for their past use of the code, but the article kind of indicates that the infringing code is still in Google's current product. So, if the code was stolen they could get an injunction against google (I think this might be called cease and desist order in the US, but same difference) to force them to stop using it.

    When people leave old jobs for new, it can be difficult to divide the ideas developed at one location from those at another, and if Google was acting in good faith, they shouldn't be forced to pay damages at least until they were put on notice of the infringement.

    What Google presumably wants, however, is to avoid disruption to its services and reputation, so if there is merit to the accusation, expect some kind of out of court deal that avoids both parties being dragged through the courts.

    What can't be settled out of court so easily would be if there is enough evidence against the developer for a criminal case.
  9. Re:Hey my user page shows it was rejected... by ClippyHater · · Score: 4, Insightful

    Should just do what I started doing awhile back: Just read and enjoy /. and let others fight for the "priviledge" of having a story accepted. There are more worthwhile things to get upset about.

  10. Re:Just so I'm clear... by jkabbe · · Score: 4, Insightful

    The likelihood that the error was made in the same way by two independent coders is unlikely (although it has happened before).

    But we're not talking about independant coders here. We're talking about the same coder. Sometimes people can make the same mistake twice. My fiancee bought the same birthday card for her brother two years in a row (the really funny bit is that it took her half an hour to pick it out each time!!)

  11. Re:Just doesn't sound like Google to me... by Bozdune · · Score: 4, Insightful

    Happens all the time. You must be clean if you hire developers from the competition. Keep programming notebooks, write everything down, code from scratch. Nothing can be re-used.

  12. Re:why can't a neutral party examine? by PornMaster · · Score: 5, Insightful

    It doesn't say that Google offered a specific neutral expert. I'm sure that either way the results might turn out, that Google wants it over quick. It's trivial to find a disinterested third party to look at code and decide if Google is in the wrong or not. If they are, they can settle, if not, then Affinity lays off.

    Why spend hundreds of thousands or millions on lawyers when evidence can be obvious to a CS prof agreeable to both parties or something like that?

    Unless it's an attempt to disrupt commerce, of course. While people can use your free service, I'm having difficulty selling mine. If I can make it difficult for you, I can take you out of the marketplace.

    -PM

  13. Re:thought that only happened to open source? by Halo- · · Score: 4, Insightful

    Close. It's that piracy isn't discovered. I suspect there is a lot more code "borrowed" in the closed-source ranked, than the open-source ones. Closed source tends to be more deadline driven, and is a LOT less throughly vetted. Most open-source is done for ego or altruistic reasons. (take your pick) But the incentive to steal (bonuses, making deadlines, etc) coupled with the much lower chance of detection might tempt people.

  14. Re:Just doesn't sound like Google to me... by LetterJ · · Score: 4, Insightful

    This is also why I use Subversion (used to use CVS) repositories even when I'm the only developer on a project. Regular commit cycles give you a dated trail for the development of code and you can show the evolution of code rather than the sudden arrival of entire functions and classes the are fully functional.

  15. Re:Just doesn't sound like Google to me... by Jim_Maryland · · Score: 5, Insightful

    Just to show how liability works...

    My father is a plumber and was working for company X. Company X allowed him to use a company truck to take home (commute directly to jobs). One Saturday morning on his way to work, he had a medical problem (doctors were inconclusive if it was a heart attack, but they know something happened) that caused him to lose conciousness at the wheel. He went through a red light and killed a passenger in another vehicle. Now because he was in a company vehicle, the legal action was against company X rather than my father. Being that he was driving to a job site in the company vehicle, the company was liable. While financially I'm glad that my parents didn't have a direct cost to them (other than the legal side resulting in legal fees, probation, and court/probation cost), I don't believe it was really fair that the company bears the cost (insurance mostly, but still the rates are way up).

    Being Orkut is acting as an agent of Google, unfortunately the company is liable. Logically though the blame should fall on the individual, but targeting the company and the individual seems to be the legal approach.

  16. Re:Just doesn't sound like Google to me... by ComputerSlicer23 · · Score: 5, Insightful
    Yes, but you're probably still breaking the employment agreement you signed if you work in the US as a programmer.

    The company owns the copyright on the code your write for them under the legal concept of "works for hire". Unless they failed to pay you for it, they own it. You leaving the building, and letting someone else use it is a copyright violation. The employer you originally wrote it for should be able to successfully sue for copyright violation.

    Now, I have plenty of ideas stuck in my head that I've ended up re-implementing in nearly exactly the same way at two different places. I can re-implement my C++ database independent access library in a little under two weeks. I can write the reference counting classes I like to use in a day. I can implement the interface wrapper classes in about 3-4 hours. I can write the socket stream libraries, and the various SSL varients in a day or two. I can write a simple logging scheme in about a day or two. They are written at different times. I can show them as they are constructed, and demonstrate that they are clean room implementations. So I should be in the clear according to what I've read and been advised about the law.

    I ended up using the same names, and structuring the code the same way. Some one pointed out I might be breaking the NDA I signed at a former employer. So I ended up re-implementing it all again, this time going out and finding the functionality/API I wanted in publically accessable code (and implementing it from scratch to avoid licensing issues). I documented where each API/functionality idea came from, they we're strewn across several programs. This also showed that the ideas represented "current well known techniques", which no NDA can cover.

    You can use exactly the same ideas, and you can implement them at home, and take them into work and let them use them (put in the copyright that you as an individual are the copyright owner, and they are fully licensed to do anything and everything they want with it in royalty free). At least then you'd be legally doing it.

    Kirby

  17. Re:Just doesn't sound like Google to me... by geekoid · · Score: 4, Insightful

    Interesting.
    You Presume Google had no knowledge, and you presume MS has full knowledge.

    Sound bias to me.
    ALL corporations and business must be held accountable for the actions there employees take while 'on the clock'.
    To exempt corporation from the behavious means there will be NO way to hold them accaountable. In a corporation, even the CEO is 'just an employee'.

    Your example in poor becasue the person buying the TV is not PART OF THE COMPANY THAT DID IT.

    Geez, this 3 monkeys attitude about Google is going to bite some people in the ass in the long run.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect