TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Realtime visualization of Wikipedia edit streams

101 点作者 jitendra_超过 13 年前

14 条评论

ChuckMcM超过 13 年前
Wow, this is really cool. Watch history as its being rewritten! (small wikipedia joke) Now I need something that shows in what category things are being changed (deltas) and then what linkages are being added or removed (connectivity). Lots of ways to go with this.
mrb超过 13 年前
The speed of the stream of edits makes you realize how traditional encyclopedias have zero chance of competing with Wikipedia with respect to the quantity of information...
edsu超过 13 年前
Thanks for all the comments! I did give wikistream a hostname, <a href="http://wikistream.inkdroid.org" rel="nofollow">http://wikistream.inkdroid.org</a> which is probably better to try to use than the port 3000 one, since I might end up having to change the port at some point. So if you want to update the link in the title I would appreciate it!
评论 #3312744 未加载
anarchivist超过 13 年前
I also recommend looking at his other visualization, WikiPulse - <a href="http://wikipulse.herokuapp.com/" rel="nofollow">http://wikipulse.herokuapp.com/</a> - also built on node.js.
Groxx超过 13 年前
Holy cow that's fast. I had no idea it was so actively edited, even when you restrict it to &#62;= 100± characters it's still more than one per second. And so many more registered users than anonymous!<p>In the about page:<p>&#62;<i>Hopefully wikistream provides a hint of just how active the community is around Wikipedia.</i><p>Mission accomplished.
siavash超过 13 年前
Brilliant! Care to elaborate on the implementation?<p>Edit: Found some details on the about page <a href="http://inkdroid.org:3000/about/" rel="nofollow">http://inkdroid.org:3000/about/</a> and everything else at <a href="https://github.com/edsu/wikistream" rel="nofollow">https://github.com/edsu/wikistream</a>
评论 #3312513 未加载
danielson超过 13 年前
Previously:<p>WikipediaVision (beta). Anonymous edits to Wikipedia (almost) in real-time. (<a href="http://www.lkozma.net/wpv/" rel="nofollow">http://www.lkozma.net/wpv/</a>)<p><a href="http://news.ycombinator.com/item?id=2923946" rel="nofollow">http://news.ycombinator.com/item?id=2923946</a>
nowarninglabel超过 13 年前
Neat! But careful, NSFW! The first image to come along the background was of male penis, balls, and anus, hair and all. Perhaps this was because I noticed an article scroll by with the name of male perineum?
评论 #3312931 未加载
jitendra_超过 13 年前
The stream consists of edits only in major languages on Wikipedia. It doesn't include all the languages in which Wikipedia exists. If such edits are also included, imagine the rate at which new knowledge is being created.
评论 #3312438 未加载
ChrisArchitect超过 13 年前
great socket/node proj, visited earlier <a href="http://news.ycombinator.com/item?id=2661457" rel="nofollow">http://news.ycombinator.com/item?id=2661457</a>
sneak超过 13 年前
Wow, there are a lot of people on the Internet now.
huhtenberg超过 13 年前
This thing froze FF8 on W7 rock solid. Be warned.
edge17超过 13 年前
cool, all the concepts for this type of stuff i've seen in the past have been very heavy on the browser
Helianthus超过 13 年前
this is so incredibly beautiful.