Slashdot Mirror


Google Summer of Code Results

Nattfodd writes "Almost two months after the projects, deadline, partial (but fairly complete) results of Google Summer of Code are here. The completion rate of projects (and thus payment of the students) was approximately 90%, which would certainly qualify for a 'huge success' of the operation. Summer of Code paid more than 400 students of 49 countries to spend their summer helping open-source projects, 4500$ on completion. Now we just have to wait for the T-shirts..."

5 of 220 comments (clear)

  1. Nice idea, poor pay by Anonymous Coward · · Score: 4, Interesting

    Its a nice thing for Google to try to do, but who were they really targeting at that pay range? A decent summer internship in CS pays 2-4 times that much.

  2. How about a winter of code? by Anonymous Coward · · Score: 4, Interesting

    That was sucessful. Lets follow it up with a winter of code, and give the OSS world a christmas present

  3. Interesting Demographics by mikesmind · · Score: 5, Interesting

    I scanned through the list and am intrigued by the demographics. I was surprised that there weren't a few more women. I always knew that programming was dominated by men, but I didn't realize it would be that far skewed. The shop I work in is primarily COBOL and we have a good percentage of women working here. Perhaps that skewed my perception.

    --
    www.mikesmind.com - www.daddyworkathome.com - www.freetofarm.org - www.tenfoottable.com
    1. Re:Interesting Demographics by university+chica · · Score: 5, Interesting

      I'm a senior in computer science at a university that has a total of 17000 students. I'm also the only female student in my graduating class. Conservatively, I'd say there are maybe 7 other female students in CS who've made it to their junior year. CS loses 99% of female students, and it's half way through the semester, so we may have lost a couple more. For a little perspective... there are over 100 guys in their junior or senior year. I don't understand it. I mean, who wouldn't want to spend their entire scholastic career surrounded by a collection of the geekiest men the university has to offer?

  4. Hmmm, interesting projects by totallygeek · · Score: 5, Interesting
    • Ivan Barrera A, Chile: Bandwidth Limiter For Apache - When a user starts downloading something, the data goes through the mod. If there is a bandwidth limit, then the mod will start "splitting" the data into smaller pieces. Then it will start sending each piece with a small delay (less than 1 sec) between each piece, thus, reducing the speed the user downloads. This is useful for small web-hosting servers with limited outbound bandwidth (i.e. ADSLs customers).

      I don't even have that limited of bandwidth and I would like to see this mod in production. Very needed code IMHO.

    • csaba, Hungary - Fuse / BSD / Network mount via SSH

      This is what I have been waiting for since the dawn of time. Well, not that long, but I have always wondered when I would be able to mount remote file systems via secure shell.