patcito's comments

patcito | 16 years ago | on: No to SQL? Anti-database movement gains steam

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.

patcito | 16 years ago | on: No to SQL? Anti-database movement gains steam

> 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.

patcito | 16 years ago | on: Firefox 3.5 is out

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.

patcito | 16 years ago | on: Why free software shouldn't depend on Mono or C#

> 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.

page 1