| 1. | | How to be creative (gapingvoid.com) |
| 13 points by sofus on March 18, 2007 | 3 comments |
|
| 2. | | Creating Passionate Users: Is Twitter TOO good? (headrush.typepad.com) |
| 11 points by noisemaker on March 18, 2007 | 5 comments |
|
| 3. | | Who wants to discuss about MySQL vs PostgreSQL? |
| 9 points by volida on March 18, 2007 | 11 comments |
|
| 4. | | O'Reilly Radar The Web 2.0 Address Book May Have Arrived (oreilly.com) |
| 8 points by brett on March 18, 2007 | 4 comments |
|
| 5. | | Secret of Google's simple design: founders didn't know HTML (blog-city.com) |
| 6 points by jcwentz on March 18, 2007 | 4 comments |
|
| 6. | | 20 Smartest Companies to Start (cnn.com) |
| 6 points by domp on March 18, 2007 | 1 comment |
|
| 7. | | New ted talks are up. tech/entertain/design (ted.com) |
| 5 points by socmoth on March 18, 2007 |
|
| 8. | | Make Way for Copyright Chaos - Lessig on Viacom vs Google (nytimes.com) |
| 4 points by brett on March 18, 2007 | 1 comment |
|
| 9. | | University lecture notes in math, computer science and physics (lecturefox.com) |
| 5 points by sharpshoot on March 18, 2007 |
|
| 10. | | 2007 Web Predictions (readwriteweb.com) |
| 5 points by jamiequint on March 18, 2007 |
|
| 11. | | Mobile 2.0 (blueflavor.com) |
| 4 points by jamongkad on March 18, 2007 |
|
| |
|
|
| 13. | | Jason Fried - web apps, cash flow and pricing (thinkvitamin.com) |
| 4 points by arasakik on March 18, 2007 |
|
| 14. | | GigaOM: Fox executive new TechCrunch CEO (gigaom.com) |
| 4 points by carefreeliving on March 18, 2007 |
|
| 15. | | X/HTML 5 Versus XHTML 2 (xhtml.com) |
| 4 points by pg on March 18, 2007 | 1 comment |
|
| 16. | | Hackers promise to begin disclosing security bugs in MySpace every day next month (momby.livejournal.com) |
| 3 points by danielha on March 18, 2007 | 2 comments |
|
| 17. | | Thanks to Bryan Kennedy of Likebetter for most of the new look (aboutbryan.com) |
| 3 points by pg on March 18, 2007 | 3 comments |
|
| 18. | | Creating Passionate Users: Seven Blog Virtues (for a Global Microbrand) (headrush.typepad.com) |
| 3 points by noisemaker on March 18, 2007 |
|
| 19. | | Ex-Livedoor chief gets 2.5-year jail term (ft.com) |
| 3 points by sszhou on March 18, 2007 |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| 25. | | Are Mobile Operators stifling Mobile Innovation? at ExperienceCurve (experiencecurve.com) |
| 3 points by jamiequint on March 18, 2007 |
|
| 26. | | The Penny Gap - In-Depth (darrenherman.com) |
| 3 points by python_kiss on March 18, 2007 |
|
| |
|
|
| |
|
|
| 29. | | Where Old and New Media Collide (sfgate.com) |
| 2 points by danielha on March 18, 2007 |
|
| |
|
|
|
| More |
Also, for their MySQL test procedures, I could not find any information regarding which storage engine they were using. InnoDB is fully ACID-compliant, whereas MyISAM has reduced overhead since it does support transactions and foreign key constraints, for example. I found a good article, http://www.mysqlperformanceblog.com/2007/01/08/innodb-vs-myisam-vs-falcon-benchmarks-part-1/ , comparing the two storage engines, and the results were pretty surprising to me.
It ultimately comes down to your individual usage patterns. Using a database abstraction layer will allow you to test your application against different databases so you can see how your application performs first hand.