Live data from Hacker News

Tangle is a JavaScript library for creating reactive documents.

worrydream.com

11–20 of 63 posts

Re: Tangle is a JavaScript library for creating reactive documents.

#11

This is absolutely brilliant for educational uses. Even the front-page filter example is something I plan to suggest to my prof for the DSP class he teaches.

I'd like to suggest that in the case of audio, adding the ability to experience changes aurally in addition to visually.

Re: Tangle is a JavaScript library for creating reactive documents.

#13

What's the difference between "reactive" and "interactive"? Just wondering if we really need a new buzzword...

I think "Reactive" refers to Reactive Programming where the display values change automatically when the input values change without the programmer having to explicitly set them.

Re: Tangle is a JavaScript library for creating reactive documents.

#14
post #7

Another cool experiment with the graph example given there: http://worrydream.com/ExplorableExplanations/ — go down to the guitar icon (or find "incidentally" on the page).

I missed it the first time. Very cool, thanks for pointing it out.

Re: Tangle is a JavaScript library for creating reactive documents.

#16
post #8

The graph is neat...I worry that the link is a UI paradigm that my mom or dad simply wouldn't grok though...I'm not a particularly good son and I don't talk to them much...so does anyone wanna test my theory out?

It certainly breaks UI expectations. Maybe arrows above and below the number?

Re: Tangle is a JavaScript library for creating reactive documents.

#17
My first thought was "this is pretty cool!" but wondering who actually needs it. I then had the realization that this is, in fact, a very different way of data expression. It would force you to think not only about what you are saying, but how you are saying it and how to demonstrate the ideas within the text of the document itself and not simply say "Refer to fig 1.1". This could truly present a new way of displaying data on the web. It could bridge the gap between complex animations and simple text. 99.9% of all sites I see that contain some cool animation are completely independent of the content surrounding them. Having the content and interactions married together in a simple way is really something I've not seen too often. Kudos.

Re: Tangle is a JavaScript library for creating reactive documents.

#19
post #8

The graph is neat...I worry that the link is a UI paradigm that my mom or dad simply wouldn't grok though...I'm not a particularly good son and I don't talk to them much...so does anyone wanna test my theory out?

Also for me, I first didn't get it (at least with those adjustable values in the text). But the graph is very cool! Some UI improvements and I think it's ready for mom/dad use ;)

Re: Tangle is a JavaScript library for creating reactive documents.

#20

My first thought was "this is pretty cool!" but wondering who actually needs it. I then had the realization that this is, in fact, a very different way of data expression. It would force you to think not only about what you are saying, but how you are saying it and how to demonstrate the ideas within the text of the document itself and not simply say "Refer to fig 1.1". This could truly present a new way of displayin…

Yes, thanks for putting your thoughts into words. When I first saw this I just "felt" it was pretty cool, but couldn't really explain why.

As a numbers geek one of my pet peeves is that people all too rarely play out different scenarios to help the reader gain an understanding of the underlying model/data/relationships/etc.

Now some sites do this well (e.g. OKCupid's blog), but there is still a disconnect between text and data display. The reader has to play with the graph itself and that does create a bit of a cognitive fracture that I think subtly inhibits a better understanding.

Post reply on HN