統一搜尋介面?

Mozilla 常有新點子。早些日子 (也真是相當早了…),他們介紹了 的概念,想將一些經常做的動作化為語言般的指令,直接將 URL 欄當成指令輸入的地方。感覺上就好像將 搬上 URL 欄,但玩過他們做的 ,感覺又有些不一樣。

在那個 Mockup 裏,


Some notes on rewrites in Apache .htaccess files

Since I keep rediscovering this every so often, here's what I know aboutrewrite rules in .htaccess files so that I can just read it here thenext time around.

Some basics:

  • you need a ' RewriteEngine on ' statement, even if the rewrite engineis already on in the main configuration.

  • the 'URLs' that you match against in RewriteRule are relative tothe directory the .htaccess is in. However, Apache variables like %{REQUEST_FILENAME} that you use in RewriteCond are the full

PPHK2 隨想

的主題是「宅之前傳」,談的是老一代香港互聯網,也就是那些 BBS , Usergroup 年代的事。看歷史能知發展,也能與當今作個對比。

不難看到是次主講主要分為兩類人:討論社群用家 (港娛, hkdays, HKiBBS) 和流動裝置用家 (Newton, pda, palm)。早


創作中

他有時會懷疑自己的存在
並且接受別人對他的懷疑
沒有人會了解這樣的惶惑
無論如何努力都變得多餘

內地看不到youtube的朋友,請...

移師玉步到新開張的sina blog

https://blog.sina.com.cn/yuenmimingblog

你關心國際關係嗎?



一旦在澳門生活的日子夠久,你就很容易學會澳門人的思考方法。一旦你習慣了澳門人的思考方法,你就很容易堅信澳門這個小城所發生的事就是世界大事,你在澳門的所見所聞就理應是國際新聞。我的意思是:澳門人很容易誤

New Monday 專欄 - 我的鞋兒


雅珍妮的課室風雲

依莎貝雅珍妮Isabelle Adjani: 法國殿堂級影后、拿過四次Cesar Awards (法國的奧斯卡)、專攻瘋癲女子角色、被Daniel Day-Lewis拋棄、外貌與真實年齡不乎的整容美人、極度少產、近年絕跡影壇... 這是Isabelle Adjani膾炙人口的Resume. 近來除了她跟Lancel合作推出
Continue reading...

The crucial difference between online and offline backups

At one level, the difference between online backups and offline backupsis that online backups are, well, online; you can make them and get atthem without having to load tapes (or hard drives ),connect your external USB hard drive, or whatever. There are twoadvantages of online backups; they involve little or no physicalshuffling around of things, and they make for very rapid restores ofdata.

These advantages should not be understated. It's much easier to automateyour backups and make sure that


One reason for Unix's permission checking timing

Unix has a slightly odd way of handling file access permissions, inthat they're only checked when a file is opened, not every time thatyou attempt to do something with the file handle. While the choice isdefensible, in many ways checking permissions on access would be moreconvenient, since it would enable things like immediately revokingaccess to files, and very few programs actually care about this.

(And these days, it would fit better into network filesystems, manyof which operate this way anyways.)