Stories
Slash Boxes
Comments

News for nerds, stuff that matters

The Need For A Tagging Standard

Posted by Hemos on Mon Jan 15, 2007 09:13 AM
from the tagging-joy dept.
John Carmichael writes "Tags are everywhere now. Not just blogs, but famous news sites, corporate press bulletins, forums, and even Slashdot. That's why it's such a shame that they're rendered almost entirely useless by the lack of a tagging standard with which tags from various sites and tag aggregators like Technorati and Del.icio.us can compare and relate tags to one another. Depending on where you go and who you ask, tags are implemented differently, and even defined in their own unique way. Even more importantly, tags were meant to be universal and compatible: a medium of sharing and conveying info across the blogosphere — the very embodiment of a semantic web. Unfortunately, they're not. Far from it, tags create more discord and confusion than they do minimize it. I have to say, it would be nice to just learn one way of tagging content and using it everywhere.""
This discussion has been archived. No new comments can be posted.
The Need For A Tagging Standard | Log In/Create an Account | Top | 200 comments (Spill at 50!) | Index Only | Search Discussion
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Don't agree (Score:5, Insightful)

    by pubjames (468013) on Monday January 15 2007, @09:17AM (#17612984)
    Isn't the power of tags that you can tag stuff however you want? To me a standard for tagging would be a negative thing.

    I don't thing the problem is a standard for tagging, the problem is having a standard for sharing tags between applications. But that's another problem and it doesn't need to be solved to implement tagging itself.
    • Re:Don't agree by dsginter (Score:3) Monday January 15 2007, @09:35AM
    • Re:Don't agree (Score:5, Interesting)

      by Anonymous Coward on Monday January 15 2007, @09:40AM (#17613236)
      Er, guys?

      Tags are keywords.

      There's a keyword line up in the header that isn't being used for much these days.

      If you want to tag your document in a machine-readable way, put the tags in the keyword field. Problem solved.
      [ Parent ]
    • Re:Don't agree (Score:5, Insightful)

      by lousehr (584682) on Monday January 15 2007, @09:42AM (#17613276)
      Your analysis of "the problem" is exactly the point of TFA. The stated concern is not that the content of the tags has no standard, but that the format of the tags has no standard. If a single tag contains multiple words, should the words be separated by spaces or underscores, or should we use StudlyCaps?
      [ Parent ]
      • Re:Don't agree by laffer1 (Score:3) Monday January 15 2007, @11:00AM
      • Re:Don't agree (Score:5, Insightful)

        by radtea (464814) on Monday January 15 2007, @11:28AM (#17614744)
        The stated concern is not that the content of the tags has no standard, but that the format of the tags has no standard.

        The medium, as Marshall Maclluhan said, is the message. As soon as you standardize the format of the tags you will restrict the kind of information people can convey with them. That may be an acceptable limitation to you, but not to others, and they will find workarounds that effectively break the standard.

        For example, if tags were standardized on underscores to separate words you would have to forbid spaces and caps to enforce that standard. And then we would have no way of distinguishing between Polish and polish, which would be bad if you were looking for things to do with Eastern European culture or furniture care products. People would then start doing things like expressing capitalization by some other syntactical hack which would be inconsistently applied and a greater mess would ensue.

        Alternatively, tags could be represented as more complex markup:
        <tag>
        <word order="1">really</word>
        <word order="2">stupid</word>
        </tag>

        But because words and concepts have no general one-to-one correspondence (many words do not convey a unique concept or a concept at all, and many concepts cannot be conveyed in one word) this would be inadequate, and in any case even if the content model of the "word" tag forbade spaces, caps and underscores, people would still create tags that looked like:

        <tag><word>reallystupid</word></tag>

        The basic idea of "semantic markup" is wrong. From the summary:

        the very embodiment of a semantic web. Unfortunately, they're not. Far from it, tags create more discord and confusion than they do minimize it. I have to say, it would be nice to just learn one way of tagging content and using it everywhere.

        Actually, tags as they stand are the very embodiment of the semantic web. The only function of the semantic web is to create confusion and discord, because confusion and discord is the essence of the human epistemological condition. And the call for "one way of doing X" has a nice religious ring to it, history shows that attempts to standardize things relating to human thought are very much misguided.
        [ Parent ]
        • Re:Don't agree by Sardaukar86 (Score:1) Monday January 15 2007, @03:46PM
      • Re:Don't agree by QuickFox (Score:2) Monday January 15 2007, @12:29PM
      • Re:Don't agree by Al Al Cool J (Score:2) Monday January 15 2007, @12:39PM
    • Re:Don't agree by Anonymous Coward (Score:2) Monday January 15 2007, @09:49AM
    • Re:Don't agree by MoogMan (Score:2) Monday January 15 2007, @11:03AM
    • Re:Don't agree by Zaphod2016 (Score:2) Monday January 15 2007, @12:54PM
      • Re:Don't agree by Hyperspite (Score:1) Monday January 15 2007, @05:23PM
    • Re:Don't agree by marcello_dl (Score:2) Monday January 15 2007, @03:23PM
    • Re:Don't agree by Ethan Allison (Score:1) Monday January 15 2007, @06:06PM
    • 1 reply beneath your current threshold.
  • Automatic tagging (Score:5, Insightful)

    by drcoppersmith (1048722) on Monday January 15 2007, @09:19AM (#17613002)
    (Last Journal: Tuesday January 09 2007, @08:45AM)
    I'm inclined to disagree that 'tags' are the answer here. I wrote my masters thesis on a method automatically generating semantic webs from plaintext. It's a huge problem with about a dozen different stages, but I had backing in all of my research from the psycholinguistics and computer-science field.

    Herein lies the rub: You're never going to get everyone to agree on a set of appropriate tags. Even if you do, you'll never have them uniformly applied (well I find that humorous but you have it tagged as inappropriate).

    There are other solutions here, such as automatic semantic generation. Hey, I never said it was an easy solution, but it's one that I'm certain can be accomplished. Flame away ;-)
    • Re:Automatic tagging (Score:5, Informative)

      by mangu (126918) on Monday January 15 2007, @09:28AM (#17613106)
      I wrote my masters thesis on a method automatically generating semantic webs from plaintext.


      In the end, this could be said to be one of the central problems in AI. Basically, this is dimensionality reduction. People have been trying to do this manually for a long time. The Encyclopaedia Britannica's Propaedica is an example of a tentative semantic web for all human knowledge, but it's so inefficient that it's of very little use by a human, not to mention by automatic mechanisms.


      You're never going to get everyone to agree on a set of appropriate tags ... There are other solutions here, such as automatic semantic generation


      I believe it could be done if it were an automatically generated tag set. If it could be proven mathematically optimal in a certain context, it would be hard for anyone to disagree.

      [ Parent ]
      • Re:Automatic tagging (Score:4, Interesting)

        by drcoppersmith (1048722) on Monday January 15 2007, @09:58AM (#17613476)
        (Last Journal: Tuesday January 09 2007, @08:45AM)
        There are a lot of instances of manual tagging, and I agree with you that they're just too cumbersome (as does almost an entire field of psycholinguists [if you think you can get all of them to agree on anything you're sorely mistaken. They'll disagree just because they can]).

        The automatically generated tags are exactly what I was talking about. I didn't get terribly explicit with my ideas, but you seem to be going in the same direction I was. Getting the software to both tag incoming documents and categorize the semantic webs generated by each is the key to some 'universal' tagging sytem. This way we have maximally efficient tags along with a standardized definition for each and (perhaps most importantly) an automatic way of tagging all the documents to be processed. No room for the "13 year old cheerleader tags" as someone so eloquently put before.

        We still have the problem of naming the 'generic' tag categories generated by the software... The solution for that one is a lot hazier, though important. I don't think anyone will go looking for 'category 12233242' to find 'academic humor'.
        [ Parent ]
      • Re:Automatic tagging by djupedal (Score:2) Monday January 15 2007, @10:02AM
      • Re:Automatic tagging by meta-monkey (Score:2) Monday January 15 2007, @02:33PM
      • Re:Automatic tagging by illuminatedwax (Score:2) Monday January 15 2007, @08:14PM
    • itsatrap by transporter_ii (Score:3) Monday January 15 2007, @09:34AM
      • Re:itsatrap by drcoppersmith (Score:1) Monday January 15 2007, @10:00AM
        • Re:itsatrap by ravenlock (Score:1) Monday January 15 2007, @12:49PM
    • Re:Automatic tagging (Score:4, Interesting)

      by remmelt (837671) on Monday January 15 2007, @09:36AM (#17613184)
      (http://www.remmelt.com/)
      Tags are probably very community based, so they would only make sense within that community. (!itsatrap wouldn't work so well on iloveponies.co.ae). That said, why make tags which are meaningless to other communities or have vastly different meanings to other people available as a sorting or searching option? Sure, you could make some pretty mean stats proving any point you'd like (bad grammar in tags up 14.8% from last year! tag "yes" used in 87% of all blogs, world population feeling positive!) but I don't see the point.

      Also, anyone trying to make a serious argument containing the word "blogosphere" should really try and get out more. Come on people, it's not world hunger we're solving here. Viz: http://coolestshop.com/headline-blog.html [coolestshop.com]
      [ Parent ]
    • Re:Automatic tagging (Score:5, Insightful)

      by maxume (22995) on Monday January 15 2007, @09:38AM (#17613216)
      (Last Journal: Friday August 24, @10:02PM)
      The article is mostly talking about standardizing the envelope, not the message, which is to say, how do you share/create a two word tag, and how to you specify exactly what is supposed to be described by that tag, and how do you share that in a useful way.

      The fact that someone thinks something is funny and someone else thinks it is inappropriate is useful information to gather, if you get 5000 funny and 5 inappropriate, you have a lot more information than if you have nothing at all, but even in you get 10 and 10 you still have more information, which is probably a good thing.
      [ Parent ]
    • Re:Automatic tagging by jimmyswimmy (Score:1) Monday January 15 2007, @10:33AM
    • Re:Automatic tagging by jfmiller (Score:1) Monday January 15 2007, @11:37AM
    • Re:Automatic tagging by smallpaul (Score:2) Monday January 15 2007, @12:01PM
    • Re:Automatic tagging by sohooo (Score:1) Monday January 15 2007, @03:13PM
    • 4 replies beneath your current threshold.
  • Is not to tag everything like 13 year old cheerleaders.
  • One Key Point (Score:5, Insightful)

    How do you standardize something that has not been widely implemented before? It's great to say that it would be good idea to have one standard practice for tagging, but which one? There's no reason to make a huge fuss about this until it a least one clear contender for standardization emerges (which will probably happen on its own).
    • Re:One Key Point (Score:5, Funny)

      by Qzukk (229616) on Monday January 15 2007, @09:30AM (#17613130)
      Obviously we have to find the lowest common denominator between all the different tagging systems.

      I propose that we standardize the following tags:
      thissux
      omgthisrox
      That should cover 100% of the content in a manner that everyone can relate to.
      [ Parent ]
      • 1 reply beneath your current threshold.
    • Re:One Key Point (Score:4, Insightful)

      Well, not quite. Reading the blog post the problem lies with two areas: technology and linguistics.

      For technology, as an example, how do you quote things? How do you separate tokens? Do you use StudlyCaps and spaces? "Quoted words", and commas? If the later, what about nested quotes?

      Bullshit question. The question is solved. Use XML. (Yeah, well, it is the web). We don't need Yet Another CSV "standard". Tags may be presented as lists, in spans, or WTF ever. But if you are talking about storage and transmission, then store the tokens separately, and transmit them in an unambiguous format; in 2007, on the web, the solutions are implementation-specific and XML, respectively.

      For linguistics, thats harder. Nouns or verbs? Talk to a librarian, Im sure there are volumes of information on the right way. But I don't care, as I'm still disgusted that the technology problem even exists.

      Right now it seems there is little discussion on the problem. Right now, if implementations are trying to reinvent data encoding schemes either the implementations are totally brain dead (and need a kick in the ass from an outside force), or are completely oblivious to the problems they are encoding into there core features (and thus still need a kick in the ass). This is so bad, its worse then wrong. You have to try to get to the point of being wrong.

      Of course, I don't care because tags are stupid. OTOH, perhaps I would care if they at least were implemented in a potentially useful way.
      [ Parent ]
    • Re:One Key Point by robotninja (Score:3) Monday January 15 2007, @02:05PM
  • itsatrap by Megane (Score:2) Monday January 15 2007, @09:21AM
    • Re:itsatrap by Pink Tinkletini (Score:3) Monday January 15 2007, @10:52AM
      • Re:itsatrap by discord5 (Score:2) Monday January 15 2007, @12:14PM
  • by zappepcs (820751) on Monday January 15 2007, @09:21AM (#17613028)
    (Last Journal: Friday May 18, @11:07AM)
    How to share and categorize information is an ages old problem. One man's trash is another man's treasure, likewise, one man's bread is another man's dietary problem.

    I'm not sure, but haven't we already figured out that tagging would require more tags than the actual information being tagged to accomplish what the original poster was asking for?
    • Registry by berbo (Score:1) Monday January 15 2007, @10:46AM
  • XML? by gravesb (Score:2) Monday January 15 2007, @09:21AM
    • Re:XML? by Azarael (Score:2) Monday January 15 2007, @09:26AM
      • Re:XML? by T-Ranger (Score:3) Monday January 15 2007, @10:06AM
      • 1 reply beneath your current threshold.
  • Isn't needed by NineNine (Score:2) Monday January 15 2007, @09:22AM
  • by east coast (590680) on Monday January 15 2007, @09:22AM (#17613050)
    I don't feel that tags have enough significance behind them to merit a standard. I'd be more concerned with truth in journalism first, for my part.
  • Hopeless (Score:5, Insightful)

    by bigmouth_strikes (224629) on Monday January 15 2007, @09:23AM (#17613066)
    Trying to standardize tags in the context of standardizing what they are, is hopeless. It'll be like the Unicode standard; too complex to use in its entirety.

    But to standardize the format of tags and to standardize how to exchange tags between systems, is a great idea.
    • Re:Hopeless by Simetrical (Score:1) Monday January 15 2007, @02:47PM
    • Re:Hopeless by doom (Score:2) Monday January 15 2007, @06:33PM
  • I Completely Agree... (Score:5, Funny)

    by setirw (854029) on Monday January 15 2007, @09:24AM (#17613072)
    (http://www.badgerville.org/)
    Which is why I tagged this article with "njkewjdkewd."
    • Re:I Completely Agree... (Score:5, Funny)

      by KincaidKMF (998395) on Monday January 15 2007, @11:20AM (#17614620)
      How random... I was looking through tagged articles for more information about the "New Journal for Keeping Every Word a Just and Defined Kooky Emphasis While Describing" and popped over here. And all this time I thought tags were working.
      [ Parent ]
  • I'm fired, aren't I? (Score:4, Insightful)

    by elzahir (442873) on Monday January 15 2007, @09:25AM (#17613078)
    (http://elzahir.blogspot.com/ | Last Journal: Sunday February 09 2003, @06:28PM)
    He said "blogosphere." Instantly, I don't care.

    Only thing worse would be something like, I dunno, "tags should be a Web 2.0 standard" or somesuch.

    Excuse me, but "proactive" and "paradigm"? Aren't these just buzzwords that dumb people use to sound important?
  • A standard for tagging by AlanS2002 (Score:2) Monday January 15 2007, @09:26AM
  • Hyphens. (Score:3, Funny)

    I must say that the Slashdot way of tagging irks me. I think tags should have hyphens between words, much like they do in their "from the the-slow-down dept". Makes it more readable.
    Any-tagging-stuff-I-have-to-write-will-use-hyphens as who knows what analbum is?
    • Re:Hyphens. by Lissajous (Score:1) Monday January 15 2007, @09:40AM
    • Re:Hyphens. (Score:5, Insightful)

      by Chryana (708485) on Monday January 15 2007, @11:52AM (#17615132)
      I would add to this that slashdot tags tend to be not very useful.

      Most of the time, the tags have little to do with the actual article (eg. yes, no, maybe, fud, notfud, flamebait). I thought the purpose of tags was to be able to find an article easily later on when it has been archived, and the usefulness of the tags I just mentioned for this purpose is dubious at best. I do not pretend to have a solution to this problem, but I think the situation would be improved if the editors or maybe the /.ers who wrote the top rated comment where the only people allowed to set the tags.
      [ Parent ]
      • Re:Hyphens. by jamie (Score:2) Monday January 15 2007, @02:31PM
      • Re:Hyphens. by Anonymous Coward (Score:1) Monday January 15 2007, @02:32PM
    • Re:Hyphens. by tehcyder (Score:1) Tuesday January 16 2007, @05:21AM
    • Hyphens vs. Underscore? by pbhj (Score:2) Tuesday January 16 2007, @06:41PM
  • Bullshit by Colin Smith (Score:1) Monday January 15 2007, @09:29AM
    • Re:Bullshit by arun_s (Score:3) Monday January 15 2007, @10:24AM
      • Re:Bullshit by evanbd (Score:2) Monday January 15 2007, @02:30PM
  • tagging (Score:5, Funny)

    by AcidLacedPenguiN (835552) on Monday January 15 2007, @09:34AM (#17613176)
    and here I thought the standard for tagging was for the first person to agree or disagree with the headline, then the next has to immediately disagree with the first person. 5 minutes down the line if no one has added another tag, the third must disgree with BOTH the first and the second poster. Finally, a serious slashdotter will show up to add a relevant tag, followed by the oh so frequent itsatrap and slownewsday tags.
    • Re:tagging by AstrumPreliator (Score:2) Monday January 15 2007, @12:11PM
  • Tags are human assigned labels for something that we don't have better meta-data for, or where we don't want to be bothered with formalism. If you want something formal, go use a proper taxonomy/ontology and put bucketloads of OWL or RDF-schema data on your site to define relationships, or use format with well defined semantics to add information. Noone is stopping you, and there are cases where formally defining relationships is worthwhile, such as when you want software agents to be able to infer stuff about the data. But that's not what tagging is used for. Tagging is used for ad-hoc manual classification in situations where it is good enough
  • XSLT for Tags? (Score:3, Interesting)

    by null etc. (524767) on Monday January 15 2007, @09:36AM (#17613194)
    Similar to how XML uses XSLT to transform XML documents from one application to another, it wouldn't be a half-bad idea to have a Tag Transformation Language. Organizations with a lot of market share can define their own tag standards, and then people can optionally specify the transformation between their own local ontologies and the established tag standards. This has the advantage of being participation-driven.
  • I agree! by tbannist (Score:2) Monday January 15 2007, @09:36AM
  • Too many chefs, etc. (Score:4, Informative)

    by Pope (17780) on Monday January 15 2007, @09:40AM (#17613244)
    (http://www.kabong.ca/)
    Tagging, like anything else designed to be helpful, simply won't work if *anything* is allowed. For every person who tags something "correctly" in an effort to do good, how many people will deliberately mis-tag something to produce misleading results?

    Better to get rid of tagging altogether and go back to text searching! :)
  • No.. and yes by slashmojo (Score:2) Monday January 15 2007, @09:44AM
  • Annotea Project by Lodragandraoidh (Score:2) Monday January 15 2007, @09:49AM
  • Patent Tagging by JediHomer (Score:2) Monday January 15 2007, @09:51AM
  • World's best tagging system by nbauman (Score:2) Monday January 15 2007, @09:51AM
  • Standards aren't the be-all-end-all by scdeimos (Score:2) Monday January 15 2007, @09:52AM
  • The cycle goes on and on. by musterion (Score:1) Monday January 15 2007, @09:52AM
  • Social grouping? by Gunark (Score:2) Monday January 15 2007, @09:53AM
  • Evolution of Tags by BlueBoxSW.com (Score:1) Monday January 15 2007, @09:55AM
  • partial hierarchy for tags by fantail (Score:1) Monday January 15 2007, @09:59AM
  • What would we use the standard for? by MrBlic (Score:2) Monday January 15 2007, @09:59AM
  • the solution... by Bazman (Score:2) Monday January 15 2007, @10:05AM
  • Old problem, and you're not going to solve it. by Anonymous Coward (Score:1) Monday January 15 2007, @10:06AM
  • Hurry, guys.... by Chapter80 (Score:2) Monday January 15 2007, @10:09AM
  • Argh (Score:3, Funny)

    by eMbry00s (952989) on Monday January 15 2007, @10:10AM (#17613636)
    I think by "blogosphere", you really mean "internet".
  • Oh yes, Brain. by neimon (Score:2) Monday January 15 2007, @10:12AM
  • I believe what the article really meant was... by ErGalvao (Score:1) Monday January 15 2007, @10:13AM
  • RSS is the answer by Paulrothrock (Score:2) Monday January 15 2007, @10:14AM
  • Translation by Alec Eiffel Jr (Score:1) Monday January 15 2007, @10:15AM
  • there is a standard (Score:5, Interesting)

    by Yonder Way (603108) on Monday January 15 2007, @10:17AM (#17613718)
    (http://unixbeard.blogspot.com/)

    There is a standard but nobody uses it these days. Even the search engines disavow it anymore.

    <META name="keywords" content="foo, bar, baz"/>
  • Better hurry... (Score:4, Insightful)

    by supabeast! (84658) on Monday January 15 2007, @10:22AM (#17613792)
    If someone gets started on a tagging standard right now, it might see a little use before the whole silly idea goes out of style next year.
  • standard tagging API by jefp (Score:2) Monday January 15 2007, @10:39AM
  • Different strokes for different sites by shawnmchorse (Score:2) Monday January 15 2007, @10:42AM
  • Standard What? by Baavgai (Score:2) Monday January 15 2007, @10:46AM
  • Um wait... by gillbates (Score:2) Monday January 15 2007, @10:46AM
  • Reminds me of this by yoprst (Score:1) Monday January 15 2007, @10:49AM
  • They're not that useful anyway (Score:4, Insightful)

    by AdamHaun (43173) on Monday January 15 2007, @11:00AM (#17614312)
    The only tags I like are my own. The real use of other people's tags is to show how they organize information, not to help me find something. The problems the article brings up are only the beginning -- the natural tendency of a global tagging system is for the number of tags applied to an object to increase without bound. If I'm doing a master's thesis on, say, web design, I might tag any number of sites "thesis". Is that useful to anyone else? Probably not. But it will interfere with someone who's searching for sites about writing theses.

  • Or be like a normal person... by Cylix (Score:1) Monday January 15 2007, @11:02AM
  • My moment of realization (Score:3, Funny)

    I think for me the moment I realized that the idea of tags needed a little bit of work was the day I saw them on Amazon.com. I was viewing a product there, and it had been tagged "Presents for Jim".
  • hohum by plexium_nerd (Score:1) Monday January 15 2007, @11:52AM
  • Tag Search by coldtone (Score:2) Monday January 15 2007, @11:55AM
  • classification schemes and metadata by khaledh (Score:1) Monday January 15 2007, @12:07PM
  • Opt-in specific tagging! by Tiemen (Score:2) Monday January 15 2007, @12:18PM
  • Utter nonsense by owlnation (Score:2) Monday January 15 2007, @12:21PM
  • Already been proposed "XFML" and ignored. by mjlesko (Score:1) Monday January 15 2007, @12:27PM
  • Huey, Dewey & Louis by psbrogna (Score:2) Monday January 15 2007, @12:40PM
  • Technorati has a standard... (Score:3, Interesting)

    by BovineSpirit (247170) on Monday January 15 2007, @01:20PM (#17616452)
    (http://www.matthewwest.co.uk/)
    The rel-tag microformat [microformats.org] is an attempt to standardise tagging. It relies on other microformats to define what it is you are tagging. There isn't a 'photo' microformat at the moment, so you can't do a web-wide search for photos tagged 'fireworks' for example. If you're interested in the semantic web it's worth checking out microformats. You can download a plugin [mozilla.org] for firefox that reads microformats. Go and have a look at Flickr with it, or any other site that implements microformats. If people have tagged something with a 'geo' tag giving long. and lat. then it will bring up a Google Map showing the location. If they've included a 'hCard' around their contact details you can add it to your address book.
  • automated categorization more consistent by WamBamBoozle (Score:1) Monday January 15 2007, @01:24PM
  • tagging "standards" for the semantic web by Anonymous Coward (Score:2) Monday January 15 2007, @01:34PM
  • We already have a book for tagging, its called... by monkeyboythom (Score:2) Monday January 15 2007, @01:55PM
  • File Systems by mrxoliver (Score:1) Monday January 15 2007, @02:11PM
  • Mod the tag by imasu (Score:1) Monday January 15 2007, @02:26PM
  • A standard by kirun (Score:1) Monday January 15 2007, @02:37PM
  • Look into topic maps by vrillusions (Score:2) Monday January 15 2007, @03:45PM
  • Searching the tag space by Tw00x (Score:1) Monday January 15 2007, @04:02PM
  • Is this for real? by /dev/trash (Score:2) Monday January 15 2007, @07:06PM
  • "Metacrap" by hugg (Score:2) Monday January 15 2007, @07:25PM
  • What's njkewjdkewd? by zobier (Score:2) Monday January 15 2007, @10:46PM
  • 11 replies beneath your current threshold.