Slashdot Mirror


Charting Virtual Worlds

Myrioandme writes "Since the inception of the Internet, cybergeographers have been trying to draw maps of cyberspace. The results have been mixed, but a new book brings together some of the most interesting -- and breathtaking -- maps of virtual worlds. Wired is carrying the full story."

100 comments

  1. Use the technology by 1alpha7 · · Score: 2, Insightful

    "We're still looking for the Mercator projection of cyberspace. We're not there yet. The map of the Web is still waiting to be drawn."

    Its the Web. How about ditching the paper and using a VR approach? As in, take advantage of tech, rather than just "appreciate them artistically".

    1Alpha7

    --
    Live to be Moderated
    1. Re:Use the technology by Anonymous Coward · · Score: 0, Offtopic

      You missed the point goober. Apparently you don't grasp higher concepts very well. The author implied that as a Mercator projection map was eventually settled on as a good global map style, so hopefully someone will design a good mapping system for the Internet.

    2. Re:Use the technology by ZanshinWedge · · Score: 2

      GNOME makes that a lot easier.
      I heard a rumor... Oh look! Over there! It's the point!
      Like caffeine

  2. Things to consider by GoatPigSheep · · Score: 4, Funny

    I suppose a geographer could look at the slashdot effect as equivelant to a 'random natural disaster' when mapping out the web.

    --
    GoatPigSheep, the 3 most important food groups
    1. Re:Things to consider by grammar+nazi · · Score: 3, Insightful
      I think that we should wait until the net is more similar to a Distributed-MMORG before we create detailed maps of it. After all, we currently don't need to try and find our way around the net in a 2 dimensional manner for which we commonly use maps as tools.

      Once we have more of a virtual world, then the maps can contain land, portals, regions with boundaries (private networks would be similar to a border that we didn't know or couldn't map what was contained within.

      As far as physiscal geography of the servers goes, this will become less and less of an issue as the physical content of the Net becomes distributed accross borders and servers. Of course, this is an optimistic view, but I'm entitled to it.

      --

      Keeping /. free of grammatical errors for ~5 years.
  3. Interconnections by Alien54 · · Score: 2
    this keeps up, that the map of the internet is going to start to look like a map of the paths ways in the human brain.

    But we are not their yet. We are all way too much individuals to be a truly coherent group mind.

    --
    "It is a greater offense to steal men's labor, than their clothes"
  4. ThinkGeek has internet maps for sale :) by deth_007 · · Score: 4, Interesting

    Check out the latest:

    http://www.thinkgeek.com/stuff/fun-stuff/573c.sh tm l

    It's also a good example of yet another style of internet map, different from those shown in the wired story.

    1. Re:ThinkGeek has internet maps for sale :) by Glorat · · Score: 1
      Slashdot bug putting in spaces?

      (Use the Preview Button! Check those URLs! Don't forget the http://!)

      Try this link: http://www.thinkgeek.com/stuff/fun-stuff/573c.shtm l

  5. I'm not sure by seann · · Score: 0

    what the point of this book is?

    --
    I'm a big retard who forgot to log out of Slashdot on Mike's computer! LOOK AT ME.
    1. Re:I'm not sure by zarathustra93 · · Score: 1

      I think the point of the book is simply to be cool and look pretty, which is just fine with me. I have a feeling it will end up being the uber-geek coffee book of choise.

      Interestingly enough though, these are some of the images I had in my mind when I first read Neuromancer and Snow Crash. I could theoretically see extending these virtual maps into virtual worlds. Cool stuff IMHO.

    2. Re:I'm not sure by zarathustra93 · · Score: 1

      errr, that's choice...guess I shoulda hit preview....sorry

  6. ThinkGeek internet map poster link correction by deth_007 · · Score: 1

    Sorry, don't know how that space got in there. This is the correct link:

    http://www.thinkgeek.com/stuff/fun-stuff/573c.sh tm l

  7. Hmmm m by deth_007 · · Score: 1

    um

    interesting. It keeps putting that space in there by itself. Slashcode bug? I don't know. Anyways, you can all figure it out, I'm sure.

    1. Re:Hmmm m by damiam · · Score: 1

      Slashcode automatically inserts spaces in long words to make sure they wrap properly in nested view. Otherwise, somebody could make a huge string of letters, we'd get a horizontal scrollbar, and we'd have to scroll to see the end of every comment.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    2. Re:Hmmm m by dangermouse · · Score: 1
      Sounds like a bug to me. ;)

      Perhaps a better solution would be a regex match on URLs that converted them to anchors and truncated, if necessary, the CDATA (but not the HREF attribute).

      Just a suggestion, as I've noticed a lot of broken URLs in slashdot posts recently, and it does get annoying.

    3. Re:Hmmm m by Anonymous Coward · · Score: 0

      The real solution would be to put each individual comment inside its own table. Then, one long string couldn't fuck up the rest of the page.

      As a happy side effect, browsers wouldn't have to wait for the whole page to load before starting to render.

    4. Re:Hmmm m by Anonymous Coward · · Score: 0

      A wide table inside a small table would stretch the small table. Perhaps you're thinking of divs?

    5. Re:Hmmm m by Anonymous Coward · · Score: 0
      Nope, that wouldn't work either. The whole point of this is to stop malicious use of long words to force horizontal scroll bars. Skipping this test for anything that looks like an URL would be a weakness as malicious long-words would all begin to look like URLs!

      Although, as the other poster said, it doesn't break up long unbreaking strings when they're in an A tag, so do the HTML and you'll have no problems. That Slashdot feature is one I do appreciate.

    6. Re:Hmmm m by dangermouse · · Score: 1
      You might want to re-read my post a little more carefully.. :) The idea was that you'd embed the absurdly long URL in an anchor tag (in the HREF attribute), where URLs should be anyway... and wrap that anchor around a truncated form of the original, overlong string.

      Basically, it would take long URLs and turn them into short links, without you having to go to the trouble of doing it yourself (which is handy, because nobody expects to have spaces randomly inserted in their text).

    7. Re:Hmmm m by Hater's+Leaving,+The · · Score: 1

      > that you'd embed the absurdly long URL in an
      > anchor tag (in the HREF attribute), where URLs > should be anyway...

      What if I _want_ to see the URL, and I _want_ to be able to select it, or part of it, with the mouse, and paste it into a mail window?
      (And no - don't try to double guess what browser I'm using, as I know that the 'copy link location' is a feature of some browsers, but certainly not all.)

      THL

      --
      Keeping /. cynic density high since the fscking Kwhores/trolls arrived.
    8. Re:Hmmm m by dangermouse · · Score: 1
      What if I _want_ to see the URL, and I _want_ to be able to select it, or part of it, with the mouse, and paste it into a mail window?

      You'll be able to, unless the URL is so long that it would dork up the page formatting, in which case it'll be obviously truncated and you'll just have to cope. Is it not safe to say that such usage of a URL is minimal, compared to clicking on a damned link?

      Let's look at this point by point, 'k?

      1. overlong URLs fuck up the page format, and make it irritating to read.
      2. inserting spaces in URLs to break them up makes them almost useless... there's no anchor to click, and if you copy/paste you have to *find* the spaces and clean them up.
      3. the ability to convert a URL into an anchor tag is there, easy to implement, and light on resources.
      4. Truncating a URL, and marking it truncated somehow, is even easier.
      5. URLs that are converted into anchors are only truncated in the CDATA if they're overlong.
      6. Most browsers have the ability to copy a link's HREF into the clipboard.
      7. Most browsers will let you copy their locations into the clipboard, so you could just follow the damned link and copy the location.
      8. Most people, most of the time, when confronted with a URL, want to either ignore it or go there, not immediately copy it to their clipboard for some other purpose.

      I'm just going to call it quits on this discussion now... You're reaching for reasons to be right, and I'm bored.

  8. RFC 432 by mauddib~ · · Score: 5, Informative

    RFC 432 contains one of the oldest maps of the internet, with only a couple of hosts.

    rfc432 in pdf format

    --
    This is a replacement signature.
  9. Interesting by INicheI · · Score: 0

    Well there are some really cool maps out there. There is this one site with all these maps, i cant remember it, like www.something ology.com. Anyone know what this site is? It has some awsome maps, and some of those site tracing software.

    1. Re:Interesting by michaelwexler · · Score: 1

      http://www.cybergeography.org/ perhaps?

  10. Another interestring web site by MGKoch · · Score: 2, Informative

    Another interestring web site about that topic is mappa mundi.

  11. 3dwm by SubtleNuance · · Score: 1

    Is that second screenshot taken using 3DWM?

    Filler. Your comment violated the postercomment compression filter. Comment aborted. Filler. Apple. Potato. Tomato.

    Which brings up another, slightly OT point, What the Hell is the Lamness filter supposed to accomplish? I mean with the AC posting, what great harm does the Lameness Filter intend to save us from...?

  12. WebStalker links by sparcv9 · · Score: 3, Interesting

    Here is a link to Google's cached copy of a previous Wired article on Web Stalker, the software used to make the black-and-white Spirograph-esque image in the Wired article above. The Web Stalker software itself can be found here, but for Windows and MacOS only, alas.

    --

    This is not a Fugazi .sig
    1. Re:WebStalker links by funky+womble · · Score: 1

      Don't you just love the way it adds "index.html" to the end of any URL ending in a slash?

  13. Internet cartography by LazyDawg · · Score: 2, Interesting

    The maps of the internet, while very pretty, are not very useful except to see how certain domains connect to others. What we need for a really good/nifty map would be a chart of the connections based on content or meaning.

    This would be pretty tricky, however there are a few things you could do to handle the meanings of pages without having a very complex AI:

    1. Run a thesaurus through a semiotic field, so words are reduced to meaning groups. Each word gets turned into a symbol during spidering. The meaning groups could then be profiled into what the subject matter is, regardless of the language or location, with reasonable accuracy.

    2. Assign a color to each major page class: Search Engine, Commercial, Personal, Regional. The content could then be made into a pretty circle graph like the previous one, and you could make it browsable on the web to spot the "importance" of certain sites as information resources.

    3. For even more fun things to do, make the electronic version of the web map reducible. Web portals already show categorical listings of web content, so why not make it possible to select different sub-categories from the higher levels and make the rest white?

    I think that a graphical search engine like this would be a fancy toy, and might actually provide a useful interface for old people and those with a more tactile/visual/geographic view of the world.

    --
    "Look at me, I invented the stove!" -- Ben Franklin
    1. Re:Internet cartography by Diashi · · Score: 1

      Your aboslutely right. The internet is a highway with a billion onramps and no offramps where traffic doesn't always know where its going but keeps getting closer and closer until it hits the money. So what's the point of spending time and effort mapping the project? It seems unfeasible, useless, and ultimatley a waste of time. Sure it might help someone find something, but to categorize, store, and map the internet out to the point it would become something like mapquest seems silly, and quite frankly stupid

      --
      - Nuts and Gum, together at last.
    2. Re:Internet cartography by Anonymous Coward · · Score: 0
      Good idea.

      1. A thesaurus would be blunt and there are already databases of 'related' content (google, netscape, etc.).
    3. Re:Internet cartography by Anonymous Coward · · Score: 0
      When "your" could be replaced with "you are" you should spell your as "you're"

      Thanks!

  14. How sensible is this? by gusnz · · Score: 2, Insightful

    This seems pretty damn cool from a desktop-wallpaper point of view, but how practical is this?

    The 'net is pretty fluid and dynamic, as companies are going bankrupt and starting up all the time. Soon we'll be able to build the map from just a couple of major carriers' networks ;).

    Seriously, these things are probably outdated as soon as they're finished. What are the chances of a real-time distributed mapping effort, where networks are dynamically scanned and the data is collated every few days on a few central nodes? It would be very interesting to see not just how the 'net is wired, but to view the shifting dynamics of traffic and connections in a handy animated format.

    Sites like Internet Traffic Report get a little bit of the way there, but are too numeric. Ideas?

    1. Re:How sensible is this? by AndroidCat · · Score: 2

      So? Plug the Internet Traffic Report into one of these mapping program, colour code it, and let'er rip!

      --
      One line blog. I hear that they're called Twitters now.
    2. Re:How sensible is this? by xcomputer_man · · Score: 1

      These pictures are quite intriguing and I will admit they are really cool, but the truth of the matter is that in real life, they cannot serve any practical purpose other than a fanciful display for the purpose of astounding the non-technically minded, or otherwise to serve as another set of cool wallpaper images (send those spatial diagrams to digitalblasphemy.com, will ya?)

      What is the primary purpose of a map/atlas? It is to help navigators or travellers find their way around, or to help know where they are and where they should go. Digital tools for this have existed almost since the creation of the internet. They are called portals. Millions and millions of surfers rely on them everyday to navigate the web, to get the information they need, to point them in the right direction.

      For me, this looks like a nice little hobby for someone who needs to do something new and creative once in a while. But for practical purposes, whereas a few techno-minded ubergeeks may actually succeed in using these nifty little diagrams for various purposes, they do not serve any major benefits to the generality of internet users. 'nuff said.

  15. Recursive Data Crawling Imaged in 3D? by Nijika · · Score: 2, Interesting
    I think the next boundry in Internet evolution is a proper graphical representation of the digital enviornment. While a proper representation at first appears just as eye candy, further thought reveals it as an important step in understanding the relationships we have to the world we're creating...

    Dig?

    --
    Luck favors the prepared, darling.
  16. Useless? by term0r · · Score: 1

    Wouldn't this be next to useless? Cartographers draw maps of the real world because they do not change very quickly. A map of America will still be fairly correct in 10,000 years time.

    Imagine what the map of the Internet drawn just 5 years ago would have looked like compared to todays?

    1. Re:Useless? by Quasar1999 · · Score: 1

      Well, if the rest of the internet is built and maintained by compaines like @Home, there wouldn't be much change in the next 10 years...

      --

      ---
      Programming is like sex... Make one mistake and support it the rest of your life.
  17. That's not necessary by jorbettis · · Score: 2
    Or he could have wrapped that in tags himself and fixed the whole problem, --and make the link more easy to follow to boot.

    DWIM (Do What I Mean) sucks. Having a fuckload of AI just to save him the trouble of typing about twelve more characters is not a good idea.

    --

    Jordan Bettis

    ``Wherever you go, there's another stupid sigfile quote.''
    1. Re:That's not necessary by dangermouse · · Score: 1
      So, my take on it is that if you're already screwing with someone's input, you might as well do it right.

      It's not "a fuckload of AI", it's just a bloody match operation-- much like the one that's already being done to provide us with irritating spaces in the middle of URLs he typed without them.

      And it's not as if URLs are ambiguously constructed, or as if it's particularly hard to determine what someone was trying to say when they typed one. It's a freaking URL. It wants to be an anchor.

    2. Re:That's not necessary by deth_007 · · Score: 1

      Hear Hear

      User Interfaces should bend to fit the user and not the other way around. :)

  18. Mapping gnutella p2p with Gnucleus by BrookHarty · · Score: 2

    If your interested playing around with some internet mapping software, Gnucleus will map out some gnutella hosts around you.

    Check out a picture of me running gnucleus. gnucleus.jpg

    1. Re:Mapping gnutella p2p with Gnucleus by BrookHarty · · Score: 2

      Forgot to give the Gnucleus URL.
      http://gnucleus.sourceforge.net/

    2. Re:Mapping gnutella p2p with Gnucleus by Anonymous Coward · · Score: 0

      You fucking moron! It's not your, it's you're. How fucking old do you have to be before you learn this very simple rule of the English language?

  19. They're beautiful, but are these maps useful? by hillct · · Score: 4, Insightful

    They're nice to look at but is it really useful to represent the internet in this way? Surely there is a more meaningful representation that is of equal or greater esthetic value. Perhaps a rendering similar to the constructs associated with Everything2. This could be achieved through analysis and visualization of the relevence data used by Google and Teoma to generate their results, where significant material is emphesized. Granted this would not produce a network map, but rather a contant map, ilustrating regional housing of particularly meaningful or valuable content. It would however, include content available using any protocol for which there is a URL representation.

    Granted content pamming is not what they were going for, but it would have the side effect of displaying network topology with respect to relitive routing and bandwith capacities (utilization anyway).

    --CTH

    --

    --Got Lists? | Top 95 Star Wars Line
  20. A better article on the topic by standards · · Score: 2, Informative
    "Wired is carrying the full story."

    Hardly. The wired article, barely 200 words, doesn't even begin to explain why someone would want to map cyberspace.

    This pretty old NY Times article (http://ai.bpa.arizona.edu/go/recognition/nytimes0 999.htm) explains things much better. And I'm sure there are even better references out there.

    1. Re:A better article on the topic by Anonymous Coward · · Score: 0

      Right on - this isn't news, this is a press release for a book. And a lame press release at that!

  21. Why Oh Why by vulgarDPS · · Score: 2, Insightful

    I can see the use of Network Maps, ISP's connection maps to the Internet, maybe a map of the Root Name Servers and what ISP's connect to which, but for god sakes a map of the internet. It sounds like something they would talk about on an AOL chat room while being no where NEAR the internet.

  22. Methinks they're munching on "special" brownies... by Guppy06 · · Score: 3
    From over at the Cyberceography site they mention in the article, we're posed with the question:
    "Have you ever wondered what a data packet might actually look like as it zips along the phone line? What physical form might it take?"

    Now, maybe I paid too close attention to my physics and EE classes, but they might as well ask "What does an electron taste like?" (Yes, I know it's grape-aid)

    A conceptual map of the internet would be useful for helping to grasp the concept of the amorphous monstrousity the 'net is, but I'm worried that these electronic cartographers are going in the wrong direction. It's nice that 16th century cartographers put in all those pretty sea serpents and mermaids, but that still doesn't change the facts that South America looks nothing like that, there's a whole other continent in the South Pacific, and there's no Northwest Passage.
  23. Not useless. by Anonymous Coward · · Score: 0

    If I'm looking at a map, I don't care what the map is going to look like in 5 years, or what it looked like 5 years ago. I care what the map is telling me now. Now, what kind of information you can get out of an internet map is another story.

  24. Loosely related...very by RadioheadKid · · Score: 1

    I thought the funniest part was when I clicked on the Amazon link from the Atlas of Cyberspace site to find out how much the book was, I then selected find "Loosely Related" items to this book. Some of the results were
    - O Brother, Where Art Thou? DVD
    - Crouching Tiger, Hidden Dragon DVD
    - Microsoft FrontPage 2002 Upgrade

    But anyways, the pictures do look pretty cool.

    KidA

    --
    "Karma can only be portioned out by the cosmos." -Homer Simpson
  25. Re:Methinks they're munching on "special" brownies by Ronin+Developer · · Score: 2

    I was always wondering if each node in the network were a small neural network that responded to input received from the net, would the packets passed between them be considered "thought"?

    And, if it is, what would such a network be thinking about?

    Anyway...food for thought.

  26. Re:About the situation in Afghanistan by Anonymous Coward · · Score: 0

    Those disgusted with this crap can forward the information to the FBI. The more people the better.

  27. Good, silly fun - and that's all! by OnanTheBarbarian · · Score: 4, Interesting

    These are pretty pictures, but in general, trying to embed this kind of information in 2-space (or 3-space, for that matter - adding a dimension doesn't really help) is mostly futile.

    I learned much more from the "bowtie" representation of the Web (that study that - roughly - divided Websites into a "mainstream", sites that linked into the mainstream but were not linked to from it, sites that were linked from the mainstream but didn't link back into it, and sites that were in isolated islands). That was nice, and used some smart analysis, rather than a huge dump of complex information onto the printed page.

  28. Not just maps of the internet by Theodore+Logan · · Score: 3, Informative

    Not really just straight-forward maps of the internet. On the authors web page, there's a bunch of others too, like kernel maps of linux and artistic interpretations of various networks. Some are pretty, go check it out.

    --

    "If you think education is expensive, try ignorance" - Derek Bok

  29. Re:Methinks they're munching on "special" brownies by Guppy06 · · Score: 4, Funny

    "And, if it is, what would such a network be thinking about?"

    Sex. Just like everybody else. Especially on the internet.

  30. Download the software! by cd_Csc · · Score: 2, Interesting

    You can get the software ("Web Stalker" aka IOD4)used in making one of those images at http://bak.spc.org/iod/archive.html - sorry, mac and windows only. It lets you basically type a starting URL and then watch the map grow as it is generated - the image I got from using slashdot was quite interesting.

  31. Wired articles by SEWilco · · Score: 1

    Well, as long as the article fits on one page. Wired's links to other pages of an article includes code to break out of frames, which wrecks my web navigation Javascript frame, which messes up my daily scanning of favorite sites. Wired would be a favorite if it wasn't for that...

    1. Re:Wired articles by Anonymous Coward · · Score: 0

      Try using this url for wired.com


      Ok this - Your comment violated the postercomment compression filter. Comment aborted - is bull shit!

    2. Re:Wired articles by SEWilco · · Score: 1
      No, my complaint about the Wired site is that clicking on the link to the next page of an article triggers a frame breakout. I browse my popular sites within a navigation frame with tools such as a "NEXT" button to go to the next site in my sequence, and a "SCROLL" wand which automatically scrolls the site at reading speed.

      I'm expecting any day now to be told that my comment violated the nutritional needs of a pack of orange monkeys.

  32. Some additional information... by hhe_hee · · Score: 1

    It's also interesting to check how the internet have expanded just over some years, thinkgeek has some cool maps over how internet looked in the years 1999, 2000 and also for the year 2001. These are graphs of how the Internet might look if you were a packet of data that were sent thru the bulk of the Internet infrastructure.

    Also read more about the company Lumeta that has a long-term research project to collect routing data on the Internet, it's called The Internet Mapping Project. They have some information there about how it is done too.

    --
    2 reptiles beneath your current threshold.
  33. Now we need tour guides. by chrae · · Score: 5, Funny

    Welcome ladies and gentlemen to the Internet Outback Safari. I'm your tour guide, Aligator Hunter and of course you all know my nephew, Crocadile Hunter.

    On you left is a dot.com tech company. While once they roamed this jungle, they now are on the brink of extinction. Similar to the dodo bird, they animals were born with no sense of self-preservation.

    You'll see up ahead the mating ritual of several humans. This is what's known as a porn site. Crikey! Would you look at that! That's the biggest mating orgy I've seen! Oiy!

    Moving on, we see slashdot.org. Folks, I would like to take this moment to remind you all to keep your hands inside the vehicle and by all means, Don't Feed the Trolls! If my nephew C. Hunter were here, he'd get one in a headlock so you fine folks could get a closer view.

    This concludes our first leg of the trip. Up ahead you'll see a tourist stand with OFF flame spray (tm) which is quite useful to repell flaming trolls. Also, dont forget to pick up a colorful map of the Internet Outback. We meet back in 30 minutes. Have fun.

    1. Re:Now we need tour guides. by Anonymous Coward · · Score: 0

      i saw a documentory on the dodo last night which said that the dodo was actually quite fierce and would defend itself with its large sharp beak. The reason it died out was because of pigs introduced by the dutch which escaped into the wild where they ate the dodos eggs from their nests on the ground. (no other animal was present previously that would attack them to get the eggs)

  34. Cybergeography.org by BuckshotJones · · Score: 1

    If you want the online version of this book, visit cybergeography.org or join the mailing list. Also check out mappa.mundi.net for well written and researched articles on related topics. Martin Dodge, author of this book, contributes monthly columns about cyberspace maps.

  35. Virus? No, backhoe... by singularity · · Score: 1

    Imagine the problems that terrorists could do with something like the maps on http://www.cybergeography.org/atlas/cables.html and the information on http://www.iscpc.org/

    Major trunk lines in many places. Granted, these often do not locate the lines with enough precision to accurately locate and take out, but they are a start. I am sure that a search of local utilities and maps available to the public could locate things fairly well.

    What could be done to secure these?

    --
    - (c) 2018 Hank Zimmerman
  36. Just wait for M$.... by Elminst · · Score: 1

    to get done with us.. then we'll all be mindless clones connected by .Net..

    --
    No unauthorized use. Trespassers will be shot. Survivors will be shot again.
  37. Fire up the scanner... by Elminst · · Score: 1

    I think I just found a new way to wallpaper my apartment.. woo!

    --
    No unauthorized use. Trespassers will be shot. Survivors will be shot again.
  38. Re:Methinks they're munching on "special" brownies by Mike+McTernan · · Score: 1

    > "Have you ever wondered what a data packet might actually look like as it zips along the phone line? What physical form might it take?"

    It looks like a fragment of The Matrix code of course!

    --
    -- Mike
  39. on the edge, moving outward by Anonymous Coward · · Score: 0
    We may be considered to be outside of the "mainstream" at ScaredCity(?tm?), but that doesn't stop us from working hard to encourage others to endeavor into the brave gnu world of open/honest, communications/commerce.

    Plus, you could acquire this relevant, descriptive set of URLs from us (including a year's free hosting), as a result of your interest, & your ability to follow simple directions.

    don't even try to tell US that you haven't seen these guys, now featuring pictures of the REAL .commIEs

  40. Re:About the situation in Afghanistan by Anonymous Coward · · Score: 0

    Fuck you GNU Hippie.

  41. Re:kazaa blocks gift by Anonymous Coward · · Score: 0

    I find it mildly amusing that a company whose software is designed to help people steal intellectual property acts in this manner. Remember when Napster tried to sue people for selling Napster t-shirts? Hahaha.

  42. Re:Methinks they're munching on "special" brownies by kimihia · · Score: 1

    Did they mention the answer? Warriors of the net is a 12 minute animated introduction to the travels of a packet across the 'net.

    May I highlight the word "introduction".

  43. Mappa.mundi by kimihia · · Score: 1

    Don't forget Mappa.mundi, they've been selecting maps and running features on them for a long while. A good selection to choose from.

  44. XBox maps? by SilentChris · · Score: 2

    It may just be me, but doesn't this one map set look suspiciously like the startup screens for the XBox? :) Microsoft is taking over the internet after all.

  45. NORTH POLE?!? by Alsee · · Score: 2, Funny

    Has anyone else noticed that in this photo from the wired article there appears to be more web traffic at the north pole than in all of europe?

    Maybe it's Santa's database tracking the naughty/nice data on all the children. It's a pretty serious privacy violation to collect personal information from children under 13 without a parent's consent.

    "I'm sorry Tommy, Santa's not bringing you any presents this year. He's in jail."

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    1. Re:NORTH POLE?!? by OldCrasher · · Score: 1

      Thinking too literally again: 13 yrs old is only US law. The rules under which Santa operates are open to interpretation.

      However, the traffic indicates that whomever created his infrastructure (router, server, etc) should be hired away immediately, this is a true Geek Gnome!

    2. Re:NORTH POLE?!? by Alsee · · Score: 1

      13 yrs old is only US law

      True.

      Thinking too literally

      It was not an error but a deliberate choice. Based on the image US law appears to cover at least 90% of internet data. IMO 90% accuracy is fine for a humor piece.

      I offer my apologies to everyone in the international internet community, and I offer my deepest condolences to your children when the US government decides they are going to lock up Santa anyway.

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
    3. Re:NORTH POLE?!? by Anonymous Coward · · Score: 0

      Calling all grammar nazis - the above needs fixed!

  46. The most beautiful by Anonymous Coward · · Score: 0

    The most beautiful should be this:

    http://www.cybergeography.org/atlas/linux_anatom y. pdf

    Ok, just an opinion.

  47. Random? by allanj · · Score: 1

    I suppose a geographer could look at the slashdot effect as equivelant to a 'random natural disaster' when mapping out the web.


    It's hardly random - in fact, it's highly predictable that whenever some poor website gets highlighted on /., it's basically doomed...

    --
    Black holes are where God divided by zero
  48. Skyscrapers? Bad choice... by allanj · · Score: 1

    Hover Your mouse over the left-most image on Wired, and it (probably - depends on browser version) explains that traffic is depicted as skyscrapers, with North America having really big ones. Just the type of imaging effect to use these days, I guess...

    --
    Black holes are where God divided by zero
    1. Re:Skyscrapers? Bad choice... by MillionthMonkey · · Score: 1

      Haha, yeah. I had that thought too when I saw it. Skyscrapers are a terrible image to use right now. They symbolize vulnerability.
      But think of what you could do with the metaphor. You could represent Code Red and Nimda as passenger jets!

  49. Better maps in the future by ZigMonty · · Score: 2, Informative
    These maps are something I got interested in a couple of months ago. Check out the Internet Mapping Project. Although they're not much use currently, they're cool for seeing how well connected your ISP is. I'm with telstra, they're pretty good.

    These maps could get much better in the future, especially if some new router protocols are developed that can report how much traffic is travelling through their individual lines. You could then colour code the links by traffic passing through them at a particular time. Red = very active, blue = idle. The backbones would be immediately obvious. This would also create a better map. The problem with the current maps is that they are generated using traceroute. This has the effect of making a few sites look very well connected when, in fact, they are simply the searching computers. By getting the routers themselves to divulge information about each link, you would get a complete map of the whole public internet. This may be possible now, I don't know much about BGP and its friends. Anywho, something to think about.

  50. Interesting, but is it useful? by robbins! · · Score: 1

    I suppose this could be used in charting traffic for telecommunications purposes, but otherwise, for a common user, it seems about as useful as charting a telephone book.

  51. http://cyberatlas.guggenheim.org/home/index.html by michaelwexler · · Score: 1
    The guggenheim has a great online exhibit about this type of work.

    http://cyberatlas.guggenheim.org/home/index.html

    Enjoy, Michael