Mother-tongue
- 不重思考何須母語教學? Quote: 因為香港並不需要真正會思考的人,香港只是一個意外誕下的混血兒,要混血兒談自己的文化是很為難的,香港只需繼續做生意,繼續追求表面和即食的文化,便足夠
- Crazy-ia world city 3 Quote: 「學英
Mother-tongue
From an article by Henri Sivonen :
Draconian error handling creates an unstable equilibrium in GameTheory terms—it only lasts until one player breaks therule. One non-Draconian XML5 implementation in a key client productand the Draconian XML ranks would break.
(Discovered through Mark Pilgrim ,specifically his firehose .)
Applications to XHTML are left as an exercise for the reader.
There are two sorts of secrets in the world: known secrets and unknownsecrets.
A known secret is something that people already know exists; forexample, your root password is a known secret. Keeping a known secretis simple: you just don't tell people your root password. You haveto guard known secrets against inadvertent disclosure (it's alwaysembarrassing to type your root password into the wrong window), butthat's mostly it.
(I am ignoring the possibility of deliberate attacks against the
近年很多東西都用版本號,尤以 2.0 為甚,意味新一代劃時代的感覺。
EVA 的新劇場版也用版本號:《Evangelion 1.0 You are (not) alone》,我也以為是一種「重新再來」的意思,加上趕趕潮流用版本號。而且「序」篇為第一集,用 1.0
One of the great not quite arguments in the Python world is betweendocstrings and comments, specifically which one you should use inyour code. My answer is that I use both, although more comments thandocstrings, but I use them for different things.
My comments are primarily written as internal documentation; how afunction operates, why it operates that way, the high level logic andstructure of the code, and so on. Docstrings, when I write them, areexternal documentation, covering things like how to use