| 1. | | Ask HN: What kind of index is Google using here? (google.com) |
| 116 points by pc on July 7, 2009 | 45 comments |
|
| 2. | | VLC Media Player 1.0.0 is finally out (l0cal.com) |
| 102 points by etix on July 7, 2009 | 25 comments |
|
| 3. | | Review my app: For you NYC Hackers/Subway Riders (exitstrategynyc.com) |
| 100 points by bdotdub on July 7, 2009 | 59 comments |
|
| 4. | | SSH server 0-day exploit (sans.org) |
| 95 points by sucuri2 on July 7, 2009 | 60 comments |
|
| 5. | | Up and Running With Cassandra (evanweaver.com) |
| 85 points by jcsalterego on July 7, 2009 | 7 comments |
|
| 6. | | Coding Horror: Code: It's Trivial (codinghorror.com) |
| 84 points by Anon84 on July 7, 2009 | 43 comments |
|
| 7. | | Rules for Bootstrapped Web App Startups (lesseverything.com) |
| 82 points by lessallan on July 7, 2009 | 20 comments |
|
| 8. | | Miguel De Icaza: Microsoft promises to never sue anyone regarding Mono. (tirania.org) |
| 80 points by mdasen on July 7, 2009 | 51 comments |
|
| |
|
|
| 10. | | BSD For Linux Users (over-yonder.net) |
| 79 points by Ennis on July 7, 2009 | 23 comments |
|
| 11. | | Michael Lewis on A.I.G. (vanityfair.com) |
| 78 points by jwb119 on July 7, 2009 | 16 comments |
|
| 12. | | Scientists extract images directly from brain (2008) (pinktentacle.com) |
| 77 points by theforay on July 7, 2009 | 41 comments |
|
| |
|
|
| 14. | | To all who Think Themselves a Programmer (craigslist.org) |
| 73 points by fogus on July 7, 2009 | 71 comments |
|
| |
|
|
| 16. | | Ask HN: Startup vs Girlfriend |
| 67 points by alexitosrv on July 7, 2009 | 116 comments |
|
| |
| 63 points | parent |
|
| 18. | | CSS Sprites are Stupid - Let's Use Archives Instead (Firefox Demo) (kaioa.com) |
| 58 points by mixmax on July 7, 2009 | 37 comments |
|
| |
|
|
| |
| 56 points | parent |
|
| 21. | | HTML 5 drops open source video codec (zdnetasia.com) |
| 54 points by acangiano on July 7, 2009 | 33 comments |
|
| 22. | | Professor griefs gamers, feigns surprise at reaction (itworld.com) |
| 54 points by abennett on July 7, 2009 | 60 comments |
|
| 23. | | Android on x86 (code.google.com) |
| 49 points by zokier on July 7, 2009 | 13 comments |
|
| 24. | | Simply Scheme is now available online (cs.berkeley.edu) |
| 48 points by soundsop on July 7, 2009 | 7 comments |
|
| 25. | | The Rise of the Data Scientist (flowingdata.com) |
| 47 points by physcab on July 7, 2009 | 16 comments |
|
| 26. | | Vector Magic - Convert bitmap to vector (vectormagic.com) |
| 46 points by ctingom on July 7, 2009 | 25 comments |
|
| |
|
|
| 28. | | Python: What the Hell is a Slot? (elfsternberg.com) |
| 45 points by iamelgringo on July 7, 2009 | 4 comments |
|
| |
|
|
| |
|
|
|
| More |
His whole concept of "SQL doesn't scale" is the typical crap I always hear from people that are either not database experts, are using the wrong database technologies, or don't know what they're doing. More than likely a combination of all three.
And just because you can create an object model, and a simplistic data model, does not make you an architect of large, scalable database systems.
I have, over the past 4 years alone, built Oracle-based, fully scalable databases that handle over 25 million users daily.
Go read up on their RAC architecture, and the "shared everything" implementation.
Sure, it's expensive, but it works great.
For instance, if you play sports games from the world's largest video game corporation, all of your online transactions (achievements, etc) go through exactly such a system that I spent a year architecting and implementing.
If you do any online banking in Canada, or with some of the larger banks in the US, that, too, is on my resume.
I find that this type of FUD comes about from people that aren't good at designing and implementing large databases, or can't afford the technology that can pull it off, so they slam the technology rather than accept that they, themselves, are the ones lacking.
Most of them tend to come from the typical LAMP/SlashDot crowd that only have experience with the minor technologies.
Those of us that do it for a living, using the right technologies, seem to have no problems whatsoever scaling SQL.
Just saying.