Forgot your password?

typodupeerror

Comment: Easy: ssh (Score 1) 403

by wdr1 (#32775122) Attached to: Tunneling Under the Great Firewall?

Seriously, ssh -D is your friend:

-D port
                  Specifies a local ``dynamic'' application-level port forwarding.
                  This works by allocating a socket to listen to port on the local
                  side, and whenever a connection is made to this port, the connec-
                  tion is forwarded over the secure channel, and the application
                  protocol is then used to determine where to connect to from the
                  remote machine. Currently the SOCKS4 and SOCKS5 protocols are
                  supported, and ssh will act as a SOCKS server. Only root can
                  forward privileged ports. Dynamic port forwardings can also be
                  specified in the configuration file.

My prior job required me to travel to China for a few weeks every 2-3 months & I found it invaluable. Fire it open on the command line, and set your browser to use that local port as a SOCKS proxy.

(Note, however, this will not help you deal with shitty bandwidth to sites outside china. On that front, you're pretty much just fucked until you leave China. Even "off hours" don't help that much.)

Comment: Re:ESR said it very well - Open Source Science (Score 1) 822

by wdr1 (#30252096) Attached to: Engaging With Climate Skeptics

An honest question, I haven't been able to find the answer to online:

How do we know these models are correct?

Of course, what's also in my mind are the models of Wall Street . I understand it's not apple-to-apples, but I think given the collapse we've seen in the financial sector due to incorrect models, it seems a fair question.

-Bill

Comment: Re:hmm (Score 4, Insightful) 217

by wdr1 (#29047855) Attached to: Google Two Years Into Overhaul of the Google File System

Put the crackpipe down!

I was an altavista user. A die-hard one, for most of the mid/late-nineties. In fact, I remember the day I finally convinced my boss to switch from Altavista to Google, because he had worked on Altavista.

Today's results completely blow away the search engines of 10 years ago. In fact, any of the major players -- Yahoo, Microsoft, even Ask & co. -- would blow away the search engines of 10 years ago.

(Add to the fact that the number of documents on the web that they need to crawl & rank have exploded.)

Your comment that "the resultant pile of URLs for any given keyword is utterly worthless" is itself hyperbolic nonsense. If that were true, nobody would use them.

If the path be beautiful, let us not ask where it leads. -- Anatole France

Working...