Live data from Hacker News

Viewing profile — pie

pie

HN member
Joined
Mon, May 04, 2009, 3:17 PM UTC
HN karma
2,010
Public activity
197 items

About pie

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. 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 …

  7. comment
    Comment #7710172

    It's also worth checking out The Silver Searcher: https://github.com/ggreer/the_silver_searcher

  8. comment
    Comment #7628854

    Another useful tool for working with spreadsheets in Javascript is SheetJS: https://github.com/SheetJS/js-xlsx

  9. story
  10. story
  11. story
  12. comment
    Comment #7009256

    For a hackable, open source collaborative framework, check out Mozilla's TogetherJS: https://togetherjs.com/

  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. 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.

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

  22. story
  23. 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.

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

  25. 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, …