Live data from Hacker News

Tangle is a JavaScript library for creating reactive documents.

worrydream.com

21–30 of 63 posts

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

#21

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.

Ah. Thanks... that explains.

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

#22
It seems to me that this would be a good tool to use in an attempt at the following code challenge, where Wikipedia would like to see article changes and trends visualized. I saw their challenge yesterday, and made a note of it, but am too busy on other projects, so I'm just putting the idea out there. Why not make Wikipedia articles visually reactive?

http://mediawiki.org/wiki/October_2011_Coding_Challenge/Real...

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

#25
post #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.

That page does allow you hear the changes. See the toggle-switch next to the picture of the guitar.

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

#27
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).

If you missed it, Bret Victor also uses this profusely in Up and Down the Ladder of Abstraction (http://worrydream.com/LadderOfAbstraction/). Regardless of his use of Tangle, it's a great guide that definitely merits a thoughtful read.

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

#28
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 think we discussed the original mockup of this here: http://worrydream.com/ScrubbingCalculator/

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

#29
Impressive. It would be really neat if you could tie a variable to an external input (say, a WebSocket connection retrieving real-time data). Is the only way to adjust values user input, or could I do something more complex where real-time data is coming in and the document reacts to that as well?

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

#30
post #25
post #11

Earlier quoted context omitted.

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

That page does allow you hear the changes. See the toggle-switch next to the picture of the guitar.

"That page..." - which?
Post reply on HN