Looking for partner for OS development.
- darkinsanity
- Member
- Posts: 45
- Joined: Wed Sep 17, 2008 3:59 am
- Location: Germany
Re: Looking for partner for OS development.
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...
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.
You can get all the required information from here: http://www.skyfree.org/linux/references/ELF_Format.pdfdarkinsanity 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...
- darkinsanity
- Member
- Posts: 45
- Joined: Wed Sep 17, 2008 3:59 am
- Location: Germany
Re: Looking for partner for OS development.
wow, thx. I didn´t see that before. Seems to be very helpfull
Re: Looking for partner for OS development.
No. Why would people give away top-level domains for free?btw Can I ask a stupid question? Is there any way to get .org domains for free?
Re: Looking for partner for OS development.
maybe if you were curing aids not-for-profit, then you could get a donation of a domain lolJamesM wrote:No. Why would people give away top-level domains for free?btw Can I ask a stupid question? Is there any way to get .org domains for free?
Re: Looking for partner for OS development.
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
the advantage: build a very large software, with various of creative people
but if your partner lazy or silly this is disadvantage
Distance doesn't make you any smaller,
but it does make you part of a larger picture.
but it does make you part of a larger picture.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Looking for partner for OS development.
Quoted for truth.i586coder wrote:but if your partner lazy or silly this is disadvantage
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.
- NickJohnson
- Member
- Posts: 1249
- Joined: Tue Mar 24, 2009 8:11 pm
- Location: Sunnyvale, California
Re: Looking for partner for OS development.
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.
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.
Hi, Ican be of assistance if you wish. I have experience writing PCI code among other things...
- steveklabnik
- Member
- Posts: 72
- Joined: Wed Jan 28, 2009 4:30 pm
Re: Looking for partner for OS development.
Incorrect, in my opinion.NickJohnson wrote:So I guess the point is: partner programming is good, but only if you can get a good partner, which is impractical.
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.
QFTCombuster wrote:Partnership requires both people to be good partners to one another.
- GeniusCobyWalker
- Member
- Posts: 65
- Joined: Mon Jan 12, 2009 4:17 pm
Re: Looking for partner for OS development.
Thanks for all the posts
and... still looking for members for my dev-team.
and... still looking for members for my dev-team.
Full Knowledge in:
GML, Ti-Basic, Zilog Z80 Assembly, SX28 Assembly and Blender
Experience in:
C++,OpenGl,NDS C++,Dark Basic,Dark Basic Pro,Dark Gdk and PSP Coding
Using:
Ubuntu ,GEdit ,NASM ,GCC ,LD ,Bochs
GML, Ti-Basic, Zilog Z80 Assembly, SX28 Assembly and Blender
Experience in:
C++,OpenGl,NDS C++,Dark Basic,Dark Basic Pro,Dark Gdk and PSP Coding
Using:
Ubuntu ,GEdit ,NASM ,GCC ,LD ,Bochs
Re: Looking for partner for OS development.
i would, IF it weren't for the fact I'm working on ReactOS and SauOS.GeniusCobyWalker wrote:Thanks for all the posts
and... still looking for members for my dev-team.
Current work on a OS: SauOS (project homepage: http://code.google.com/p/sauos/)
Re: Looking for partner for OS development.
I don't like GRUB, prefer own bootloader.
http://www.henkessoft.de/OS_Dev/OS_Dev3.htm (OSDEV)
http://www.c-plusplus.de/forum/viewforu ... is-62.html
irc.euirc.net #PrettyOS
http://www.c-plusplus.de/forum/viewforu ... is-62.html
irc.euirc.net #PrettyOS
Re: Looking for partner for OS development.
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.
Valix is an experiment in an interpreted userspace with object-oriented and functional design patterns. Developers needed! Join #valix on irc.freenode.net
Re: Looking for partner for OS development.
I also think there is a disadvantage of them not agreeing with your Ideas, and steeling the source midway through.i586coder wrote:but if your partner lazy or silly this is disadvantage
My hero, is Mel.