Hans Reiser to Sell Company
DVega writes "Due to increasing legal costs, murder suspect Hans Reiser is seeking to sell his company. His lawyer William DuBois said he is running out of money to pay for his defense. DuBois added, 'This is a unique opportunity for someone to buy the company for pennies on the dollar. We welcome all vultures.' This is a good opportunity to own a filesystem and rename it after your own."
er, couldn't you just fork it and rename it whatever you want for free?
If you win against the govt criminal charges, isnt the govt required to pay all YOUR costs and compensate you for the hassel?
After all, if YOU LOOSE, you have to pay the government court costs.
I know its like this for small petty charges in au, or is USA run by evil lawyers?
Liberty freedom are no1, not dicks in suits.
Perhaps he might get more takers and a higher price if the proceeds from the sale were used to set up a trust for his kids. They don't have a mother and their father will probably be in prison until he dies. Human buyers will make a more emotional connection with helping his kids than they will helping the defense of a murder suspect.
That actually sounds really suspicious - the addition of the books is way too much.
Did you ever notice that *nix doesn't even cover Linux?
he knew for several days the police were going to investigate him...he had plenty of time to clean these things up! leaving sloppy evidence like book and tools in the car doesn't make sense. The wife was also known for playing very dirty also and milking it for all it was worth before the divorce was final(the sfgate news mentioned that earlier in the case) She did the usual "husband is beating me" routine but as they described it, it was almost fake (impression from news at the time)... but of course police take the report out on the MAN's fault, and because of that HE has to move out of his house, and HE can't have the kids.. even though everybody KNOWS the reports of abuse are fake or not fully true. She was cheating on him...in his house! and he had to get a new one. She was killed when the kids were with him... that almost points to the boyfriend as the suspect or a paid hit. It's almost like the OJ thing.. the setup evidence is almost TOO good... but pinning the suspect to the actual crime doesn't fit the time tables of where the POLICE say everybody was at. It's like the ex-wife did all the hard work to set the guy up as a bad guy for the divorce, but was living the wild life with somebody else... it's like a gift-wrapped mob hit and the police are falling for it while they have coffee with the real killer at the doughnut shop.
I'm not saying he couln't have done it, but it's like the OJ case.. soon we'll be finding the police lab "embelished" some reports...mislabled where evidence came from...etc. once that happens, the police have failed to do their duty of running a clean show and you HAVE to let him go not knowing if the police lied, or just did crappy work. His reputation is stained forever, So they just bleed him dry with legal fees and call it good. Nobody gets BANNED from law enforcement for deliberately screwing up the trial!!! That's what's sick with the whole system right now.
Basic timeline...
September 3rd: She goes Missing
September 8th: He buys the books
September 12th: He gets pulled over and police note he has a passenger seat.
September 19th: They impound his car, this time passenger seat is gone.
So it would seem that regardless of who did what when, he had a need to clean his car sometime between the 12th and 19th. Which is 9 + days after she went missing...
Very strange. I can't think of many fit of passion murders where it takes up to that long to dispose of a body, if it was him who did it. It suggests to me that with that kind of time, they probably will never find it. Which is a shame.
can't sleep slashdot will eat me
How much is it worth without Hans Reiser?
Talk about unintended consequences.
When your company's sole product is named after the lead developer, it makes it awfully difficult to convince anyone that there is much ongoing value in that product once the namesake is out of the picture.
Reiser may end up on death row because he was unable to raise enough funds to hire a good enough attorney. All because he named the product after himself instead of something more generic. Who would have guessed that he might pay for that bit of ego indulgement with his life?
When information is power, privacy is freedom.
No, Linux has several file systems because there's no such thing as a perfect file system, and even if there were, it hasn't been achieved yet.
Each of the file systems out there has different strengths and weaknesses. If you need maximum reliability, you need a fully journaled file system (data and metadata), but you pay for that reliability in terms of performance. In most cases, you don't need that, but it is important that your file system not become corrupted by a power failure, or similar problem. For those, metadata journaling is enough. In yet other cases, raw speed is the goal, so journaling is a bad idea.
But speed vs. reliability is only one issue to consider. Another is space efficiency, particularly for systems that will have large numbers of small files. Most file systems use one disk block (e.g. 1KB) even for a 100-byte file. Others (like reiserfs) can pack small files together. But that efficiency introduces complexity, which can reduce reliability. So space efficiency vs. reliability is a consideration.
Another tradeoff is read performance vs. write performance. Yet another is performance of small files vs performance of large files. Yet another is reconfigurability -- can file systems be grown or shrunk in-place, perhaps even while in use? That's another tradeoff against complexity and the associated reduced reliability.
For the desktop user, it doesn't really matter. You'll notice little difference regardless of which file system you choose. But there are applications in which the choice of file system can make a significant difference in system performance, space efficiency, reliability, or flexibility.
Windows has One File System(tm) because... it's easier.No, Windows has one file system because Microsoft has never focused on technical excellence. Mediocrity is often an excellent business strategy, and it has certainly proven to be good to Microsoft, but that doesn't mean we can't have better.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.