Monthly Archives: April 2010

Peak at C# 4.0: optional parameter, named parameter and method resolution

Optional and named parameter is an awesome feature introduced in C# 4.0. Now C# combines some fancy features from dynamic languages like Python again (var knows why I say again. And the more dynamic dynamic is another topic, LOL). Please … Continue reading

Posted in Default | Tagged , | Leave a comment

memcached practice: A weird twitter gadget

memcached is widely used in modern websites like flickr, wikipedia, twitter, youtube, digg, WordPress and a long hot continuing list. In the past years, everyone is talking about XXX 2.0, and recently, yes, you got it, NoSQL…. Here’s a weird … Continue reading

Posted in Default | Leave a comment

Upgrade your PHP to 5.3

To ppl who is suffering random crashes of PHP 5.2.6. There’re several vulnerabilities and suhosin may end your php process. just one example (search others by yourself): http://packetstormsecurity.nl/0904-advisories/USN-761-2.txt Migration guide: http://www.php.net/manual/en/migration53.php

Posted in Default | Tagged | Leave a comment