Live data from Hacker News

Viewing profile — muhqu

muhqu

HN member
Joined
Mon, Nov 12, 2012, 8:41 AM UTC
HN karma
1
Public activity
3 items

About muhqu

No profile information was provided.

Recent public activity

  1. comment
    Comment #4773092

    awesome, thanks!

  2. comment
    Comment #4772093

    Do you think something like the following should work with RethinkDB? r.table('foo') .get(5) .update({ '_rev': r.branch(r['_rev'] == 5, r('_rev').add(1), r.error("invalid revision"…

  3. comment
    Comment #4772075

    I think you, ww520, have a very well point here and I'm also interesten in what RethinkDB can offer for this very usage scenario. From what I read from the ReQL command reference t…