[[PageOutline]] = 2008-11-16 = == Event: SC'08 == * SC'08 * 13:00-13:30: Cloud Computing and Grid Computing 360-Degree Compared - GCE08 @ Room 11AB. * [http://www.cels.anl.gov/events/conferences/SC08/schedule/index.php Argonne Booth(#558) Schedule] * [http://dev.globus.org/wiki/Outreach/SC2008 Globus Related Presentation Schedule] == BUGFIX: jfbterm == * (續 [wiki:jazz/08-11-15 08-11-15@GMT-6])尋找合理懷疑對象: {{{ root@intrepid:~/jfbterm-0.4.7# grep "KD_GRAPHICS" * vterm.c: ioctl(0, KDSETMODE, KD_GRAPHICS); root@intrepid:~/jfbterm-0.4.7# grep "KD_TEXT" * main.c: if (mode == KD_TEXT) { vterm.c: ioctl(0, KDSETMODE, KD_TEXT); root@intrepid:~/jfbterm-0.4.7# grep "cannot mmap" * fbcommon.c: die("cannot mmap(smem)"); fbcommon.c: die("cannot mmap(mmio)"); fbcommon.c: print_message("cannot mmap(mmio) : %s\n", strerror(errno)); }}} * 啟用 DEBUG 旗標,編譯 jfbterm,使用 gdb 追蹤 {{{ root@intrepid:~/jfbterm-0.4.7# ./configure --enable-debug root@intrepid:~/jfbterm-0.4.7# make root@intrepid:~/jfbterm-0.4.7# gdb ./jfbterm gdb> run }}} == UCIMF - jfbterm patch (中文輸入) == * S 大說: 等解完 jfbterm 的 BUG 之後,可以考慮看一下 jfbterm 的中文輸入 * [http://groups.google.com/group/ucimf/ UCIMF] - Unicode Console Input Method Framework * http://ucimf.sourceforge.net/ - 在 Unicode Console 環境下, 提供外掛輸入法支援的函式庫架構. * [http://moto.debian.org.tw/viewtopic.php?p=54330&highlight=#54330 <問題> 如何編譯ucimf] * [http://blog.xuite.net/porpoise/blog/19454958 使用 FrameBuffer 更高解析度的開機參數]: {{{ vga=0x303 (for 800 x 600) or vga=771 vga=0x305 (for 1024 x 768) or vga=773 vga=0x307 (for 1280 x 1024) or vga=775 }}} * [http://wiki.ubuntu-tw.org/index.php?title=UbuntuL10n#jfbterm UbuntuL10n - jfbterm] * [http://wiki.debian.org.hk/w/Make_Debian_support_Chinese_and_other_language 令 Debian 支援中文其他語言] == Debian == * [http://lists.debian.org/debian-devel-announce/2008/11/msg00002.html Debian Installer lenny release candidate 1] * [http://cdimage.debian.org/cdimage/lenny_di_rc1/ Debian 5.0 RC1 光碟下載] * 原來 Lenny 是這隻雙筒望眼鏡呀?! [[BR]][[BR]][[Image(http://www.linuxdevices.com/files/misc/pixar_toy_story_lenny_cap.jpg)]] == 職場態度 == * [http://mr6.cc/?p=2471 我們要向Google學習做人道理?] {{{ 現在的上班族,應該要懂得「放下自我好處」(subordinate),要學會「忘記自己」。 對待已知的合作伙伴,要非常的信任;對待未知的其他大眾,也要抱持著讓大家一起來做的開放精神。 要懂得與他人合作,人終究是群居的動物,一個健全的心理,一定要認定我們是住在一個需要相互倚靠的社會, 就像體內的器官,都要相互倚賴才達到某種平衡,大家快樂各司其工作,一起做得很好。 }}} == Web Service == * [http://www.howtoforge.com/gettext-for-static-websites Gettext For Static Websites] - 靜態網站的多國語言翻譯?! * [http://ajaxian.com/archives/timing-in-javascript-and-browsers-cant-be-trusted Timing in JavaScript and browsers can’t be trusted] * [http://ejohn.org/blog/accuracy-of-javascript-time/ Accuracy of JavaScript Time] == Open Source == * [http://edu.kde.org/ The KDE Education Project] * [http://www.linuxjournal.com/content/introduction-osc An Introduction To OSC(OpenSound Control)]