[Update] boost::decay documentation issue
Posted on January 14th, 2010 at 17:35 by fr3@K

The issue with boost::decay documentation that I blogged about 10 days ago has been fixed in trunk.

del.icio.us:[Update] boost::decay documentation issue digg:[Update] boost::decay documentation issue spurl:[Update] boost::decay documentation issue newsvine:[Update] boost::decay documentation issue furl:[Update] boost::decay documentation issue Y!:[Update] boost::decay documentation issue 黑米共享書籤:[Update] boost::decay documentation issue 推推王:[Update] boost::decay documentation issue
What Should We Teach New Software Developers? Why?
Posted on January 5th, 2010 at 0:29 by fr3@K

Would you trust someone who had not seen a patient for years to teach surgery? What would you think of a piano teacher who never touched the keyboard? A CS education must bring a student beyond the necessary book learning to a mastery of its application in complete systems and an appreciation of aesthetics in code.

這句話說得真好.

via: What Should We Teach New Software Developers? Why?Bjarne Stroustrup.

del.icio.us:What Should We Teach New Software Developers? Why? digg:What Should We Teach New Software Developers? Why? spurl:What Should We Teach New Software Developers? Why? newsvine:What Should We Teach New Software Developers? Why? furl:What Should We Teach New Software Developers? Why? Y!:What Should We Teach New Software Developers? Why? 黑米共享書籤:What Should We Teach New Software Developers? Why? 推推王:What Should We Teach New Software Developers? Why?
boost::decay documentation issue
Posted on January 4th, 2010 at 20:48 by fr3@K

前陣子看了 Hubert 的 一個 boost::exception 的例子, 猛然注意到自己不確定 boost::decay 的作用.

去看了它的 文件, 才發現文件不盡然正確… 已 submit 了一個 ticket 給 Boost, 希望早日修正.

del.icio.us:boost::decay documentation issue digg:boost::decay documentation issue spurl:boost::decay documentation issue newsvine:boost::decay documentation issue furl:boost::decay documentation issue Y!:boost::decay documentation issue 黑米共享書籤:boost::decay documentation issue 推推王:boost::decay documentation issue
Bit-fu
Posted on January 3rd, 2010 at 11:40 by fr3@K

Did you know, for x is an integer, that -~x yields x + 1 and ~-x yields x - 1?

via: Advanced bit manipulation-fu.

del.icio.us:Bit-fu digg:Bit-fu spurl:Bit-fu newsvine:Bit-fu furl:Bit-fu Y!:Bit-fu 黑米共享書籤:Bit-fu 推推王:Bit-fu
2009 工作回顧
Posted on January 2nd, 2010 at 18:35 by fr3@K

加入現在服務的公司約 20 個月了, 當然不是 (也不可能會) 所有的事情都是令人開心的. Nevertheless, I am glad that I work here. IMHO, 如果要留在台灣認真搞 software R&D 與 engineering, 這裡絕對是最好的環境之一.
(more…)

del.icio.us:2009 工作回顧 digg:2009 工作回顧 spurl:2009 工作回顧 newsvine:2009 工作回顧 furl:2009 工作回顧 Y!:2009 工作回顧 黑米共享書籤:2009 工作回顧 推推王:2009 工作回顧
Another Good Interview Question in C++
Posted on January 2nd, 2010 at 17:10 by fr3@K

elleryq 這篇 blog post 談到的 ctor (換成 dtor 也一樣) 呼叫 virtual function 狀況 (或說是 problem) 會是很好的 C++ programmer 面試題目. 可在口試時用以窺探 interviewee 對 C++ object model 的了解.
(more…)

del.icio.us:Another Good Interview Question in C++ digg:Another Good Interview Question in C++ spurl:Another Good Interview Question in C++ newsvine:Another Good Interview Question in C++ furl:Another Good Interview Question in C++ Y!:Another Good Interview Question in C++ 黑米共享書籤:Another Good Interview Question in C++ 推推王:Another Good Interview Question in C++