Slashdot Mirror


History Flow Shows How Wiki Articles Evolve

teslatug writes "IBM has released a preliminary alpha version of its History Flow Visualization Application that shows how collaboratively created documents evolve. The tool is written in Java and it's available for download along with plugins for MoinMoin and MediaWiki. They have some interesting screenshots of the Wikipedia articles on abortion, Brazil, and love."

117 comments

  1. Here's an Idea by great+throwdini · · Score: 5, Informative

    Instead of linking simply to the download page and the screenshots, give people a chance to RTFA and link to the History Flow Visualization Application's overview document.

    1. Re:Here's an Idea by ChairmanMeow · · Score: 1

      What? Slashdotters actually RTFA? Impossible!

      --
    2. Re:Here's an Idea by Amgine0 · · Score: 2, Informative

      Might be nice to link to http://en.wikinews.org/wiki/IBM_releases_freeware_ for_visualizing_document_histories the wikinews article from the 26th...

    3. Re:Here's an Idea by Anonymous Coward · · Score: 0

      +5 Informative troll. Good luck in achieving your goal.

    4. Re:Here's an Idea by krunk4ever · · Score: 1

      so has anyone been able to decipher what those graphs on the screenshots are saying? the magnify-glass feature on windows doesn't seem to help.

    5. Re:Here's an Idea by X1011 · · Score: 1

      Yea, a lot of help that was, look at the FAQ:

      1. Where is the FAQ?

      Currently, there is no FAQ for this technology. Please check the discussion forum for questions and answers.

  2. I can now visualize by Anonymous Coward · · Score: 2, Funny

    the rapid spike in my documents before their deadline.

  3. Huh? by Anonymous Coward · · Score: 5, Funny
    The screen shots are so poor they look like some geological data.

    Can any tell if there is going to be an earthquake soon?

    1. Re:Huh? by Anonymous Coward · · Score: 0

      Revert war in 3 days, get your asbest underware ready!

    2. Re:Huh? by gl4ss · · Score: 1

      they're read from left to right.

      different colors represent different paragraphs.

      not that bad, but not that innovative imho. shows which parts get changed most I suppose still, so shows which parts of the document you should treat as most controversial.

      --
      world was created 5 seconds before this post as it is.
  4. Interesting but useful? by thundercatslair · · Score: 3, Insightful

    This program is interesting to look at for a little while, but can it do anything useful? I don't really see a need to see the history of a wiki visually.

    1. Re:Interesting but useful? by Anonymous Coward · · Score: 0
      This program is interesting to look at for a little while, but can it do anything useful? I don't really see a need to see the history of a wiki visually.

      Well, since it has a number of plugins, I assume it can be used to visualize the history of a file of source code (or if it can't, that because of the plugins it will be easy to extend it to do that). This could be useful because just like "abortion" is a controversial word whose definition is hard to agree on and changes a lot, some source files are "controversial" in that they are hard to get right and wind up changing a lot. It seems like you could use this tool to look at each one of the files in a tree of source code and figure out which ones are the "hot" ones (i.e. ones that are always being modified). And, beyond that, you should be able to figure out which individual regions are the problem areas. When you detect something like this, it might give you an idea into what parts of the code have problems (are always having bug fixes or just don't meet future needs without constant changes), which could give you ideas about ways to change the design or take other steps to make development go more smoothly.

    2. Re:Interesting but useful? by shadowmatter · · Score: 3, Informative

      From the Overview page on alphaWorks:

      The patterns revealed by History Flow Visualization show such information as spacing by date; occurrances of vandalism; authorship; growth; and persistence.

      It seems like a good tool for inspecting the history of a document at-a-glance, but you're right -- for more details, there is no substitute for a commit log.

      Could be useful, however, in environments such as CVS or Subversion across sets of files... Hmmm.

      - shadowmatter

  5. i may be blind... by bird603568 · · Score: 1

    but i can see love. The link that says love i can't read the screenshot. Lit just looks like lines. Can we get the actual page?

    1. Re:i may be blind... by Anonymous Coward · · Score: 0

      no, Love is Blind, you insensitive clod!

  6. Re:Obligatory by Anonymous Coward · · Score: 0
    Well I'm not A Brazilian, but "down there" I have a.. err..

    never mind...

  7. Heavy Metal Umlat by hatrisc · · Score: 5, Informative

    Heavy Metal Umlat is a very interesting look at the history of a Wiki page. Worth checking out.

    --
    I write code.
    1. Re:Heavy Metal Umlat by Raul654 · · Score: 3, Interesting

      I had the great pleasure of showing that video to David Gerard, the principal author of Heavy Metal Umlaut. He was floored, and thought it was the greatest thing he ever saw :)

      --


      To make laws that man cannot, and will not obey, serves to bring all law into contempt.
      --E.C. Stanton
    2. Re:Heavy Metal Umlat by Tablizer · · Score: 1, Funny

      Evil Flash! Hsssss

    3. Re:Heavy Metal Umlat by loki1978 · · Score: 1

      This video is amazing. I like it very much

      --
      According to prophecy
    4. Re:Heavy Metal Umlat by Anonymous Coward · · Score: 0

      You made a silly bash against a technology disliked by the Slashthink. And you got modded Troll? the mods need to get back on the crack...

    5. Re:Heavy Metal Umlat by moonbender · · Score: 1

      Probably because those low-filesize screengrab videos are one of the coolest uses Flash has.

      --
      Switch back to Slashdot's D1 system.
    6. Re:Heavy Metal Umlat by Anonymous Coward · · Score: 0

      That was a really fascinating article, and I especially loved the commentary on h
      I SUCK COCKS I SUCK COCKS I SUCK COCKS I SUCK COCKS
      ow the images evolve...

    7. Re:Heavy Metal Umlat by Anonymous Coward · · Score: 0

      It was great up to the point where he mispronounced LaTeX.

  8. As much by odano · · Score: 3, Insightful

    As much as I love visualizing things that aren't visual, it just doesn't seem like this application changed the data into anything useful.

    I have no idea what the evolution of those documents was before, and even after viewing the visualizations (and knowing what they mean), I still have no idea what it means about the document.

    1. Re:As much by FarHat · · Score: 4, Insightful

      Without the actual document, a graph such as this doesn't tell you anything. What it could tell you, along with the document that it is representing would be much of a document changes in any given time. Are there parts of the document that are essentially static. Parts that are static would be parts that there is little disagreement about. Parts that change a lot could be considered controversial. Heavy editing would indicate a lot of popular interest in the article, etc.

      --
      At the intersection of computation and biology.
    2. Re:As much by MillionthMonkey · · Score: 1

      I'm almost tempted to download this thing just to see how it renders Wikipedia's Xenu article.

    3. Re:As much by Spoing · · Score: 2, Informative
      1. I have no idea what the evolution of those documents was before, and even after viewing the visualizations (and knowing what they mean), I still have no idea what it means about the document.

      Go here and look at the text to the right. It looks like you can 'slice' the graph (the vertical line) and see the color coded text at each point along the graph.

      A quick glance through sections would be an easy way to figure out the stability and quality of any one document and who is a good editor or writer.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    4. Re:As much by Anonymous Coward · · Score: 0

      I work in the same office as the people who built this. The history flow program shows you all the original copies of the article. You can drag your mouse around the diagram and read exactly the text that corresponds to the visuals. It's a very high-density display that really requires interactivity to be useful, which is why the screenshots can be hard to parse.

  9. Re:MOD IBM -1 REDUNDANT ;-) by Anonymous Coward · · Score: 0, Offtopic

    Hey BUDDY, keep the Terri crap OUT of SLASHDOT. It's propaganda, it's irrelevant, and it's pissing everyone off.

  10. Re:Obligatory by Anonymous Coward · · Score: 0

    I am not sure why this is offtopic. If slashdot asslicks google everyday by posting 2+ stories - then orkut is also from goole. I mod you up funny 5+

  11. They can see the past, but I can see the future! by RileyLewis · · Score: 0, Funny

    IBM may be able to trace the past of Wiki with their computers, but I can track it's future with my Wiji!

  12. Ah Yes! by Anonymous Coward · · Score: 0
    Now I know what love looks like! So when I meet my true love I will know the signs.

    Thank you all, may love be with you always.

  13. Re:MOD IBM -1 REDUNDANT ;-) by Anonymous Coward · · Score: 0

    I just moderated your post redundant.

  14. Re:MOD IBM -1 REDUNDANT ;-) by Stalyn · · Score: 4, Insightful

    poor Amsterdam Vallon... his posts are somewhat informative and interesting but are constantly being modded down because he asks people to think of Terri Schiavo when right now a lot of people can't stand her (well the media coverage).

    btw Amsterdam if thats your real name are you of any relation to Archimedes Plutonium?

    --
    The best education consists in immunizing people against systematic attempts at education. - Paul Feyerabend
  15. Re:MOD IBM -1 REDUNDANT ;-) by Anonymous Coward · · Score: 0, Offtopic

    This is what I call american stupidity at its best. They need some thing all the time - After gay marrige, here you have one more. The most powerful nation in the world does have hollow foundations.

    PS: I am american and not proud about it. Outsource me.

  16. svn blame by TrdrJoe · · Score: 3, Informative

    Tools like "svn blame" or "cvs annotate" are much more useful; they tell you who added each line of text in your file, when they checked it in, etc.).

    Still, these tools don't let you see the history of text that has been *deleted*. A visualization like "historyflow" could be useful there

    1. Re:svn blame by Anonymous Coward · · Score: 1, Insightful
      Tools like "svn blame" or "cvs annotate" are much more useful; they tell you who added each line of text in your file, when they checked it in, etc.).

      In other news, scientific papers have this thing called an "abstract" so you can get a general idea of what's the paper is about without reading the whole thing.

      I think you're getting confused on the difference between "more useful" and "more detailed".

    2. Re:svn blame by gl4ss · · Score: 2, Insightful

      you don't want to see who added each line if there's 5000 people involvelved in a flame war, you just want to see which part of the document is suspect to be part of that flaming.

      --
      world was created 5 seconds before this post as it is.
  17. Sure is. by Anonymous Coward · · Score: 0

    Either California is going to slide into the Pacific next week, or a squirrel farted in Connecticut. I'm not sure yet.

  18. Truth Washing by cannuck · · Score: 0

    Wiki=Truth Washing

  19. Re:MOD IBM -1 REDUNDANT ;-) by Guppy06 · · Score: 2, Insightful

    "I'm a Wikipedia editor by night..."

    "Please keep Terry and those who love her in your prayers"

    So much for non-POV.

  20. Sounds of the 80's by RipTides9x · · Score: 0, Offtopic

    Google-Eyes, are watchin' YOU.
    Their Adsense is watchin' your ev-very move..
    Google-Eyes,(KA-CHOW)are watchin' YOU.
    Their Adsense is watchin' your ev-very move..

    Hey kids, that was Google-Eyes by the Police!
    Next up is The Culture Club with "Wiki-Pedia"
    right here on KNRD, sounds of the NET.


    Wiki Wiki Wiki
    Wiki-Pedia.
    Info comes and goes..
    It comes and goes..
    Deleting others misinformation
    and replacing it with my own..
    Every day.. Night and dayyy.

    1. Re:Sounds of the 80's by Anonymous Coward · · Score: 1, Informative
      Google-Eyes, are watchin' YOU.
      Their Adsense is watchin' your ev-very move..
      Google-Eyes,(KA-CHOW)are watchin' YOU.
      Their Adsense is watchin' your ev-very move..

      Hey kids, that was Google-Eyes by the Police!

      Arrrrrrghghghghghgh!!! "Private Eyes" was NOT by The Police. It was by Hall and Oates (off their Private Eyes album from 1981), for crying out load.

      I suggest you check out the music that actually is by The Police, though. It's pretty good stuff, all 5 albums of it. (Why do the great bands have to record only a few albums and then break up?)

    2. Re:Sounds of the 80's by Anonymous Coward · · Score: 0

      FOR CRYING OUT LOAD? Why don't you take a big load of thick man juice out of my fucking ball bag all over your face?

  21. Wondering what "Moin-Moin" means? by Doomie · · Score: 3, Interesting

    It's how people greet in Northern Germany (especially Bremen). I guess it comes from "Morgen" (morning), but people say "moin-moin" pretty much all the time.

    Thank you for your attention :)

    --
    Doomie
    1. Re:Wondering what "Moin-Moin" means? by Kristjan+Kannike · · Score: 1

      And Wiki Wiki is a vicious character in one of the short stories of the protagonist in Martin Eden by Jack London. The story takes place in Tahiti, of course. :-)

      --
      If God manifested Himself to us here He would do so in the form of a spraycan advertised on TV. -- Philip K. Dick
    2. Re:Wondering what "Moin-Moin" means? by Quo_R · · Score: 1

      Moin just means good, as in good [morning/evening/afternoon]. Moin moin is often used to greet a larger group of people instead of a single person.

  22. No MediaWiki plugin by BReflection · · Score: 2, Informative

    There is no MediaWiki plugin available atm.

    --
    python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
  23. Re:MOD IBM -1 REDUNDANT ;-) by Anonymous Coward · · Score: 0

    And posted to the same thread to gloat about it. :)

    If you had done it from the same IP, your mod does not count now.

  24. evil linkage by SuperBanana · · Score: 2, Insightful
    a very interesting look at the history of a Wiki page. Worth checking out.

    A guy loads the Heavy Metal Umlat page v1.0 and steps through the hundreds of versions while talking in a nerdy voice and laughing about attempts at using unicode and LaTeX for rendering the band name Spinal Tap. He provides a near monotone commentary to what is very obviously changing in the page. "Oh, look at that, someone added something. Fascinating."

    That was neither interesting, nor worth checking out, and I hold you personally responsible for the 5 minutes of my life I wasted on it.

    1. Re:evil linkage by Anonymous Coward · · Score: 0

      what a troll.

    2. Re:evil linkage by JRIsidore · · Score: 1

      Uh, that video has audio commentary? Glad I didn't turn my speakers on...

      --
      :w!q
    3. Re:evil linkage by Scrameustache · · Score: 2, Insightful

      A guy loads the Heavy Metal Umlat page v1.0 and steps through the hundreds of versions while talking in a nerdy voice [...] He provides a near monotone commentary

      That's redundant. I wish I could edit that paragraph...

      That was neither interesting, nor worth checking out, and I hold you personally responsible for the 5 minutes of my life I wasted on it.

      I found that clip very interresting, but I now wasted about a minute of my time replying to a "waah-waah I didn't find this as interrestnig as you so you shouldn't have shared it" comment.
      Give me back my minute.

      --

      You can't take the sky from me...

    4. Re:evil linkage by drauh · · Score: 1

      assuming this is not an attempt at dry humor, you could have stopped it after the first 30 seconds or so. you have only yourself to blame for burning 5 minutes.

      --
      This is a tautology.
  25. Re:What is wrong with a little prayer? by killawatt5k · · Score: 1

    actually the parent was modded 20% flamebait so that could be the cause of the said flames

  26. mirror? by Anonymous Coward · · Score: 0

    anyone have a mirror of the download for those of us who don't want to sell our souls to Big Blue?

  27. Information visualization is tough by shanen · · Score: 5, Interesting
    You're addressing a difficult problem there. You have to decide which dimension you want to consider, and then you have to provide data that spans the dimension in a meaningful way. The samples given were apparently picked mostly for their heavy activity resulting in "pretty pictures", but that isn't a particularly relevant or significant dimension.

    My own interest would be in visualizations that identify zealots of various stripes violating the basic neutral POV philosophy. Something that would show the behavioral similarities in their behavior. I must be too interested in deviant behavior? For example, there was some recent ruckus about the "online poker" entry, where some commercial zealot was trying to use Wikipedia as free advertising to flog his poker Web sites. Before that, I remember a similar incident involving a religious crazy who wanted to use Wikipedia to manufacture some credibility for his cult. I'm sure there must be some tranplanted Newsgroup Charlies wandering around Wikipedia, too. (Don't look at me--I'm just a harmless grammar Nazi.)

    In practical terms, if you can identify patterns associated with such problematic behavior, it will make it much easier to create automated alarms to help people notice. However, I'm kind of skeptical about the idealistic approach of trusting people's common sense. I'm given to understand that the Simpsons is a popular program, but it is so profoundly anti-intellectual that I can't stand it at all. Then consider some of Dubya's knuckle-dragging supporters and their primitive belief systems...

    Never underestimate the power of organized knuckle-dragging.

    --
    Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
    1. Re:Information visualization is tough by Anonymous Coward · · Score: 0
      My own interest would be in visualizations that identify zealots of various stripes violating the basic neutral POV philosophy.
      ...
      Then consider some of Dubya's knuckle-dragging supporters and their primitive belief systems...

      Yeah, you're the right person to complain about other people violating the basic neutral POV philosophy of wikipedia. Here's an article that you might want to read up on.

    2. Re:Information visualization is tough by Scrameustache · · Score: 1

      the Simpsons is a popular program, but it is so profoundly anti-intellectual that I can't stand it at all.

      How so?
      And have you considered the possibility that the irony passed you by? Because it is (was?) a show chuck full of it.

      One of my faverite Simpsons moment was when the family goes to a self-help seminar, and as Homer turns off the car in the parking lot he says "Well, here we are at the self help seminar" (or some such), and a kid replies "What an odd thing to say..."
      See, the sentence Homer said was a classic TV sentence where they recap the situation, what his child replied was a sentence pointing out that no one in real life talks like people do on tv.

      Satirical, ironic, subtle. I can't see how that's anti-intellectual.

      --

      You can't take the sky from me...

    3. Re:Information visualization is tough by jafac · · Score: 1

      ...Before that, I remember a similar incident involving a religious crazy who wanted to use Wikipedia to manufacture some credibility for his cult...... ... talking about the GW Bush page?

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
    4. Re:Information visualization is tough by shanen · · Score: 1
      Naw, Dubya doesn't read, and I'm sure that includes not reading (or writing) on Wikipedia.

      With regards to the other replies in defense of the Simpsons: The replies are so unitelligible as to practically serve as proof of my point. However, to make it more clear as I perceive it, the "heros" are apparently glorified for being non-intellectual (which brings us back to Dubya, eh?). That someone can get on a pedestal and claim to see the program from a higher intellectual perspective of sarcasm doesn't change that glorification of dumbness. "D'oh!" This is distinctly different from the levels of humor embedded in the ancient Rocky and Bullwinkle show, where you'd look back and recognize obvious jokes that could not have possibly be understood by children.

      However, I certainly admit that I could be mistaken. I should study the evidence firsthand--but I still find the Simpsons too nauseating to watch.

      --
      Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
    5. Re:Information visualization is tough by HorsePunchKid · · Score: 1
      Before that, I remember a similar incident involving a religious crazy who wanted to use Wikipedia to manufacture some credibility for his cult.
      Perhaps you are thinking of Sollog. His entry is very heavily edited.
      --
      Steven N. Severinghaus
    6. Re:Information visualization is tough by shanen · · Score: 1

      Yes, I believe that was the one. The name certainly rings a bell. All of his "preachings" were quite forgetable, however.

      --
      Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
    7. Re:Information visualization is tough by Anonymous Coward · · Score: 0

      I'm glad you're more equal.

  28. It's the Media by nsaneinside · · Score: 0, Offtopic

    The truth of the matter is, people want drama in their lives, however lame it is. They expect the media to give it to them - and so they do.
    Who do we blame? IMHO, it's the general population's fault for wanting the drama.

    1. Re:It's the Media by Anonymous Coward · · Score: 0

      My Dog wants chocolate but i am not going to give it to him.

      Fact is resposibility is in everyones hands. The Media content providers all the way down to the unwashed masses.

  29. Visualisations as writing tools by jesterzog · · Score: 5, Interesting

    These visualisations are quite neat. I've often wanted a word processor that would be able to do something like this. I tried writing on a private wiki at one point, but it still presents the changes between different versions very separate and discrete from each other, and from the editing, so it didn't work terribly well.

    When I write things, the text often evolves a lot over several days. I usually blurt out everything I want to say at the beginning, and then go back and edit it over and over again until it's expressed how I want it. One problem, though, is that when I go away and come back again, it's not always obvious which parts are the most volatile, and might need the most attention. It often takes a while to get back into the right mode of figuring out where the complicated parts are, and editing the document.

    Writing on paper is still very different from a word processor. It's very obvious where a lot has been crossed out and changed over and over again, and previous crossed-out versions, even if they're on paper that's been put aside, are often still visible and easily accessible during the rest of the process. In a word processor, though, nearly all of this contextual information is lost. At best it's possible to "track changes", and that particular tool is relatively simple and usually aimed at being able to see some one-off changes that someone else has made to your document.

    Beyond just tracking changes, which is a very linear representation, I'd love to be able to have some kind of visual representation surrounding the text to indicate the stability of different sections of what I've been writing.

    Some useful ideas might perhaps include different coloured backgrounds to represent the volatility of sections of text, blocks of text that get moved a lot, being able to quickly flip back to what a small section used to be (without necessarily committing to it), and so on. Perhaps even a draft mode that shoves text aside (maybe above or below), but still leaves it accessible while editing the replacement text.

    As a writing tool, it'd be a very helpful extension to any of the open source word processors out there. I bet there's a great niche market in authoring tools that current word processors really don't cater to right now.

  30. instead of letting her die do the right thing.. by Anonymous Coward · · Score: 0

    ... and inject the lethal drugs. Oh but in America you have to be on fucking death row.

  31. get over yourself by Anonymous Coward · · Score: 0

    seriously - and i clicked over to your homepage and read your writing - i must say it again:

    get over yourself

  32. Troll metrics by Tablizer · · Score: 3, Funny

    One step closer to objectively identifying who the wiki trolls are :-) What color of lines do they use for trolls? Toad green?

    1. Re:Troll metrics by Anonymous Coward · · Score: 0

      No, something flourescent, like their hair.

  33. Does it handle Wiki spam? by dalleboy · · Score: 1

    If it doesn't the tool is useless, if it does the tool could be used as the perfect spam filter for email instead.

  34. The answer is: by Anonymous Coward · · Score: 0

    Well... read the wikipedia entry on it here.

  35. Re:MOD IBM -1 REDUNDANT ;-) by Anonymous Coward · · Score: 0

    A list of dates (as per the link) is hardly equivalent to a visualization of the document history. Humans are visual. It is easier to reason about a sequence of data points plotted in a graph than it is to reason about a long list of numbers. Anybody that has had to understand extremely complex systems appreciates the power of visualization.

  36. It's based on diff format... by vhogemann · · Score: 3, Insightful

    So it might be used to show progress over time on open-source projects. It would be usefull to show progress over a single project or how two projects merged, and to show wich contribuitions made it to final versions, or witch developer has more code on it.

    It should be very interesting to see it applied to big projects, like the Linux kernel or the KDE project to see how it evolved from the number of contribuitions and devellopers, and to see how long each contribuition survived unnaltered on the source.

    It could prove to be a very usefull tool indeed.

    --
    ---- You know how some doctors have the Messiah complex - they need to save the world? You've got the "Rubik's" complex
    1. Re:It's based on diff format... by jeremie_z_ · · Score: 1

      very interesting indeed!!

      if you happen to initate such a project as a plugin for History Flow that deals with FLOSS projects, or hear from an existing one, i'd be very glad to hear from it!

      i hope you'd either post a news about it or be so kind to notify me through /.

      thanx in advance

  37. The Simpsons by jesterzog · · Score: 2, Informative

    I'm given to understand that the Simpsons is a popular program, but it is so profoundly anti-intellectual that I can't stand it at all.

    I may have misunderstood you or what you mean by anti-intellectual, but personally I've found The Simpsons to be, by far, one of the most insightful shows on TV. Once you look past the humour and the sometimes really bad (occasionally pathetic) joke, especially in more recent episodes, it's a very good satirical commentary on society. It's also not afraid to make fun of itself, and it does so frequently.

    If you have an opportunity, I highly recommend Planet Simpson, by Chris Turner. He's a self-confessed Simpsons fan and goes off on tangents a little from time to time, but otherwise I found it to be a very good analysis of The Simpsons and the multitudes of hidden satire of today's society that makes it such a well thought out show.

    Clearly the show's not for everyone. If you don't like it then good for you for not watching it. But anti-intellectual is something that The Simpsons definitely isn't, and I think it's short-sighted to call it such. It has stacks more depth and thought put into it than most other relatively shallow content on TV.

    1. Re:The Simpsons by grcumb · · Score: 1

      "I may have misunderstood you or what you mean by anti-intellectual, but personally I've found The Simpsons to be, by far, one of the most insightful shows on TV."

      Well said. The episode that convinced me that The Simpsons was a bastion of wit in a sea of drivel was when Lisa evolves a tiny civilisation in a Petri dish:

      "Oh, look," she says, peering through her microscope "There's a man nailing some papers to the cathedral door! I've invented Lutherans!!"

      Moments like these are sprinkled throughout each episode, albeit sometimes sparingly.

      Now, if you want to get really intellectual about the whole thing, try researching Commedia dell'Arte. You'll quickly find that this show is following a centuries-old Western European tradition. Skim through the list of characters and see how many you recognise.

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
  38. The author by rexguo · · Score: 4, Interesting

    Martin Wattenberg, being the main author, also has a personal homepage that has very interesting visualisations in Java as well: Bewitched

    --
    www.rexguo.com - Technologist + Designer
  39. At what point is bias removal done? by Anonymous Coward · · Score: 0

    Oops, it's not there! And that is the biggest problem with Wikipedia. The morons that write for Wiki absolutely worship the Bush Crime Family. Until their messages of hate are removed, Wiki is not useful at all and not appropriate for children to access. I convinced our school district to block access to any domain name with the string "wiki" in it to help protect our children from Bush's message of hate.

    Once again, slashdot's Bush-bias shows again. They once again are pushing his agenda.

    1. Re:At what point is bias removal done? by Anonymous Coward · · Score: 0

      Right on! With the way most slashdot registered users worship Bush. They think that by supported him now, they'll be one of his chosen elite when he dismantles the government. Guess what, that ain't happening. He doesn't care about you. Unless you are a member of the elite, he hates you and wants to see you unemployeed, homeless, and dead from exposure or starvation. Never forget that.

      Skinner

  40. Re:MOD IBM -1 REDUNDANT ;-) by MyLongNickName · · Score: 1

    Don't worry. I meta-moderate based on reason, not my feelings on a subject. Even if I disagree with the poster, I will hammer the down-modder.

    --
    See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
  41. Ironic that this gets posted on Slashdot... by corporatemutantninja · · Score: 3, Insightful
    ...yet Slashdot passed on an opportunity to have something like this for themselves.

    The IBM researcher who created this software, Martin Wattenberg, also wrote some really cool tools for visualizing and navigating Slashdot threads. He said he would be happy to let Slashdot use them for free so I made an intro but the /. guys never followed up.

    --
    Actually, I was trying to be Insightful, not Funny.
  42. Re:MOD IBM -1 REDUNDANT ;-) by Anonymous Coward · · Score: 0

    That got modded up as insightful? WTF? So, a person is a hypocrite for being a wikipedia editor and not having personal views that don't coincide with Guppy06 and the people that modded up his post?

  43. slashdot take advice from the outside? by delmoi · · Score: 1

    Please, the amount of work it would take to implement his tools is far less important then the amount of benifit to the reader! The slashdot editors are our gods. BOW DOWN PLEBE!!!

    --

    ReadThe ReflectionEngine, a cyberpunk style n
    1. Re:slashdot take advice from the outside? by ragnar · · Score: 1

      As one of the people who have been around here for a while (moderately low UID (yeah there are smaller (no, I don't always comment in LISP))), I remember a time when the Gods of /. participated in the discussions. That was before someone ate from the tree of First Post and Goats.ex. We were all more innocent back then.

      Really, things got whiney around here and I think they become weary dealing with someone always being upset about something. However, I do agree with the grandparent post about visualization for slashdot. That would be cool.

      Incidentally, should the slashdot Gods hear our prayers, let it be known that we repent for whining. Let's all hang out in the garden again, okay?

      --
      -- Solaris Central - http://w
  44. Re:MOD IBM -1 REDUNDANT ;-) by Altima(BoB) · · Score: 1

    The fact that he linked to the history page of "Trolltalk" is another amusing little tidbit about his post. It's strange, he's a troll who actually contributes to the discussion at hand. I think he should be applauded :)

    (And lastly, about the Schiavo case... I don't know how you guys put up with cable media coverage of anything. The only US media I get at the moment is webcasts of The Daily Show and that's enough to see how obcene their treatment of the story is...)

    --
    Yup...
  45. pseudo insights by Scrameustache · · Score: 2, Interesting

    It's strange, he's a troll who actually contributes to the discussion at hand.

    It's not strange. He just includes seemingly insightfull elements to his trolls as a distraction. People might mod him up absent mindedly without realising that aside from the on-topic element, the post was a troll.
    Wikipedia explains it.
    I'd like to see the graphic for the changes of THAT page. I bet it's the target of many a troll who'd rather keep their behaviour undocumented.

    --

    You can't take the sky from me...

    1. Re:pseudo insights by Altima(BoB) · · Score: 1

      I am aware of the tactic, but if the troll says something that adds to the discussion, does the fact that there's some insipid element hidden in there really matter? Sure they may be designed specifically to be the type of thing that someone will mod up almost automatically, but then doesn't that mean they are still giving the average slashdotter the type of comment they want? What I'm trying to say is that the intent of the author doesn't necessarily determine the value of their words.

      --
      Yup...
    2. Re:pseudo insights by Scrameustache · · Score: 1

      I am aware of the tactic, but if the troll says something that adds to the discussion, does the fact that there's some insipid element hidden in there really matter?

      Well, this is the kind of stuff for wich the moderation system actually works pretty well. You have some people modding it down for the insipid element, some people modding it up for the less insipid parts.

      Frankly, I don't see what was so interresting in that post. He says that the visual history is not vitally needed, on account of a previously existing changelog. Duh, it's still neat: A visual history lets you see in an instant the back and forth dance of the vandalisation, the lil' edits in the parts that stay. Stating that it had a non-visual log isn't so much insightfull as redundant.

      --

      You can't take the sky from me...

  46. Re:MOD IBM -1 REDUNDANT ;-) by Guppy06 · · Score: 1

    "So, a person is a hypocrite for being a wikipedia editor and not having personal views that don't coincide with Guppy06"

    Screw that, he doesn't have poersonal views that coincide with the subject. If he feels so strongly that he needs to include a pseudo-sig (deliberately getting around sig filters) to voice views on a bitter, political, off-topic debate, I doubt his ability to contain himself while he does his "editing."

  47. Re:MOD IBM -1 REDUNDANT ;-) by Anonymous Coward · · Score: 1, Interesting

    I had a Terry moment the other day. I was really thirsty and hungry. I said to myself: I'm glad I'm not a brain-dead woman living in a coma due to self-inflicted anorexia whose family wants to keep me around like a fucking sofa to look at, and some hillbilly politicans can tout around like a hooker.

  48. -1 offtopic by Anonymous Coward · · Score: 0

    "archimedes plutonium" :

    any relation to "napoleon dynamite?"

  49. Thank you for single handedly "fixing" mods... by Anonymous Coward · · Score: 0

    Thank you! I can now rest easy knowing you are ever vigilant to hammer those evil down-modders.

    Give up your WMD (Weapons of Mod Downing) programs or MyLongNickName is going to bring freedom to your region!

    1. Re:Thank you for single handedly "fixing" mods... by MyLongNickName · · Score: 1

      I would mod you down, but I'm afraid I might come across it while meta-modding...

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
  50. Druthers by JJ · · Score: 1

    I personally would rather see the degradation of information over time or generations of tellings. I'm presuming most people have done this in school, with one person getting the story from a written source and a sequence of people telling the story one to another and seeing how accurately the original story is retained. I had a sociology class were this was done in a myths and legends context.

    --
    So long and thanks for all the fish . . . !!!
  51. one just happened by jahknow · · Score: 1

    http://earthquake.usgs.gov/eqinthenews/2005/usweax /

    Magnitude 8.2 - NORTHERN SUMATRA, INDONESIA
    2005 March 28 16:09:37 UTC
    Preliminary Earthquake Report
    U.S. Geological Survey, National Earthquake Information Center
    World Data Center for Seismology, Denver

    A great earthquake occurred at 16:09:37 (UTC) on Monday, March 28, 2005. The magnitude 8.2 event has been located in NORTHERN SUMATRA, INDONESIA. (This event has been reviewed by a seismologist.)

    --
    ^^
    1. Re:one just happened by jb.hl.com · · Score: 1

      You know what? In context, that's just fucking creepy.

      --
      By summer it was all gone...now shesmovedon. --
  52. Re:What is wrong with a little prayer? by Anonymous Coward · · Score: 0

    "what is wrong with freedom of religion"
    Sir, this is not a church, this is /. Freedom of religion means to be able to believe whatever you want. It does not force you to apply prayers before a speech, after a speech, during a speech or during intercourse with the first lady. Not even if your married to her. Take your prayers and knit them to a forcefield strong enough to prevent 747-hijacking-whilst-their-freedom-of-religion-app lying-moslims. Then come back here and collect the respect you have earned. NOT earlier.

  53. History Flows helps identify key points by limako · · Score: 1

    I've been using wikis for teaching my writing class for about three years now: I have groups of students work together on writing papers. I have them write in a wiki primarily so that I can monitor the documents in process, but also to gain insight into the functioning of the group.

    I've used both PHPwiki and TikiWiki. PHPwiki has great tools for comparing versions: you can get an overview of all of the major edits (and/or minor edits) and then get a diff between any two particular versions. With 4 of 5 quick checks at the key points in the history of the document, I can usually get a good feel for where the text in a document came from and that each of the members made important contributions (or not). TikiWiki, unfortunately, isn't as robust and only allows comparisons against the current version -- not nearly as useful.

    The problem is identifying the key points where you should make comparisons. I can see History Flow providing an overview that would make it much easier to pick out the places you need to check in more detail. I do it now by hit-or-miss and intuition. Something that gave me more information could make this process a lot more efficient and accurate.

  54. Simpsons by Anonymous Coward · · Score: 0

    I'm given to understand that the Simpsons is a popular program, but it is so profoundly anti-intellectual that I can't stand it at all.

    Just FYI: for the last decade, a large number of the Simpson's writers have come from the staff of the Harvard Lampoon.

  55. Re:MOD IBM -1 REDUNDANT ;-) by MyLongNickName · · Score: 1

    I just meta-moderated your mod down.

    --
    See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year