www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - We have a GSoC mentor already: David Simcha

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
David Simcha applied for a second gig as a GSoC mentor. Needless to say, 
his application was approved :o). Please join me in welcoming him!

Andrei
Mar 02 2012
next sibling parent "Yao Gomez" <yao.gomez gmail.com> writes:
On Friday, 2 March 2012 at 23:42:59 UTC, Andrei Alexandrescu 
wrote:
 David Simcha applied for a second gig as a GSoC mentor. 
 Needless to say, his application was approved :o). Please join 
 me in welcoming him!

 Andrei
Congrats David! Is Mr. Simcha mentoring effort focused on the GC? Or another project?
Mar 02 2012
prev sibling next sibling parent reply "MattCodr" <mattcoder hotmail.com> writes:
On Friday, 2 March 2012 at 23:42:59 UTC, Andrei Alexandrescu 
wrote:
 David Simcha applied for a second gig as a GSoC mentor. 
 Needless to say, his application was approved :o). Please join 
 me in welcoming him!
Nice and good luck but... What app is it?
Mar 02 2012
parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 3/2/12 6:31 PM, MattCodr wrote:
 On Friday, 2 March 2012 at 23:42:59 UTC, Andrei Alexandrescu wrote:
 David Simcha applied for a second gig as a GSoC mentor. Needless to
 say, his application was approved :o). Please join me in welcoming him!
Nice and good luck but... What app is it?
Mentors are chosen before students and projects. As we all know, David has a variety of interests, with scientific programming at the top. Andrei
Mar 02 2012
parent dsimcha <dsimcha yahoo.com> writes:
On 3/3/2012 2:04 AM, Andrei Alexandrescu wrote:
 Mentors are chosen before students and projects. As we all know, David
 has a variety of interests, with scientific programming at the top.

 Andrei
I'm open to a variety of projects, but scientific computing and garbage collection are at the top of my list.
Mar 03 2012
prev sibling parent reply Trass3r <un known.com> writes:
Am 03.03.2012, 00:43 Uhr, schrieb Andrei Alexandrescu  
<SeeWebsiteForEmail erdani.org>:

 David Simcha applied for a second gig as a GSoC mentor. Needless to say,  
 his application was approved :o). Please join me in welcoming him!
Yay! Time to ask about the status of the last GSoC project, i.e. the LinAlg one. If it still needs lots of work, maybe there could be another round on that.
Mar 02 2012
parent dsimcha <dsimcha yahoo.com> writes:
On 3/2/2012 9:38 PM, Trass3r wrote:
 Am 03.03.2012, 00:43 Uhr, schrieb Andrei Alexandrescu
 <SeeWebsiteForEmail erdani.org>:

 David Simcha applied for a second gig as a GSoC mentor. Needless to
 say, his application was approved :o). Please join me in welcoming him!
Yay! Time to ask about the status of the last GSoC project, i.e. the LinAlg one. If it still needs lots of work, maybe there could be another round on that.
The status is that the debugging and polishing is slowly happening. I've used the library for real work and while rough around the edges, it's quite good. I've also worked on adding some Lapack wrapper stuff that Cristi (the student I mentored) didn't get to and improving the test suite. The key todos are: 1. Fix a few nasty bugs that are more design flaws than run-of-the-mill bugs. This is hard for me to do without Cristi's input because I am unclear on a few design decisions. 2. Documentation. 3 More LAPACK wrappers. 4. More real-world testing. I'm not comfortable submitting something this large and complicated for Phobos inclusion until a few people have used it extensively for real work and found all the bugs and design flaws. 5. Some serious profiling/performance optimization. 6. Get allocators into Phobos, since Cristi's SciD fork depends on them.
Mar 03 2012