HN user

patcito

47 karma
Posts0
Comments27
View on HN
No posts found.

This process is only slow if your DB is already huge. CouchDB forces you to think your query a bit more before building your DB. To be fair though, try to add an index to a huge SQL database, it will take long too, and sql indexes are needed on any frequently used query.

> So, you have an article with an id of 5. What if you want to look up the articles by author 9? You're just unable.

Yes you can, at least in CouchDB, just create a view that emits the author id and you're done.

Firefox 3.5 is out 17 years ago

I've been using Firefox 3.5 and it's fast and hasn't crashed at all unlike Opera which crashed every once in a while here on Ubuntu Karmic.

> I don't get it. Why is the GNU Project developing their own C# implementation but is seemingly anti-Mono?

Did you read the article? Having a free C# implementation is important because it allows people to run their C# program on free platforms according to the FSF. However, writing and distributing apps in C# is not encouraged as people might get sued. RMS points that he has nothing against mono or any other free C# implementations (proof is that GNU has its own Portable.NET) as it allow people to move to a free platform.

JSConf2009 Wrapup 17 years ago

"Third, WebKit gets the prize for our favorite JS engine (not surprising with all the Cocoa love being shown)"

Why? WebKit doesn't have much to do with cocoa.