CSS separates layout from content less than you'd like

It is generally an article of faith that once you switch to (properlydone) CSS, you can do significant layout changes without having tochange your content. Unfortunately I believe that this is somewhat ofa myth in practice.

In practice, what you can do with CSS alone is limited to how yourcontent is structured and tagged with things like CSS classes and ids.And the problem is that generally, people do not obsessively structureand tag their content; they mark it up and tag it for what their CSS


這是一座沒有方向的城市


平心靜氣坐下來,想一想,原來住在這座城市裡的許多人,竟然是沒有方向感的,因此一遇到問題就會不知所措。即使有些人慣了聲大夾惡,但在聲大大,巴巴閉背後,會不會隠藏著更深的害怕呢?

方向,最基本的解釋是東南西

Supporting the real world

Every so often, a vendor's support people tell me something like 'we arenot going to investigate your bug report merely because you are runningan unsupported configuration'. And by 'unsupported configuration' theydo not mean 'something explicitly documented not to work', they mean'some set of hardware and software not in our narrow list of supportedsetups'.

(Nor are the products labeled as being so fragile that they work onlyin certain limited configurations.)

There are two things I hear when vendors


罷工

家有兩腦,一號 Intel 二號 AMD,二號最愛罷工。

二號最怕熱,工作一久,熱力滲透,一聲不響給你斷電,毫不留情。在剛剛冬去春來的日子還算撐得住,但最近反叛情緒越來越深,連現這種溫度也來給我罷工。看 YouTube、Google Video 一兩條片子


one

吃豬肉的豬在blog上播了REM+U2一起玩的one
嘩...
我又開始了成日聽one的日子了

一連可以聽數次的
不過都唔夠「燕窩」勁
一連聽十次!?
不是要鬥多 ,只是我們也十分喜歡

這個歌十分奇怪的
我英文唔得, 但沒有影響我對這個歌

What computer security is

There is a vital thing to remember about computer security: securityis not math, security is people . Thinking that security is math getsyou mathematical perfection and white hot disasters.

(These disasters happen for much the same reason that firewalls aredangerous: people think that they are completely protected once theyhave math on their side and thus don't take any further precautions.)

You can create the most mathematically perfect computer security systemknown to humanity and people will misuse it, or bypass it. If you makeit


20070507 推介網誌

Joaoko’s blog

https://blog.joaoko.net/

回想網絡暴民給人的其中一個印象,就是「寫科技東西」,但事實上我已經越來越懶,通常以網摘代之。Joaoko 的則是非常勤力的,他的興趣顯然也是科技東東,但比較多寫電腦軟體、網絡服務和工具


蜘蛛俠 3 – 不能太壞

Spiderman 3 - Peter Parker

系出 Marvel 平民英雄之門的蜘蛛俠,經歷第一集「初出茅廬」、第二集「武功盡失」後,來到了這一關:「戰勝心魔」。

雖然說出來好像很公式化,但要將這些大家幾乎每天都會在故事劇集看到的情節,拍得入肉好看,就考驗導演的


壞事可以變好事嗎?

既然事情已經發生了,與其回望過去不如展望將來。

在網上的討論所見,澳門人(包括我)似乎很在意香港人如何評論我們,抽水哥成為被狗仔隊跟及被惡搞而成了當今紅人,社團仍然熱衷登廣告批評發起遊行以及在遊行中不守

What Linux bind mounts are really doing

Lots of Unixes have some form of 'loopback' mounts, where you can mounta bit of an existing filesystem somewhere else; they're called loopbackmounts by analogy with the loopback interface. The general idea behindthem is that they are a more efficient (and easier to use) version ofdoing an NFS mount from localhost .

(I suspect that Sun originated the idea, but I'm not sure.)

Linux's bind mounts (so called because they are done with mount--bind ,