Google Announces Summer of Code 2008 Projects
An anonymous reader writes "Google announced today it had accepted 1,125 students to work on 175 Free and Open Source Projects this summer. This represents an increase of almost 25% over last year. Nearly 7,100 applications were received. For those who weren't accepted, there is an offer to send Google Swag to any student who completes their project anyway."
...that I hate Google for their immense privacy violations, and yet can't help but get excited when the Summer of Code comes up?
It'll be interesting to see how they are integrated and how big a change some of those items become at the other end of SoC.
Title Generic frame-level multithreading support
Student Alexander James Lloyd Strange
Mentor kristian Jerpetjoen
Abstract
FFmpeg, while equalling or surpassing the speed of nearly all other codec implementations on a single CPU core, currently only has limited and specific support for multithreading. I will implement a frame-level multithreading system, which can efficiently speed up all uses of libavcodec. This will be based on the successful implementation in the x264 encoder[1], extended to support decoding and whatever synchronization will be required. [1] http://akuvian.org/src/x264/sliceless_threads.txt, http://www.techarp.com/showarticle.aspx?artno=442&pgno=0
Good luck guys! Don't forget the crucial "Ballmer Peak" when getting started. http://xkcd.com/323/
I had applied and got some very positive comments on my proposal but none of the project guys would mentor me due to time constraints or lack of knowledge in the area I was coding.
Mentor organizations, in the future, if you have a idea page, make sure there is a mentor behind every item. It was a pain emailing/harassing everyone just to get an answer if they'd mentor me. Not fun when the deadline was a day or so away.
I am glad to hear that there is free swag if I do work on it though, so perhaps I'll give it a go anyways.
import system.cool.Sig;
Emacs is already perfect.
Dewey, what part of this looks like authorities should be involved?
I'm sure "SlashdotMedia" will improve on all the wonders that Dice Holdings blessed us all with
It looks like Google awarded KDE the most number of projects (47 total) of any SOC participant.
Mono's C# is extremely slow compared even to OpenJDK Java, saying nothing of finely optimised C. It would be very nice if modern optimisations could be brought over from OpenJDK to Mono, but I doubt that will happen anytime soon.
Sam ty sig.
I attribute my proposal being accepted to the fact that I'm implementing a real-time web version of a game that makes my mentor (and probably other proposal-choosers for Portland State University) feel quite nostalgic.
When I called him to initially discuss the idea, he actually cut me off mid-sentence and said--with Renee-Zellweger-like tearful joy in his voice--"You had me at 'Nomic'."
FWIW, Mono is not looking *only* for a reimplementation of Microsoft's libraries. Their public goal is to create a high productivity open source dev framework, not to neccessarily recreate every Microsoft library.
And it shows,too: They created GTK# way before Winforms compatibitlity (even now, the Monodevelop IDE has GTK# Visual Design but no Winforms support yet). And they've created bindings for some Unix libraries; and there are Mono libraries (like Monoaddin) that have no Microsoft counterpart.