Live data from Hacker News

Viewing profile — jacomyal

jacomyal

HN member
Joined
Wed, Apr 06, 2011, 1:08 PM UTC
HN karma
270
Public activity
16 items

About jacomyal

No profile information was provided.

Recent public activity

  1. comment
    Comment #45526201

    An open-source web application for visual network analysis

  2. story
  3. comment
    Comment #45373095

    It's functionally very close to https://colorbrewer2.org , which has been online for more than 15 years. I think it's not a coincidence, and some credits wouldn't have hurt anyone.…

  4. comment
    Comment #12488758

    FYI there is indeed a strong demand, and having the ability to develop full-stacked web apps is a nice plus as well. You can check this Google Group[0] to see actual requests (full…

  5. comment
    Comment #7909041

    Both are really different. Phantom.js is a headless browser while artoo is a tool to easily scrape data from website. But combining both would be nice to make it possible to automa…

  6. comment
    Comment #7904902

    Basically, it makes scraping accessible to almost anyone who can use a browser and write some CSS selectors.

  7. story
  8. comment
    Comment #7184814

    That is weird, indeed. The thickness of the edges should be related to their "size" value. After that, check how sigma rescales the nodes and edges in the related wiki page: https:…

  9. comment
    Comment #7180269

    I keep this in mind. We need to find an easy way to export examples formatted with the good template etc... before putting anything public, to ensure it's not too hard to update th…

  10. comment
    Comment #7179184

    You can check the examples in the repository: https://github.com/jacomyal/sigma.js/wiki#wiki-getting-start...

  11. comment
    Comment #7178967

    It is one hard part. But displaying thousands of elements in a web page is another one. Also, sigma does provide in a plugin a force-directed layout, ForceAtlas2, initially develop…

  12. comment
    Comment #7178696

    Actually, as with d3, you can develop your own network visualization layouts. The main difference is that sigma only deals with graphs drawing, so it deals without effort with drag…

  13. comment
    Comment #5704520

    First, the canvas element does not work everywhere ( http://caniuse.com/canvas ). Also, canvas is faster in Chrome. For instance, here is one benchmark about layered canvases (sigm…

  14. story
  15. story
  16. comment
    Comment #3742546

    I am formerly a big fan and user of Gephi, so I think graph drawing is "important enough" to deserve its own JavaScript library, which is why I made sigma.js. I know d3.js is alrea…