Slashdot Mirror


Dot Con: How Infospace Took Investors For A Ride

Jeff writes "On the subject of the dot com crash, the Seattle Times recently ran an outstanding three day series on the corruption at Infospace, with a follow up today on the company's continued relations with its founder, Naveen Jain. Sunday's cover photo of Jain's new office shows a birthday photo of himself and another self-portrait in the background. Only the reflecting pool is missing."

1 of 161 comments (clear)

  1. Give the devil his due by jd · · Score: 4, Informative
    Oracle IS slow. Of course, if they were going to buy a database, then they could still have gone with Informix or DB/2. Those aren't amazing, but they are better. For smaller datasets, then mSql and MySQL would have been logical choices.


    Of course, if the data was flat, rather than relational, the choices would have been Berkeley DB, Gnu DBM and NDBM, which all store data by hashes.


    Binary trees are great for high-school projects. Now, trees are used in serious projects. Game AIs tend to use B+ and B* trees, for example. I'm pretty sure ReiserFS uses trees. One way to write a compiler parser is via an n-ary tree, because the memory and CPU requirements scale much nicer than hash tables. However, none of these are binary trees, they exploit some very specific characteristics of the data, and they aren't intended as a substitute for Oracle.


    People do write their own database engines, but usually only for very specialized needs. I am sure there are plenty of applications out there which are simply not suitable for any existing engine, for reasons of speed, complexity, or whatever.


    From what I understand, Infospace did not have such a need. From what others have said, I doubt anyone working there would have recognized such a need, if one HAD existed.


    It is utter insanity to build a system that is inefficient and unsuitable as a replacement for something that is utterly different in nature. The guy probably swapped his Rottweiler guard dog for a guinea pig, too. Hey, they both make noises and the guinea pig IS cheaper!


    I'll tell you why the Dot Com era went broke. It had nothing to do with technology or expectations. It had to do with rich idiots giving money to wannabe rich idiots so that they could all be fleeced and the consumers with them.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)