Slashdot Mirror


Goldman Sachs Trading Source Code In the Wild?

Hangtime writes "The world's most valuable source code could be in the wild. According to a report by Reuters, a Russian immigrant and former Goldman Sachs developer named Sergey Aleynikov was picked up at Newark Airport on July 4th by the FBI on charges of industrial espionage. According to the complaint, Sergey, prior to his early June exit from Goldman, copied, encrypted and uploaded source code inferred to be the code used by Goldman Sachs to process in real-time (micro-seconds) trades between multiple equity and commodity platforms. While trying to cover his tracks, the system backed up a series of bash commands so he was unable to erase his history, which would later give him away to Goldman and the authorities. So the question is: where are the 32MB of encrypted files that Sergey uploaded to a German server?

17 of 324 comments (clear)

  1. huh by amnezick · · Score: 1, Funny

    Oh look: now they check FBIs intel on LinkedIn to see if they got it right.

    --
    mov ax,4c00h
    int 21h
  2. Colour me surprised by Antidamage · · Score: 5, Funny

    Pure evil partnered with Linux?

    I'm pretty sure that can't happen. I'm going to pray to Linus for guidance.

    1. Re:Colour me surprised by neomunk · · Score: 5, Funny

      Linux isn't GOOD by nature. It's not BAD either.

      It's like The Force, you see. All around us, binding our processes behind the scenes in ways it takes an enlightened eye to perceive. There is always Linux prodding along the information swirls and eddies that make up our modern lives, unconcerned with the nature or usage of said information.

      Windows is like The Force too, except I've never heard a Windows acolyte preach any path other than the quicker, easier, more seductive one...

    2. Re:Colour me surprised by DriedClexler · · Score: 2, Funny

      It's like The Force, you see. All around us, binding our processes behind the scenes in ways it takes an enlightened eye to perceive.

      Wait, so does that mean that in 20 years, you're going to tell us that Linux is actually made by invisible creatures that can only be detected with special equipment?

      --
      Information theory is life. The rest is just the KL divergence.
  3. No one will touch that code. by Tei · · Score: 4, Funny

    Probably people that would do something similar, will never touch that code, for fear of be "tainted".

    And anyway.. most code create new stuff that is worthy a patent. But not because most programmers are genius, but because the patent system is crap. No one sould care about what is on that code, because any professional can recreate the code anyway with the same features. There are not "sacred" code in this world. More the other stuff... Is really hard to make other people look at your code. The bussines type of guys dont want to look at your code. The users don't want to look at your code. Often, others programmers don't want to look at your code. Maybe is more valuable and interesting the features, and the documentation, the analysys of the problem, than the fucking source code. I do like to read source code, but I am one in a million (of programmers) and theres probably around 7 million programmers, so probably theres only another 7 dudes like me :-I

    --

    -Woof woof woof!

    1. Re:No one will touch that code. by NotQuiteReal · · Score: 2, Funny

      The "extra" 1 out of 7 represent a better than 14% return, which is excellent. Just the sort of trade secret any major trading house would love to have.

      --
      This issue is a bit more complicated than you think.
  4. The code is worthless by lxs · · Score: 4, Funny
    1. Re:The code is worthless by Anonymous Coward · · Score: 1, Funny

      Dammit! They took it down because you posted the link! Way to go, jerk.

  5. From the summary: by Anonymous Coward · · Score: 5, Funny

    "The world's most valuable source code could be in the wild."

    Duke Nukem Forever? Oh joy.

  6. Re:Surely not? by 192939495969798999 · · Score: 5, Funny

    Based on what the markets have been up to, I'd say this code has been out there and has been actively exploited for at least 18 months.

    --
    stuff |
  7. So the question, where are the 32MB of encrypted f by ChoboMog · · Score: 3, Funny

    So the question, where are the 32MB of encrypted files that Sergey uploaded to a German server?

    Rapidshare?

  8. Re:Surely not? by Opportunist · · Score: 4, Funny

    No, but you know the old saying. Give a man source code and he'll review for a day. Give a man the right passwords and he'll review source code until he gets locked away.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  9. Information wants to be free! by jollyreaper · · Score: 4, Funny

    I think it's wonderful that the code has been reintroduced to the wild. Looks like their captive breeding program has been quite a success!

    --
    Kwisatz Haderach
    Sell the spice to CHOAM
    This Mahdi took Shaddam's Throne
  10. I reverse engineered the GS trading algorithm by Anonymous Coward · · Score: 4, Funny

    Based on the Rolling Stones article I was able to reverse engineer the core Goldman Sachs trading algorithm:

    #include
    int main( int argc, const char* argv[] )
    {
    pump();
    dump();
    }

  11. Bash is responsible for it. by 140Mandak262Jamuna · · Score: 2, Funny

    Had it been Vista, this guy would have been busted long back by, "You are trying to steal the valuable source code from your employer. Cancel or allow?" dialog.

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
  12. I have the code right here... by Mister+Whirly · · Score: 3, Funny

    Here is a copy of the code in it's entirety -

    Buy Low
    Sell High

    --
    "But this one goes to 11!"
  13. Re:Surely not? by kgskgs · · Score: 2, Funny

    Did you hear the latest?

    They found the source code was just one file containing contained only the following lines

    #include "federal_reserve.h"

    int main ()
    {
        if (loss)
            {
                  feds->bailout();
                  executives->pay_bonus();
            }
          else
            {
                  stockholders->pay_dividend();
                  executives->pay_bonus();
              }
    }