Jim Cheung

Tuesday, September 02, 2014

just moved my whole server stack to docker containers, works pretty well.

going to write some tools to maintain containers, in Golang. maybe can use libcontainer to build my own container app.


in order to figure out a better work flow for the team, read few git books recently. will update the git page soon.

few new podcasts:

and Lang-NEXT 2014

Tuesday, September 23, 2014

Strange Loop 2014, sessions, youtube playlist, slides

Wednesday, September 24, 2014

read this excellent discussions on github: Recursion instead of goto

one new thing I learned:

If you're wondering how to get these opcodes from the compiler, here's how.

You need the vld extension: http://pecl.php.net/package/vld

Then add this line to your php.ini: extension=vld.so

And use it like so: php -dvld.active=1 file.php

Blog Archive