Tag Archive for 'China'

En vrac

Ca fait un moment que je n’ai pas donné de nouvelles, en voici donc quelques une en vrac.

  • Le tremblement de terre

IMG_0270.JPG

Qui n’en a pas entendu parlé ? Qui en a trop entendu parlé ?

Moi. Autant je trouve admirable la faculté de mobilisation des chinois

pour l’aide aux sinistrés, autant je commence a etre agacé par la télé qui diffuse 24/7 les memes sequences de sauvetage. Trop d’émotion tue l’émotion.

Un autre truc me turlupine aussi. Mes amis chinois qui me demande si j’ai donné de l’argent. Et puis qui me demande combien j’ai donné. Là où le gouvernement a bien joué, c’est de miser sur ce trait local qui consiste a bien montrer aux autres qu’on pèse sur la balance. On satisfait des egos tout en aidant des gens. Pas con.

Au passage, si quelqu’un veut adopter un orphelin chinois, c’est maintenant qu’il faut aider.

  • L’ingeniosité chinoise

Livraison de Macdo à domicile. Un tel miracle viendrait du pays dont KFC est le roi.

Un seul mot : Génial.

IMG_0267.JPG
  • Pour ceux qui doutent encore que ma vie est passionnante

Grace à mes relations, j’ai pu obtenir ce prototype de brosse a dent. Dans les bacs l’année prochaine normalement.

IMG_0235.JPG

Verdict : c’est bof et crisse a mort. On peut d’ailleurs faire de la musique avec sa bouche tout en se brossant les dents. Alors, qui a une vie passionnante maintenant ?

Comment changer l’histoire

Le proverbe dit :

il y a 9 millions de vélo à Beijing.

 

Il faut désormais dire qu’il y en a 9 millions et 1 (celui de David).

Je suis plus libre que l’air, plus libre que Max, limite je jouerais du piano debout que ca ne m’etonnerait pas. Les superlatifs me manquent pour décrire la volupté d’évoluer à bord de mon fier vélocipède !

Voila, pour que le post ait un semblant d’utilité, le prix du vélo est 30 euros, le cadenas 3 euros et le panier, c’est cadeau.

Getting rid of Chinese (or others) internet censorship

The Chinese internet is becoming more and more like a vast intranet, with the Chinese government as god-administrators.

Because I think people should be aware of what’s going on outside their frontiers, and internet is by far the most accessible vector of information, I will show here some way to bypass the great Firewall of China.

Here’s a global explanation of how that stuff works (and yes, my schema’s skill rocks !)

 

  • First method : Web proxies (one shot)

Many services on internet allow users to enter an url then display the content while staying on this page. For that kind of usage, I daily use anonymouse and picidae.

You can find many others here.

This way is by far the quickest and the easiest. However, for frequent usage, it may be not as convenient as the method explained below.

 

  • Second method : Web proxies (frequent)

This one is my favorite. It maybe be complex to realized because you have to have access to a computer in another country, which doesn’t suffer internet censorship, and more important, some linux administration skills.
By installing a proxy server on the remote computer, you can use it like a bouncing point of your internet connection. I installed Squid on a linux server, and I used a user/password based authentication in the squid.conf.

After doing that, you need to tell your browser to use your brand new proxy server. You may use the proxy to access every websites, but it may be slow.

I did a automatic proxy.pac file to use the proxy only if the url is one of the forbidden website. Here is a (working) example :

function FindProxyForURL(url, host)
{
// variable strings to return
var proxy_yes = “PROXY your_proxy_address:and_port”;
var proxy_no = “DIRECT”;
if (shExpMatch(url, “*dailymotion*”)) { return proxy_yes; }
else if (shExpMatch(url, “*feedburner.com*”)) { return proxy_yes; }
else if (shExpMatch(url, “*wikipedia*”)) { return proxy_yes; }
else if (shExpMatch(url, “*gawker*”)) { return proxy_yes; }
else if (shExpMatch(url, “*flickr*”)) { return proxy_yes; }
else if (shExpMatch(url, “*icanhascheezburger*”)) { return proxy_yes; }
else if (shExpMatch(url, “*suchablog*”)) { return proxy_yes; }
else if (shExpMatch(url, “*bluehost*”)) { return proxy_yes; }
else if (shExpMatch(url, “*youtube*”)) { return proxy_yes; }

else return proxy_no;
}

  • Third method : VPN

This method is like the proxy method described above, except this one works for every kind of connection (web, mail apps, instant messaging…). It can be complex but here is a simple way to do that. It’s named Hotspot Shield.

You need to download the application (Windows or MacOS), you launch it, and there you are ! You are authenticated on the US internet, allowing you to surf without restrictions (or to use Paypal, hulu.com, iTunes Store US, but that’s another subject).

Here was presented some ways to more or less easily free yourself from countries censorship policies. If you have other ways, feel free to present them.

Let’s remember that the freedom of speech is one of the Human Rights, and a government don’t have the right to bypass them.

It’s time to get free.

Free