Hacker Newsnew | past | comments | ask | show | jobs | submit | patcito's commentslogin

but cellphones may get half of the message only, as it is limited to 140 chars.


No, the message is still limited to 140 chars, for cellphones or browsers, the link handling is done behind doors.


So where does the phone get the URL, another message?


Phones don't get the url, just the LINK placeholder, you can not navigate on a cellphone.

Now, smartphones, they use browsers, browsers can read html, then they get the url under the LINK placeholder.


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


After the server has crawled over every single doc in the DB submitting them to the new view, then yes, you're done : D


Thanks for that info. I feel like people are omitting crucial info when describing these new datastores.


Oh don't get me wrong, I use CouchDB and love it. I think it's going to be big.

It is very good at what it does. But it is not good at, nor ever will it be good at, ad hoc queries like the GP describes. The second time you query that view it will be blindingly fast. The first time, however, it has to build the view index from scratch, which in a large-ish DB might well take hours.

You just can't assume you will have pretty fast "random access" queries like you would on MySQL or similar. Of course, it goes the other way as well, and there are many examples of views you can trivially do in Couch which would be prohibitively expensive in MySQL.

As always, you pays your money and you makes your choice.


I know you don't mean it this way but this sounds like SQL databases can magically index their data without scanning it. Add a new index to a large table in any RDBMS and it'll do exactly what you're describing.

Query on an un-indexed column and it'll take forever every time. (There's an Oracle database I deal with occasionally that takes 50 seconds to count 78 rows. No we can't add an index.)

All NoSQL (eewww) non-RDBMSs do is move the pain around. The efficiency and lookup times are (usually, mostly) orthogonal to the orientation of the data, all you can do is align your use case to hit as few pain points as posisble.


Oh yeah I know. But RDBMSs tend to be much faster at ad hoc queries.

I don't know what's going on with your Oracle install but even taking the small example of 1k rows, an unindexed ad hoc query in MySQL will return pretty quickly, well under a second on a decent machine/disk. That might be fine for, say, occasional use of a "reports" web page - and you don't need to then store and update an index. The same query on CouchDB will be at least 10 times slower, possibly making the page unusably slow, and if you want it to be usable you need to store the index - no choice.

But yeah, just "moving the pain around" is absolutely right. Ain't no silver bullets.


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.


As programmer, something that might help more than a cover letter or a résumé is open source code you wrote.


I want to believe that, but assume that the number of applicants is a hundred-fold more than the number of interesting positions available.

You need to survive that first sift through the pile, especially if it's done by non-techies.


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.


> Successful proprietary software -- the ones you use, the ones you love, the ones you have heard of -- are the exception. Projects like this are the rule.

FTFY. In other words, most software suck and fail, open source or not, welcome to reality.

Also, here is a full working clone of stackoverflow http://code.google.com/p/cnprog/ hosted here http://www.cnprog.com/


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


Because C is so old that all those patents have already expired?


Only if the sites are hosted in Iran.


Doesn't that make Fry kind of a hypocrite? http://www.gnu.org/fry/


You're not allowed to love free source and also love incredibly beautiful closed-source devices?

I didn't know GNU was an us-or-them system; sounds a bit closed-minded to me.


GNU is incredibly us-vs-them, and it's only open for narrow definitions of open (namely, the kind expressed by "information wants to be free").


You can use that now http://webchat.freenode.net/


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: