d Wrote:
-------------------------------------------------------
> Gravis Wrote:
> --------------------------------------------------
> > Another son of Becker's, Todd, who had a
> similar
> > genetic disorder, died in 2004.
> >
> > people, if you have a kid that has a genetic
> > disorder of any kind... DONT HAVE MORE CHILDREN!
>
> > seriously, doing such has great potential for
> > creating a burden on society. adopt, you
> fucking
> > retards or a drunk girl will kill you!
> >
>
> Thats a very ignorant thing to say. Seeing that we
> all have our faults, it is not our right to judge
> somebody else's children for something that they
> are not in control of.
im not judging their children, im judging the parents for passing on bad genetic code again when they have more offspring. not poor genetic code meaning it's below average but bad genetic code as in it's a detriment to the offspring. i judge them not because they want children but because they want biological children which have a good chance of inheriting their parent(s)'s genetic defect. like i said before, they can adopt a kid, there are a lot of them.
> These people are not a
> burden to society, they are people who have
> special needs, just like a gifted child may need
> advanced curriculum. Your thinking and logic is
> ancient.
that is a flawed argument. gifted children are generally good for society while "special needs" children are generally bad for society. im not saying i have disdain for anyone with disabilities but i have disdain for those with genetic defects that could hinder their child who choose to have a biological child in spite of their genetic flaws.
this should sum it up, for those who understand C or C++
Quote
The Code of Life
#DEFINE GENETICALLY_FLAWED -1
#DEFINE SELF 0
#DEFINE PARENTS 1
#DEFINE MATE 2
#DEFINE MAX_KIDS 3
int main(char argv, char** argc)
{
int num_children = 0;
if(argc[SELF] == GENETICALLY_FLAWED ||
argc[PARENTS] == GENETICALLY_FLAWED ||
argc[MATE] == GENETICALLY_FLAWED
{
num_children = adopt();
if(num_children > MAX_KIDS)
{
return(-1);
}
}
else
{
bool want_child = rand();
bool child_flawed = false;
while(want_child &&
num_children < MAX_KIDS &&
!child_flawed)
{
child_flawed = generate_offstring();
want_child = rand();
}
if(child_flawed)
{
return(-1);
}
}
return(0);
}
"the wisdom of the wise will perish, the intelligence of the intelligent will vanish."