徵駐美工程師
Posted on March 14th, 2007 at 16:38 by fr3@K

朋友公司在找 C++ 以及 ASP.net 的工程師, 為期半年需派駐美國. 聽說待遇不錯, package 會 cover 住宿與保險.

有興趣的人請與我聯絡.

del.icio.us:徵駐美工程師 digg:徵駐美工程師 spurl:徵駐美工程師 newsvine:徵駐美工程師 furl:徵駐美工程師 Y!:徵駐美工程師 黑米共享書籤:徵駐美工程師 推推王:徵駐美工程師
Web Application Development Screencasts
Posted on March 13th, 2007 at 23:06 by fr3@K

PloneDemo Movie 頁面有兩段與 Plone 沒直接關係的 screencasts. 推薦給對 Web Application 的開發有興趣的人:

Better Web App Development

Recovery from Addiction

  • 一位前 Java 成隱者, 以輕鬆的口吻, 自白他為何戒掉 施打 多年的 Java Beans, 轉而倒向 Python.
  • 18 MB QuickTime, 10 分鐘
del.icio.us:Web Application Development Screencasts digg:Web Application Development Screencasts spurl:Web Application Development Screencasts newsvine:Web Application Development Screencasts furl:Web Application Development Screencasts Y!:Web Application Development Screencasts 黑米共享書籤:Web Application Development Screencasts 推推王:Web Application Development Screencasts
(How do you) lower (or upper) your strings, the STL way
Posted on March 12th, 2007 at 21:41 by fr3@K

一直以來, 對 C++ Standard Library 裡面沒有字串大小寫轉換的 function, 除了納悶還是納悶. 在 <algorithm> 裡面沒有, 即便是提供了典型 fat interfacestd::basic_string<> , 也獨漏 upper/lower.

(more…)

del.icio.us:(How do you) lower (or upper) your strings, the STL way digg:(How do you) lower (or upper) your strings, the STL way spurl:(How do you) lower (or upper) your strings, the STL way newsvine:(How do you) lower (or upper) your strings, the STL way furl:(How do you) lower (or upper) your strings, the STL way Y!:(How do you) lower (or upper) your strings, the STL way 黑米共享書籤:(How do you) lower (or upper) your strings, the STL way 推推王:(How do you) lower (or upper) your strings, the STL way
Firefox Update Breaks Evolution
Posted on March 3rd, 2007 at 2:11 by fr3@K

昨晚 update 了跑在 notebook 上的 Ubuntu Dapper. 稍微瞄了一下, 被 update 的 package 應該都是 Firefox 相關. 卻意外地把 Evolution 搞掛起不來.

從 terminal 啟動 Evolution 看到的是這樣的訊息:


$ evolution
CalDAV Eplugin starting up ...

(evolution-2.6:6431): camel-WARNING **: Failed to initialize NSS

一搜馬上就看到一堆 求助訊息與 bug report. 這個問題不只影響到 Ubuntu, 其他受到影響的 distro 至少還有 RHEL, 自然也有 CentOS. 看來問題是新的 package 把 library 放到了不同的位置.

在 CentOS 的 bug tracker 上有人提供一個 quick fix, 不知道對 Ubuntu 適不適用:


$ cd /usr/lib/
$ ln -s firefox-1.5.0.10/libfreebl3.so

看到上面的方法時我已經把問題修好了, 而我也剛好比較不喜歡這個像是 hack 的作法. 我是先把 libnss3 從升級後的 2:1.firefox1.5.dfsg+1.5.0.10-0ubuntu0.6.06.1 降回 2:1.firefox1.5.dfsg+1.5.0.3-0ubuntu3, 再把它 pin 住.

del.icio.us:Firefox Update Breaks Evolution digg:Firefox Update Breaks Evolution spurl:Firefox Update Breaks Evolution newsvine:Firefox Update Breaks Evolution furl:Firefox Update Breaks Evolution Y!:Firefox Update Breaks Evolution 黑米共享書籤:Firefox Update Breaks Evolution 推推王:Firefox Update Breaks Evolution