Google Summer of Code 2019 Ideas

Here you can discuss ReactOS related topics.

Moderator: Moderator Team

User avatar
onestop_mid
Posts: 41
Joined: Fri Nov 09, 2018 5:05 am

Re: Google Summer of Code 2019 Ideas

Post by onestop_mid »

dizt3mp3r wrote: Thu Jan 10, 2019 2:38 pm Hijacked thread now returning discussions to GSOC 2019 and what we can suggest as possibly interesting technical challenges for new students as well as those we'd like to push for ourselves and our own benefit...
Anything USB.
Jedi-to-be
Posts: 706
Joined: Sun Mar 16, 2008 11:26 am
Location: Russia, Stavropol
Contact:

Re: Google Summer of Code 2019 Ideas

Post by Jedi-to-be »

Microsoft Delta Compression API (mspatcha.dll)

good, small and really usefull project for GSOC


https://reactos.org/wiki/Google_Summer_ ... cha.dll.29
User avatar
dizt3mp3r
Posts: 1874
Joined: Mon Jun 14, 2010 5:54 pm

Re: Google Summer of Code 2019 Ideas

Post by dizt3mp3r »

Jedi-to-be wrote: Mon Jan 14, 2019 12:42 pm Microsoft Delta Compression API (mspatcha.dll)

good, small and really usefull project for GSOC


https://reactos.org/wiki/Google_Summer_ ... cha.dll.29
That sounds do-able and useful too. Is it likely to be interesting and suitable as a learning experience for the prospective student to want to take it up?
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
ROCKNROLLKID
Posts: 307
Joined: Mon Oct 17, 2016 3:19 am
Contact:

Re: Google Summer of Code 2019 Ideas

Post by ROCKNROLLKID »

I think the kernel test suites and the win32k test suites should be priority. I feel like it is small enough for gsoc students and it will have many future benefits, especially with reducing BSODs.

What about multi-processing support? XP sp3, as far as I know, supported up to 2 cores. This might be a good start for a gsoc and have a more mature developer finish it later to support more then 2.

Anyways, like the developers said before, gsoc should be about trying to gain long-term developers then it is about getting work done. Sure it is a nice way of getting us started somewhere because google pays these students and it encourages them to want to work on more difficult stuff, but if we don't have developers who can finish it afterwards, then it is as useful as just not having it to begin with, like our NTFS driver right now. However, I do feel if we list more selections, it could help us gain more students, so I guess we have to try and balance it.
ThFabba
Developer
Posts: 293
Joined: Sun Jul 11, 2010 11:39 am

Re: Google Summer of Code 2019 Ideas

Post by ThFabba »

ROCKNROLLKID wrote: Fri Jan 18, 2019 4:35 am What about multi-processing support? XP sp3, as far as I know, supported up to 2 cores. This might be a good start for a gsoc and have a more mature developer finish it later to support more then 2.
Supporting 2 cores is exactly the same amount of work as supporting 32. Or actually, it may be more work, since you'd have to write code to explicitly limit it to two.
ROCKNROLLKID
Posts: 307
Joined: Mon Oct 17, 2016 3:19 am
Contact:

Re: Google Summer of Code 2019 Ideas

Post by ROCKNROLLKID »

ThFabba wrote: Fri Jan 18, 2019 12:07 pm
ROCKNROLLKID wrote: Fri Jan 18, 2019 4:35 am What about multi-processing support? XP sp3, as far as I know, supported up to 2 cores. This might be a good start for a gsoc and have a more mature developer finish it later to support more then 2.
Supporting 2 cores is exactly the same amount of work as supporting 32. Or actually, it may be more work, since you'd have to write code to explicitly limit it to two.
Ah ok. I am not a developer, so I didn't know. Is the idea good enough for gsoc, though? I would think it would be as challenging as adding multi-monitor support. Actually, according to ReactOS history, ReactOS can initialize multiple processes, but can't use them. So I would think it may even be easier then multi-monitor, am I right? Again, no developer so that's why I didn't include it in the wiki myself (it doesn't look like I can edit it anyways).
ThFabba
Developer
Posts: 293
Joined: Sun Jul 11, 2010 11:39 am

Re: Google Summer of Code 2019 Ideas

Post by ThFabba »

I don't know how difficult multi-monitor support is. SMP support is definitely too hard for any GSoC student.
dnordenberg
Posts: 5
Joined: Mon May 02, 2005 6:59 am
Contact:

Re: Google Summer of Code 2019 Ideas

Post by dnordenberg »

Why do you want more network card drivers for virtualisation? Better get virtio drivers working and have a "future proof" solution than "chasing the rabbit" for newer and newer cards... I think that is the future solution for the virtualisation software too and stop making emulated cards completely.
User avatar
dizt3mp3r
Posts: 1874
Joined: Mon Jun 14, 2010 5:54 pm

Re: Google Summer of Code 2019 Ideas

Post by dizt3mp3r »

dnordenberg wrote: Sun Jan 27, 2019 1:41 am Why do you want more network card drivers for virtualisation? Better get virtio drivers working and have a "future proof" solution than "chasing the rabbit" for newer and newer cards... I think that is the future solution for the virtualisation software too and stop making emulated cards completely.
That makes no sense at all, either re-read the purpose of the thread or refrain from commenting please.
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
ThFabba
Developer
Posts: 293
Joined: Sun Jul 11, 2010 11:39 am

Re: Google Summer of Code 2019 Ideas

Post by ThFabba »

I think it's on topic, but I don't think I agree with the point.
What _you think_ is the future of virtualization doesn't really matter, unfortunately. VirtualBox, VMware and KVM may very well all support virtio at some point (if they don't already), but Hyper-V and Xen don't really have a reason to, as they have their own paravirtualization interfaces (which, hey, we have another GSoC idea posted for).
That said, this idea is not just about supporting virtual machines better. It will also help hardware support.
User avatar
dizt3mp3r
Posts: 1874
Joined: Mon Jun 14, 2010 5:54 pm

Re: Google Summer of Code 2019 Ideas

Post by dizt3mp3r »

Extending the NTFS GSOC project I would suggest this : viewtopic.php?f=2&t=18269

Add advanced search using the NTFS index and journalling system. I reckon it is do-able and would result in an advantage of ReactOS over Windows whilst retaining focus on ReactOS recent NTFS development and capability. There is existing open source code that could be adapted.

o NTFS-Search https://sourceforge.net/projects/ntfs-search/
o SwiftSearch https://sourceforge.net/projects/swiftsearch/
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
PurpleGurl
Posts: 1790
Joined: Fri Aug 07, 2009 5:11 am
Location: USA

Re: Google Summer of Code 2019 Ideas

Post by PurpleGurl »

That could be a good idea and something a GSOCer could do. It would have to be done for Windows at this point, as our NTFS support is not complete. Along this line, it seems all 3 strategies have their uses. I liked the "crawling" approach that Windows 9x used. I think 2000 used a hybrid approach between indexing and crawling. Adding an indexing service was intended for multitasking and server environments to reduce the disk activity, as crawling is quite costly in terms of IO. Microsoft learned from Windows 9x that more attention needed to be paid to multitasking (remember "defrag hell?" -- so many would just boot into DOS and run the DOS version of Norton Defrag or something). So adding this could increase search speed for NTFS-formatted drives. Since some code already exists, that would make it even better for a GSOC project.
Quim
Posts: 257
Joined: Wed Jul 04, 2018 11:45 pm

Re: Google Summer of Code 2019 Ideas

Post by Quim »

dizt3mp3r wrote: Tue Jan 29, 2019 1:14 pm Extending the NTFS GSOC project I would suggest this : viewtopic.php?f=2&t=18269

Add advanced search using the NTFS index and journalling system. I reckon it is do-able and would result in an advantage of ReactOS over Windows whilst retaining focus on ReactOS recent NTFS development and capability. There is existing open source code that could be adapted.

o NTFS-Search https://sourceforge.net/projects/ntfs-search/
o SwiftSearch https://sourceforge.net/projects/swiftsearch/
What about Trevor´s work? Did ReactOS team contact him to know if he is available to finish his work?
https://reactos.org/blogs/codertrevor
https://reactos.org/blogs/gsoc-ntfs-2017-update-1/
User avatar
gonzoMD
Posts: 1077
Joined: Fri Oct 20, 2006 7:49 am
Location: Germany
Contact:

Re: Google Summer of Code 2019 Ideas

Post by gonzoMD »

Trevor already participated 2 times,so he is out.
justincase
Posts: 441
Joined: Sat Nov 15, 2008 4:13 pm

Re: Google Summer of Code 2019 Ideas

Post by justincase »

GOOGLE SUMMER OF CODE 2019 PROGRAM RULES

7 Students.
    7.1 Eligibility.
        (b) Ineligible Individuals. A Student may not participate in the Program if:
            (iv) he or she has previously participated as a Student in Google Summer of Code two (2) or more times.
Darn.

CoderTrevor did some good work, and seemed to enjoy it, and also fit in well with the community.
It would be nice if CoderTrevor would come back and work on ReactOS some more (as indicated in his last blog post), even if to a lesser extent than what was done during the GSoC projects he participated in. Heck, it would be nice if he'd even come back to post that final blog post he promised us:
GSoC NTFS 2017 - Work Summary

LOOKING FORWARD
Thank you to my mentor Pierre, ReactOS, and Google for this wonderful opportunity!!

I definitely plan to keep contributing to ReactOS! I will make one more blog post after this one to summarize my experience from a personal standpoint.
Oh well, I guess we can only hope he'll come back eventually.

In the meantime, what's the status of the ReactOS GSoC application for this year? Have we submitted it yet? If not, what needs to happen before we do?
I reserve the right to ignore any portion of any post if I deem it not constructive or likely to cause the discussion to degenerate.
Post Reply

Who is online

Users browsing this forum: Baidu [Spider], Bing [Bot] and 20 guests