Viewing profile — artman
artman
HN member- Joined
- Fri, Jan 24, 2014, 6:33 AM UTC
- HN karma
- 24
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About artman
Recent public activity
-
comment
Comment #48438726
https://github.com/jakearchibald/idb is a nice low-level wrapper for IndexDB that promisifies the API without much performance overhead.
-
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…
-
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…
-
comment
Comment #48438175
In reality conflicts almost never happen.
-
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…
-
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 .…
-
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…
-
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…
-
comment
Comment #33199993
We unfortunately don't currently have plans to provide self-hosting.
-
comment
Comment #18557182
Very nice!
- story
- story