Monthly Archives: June 2008

「你們對我有很深的誤解」

「China Says It Lacks Skills To Hack US Systems」 我看到 Slashdot 這個標題時,第一個想到的翻譯…

Posted in Computer, Murmuring, Network, Security | 5 Comments

Jeremy Zawodny 將離開 Yahoo!

Jeremy Zawodny,Yahoo! 最知名的 blogger 要離開 Yahoo! 了:Leaving Yahoo!。 Ref:Leeym 寫的 人員流動。 Update:Jeremy Zawodny 加入 cragigslist:I’m Joining Craigslist in July。

Posted in Computer, Murmuring, Network | 3 Comments

Javascript 對於 !important 的處理

無名小站的 Wretch Album Expander 一直跑的很好,但是我們家的 PIXNET Album Expander 在使用者自訂 CSS 時對 height/width 標 !important 就會爛掉… 今天花了時間去找,終於找到解法了:用 style.setProperty 蓋過去。在 Source for “PIXNET Album Expander” 這邊的程式碼裡面這樣寫: this.style.setProperty(‘height’, ‘auto’, ‘important’); this.style.setProperty(‘width’, ‘auto’, ‘important’); 改好的版本已經放到 Userscripts 上了:http://userscripts.org/scripts/show/24589,效果可以參考 GINOLA’s Football Pics 這本相本。

Posted in Computer, Murmuring, Network, Programming, Recreation, Software, WWW | Leave a comment

GPcode

一隻新的惡意程式利用 RSA 1024 bits 把文件加密後留下勒索 e-mail 位置要求付「贖金」。 這不是什麼新的新聞 (以前就有過用 660 bits 加密的事情),這次的重點在於 Kaspersky 尋求分散式運算,直接破這次加密所使用的 RSA 1024 bits:Kaspersky Lab announces the launch of Stop Gpcode, an international initiative against the blackmailer virus。 目前對 RSA key 最好的分解演算法是 GNFS (因為函式庫在產生金鑰時會避開 SNFS 可以分解的數字),但目前 GNFS … Continue reading

Posted in Computer, Murmuring, Security, Software | 2 Comments

Mtron SSD 硬碟…

far 買了一顆 Mtron SSD 硬碟 (Mobi 1000、2.5 PATA ZIF 介面),然後 ronnywang 把他包成這樣: ronnywang 幹的好!

Posted in Computer, Hardware, Joke, Murmuring, Recreation | 3 Comments

測試新文章…

有一篇文章一直發不出去,寫一篇新的空文章測試看看會不會動 o_O

Posted in Murmuring | Leave a comment

Google Code 更新 SSL Certificate

公告在這邊:SSL Certificate Renewal for Project Hosting on Google Code。 主要是 svn 會發現 ssl certificate 改變而跳出警告,所以特地公告出來。 另外,我發現 git 對 Subversion Repository 還是有不少問題,像是 branch 出來後修改,再 merge 回 master 後,再 git-svn dcommit 上去後可能會有問題。而 git-svn 的 manpage 裡就直接建議在開發時儘量保持 linear… XD 就是要 branch 才好用啊啊啊啊啊… 所以我有一些比較小的 … Continue reading

Posted in Computer, Murmuring, Network, Programming, Security, Software, WWW | 1 Comment

Hash 用在…

Mark Pilgrim 寫過不少文章以及書籍,常以 “Dive into …” 作為名稱,像是 Dive into Accessibility、Dive Into Python、Dive into Greasemonkey,他現在人在 Google。 剛剛在他的 blog 上看到他把 hash function 用在很特殊的地方,他把預測美國總統大選的文字先丟進 hash function,然後把 hash value 貼上來,等時間到了後再公開,然後鼓勵其他人也把預測的文字丟進 hash function,然後貼到他的 comment (或是 trackback 到他的 blog 上):Geeky U.S. election predictions。 非常有趣的應用,不過很有 geek 的風格… … Continue reading

Posted in Computer, Joke, Murmuring, Political, Recreation, Security | 1 Comment

TypePad AntiSpam

在 TechCrunch 上看到他們把本來使用 Akismet 的 Plugin 換成 TypePad 提供的 TypePad AntiSpam,然後發現效果不錯:TypePad AntiSpam, A New Open Source Comment Spam Fighter。 TypePad AntiSpam 使用的 API 與 Akismet 一樣,所以,library 本身如果有可以設定 API url 的地方,就可以直接換到 TypePad AntiSpam,像是 CPAN 的 Net-Akismet。 不過我自己還是用 Spam Karma 好了 :p

Posted in Blog, Computer, Murmuring, Network, Spam | Leave a comment

FreeBSD src 部份由 CVS 轉換到 Subversion

這兩天在 #bsdchat 上有人提到目前 FreeBSD -src tree 準備要換到 Subversion 上。剛剛在 mailing list 上看到第一個轉換過去的 commit log:cvs commit: src/games/fortune/datfiles freebsd-tips。(被 rafan 指正,這不是第一個,第一個是「cvs commit: src/usr.sbin/sicontrol sicontrol.c」) 在 Remko Lodder 的 blog 上也有提到這件事情 (他就是上面那個 commit log 裡的 remko):CVS is Dead — Long Live Subversion。 目前是透過 … Continue reading

Posted in Computer, FreeBSD, Murmuring, Network, OS, Software | Leave a comment