Slashdot Mirror


User: NoelProf

NoelProf's activity in the archive.

Stories
0
Comments
9
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9

  1. Re:Standardized Testing - on Why Kids Should Be Building Rockets Instead of Taking Tests · · Score: 2

    Not every person learns the same way without a doubt. However, unless you can measure (or test) for that, how can we tell what teachers are adding value to or not the the educational experience.

  2. Re:MySql on Has MySQL Forked Beyond Repair? · · Score: 1

    The perception that MySQL is smaller and faster than PostgreSQL is bullshit. PostgreSQL is actually smaller than MySQL even though it has many more features. In my experience Postgres's query planner is light-years ahead of MySQL. The result is that PG is almost always faster than MySQL in the general case. MySQL is also loaded with gotcha's and odd behaviour based on the "back end" or what settings you use.

  3. Re:PostgreSQL: Why don't people use it that much? on Has MySQL Forked Beyond Repair? · · Score: 1

    When were those olden days? I've been using PostgreSQL in production since 2001 because MySQL was (and is) relatively unstable and has an incomplete set of SQL features. Postgres has always been way more stable than MySQL. IMHO, PG is also way more straightforward than MySQL, MS SQL and Oracle. MySQL in particular has loads of hidden tricks and gotcha's. For example, referential integrity.

  4. Re:Yea, it's all the same. on Are Relational Databases Obsolete? · · Score: 1

    I've programmed and maintained a number of "Pick" applications as well as applications using SQL databases such as PostgreSQL. I think of Pick as a poor implementation of a poor idea. You can easily get yourself in trouble designing multi-value databases in Pick. You'll always be jumping into procedure land to cull through your data. Even with ideal table design (called files in Pick), try doing a sub select. Or an outer join with a having clause. The only nice think I could say about Pick and it's variants is that with low order data sets, applications and hardware, pick was very efficient.

  5. Re:Not impressed with SCALIX on Top Ten Open Source Innovators · · Score: 1

    I'm impressed with Scalix: Runs in Linux; CLI; Outlook "corporate mode" support; Outlook looking web client that is all AJAXy ; Google stytle search; Works with a thrid party applications that sycs mail and PIM with all major smartphones (Blackberry, Treos, and Windows Mobile.) Great support, solid product improvement demonstrated year after year.

  6. Re:NetWare is not and does not run on DOS !!!!!!! on Linux Growth Doesn't Offset NetWare Decline · · Score: 1

    Keep in mind that to the layperson the term "DOS" is an alias for text mode. That's just the way it is.

  7. Re:My wishful thinking says... on Novell Layoffs Coming This Month? · · Score: 1

    For a commercial product (with commercial support) that runs as an Exchange replacement, look at Scalix. scalix.com>

  8. Verizon and soon Sprint on Cell Phone Service as High Speed Internet Link? · · Score: 2, Informative

    http://www.verizonwireless.com/b2c/mobileoptions/b roadband/index.jsp "..at typical speeds of 400-700 kbps, capable of reaching speeds up to 2 Mbps." Works as advertised. When not in a broadband area works at lower "national" speed of about 100 kbps.

  9. Re:bitkeeper is not on my radar on BitMover Releases Open Source BitKeeper Client · · Score: 1

    Where do you keep your data? Do you have the source code for your hard drive?