Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Geeks In Asia Use Clever Hacks To Get Slashdot

Posted by kdawson on Mon Jan 01, 2007 06:02 AM
from the whatever-it-takes dept.
Daedius writes "My comrade Hugh Perkins is living in Asia and he has been without reliable internet connectivity for many days. He uses l33t hacks to get his daily dose of Slashdot in desperate times." From the posting: "The Taiwan earthquake has brought telecommunications in the Taiwan/Hong Kong region to a standstill. I am living in Shenzhen and am unable to read Slashdot directly for several days. Gmail and Google have privileged bandwidth and local servers and both continue to work perfectly from the region. Could there be some way to use Google or Gmail to read Slashdot? A solution was to upload an executable to my web hosting in America that would receive zipped executables by email, execute them, then email me the results."
+ -
story

Related Stories

[+] Games: Taiwan Earthquake Disrupts Virtual Currency Market 53 comments
miller60 writes "Telecommunications outages from Tuesday's earthquake in near Taiwan have disrupted the market for virtual currency from MMORPGs, with market leader IGE and other major online sellers reporting inventory and delivery problems. The market for the real money trading of game assets is highly dependent upon suppliers operating 'gold farms' in China and other Asian countries. With Internet access from Asia limited, these suppliers are apparently having trouble logging into games to make deliveries of gold and accounts. Online markets for the sale of game assets have grown in recent years, despite heated debates about the practice among gamers."
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Résumé of TFA:

    1. uses Visual Studio;
    2. emails himself arbitrary binaries;
    3. executes said binaries.

    Promiscuity and Windows must go hand in hand (bad joke there, anyone?); why the hell wouldn't he set up a dæmon that received URLs by email instead of arbitrary binaries?!

    Elegance may well be a UNIX thing.

    • by RAMMS+EIN (578166) on Monday January 01 2007, @07:21AM (#17421238) Homepage Journal
      ``Promiscuity and Windows must go hand in hand (bad joke there, anyone?)''

      Is that why *nix users never get laid?
    • by jellomizer (103300) * on Monday January 01 2007, @09:22AM (#17421522)
      Well for posting a story trying to show how good your coding is hoping to get a pat on the back, Slashdot is the worse place to do so.
      • Your choice of programming language will be judged. Someone will use an other language to show you the simpler solution, (although it may not work, or work for your situation).
      • The OS your program runs on. If it is Windows people go why the hell are you using Windows and point you to a Unix/Unix clone. (Even though over 90% of the people are using Windows, and at the time of the disaster and the remote system you have access to only runs windows apps)
      • Your coding style. If you do it in C, C++ or C# you better make sure your brackets are in the prescribed but yet debatable location.
      • Your Code. If it i longer then 5 lines (properly spaced) then someone will find a better smaller solution even though the code may be unreadable.

      Slashdot is filled a diverse group of people, Good Programmers who know they are good programmers, Bad Programmers Think they are the Best Programmers out there, Good Programmers who who think they are Bad programmers so (the tend to keep their mouth shut), Bad Programmers who know they are Bad Programmers, and Good programmers who think themselves as the Best programmers, and Bad Programmers who think them as actually good programers.

      The most vocal are those who think they are the best programmer out there, some may point to some award that they won in college (that a Lot of students didn't compete in) or show all the great stuff they made. These are also ones the most easily get get threatened by an other programmers code and find ways of knocking it down. Making sure the designer of the code fells as crummy as possible, so the guy can still keep the place in his mind that he is #1!

      The Good/Bad Programers who know/think they are Good normally may give a couple of corrections in the code just to make it work a little better of efficiently, or just admit that that isn't quite the same approach they would use, in there style they may accomplish the same task differently and make it more easier for them to read threw.

      The ones who think they are bad programmers will try to learn about the code hoping it will make them better programmers or just ignore it as a programming thing.

      As for my take on the solution, it does seem a bit overkill, but you need to keep in mind that .NET adds a lot of additional code that other higher level languages (such as python) doesn't show you as part of your code (for all those includes say all the code for url.py in the python lib directory, or the smtplib code)) So his solution as far as the computer is concerned may be close to doing it in an other language. As well if he added to the email a Content-type: text/html\n\n to his email header he could probably be able to view the HTML file straight from gamil. I would grade the solution a C+/B- it gets the job done, it wasn't impressive, and a bit hard to follow. As well if you are going to post your code online you should at least make some comments explaining what each section does so the reader could read the comments for each function and get a gist on how the code works.
  • by ishmaelflood (643277) on Monday January 01 2007, @06:12AM (#17421038)
    I'm sure all the people and companies that pay for that privileged bandwidth are very happy that it is being used for something as important as /.
    • I'm sure they are happy about it, as they're the ones paying for it. :)

      No one mentioned it being corporate bandwidth or people surfing at work, did they?

      Here in Saskatchewan GMail access was horrendously slow this morning, and access to other web sites has been very inconsistent and unreliable. Having to refresh pages a few times was not uncommon throughout the day, and has often been a problem throughout the holiday season.

      Too many script kiddies on the 'net during the holidays around the world tha

  • by edwardpickman (965122) on Monday January 01 2007, @06:13AM (#17421044)
    "The Glorius Workers Communist Website of Slashdot", That should get it past the censors.
    • Re: (Score:2, Informative)

      If you'd bothered to read the article, you'd see that the reason he was unable to read slashdot was due to the EARTHQUAKE limiting connectivity over there. Not any chinese censorship.
      • Hey, this is slashdot. Some people NEVER read TFA and always assume they knew it! Besides, everything in China has to be evil, doesn't it?
  • Google Translate? (Score:4, Interesting)

    by dtfinch (661405) * on Monday January 01 2007, @06:19AM (#17421056) Journal
    Select a bogus source language and it makes a good proxy for reading blocked sites, unless they block that too.
  • If this was the old internet, he could have used one of those 'Web to Email' services that *used to operate* till a few years back (remember Agora servers and stuff ??)... Too bad for the new Internet!! ;-)
  • by ColaMan (37550) on Monday January 01 2007, @06:25AM (#17421068) Homepage Journal
    Are doomed to repeat it.

    http://www.expita.com/howto1.html [expita.com]
  • A solution was to upload an executable to my web hosting in America that would receive zipped executables by email, execute them, then email me the results

    I'll admit, the workaround was indeed clever, but did anyone else get a horrible, queasy feeling when they read this?
  • by OverlordQ (264228) on Monday January 01 2007, @06:47AM (#17421122) Journal
    Instead of writing an executeable that reads another executable which fetches the page, why not just write the one executable that responds to plain mail with URLs in the body in the first place?
  • I live in Taiwan, but I haven't noticed even the slightest disruption in Internet service (Hinet) whatsoever - either in terms of speed or connectivity to the outside world. Am I just lucky or has Taiwan escaped the "standstill" reported in other places in the region?
  • He could have just run web proxy on his remote server instead of being a complete moron and doing this "clever" hack. Sheesh.
  • If you can access google and gmail, doesn't the google cache work, too? If so just type "site:slashdot.org" first result is, gasp, slashdot home, click cached link, get site home updated last 30 december. Some other sites are newer, some not, but you have enough material to satisfy your geekitude.
  • by didiken (93521) on Monday January 01 2007, @07:40AM (#17421288) Homepage
    I live in Hong Kong, and indeed it was a huge disaster. I run an online flower shop myself, so we see our daily traffic went flat for the last couple of days. And I can't even ssh into our colo in USA.

    Recape of the situation: 6 underground fiber lines were cut. "Foreign" sites like Slashdot, Google, EBay and Yahoo! were dead. Hong Kong based sites, Australia sites and a few European sites like BBC does work, so that give us hope. So...

    On day 1 ( 12/28 ): we found out Google Hong Kong still works, and Australia sites work... so we search "australia proxy server" and funny that a few ISPs have open proxies open at 3128 (Looks like Squid Cache to me!). Since we must be an early batch, we feel wonderful to be "the only one" in town to go online, beat the odds and get all the pussies...

    One day 2 (12/29): news of the proxies must have gotten out. Yahoo! Answers are full of such foreign proxies lists, and some entrepreneur hackers must have wonderful day, building their own proxies and lured people into using it. Of course your average surfers wouldn't know normal http is unencrypted... Meanwhile our "free proxy" running by that friendly Australia ISP finally adds ACL to block us out... We try installing Google Web Accelerator, and it did no good, and accessing local sites are even slower...

    On day 3 (12/30): we start looking for Australia colocation / dedicated server plans to run our own proxy server. Their prices are at least 2 times more expensive than US hosting companies, so we start pinging popular hosting in USA.... ev1servers.net? down. Rackspace? up (but too pricey). Godaddy? up, and lo and behold, they have a cheap $29.99 USD virtual linux plan.

    So, we setup our own Squid cache [squid-cache.org] and it finally keeps us reading Slashdot until this day :)
  • web to mail portals (Score:5, Interesting)

    by dargaud (518470) <slashdot AT gdargaud DOT net> on Monday January 01 2007, @07:53AM (#17421322) Homepage
    People who forget history are bound to repeat it goes the saying. At the very begining of the WWW, not everyone had access to web browsers so various systems were developped, including web to mail portals. You would sent an email to a specific address with a GET request, and you'd get the page in return. Some of those servers are still in use to get around censorship or very limited conectivity, which was my case last year in Antarctica [gdargaud.net]. I read slashdot thanks to a daily email connection, text only, and the agora web-to-mail portal.
  • A Proxy? (Score:3, Insightful)

    by KidSock (150684) on Monday January 01 2007, @04:55PM (#17424678)
    A solution was to upload an executable to my web hosting in America that would receive zipped executables by email, execute them, then email me the results.

    If he can communicate with his web host in America and that host can communicate with ./ then why not just setup a proxy on that machine? Installing and running tinyproxy on a Linux machine is mind numbingly easy.
    • Re: (Score:2, Insightful)

      I'm more of a UNIX newbie, so I'd have thought he could simply telnet to his American machine and run Lynx.
    • You mean we'll route all of our traffic through google to get around the bandwidth limitations?
    • "Good luck sending .exes in zipfiles via GMail ... unless you rename them to something other than .exe. GMail is a monstrous pain in the ass in this respect. It will not let .exes through even in a .zip or .rar file."

      This used to be true, but it has been a while. I just sent myself both a .ZIP and .RAR file and they came through successfully. I imagine Google got sick of complaints aobut it. I've been sending ZIP file backups to myself for several months now.