GION 0.1.0 Released
Posted on July 15th, 2008 at 0:40 by fr3@K

GION is a project I recently created as a part of my effort towards cleaning-up some of the not-so-pretty and strengthening exception safety of the project code base at work.

It’s released under one of the most permissive FOSS licenses I know of, MIT license, in hope, would help others to write better C++ more easily.

Feedback welcomed.

del.icio.us:GION 0.1.0 Released digg:GION 0.1.0 Released spurl:GION 0.1.0 Released newsvine:GION 0.1.0 Released furl:GION 0.1.0 Released Y!:GION 0.1.0 Released 黑米共享書籤:GION 0.1.0 Released 推推王:GION 0.1.0 Released
[工商服務] 玄力科技徵才
Posted on July 9th, 2008 at 21:57 by fr3@K

在幾個月前還沒確定落腳處時, 經過一個月左右的奔波面談, 幸運地拿到幾個 offer letter. 其中一個是玄力科技.

玄力是一間今年初剛創立的 startup 科技公司, 致力於研發利基型的創新資安產品. 我與玄力的幾位 key person 談過, 他們很 nice, 也都很有抱負很有想法. 其中的 founder 更是有在美國成功的 startup 經驗. 制度面上的設置是 startup 中少見的完善. 在台大育成中心的小辦公室裏面, 我看到了理想衝撞出來的火花, 只是有了老婆卻沒存款的我沒條件也沒膽量在這個時候再去 startup 拼一次.

你是想找個 fresh start 的 C++/Linux 人嗎? 可以去聊聊天, 說不定你也會喜歡玄力.

玄力徵才 on OSSF and 104.

del.icio.us:[工商服務] 玄力科技徵才 digg:[工商服務] 玄力科技徵才 spurl:[工商服務] 玄力科技徵才 newsvine:[工商服務] 玄力科技徵才 furl:[工商服務] 玄力科技徵才 Y!:[工商服務] 玄力科技徵才 黑米共享書籤:[工商服務] 玄力科技徵才 推推王:[工商服務] 玄力科技徵才
C++0x, Near Feature-Complete
Posted on July 8th, 2008 at 19:48 by fr3@K

From Sutter’s Mill:

… we already had a nearly-complete C++0x internal working draft — most features that will be part of C++0x had already been “checked in.” Only a few were still waiting to become stable enough to vote in, including initializer lists, range-based for loops, and concepts.

del.icio.us:C++0x, Near Feature-Complete digg:C++0x, Near Feature-Complete spurl:C++0x, Near Feature-Complete newsvine:C++0x, Near Feature-Complete furl:C++0x, Near Feature-Complete Y!:C++0x, Near Feature-Complete 黑米共享書籤:C++0x, Near Feature-Complete 推推王:C++0x, Near Feature-Complete
Google Forbids Use of Exception in C++
Posted on July 6th, 2008 at 23:57 by fr3@K

Quote from Google C++ Style Guide:

We do not use C++ exceptions.

在極端狀況下, 我能想像在 no virtual function 或是 no templates 但仍能使用 STL 的環境寫 C++. 但完全禁止 user-defined classes/functions 以拋出 exception 的方式回報錯誤的環境呢? No, thanks. 即便有免費的食物與漂亮的辦公室, 這還是太折磨人了.
(more…)

del.icio.us:Google Forbids Use of Exception in C++ digg:Google Forbids Use of Exception in C++ spurl:Google Forbids Use of Exception in C++ newsvine:Google Forbids Use of Exception in C++ furl:Google Forbids Use of Exception in C++ Y!:Google Forbids Use of Exception in C++ 黑米共享書籤:Google Forbids Use of Exception in C++ 推推王:Google Forbids Use of Exception in C++