Live data from Hacker News

Viewing profile — artman

artman

HN member
Joined
Fri, Jan 24, 2014, 6:33 AM UTC
HN karma
24
Public activity
12 items

About artman

iOS and Node engineering manager currently working at Groupon on Point Of Sale solutions and hands-free payment.

Recent public activity

  1. comment
    Comment #48438726

    https://github.com/jakearchibald/idb is a nice low-level wrapper for IndexDB that promisifies the API without much performance overhead.

  2. comment
    Comment #48438683

    The HTTP request is fired off instantly, so chances are that the request is already written to the socket and closing the page won't cancel the request. Should your wifi-router dro…

  3. comment
    Comment #48438202

    Operations are on average applied within a few hundred milliseconds, and almost never fail. Because of this we treat the success path as default, and indicate that your changes hav…

  4. comment
    Comment #48438175

    In reality conflicts almost never happen.

  5. comment
    Comment #48438164

    Changes go through and synced to everyone on your team in almost realtime. If there's a conflict on the server and your change cannot be applied (almost never happens), your change…

  6. comment
    Comment #44150328

    For inspiration, you might want to look at what we open sourced at Uber, https://github.com/uber-archive/jetstream-ios and https://github.com/uber-archive/jetstream/wiki/Protocol .…

  7. comment
    Comment #44143680

    I think the impressive part here isn't Linear's sync engine, but the fact that Evan Hu went through painstakingly reverse-engineer the engine by inspecting traffic and obfuscated c…

  8. comment
    Comment #44143641

    Most certainly, if the data that the mobile app consumes is bounded and the same data is accessed frequently. Uber for example could have benefited from a sync architecture immense…

  9. comment
    Comment #33199993

    We unfortunately don't currently have plans to provide self-hosting.

  10. comment
    Comment #18557182

    Very nice!

  11. story
  12. story