Jim Cheung

Tuesday, February 05, 2013

a simple version of monkeypatching a PHP class (override only). inspiring from node's util.inherits, switch cache on and off by commenting the inherits() line. it's very simple, needs lots of implementation to be complete.

Wednesday, February 06, 2013

setup a Amazon EC2 free tier, a bit complex, lots of unknown terms. no debian from the default list, so i choosed Amazon Linux AMI, a env quick setup

$ sudo yum groupinstall 'Development Tools'

don't have an idea what apps will do, but want to try SQS/SNS service, maybe an android app.


about the monkeypatching code above, php 5.4 has better way to do it: Traits

Tuesday, February 19, 2013

upgraded to Netbeans 7.3 (RC2), the new HTML5 Application Development is very useful (js debugger, NetBeans Connector to connect with chrome, HTML5/JS project type), worth upgrading.

check for NetBeans 73 NewAndNoteworthy for more details

Thursday, February 21, 2013

to set timezone under amazon linux:

 sudo cp /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime

Friday, February 22, 2013

totally missed most of conference slides in 2012, it's time to go through them:

Sunday, February 24, 2013

Ruby 2.0 is released, some explanations on new features:

Monday, February 25, 2013

Toml, a guy doesn't like yaml's 80-pages spec, and purpose a new format (and he's drunk). i'm not sure it's a good idea but looking at the implementation of parsers gave me lots of fun.


got invitation of action.io, and online editor with ssh, web console. tried a few demo script, pretty productive. good tool.

Tuesday, February 26, 2013

right after ruby 2.0 is released, rails 4.0 beta is out too. Russian Doll-caching interests me, also turbolinks.

CoffeeScript 1.5 is out too, with "literate" mode support.

Blog Archive