I made a web page that will draw radial trees and force directed graphs from the JSON feed(s) of your network.
The thing is Im kind of stuck between a rock and a hard place when it comes to sharing it. Id like to put it out there, but the one-second-between-queries rule presents a usability problem. I used a recursive algorithm to build a graph from 1-4 levels deep (you and your friends, you and your friends and their friends, etc). Unfortunately, executing the raw algorithm breaks rule. When I can get away with it the graphs build quickly. But, I got blocked often while developing and testing the script. I want to play by the rules. I put in a wait function to throttle it back, but then performance is lousy. Joshua, your network at 2 levels deep builds in about 20 seconds when I remove the throttle. But with the 1 second delay it takes forever. You have a friend that has 650 friends. Ive put customizable limits on number of friends and depth of recursion, but I think its still not enough. How can I share this with the community in a way that stays within the lines without sacrificing usability? Or maybe the right question is CAN I share this with the community? I think its both useful and interesting. By the way, it doesnt have to be limited to networks. I think we could show tag relationships using the same basic principle. Kevin M. Curry Chief Scientist, Bridgeborn <http://www.bridgeborn.com> http://www.bridgeborn.com 596 Lynnhaven Parkway, Suite 100 Virginia Beach, VA 23452 Office: 757.437.5000 Mobile: 757.613.8158 Fax: 757.531.7460 _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Schachter Sent: Tuesday, October 10, 2006 2:01 PM To: [email protected] Subject: RE: [ydn-delicious] Graphs of tag popularity? http://del.icio. <http://del.icio.us/help/json/network> us/help/json/network <http://del.icio. <http://del.icio.us/help/json/network> us/help/json/network> is the json API for network. There's no normal API for some reason. There is definitely a feed of your RSS network, though... _____ From: ydn-delicious@ <mailto:ydn-delicious%40yahoogroups.com> yahoogroups.com [mailto:ydn-delicious@ <mailto:ydn-delicious%40yahoogroups.com> yahoogroups.com] On Behalf Of Kevin Curry Sent: Tuesday, October 10, 2006 4:54 AM To: ydn-delicious@ <mailto:ydn-delicious%40yahoogroups.com> yahoogroups.com Subject: RE: [ydn-delicious] Graphs of tag popularity? Network graphs should be interesting (though, different kinds of graph). But I don't find an API interface or RSS feed for my network. Are these available? Pat's idea is about tag relationships. Are there interfaces for that or do they have to be constructed from other outputs? Kevin M. Curry Chief Scientist, Bridgeborn <http://www.bridgebo <http://www.bridgeborn.com> rn.com <http://www.bridgebo <http://www.bridgeborn.com> rn.com> > http://www.bridgebo <http://www.bridgeborn.com> rn.com <http://www.bridgebo <http://www.bridgeborn.com> rn.com> 596 Lynnhaven Parkway, Suite 100 Virginia Beach, VA 23452 Office: 757.437.5000 Mobile: 757.613.8158 Fax: 757.531.7460 _____ From: ydn-delicious@ <mailto:ydn-delicious%40yahoogroups.com> yahoogroups.com <mailto:ydn-delicious%40yahoogroups.com> [mailto:ydn-delicious@ <mailto:ydn-delicious%40yahoogroups.com> yahoogroups.com <mailto:ydn-delicious%40yahoogroups.com> ] On Behalf Of Joshua Schachter Sent: Tuesday, October 10, 2006 1:00 AM To: ydn-delicious@ <mailto:ydn-delicious%40yahoogroups.com> yahoogroups.com <mailto:ydn-delicious%40yahoogroups.com> Subject: RE: [ydn-delicious] Graphs of tag popularity? interesting idea. one problem is normalization: pretty much everything is a standard hockey-stick graph.... _____ From: ydn-delicious@ <mailto:ydn-delicious%40yahoogroups.com> yahoogroups.com [mailto:ydn-delicious@ <mailto:ydn-delicious%40yahoogroups.com> yahoogroups.com] On Behalf Of Patrick Hall Sent: Monday, October 09, 2006 9:48 PM To: ydn-delicious@ <mailto:ydn-delicious%40yahoogroups.com> yahoogroups.com Subject: [ydn-delicious] Graphs of tag popularity? Hi, Random idea: I think it would be very interesting to see stock-market-style graphs of which tags are the most popular. Personally, I'd like to compare names of human languages: How does "Spanish" compare to "Español"? "Español" vs "Português"? and so on. But that's just me; I imagine computer language comparisons would be interesting to loads of people, as would a "top ten" graph. Just a thought. Best regards Pat Hall [Non-text portions of this message have been removed] [Non-text portions of this message have been removed] [Non-text portions of this message have been removed] [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

