<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23884446\x26blogName\x3dJust+Another+Tech+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://justanothertechblog.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://justanothertechblog.blogspot.com/\x26vt\x3d-484221019928432923', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



Watch the Soccer World Cup: Live in ASCII!

Sunday, June 18, 2006

Soccer is a great sport, and ASCII is great fun... so why not combine the two? Well, you can, and someone has. The project is called ascii-wm.net/. The site is streaming a live feed of the game in ASCII which can be viewed, by anyone, by simply telneting to their server! Using Linux, you can view the stream via telnet using the following command:

telnet ascii-wm.net 2006

Another way to view the stream is through netcat:

nc ascii-wm.net 2006

And there you have it! Enjoy watching your favorite sport in a new, slightly nerdy way!

Mirrors (original site often has too many connections):
telnet pinguin.eikon2.fs.ei.tum.de 2006
telnet diego.ascii-wm.net 2006

Source
posted by linnerd40, Sunday, June 18, 2006


0 Comments:

Add a comment