Slashdot Mirror


Google Social Network: Orkut

shelleymonster writes "According to CNET, Google has quietly released its own version of Friendster, called Orkut. About 3 months ago, Google entered into talks to acquire Friendster, but was turned down. Named after one of its engineers, Orkut Buyukkokten, the new social network looks even tougher to get into than Friendster. An initial 12,000 invitations were sent out, and new users can only join through an existing user. Someone want to invite me?"

4 of 623 comments (clear)

  1. Not the most fortunate name by joonasl · · Score: 5, Informative

    In finnish, the word "orkut" is the plural form of the slang word for orgasm. Gives a completely new meaning for the idea of "Orkut is an online community that connects people through a network of trusted friends."

    --
    "There is a terrorist behind every bush"
  2. Re:oo, shiny web site by mansemat · · Score: 5, Informative
    Right Click > View Source

    This is only art of it, but it's the color changing part...
    <script>
    col=255;
    function sa() { document.getElementById("ws").style.color="rgb(" + col + "," + col + "," + col + ")"; col-=5; if(col<0) col=0; if(col>0) setTimeout('sa()', 10); }
    </script>
    --
    --
  3. Club Nexis by darksmurf · · Score: 4, Informative

    Orkut Buyukkokten has done this before.

  4. Slashster by DarkHelmet · · Score: 5, Informative

    Okay everyone, shameless plug time.

    I am currently creating a PHP version of friendster which I call Slashster. (Yes, this is inspired from Slashdot and Friendster).

    I figured that a PHP/mysql implementation would be interesting, and I'm rather curious to see how this thing can end up scaling, and if it can do it well.

    I was thinking of launching this on Monday, but this slashdot story was too relevant for me to wait on it, and get some of the press on it.

    Right now, its layout is nearly identical to friendster, but will change once I actually get someone with design skill to help me redo it.

    There are a couple primary differences between slashster and friendster so far:

    • Slashster has a messageboard. You can only see threads / post from people two degrees of separation or less from you (You, your friends, their friends). Friendster kind of had a "post-it" system on their site, which didn't have any sort of interaction on it. This aims to be a little better.
    • News feeds. I'm still working on getting the XML parser working better, but I have a couple news feeds on the "main page" which are pretty much customizable.
    • Moderation: Right now, people who submit new threads to the messageboard have control on moderating people up / down on those posts. The way I figure, people who want to talk about one thing will have their own corner. People who want to be irrelevant and stupid will have another corner.
    • Karma. Your karma is (roughly) the sum of your moderations (slashdot style) divided by the number of days you've been on the site. This way, it'll encourage people to be there on a daily basis and contribute. Also, the amount of space you get for uploading pictures depends on your karma.
    • Referrals: You end up getting more picture space for the Karma of your friends. Hopefully this will encourage people to invite others who participate, and not those who do nothing.

    I'm very interested in getting input on the place. I'm still doing bugfixes on the site, as I said before, so people visiting might get the occasional parse error or two while I'm updating things.

    Still, I'm looking forward to any feedback (positive and negative) on this place. I'm really hoping this post gets modded up, simply so that more people will check it out.

    You can email me at the address listed with this user account. Thanks everyone.

    --Mark

    --
    /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i