Live data from Hacker News

Viewing profile — alexdm0

alexdm0

HN member
Joined
Wed, Apr 16, 2014, 10:01 AM UTC
HN karma
3
Public activity
10 items

About alexdm0

No profile information was provided.

Recent public activity

  1. comment
    Comment #10225922

    Cool, I'll take a look!

  2. comment
    Comment #10225637

    Will we be able to make our own apps for this or is it limited to what you guys are building?

  3. comment
    Comment #10222884

    How open source are these things? Can we program them ourselves?

  4. comment
    Comment #7602476

    https://github.com/almende/vis

  5. comment
    Comment #7598668

    CGamesPlay and TuringTest are both right, the gravity and springs model allows us to neatly show the data. These calculations take time and for bigger systems one might have to wai…

  6. comment
    Comment #7598649

    Yes it is. It uses canvas and HTML DOM manipulation without using plugins like d3.

  7. comment
    Comment #7596899

    We currently use Canvas for the graph and HTML DOM for the timeline. As for browser support, see my post in reply to the post you replied to :).

  8. comment
    Comment #7596898

    It's great to see the interest in the libary! I'm currently working with josdejong to improve the vis.js library. I'll try to answer most questions here. If there's anything else, …

  9. comment
    Comment #7596891

    Hi, we are targetting chrome, firefox, internet explorer, safari and mobile. There are some issues in andriod browser and safari has a slow javascript implementation. We try to mak…

  10. comment
    Comment #7596888

    Hi, I'm the colleague josdejong mentioned and I've been maintaining and developing the Graph module. The module is currently in canvas so you cannot put HTML formatting in the node…