Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
Robotics

The Best Robots of 2009 51

kkleiner writes "Singularity Hub has just unveiled its second annual roundup of the best robots of the year. In 2009 robots continued their advance towards world domination with several impressive breakouts in areas such as walking, automation, and agility, while still lacking in adaptability and reasoning ability. It will be several years until robots can gain the artificial intelligence that will truly make them remarkable, but in the meantime they are still pretty awesome."

Comment Re:MySql (Score 1) 334

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.

Comment Re:PostgreSQL: Why don't people use it that much? (Score 1) 334

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.

Comment Re:Yea, it's all the same. (Score 1) 417

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.

Slashdot Top Deals

No user-servicable parts inside. Refer to qualified service personnel.

Working...