Monthly Archives: August 2014

PHP mysqli extension missing

I encountered this problem today and eventually I realize it was the comment on the line before the mysql dll’s that was causing the problem.

This is what you should have in php.ini by default for PHP 5.5.16:

;extension=php_exif.dll       Must be after mbstring as it depends on it
;extension=php_mysql.dll
;extension=php_mysqli.dll

Besides removing the semi-colons, you also need to delete the line of comment that came after php_exif.dll. This leaves you with

extension=php_exif.dll      
extension=php_mysql.dll
extension=php_mysqli.dll

This solves the problem in my case.

WSJ: Big Data’s High-Priests of Algorithms

我常對同學們說,計量經濟學是少數真正有需要學而又有直接市場價值的經濟學科目。以Machine Learning為例,其基本概念計量經濟學讀得好的同學不難掌握,而為解決各種技術難題而生的開源軟件亦日趨成熟。

事實上,經濟學家在數據科學範疇內是舉足輕重:著名微觀經濟學課本作者Hal Varian從很早期開始就是Google的首席經濟學家—傳說他在Google的員工編號是在 100 以內—而他在Google的工作主要就是主導數據分析的工作。其他大型科技公司如Yahoo和Microsoft亦有各自的經濟學家團隊分析廣告拍賣等各類數據。所以各位同學,別抱怨計量經濟學科難讀了!