JeffHung.Blog

(My smile insists of having nose. :-)

自製光劍特效

在 BoingBoing 看到這篇《Automatically add lightsabers to your video》,很酷。Jeff (不是我) 有鑑於 Cory 在幾個月前發表的自製光劍特效的作法,所需的軟體與技術過於昂貴,就自己寫了個叫 Crimson FX 的軟體放在這裡,讓星戰迷可以輕鬆地為自己錄製的影片,自製光劍特效:

Crimson FX is an effect generator for Quicktime movies and DV streams designed to make adding laser and light blade effects (and possibly other effects) as easy as possible.

Trac Aggregtor

Trac 是我目前正在用的 issue tracking system,由於整合了 wiki 與 subversion,故幾乎可以拿來當作 project management system 來用了。不過,目前的 Trac 即使是進展到了 1.0 版,也仍然將是 single project 的系統。然而,實際工作上,多個 project 一併進行,設置互有牽扯的情況非常普遍。因此,我寫了一個簡單的 PHP 網頁,剛好可以簡單地當作 multi-project trac portal 來用。
使用前,請先依照 TracMultiProjects 的說明,設定好 multi-project 的環境。然後,修改這個 PHP 網頁最前面的 define(),TRAC_DIR 是指你放那堆 trac environment 的目錄,而 TRAC_USR 則是你登入 trac 用的帳號。最後,把這個網頁放在你覺得最適合的地方即可。

<?php

define('TRAC_DIR', '/trac');
define('TRAC_USR', 'jeffhung');

$tracagg_errors = array();
function tracagg_raise_error($errmsg)
{
array_push($tracagg_errors, $errmsg);
}

function wrap_html_text($text)
{
[...]

FCC: VoIP must provide location-aware E911 service

最近 FCC 規定 VoIP 也必須讓 VoIP phone 能夠打 E911 報警,並能由系統回報撥打者的位置。E911 定位對於傳統的 PSTN 或 GSM 系統來說,並不是個大問題,PSTN 位置固定,利用申請者資料登記即可定位,GSM 則可以利用 GSM localization 的相關技術,進行定位,而這一竊的根本,在於整個 infrastructure 就是 PSTN/GSM 系統業者建構的。但對於 VoIP 業者來說,就不是這麼一回事,因為 VoIP 的天性是使用既存的 TCP/IP 網路建構電話網路,整個 infrastructure 不是由 VoIP 業者建構。因此,無法有有效的方法,提供 E911 服務。而與系統業者合作,又會因為競爭的關係,而致困難重重。
以下是最近收集的一些新聞與分析 (將不定時更新):

FCC to LECs: Provide 911 Access for VoIP Players

Vonage To Turn 911 ON by Default

FAQ: Why the FCC is [...]

blog.elixus.org 停止服務

在浪跡天涯的《blogging elixus》以及 blogging elixus 的《關於 blog.elixus.org 的服務》看到 blog.elixus.org 的消息。不得不承認,blog.elixus.org  確實是 Elixus 少數真的影響到了大多數人的成果。如今要關閉了,令人不勝欷噓。

Google 沒頭頭很久了

一樣在 Search Engine Watch Blog 看到這篇《After More Than A Year, Google Remains Without Chair》,用比較俚俗的話來說,就是「Google 沒頭頭很久了」。最後的 comment 頗令人玩味:

Google's strong performance is noted as one reason why investors might not be concerned.

實際上,其實還是有頭頭的,只是沒掛名而已。沒掛名就真的可以不必聽董事會的話嗎?看來,好像也沒多少董事要去打擾 Google 的運作。

20Q.net

在 Search Engine Watch Blog 看到這篇《Let Me Guess: You're Thinking of a Penguin...》,就跟著跑去 20Q.net 玩。20Q.net 是個用類神經網路技術打造的人工智慧網站,自稱:「20Q.net is a learning system; the more it is played, the smarter it gets.」。
我們先想好一個物件,20Q.net 會問一連串的問題,好比說「它硬不硬?」或「它是用金屬做的嗎?」等,依據我們的回答,試著猜我們想的那個物件是什麼東西。
老實說,蠻聰明的。以下是我試玩的結果:

23. I am guessing that it is a pitcher (container)?
Yes.
22. [...]

Flickr: From Flash to Ajax

看來 Flickr 打算捨 Flash 就 DHTML 了。
We'll we've gone and done it. In answer to countless requests, photo pages no longer use a Macromedia Flash wrapper to display photos; instead we are using an old technology called "DHTML."

什麼是 Ajax?在這篇裡,Jonathan Boutelle 這麼解釋:AJAX is shorthand for "Asychronous Javascript and XML." 至少,這樣子進 Flickr 看照片,啟動時間會縮短很多。DHTML 其實不舊,寫得好的話,效果、效率都會很棒。但問題就是 browser 千百種,要跨不同的 browser,很累很辛苦。不過,換個角度來看,這些熱門的網站如果都能夠往標準 [...]

GCC 4 出了

從這邊輾轉看到這邊。 然後我就到 GCC 官方網站看 ChangeLog。
比較令我感興趣的有:

GCC now generates location lists by default when compiling with debug info and optimization. (disabled by -fno-var-tracking)
#pragma pack() semantics have been brought closer to those used by other compilers. This also applies to C++.
ELF visibility attributes can now be applied to a class type, so that it affects every member [...]

原來 UK 也有大學教材上網

從這邊看到的,原來繼 MIT 的 OpenCourseWare 後,UK 也有成立一個 Open University。

BSD-style license Wonka JVM

URL: https://opensource.luminis.net/confluence/display/WONKA/Home
某個學長告知的。記錄一下。我把幾個重點弄成 bold 了。

Wonka is a cleanroom Virtual Machine for the Java(tm) language, originally developed by telematics specialists ACUNIA. It is extremely portable and self-contained, and can optionally be used with its own real-time executive (OSwald(tm)) to provide a complete solution for embedded devices. The Wonka Virtual Machine is fully Java2(tm) compatible and the Wonka [...]

 Prev 1 2 3 ...4 5 6 7 8 9 10 11 12 Next