Page 2 of 3
Re: Looking for partner for OS development.
Posted: Tue Jun 02, 2009 7:41 am
by darkinsanity
lol what language is mykernelspace.com? Chinese?
btw Can I ask a stupid question? Is there any way to get .org domains for free?
Oh, and has anybody a good tutorial on how to use ELF files in my own OS? I still have my problems with that...
Re: Looking for partner for OS development.
Posted: Tue Jun 02, 2009 7:47 am
by giszo
darkinsanity wrote:Oh, and has anybody a good tutorial on how to use ELF files in my own OS? I still have my problems with that...
You can get all the required information from here:
http://www.skyfree.org/linux/references/ELF_Format.pdf
Re: Looking for partner for OS development.
Posted: Tue Jun 02, 2009 8:13 am
by darkinsanity
wow, thx. I didnĀ“t see that before. Seems to be very helpfull
Re: Looking for partner for OS development.
Posted: Tue Jun 02, 2009 9:17 am
by JamesM
btw Can I ask a stupid question? Is there any way to get .org domains for free?
No. Why would people give away top-level domains for free?
Re: Looking for partner for OS development.
Posted: Tue Jun 02, 2009 11:28 am
by earlz
JamesM wrote:btw Can I ask a stupid question? Is there any way to get .org domains for free?
No. Why would people give away top-level domains for free?
maybe if you were curing aids not-for-profit, then you could get a donation of a domain lol
Re: Looking for partner for OS development.
Posted: Tue Jun 02, 2009 1:58 pm
by i586coder
i think there is advantage and disadvantage to have partner in your project.
the advantage: build a very large software, with various of creative people
but if your partner lazy or silly this is disadvantage
Re: Looking for partner for OS development.
Posted: Tue Jun 02, 2009 4:02 pm
by Combuster
i586coder wrote:but if your partner lazy or silly this is disadvantage
Quoted for truth.
Still, I get the idea that not everybody realizes the "partner" thing works in
two ways, which has in extreme cases resulted in a flamefest when one of the persons in question is taking a trip down the list of beginner mistakes.
Partnership requires both people to be good partners to one another.
Re: Looking for partner for OS development.
Posted: Tue Jun 02, 2009 4:30 pm
by NickJohnson
And the issue is that unless your project is good, you're not going to get anyone who knows what they're doing to help you, unless you have programmer friends. And my only friend who is interested and can also program well is almost impossible to get a hold of.
So I guess the point is: partner programming is good, but only if you can get a good partner, which is impractical.
Re: Looking for partner for OS development.
Posted: Mon Jun 08, 2009 9:30 am
by Kieran
Hi, Ican be of assistance if you wish. I have experience writing PCI code among other things...
Re: Looking for partner for OS development.
Posted: Mon Jun 08, 2009 1:50 pm
by steveklabnik
NickJohnson wrote:So I guess the point is: partner programming is good, but only if you can get a good partner, which is impractical.
Incorrect, in my opinion.
There are 4 possible ways of pairing:
- You're both awesome: Good code, good times. This is pretty obvious.
- You're both horrible: You may not get much better, but you'll get at least a little bit better, by discussing the pros and cons of what you're doing with each other. Nobody will have a 'good' answer, but you'll at least be getting into those kinds of dialogues on a regular basis.
- You're horrible, they're awesome: You learn a lot about programming. They show you where you go wrong, and you help them catch simple mistakes.
- You're awesome, they're horrible: You teach them a lot about programming. They manage to keep you on your toes by asking questions about everything, and you're forced to justify your (obviously) superior ideas.
In all 4 of these situations, everyone wins. The "both horrible" option is far from optimal, but in any case, it's better than working alone.
The key to successful peer programming is the back and forth dialogue about everything. Now, as it so happens, Wilkie and I fall under case 1 of the 4 above, so I
could be slightly biased, but I still feel that there are enormous benefits to be gained from peer programming.
Combuster wrote:Partnership requires both people to be good partners to one another.
QFT
Re: Looking for partner for OS development.
Posted: Thu Jul 02, 2009 9:24 am
by GeniusCobyWalker
Thanks for all the posts
and... still looking for members for my dev-team.
Re: Looking for partner for OS development.
Posted: Tue Jul 14, 2009 2:02 pm
by imate900
GeniusCobyWalker wrote:Thanks for all the posts
and... still looking for members for my dev-team.
i would, IF it weren't for the fact I'm working on ReactOS and SauOS.
Re: Looking for partner for OS development.
Posted: Sat Jul 25, 2009 4:37 pm
by ehenkes
I don't like GRUB, prefer own bootloader.
Re: Looking for partner for OS development.
Posted: Sat Jul 25, 2009 5:15 pm
by xvedejas
You know, some of my (very) early stuff is still sorta tutorial-based, would you mind discussing the option to merge your kernel's code with mine? I've implemented paging and I'm working on threading, I also have the beginnings of a VFS, an in-memory file system, and mouse and keyboard drivers. My kernel will be, eh, unique, so my offer might not interest you, but if it does we can discuss it further.
Re: Looking for partner for OS development.
Posted: Sun Jul 26, 2009 6:04 am
by Coty
i586coder wrote:but if your partner lazy or silly this is disadvantage
I also think there is a disadvantage of them not agreeing with your Ideas, and steeling the source midway through.