Viewing profile — pie
pie
HN member- Joined
- Mon, May 04, 2009, 3:17 PM UTC
- HN karma
- 2,010
- Public activity
- 197 items
- HN profile
- View on Hacker News ↗
About pie
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #7750989
Oscar resells MagnaCare insurance, and they're not even the only ones on the NY exchange to do it. I wish they'd actually do something different in the insurance market, but Oscar …
-
comment
Comment #7710172
It's also worth checking out The Silver Searcher: https://github.com/ggreer/the_silver_searcher
-
comment
Comment #7628854
Another useful tool for working with spreadsheets in Javascript is SheetJS: https://github.com/SheetJS/js-xlsx
- story
- story
- story
-
comment
Comment #7009256
For a hackable, open source collaborative framework, check out Mozilla's TogetherJS: https://togetherjs.com/
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #6002814
Judging by the chart on the site, it looks like each client polls the original model on the server, and infers changes by diffing it against the client's current copy.
-
comment
Comment #6002558
The readme says it works with any "persistent backend such as a REST API or socket connection". It looks like it tries to be backend-agnostic, and do the sync work on the client si…
- story
-
comment
Comment #5703010
I've talked with the Scratch team and I believe they went with Flash to serve the many schools with low-end machines and older browsers.
-
comment
Comment #5548408
Yup, I've actually read all those papers, and then some. I think OT is often misunderstood and poorly documented, and really needs a solid go-to library. (Along with clear, accessi…
-
comment
Comment #5547296
Yes, and Wave is probably the most accurate open source picture of what Google is using for Docs: http://incubator.apache.org/wave/ OT works naturally with linear data structures, …