最近在行書店時,看到一本名為《 虛擬後樂園 》的書,包裝十分獨特,要特地拿出內容才可以看,看了幾篇,自己對內容很感興趣,所以就買下了。
此書講的是現今的電腦遊戲和網絡,以文化研究層面去探討這些流行文化。現今
There are many things that puzzle me about common web design. One ofthe biggest thing is this: why do so many sites reduce the font sizeof their main content? This is the single largest readability problemthat I run into on the web. (For some reason this seems to be especiallyprevalent on blogs.)
I see it over and over again, in CSS like 'font-size:small', 'font-size: 80%', 'font: normal 76%/
新玩意
內容新方向
增加生產力
在 天佑 那裏看到他 介紹 GhostZilla ,實在忍不住要 K-Post 一番,這個軟件實在太「實用」了。
Ghostzilla 是 Mozilla 的一個衍生軟件,目的只有一個:讓你上網而不為人知,你的瀏覽器會化成「鬼」一樣,隨時出現,又隨時可以隱藏。其運作十分簡單,
I could talk about aesthetics; I could talk about line noise andreadability; but for me it ultimately comes down to one thing: datastructures.
Namely, I find it very hard to write perl code of any depth withoutrunning headlong into the fact that Perl's 'collection' types (arraysand hashes) can't contain themselves. All they can contain is scalars(strings, numbers, and references).
For example, recently I was writing a program to mass-query the SBLDNS blocklist
技巧
新出來的
Python has recently (at least for some values of recently) grown 'list comprehensions' ,which let you easily iterate over a list to transform or selectentries (or both). List comprehensions can be thought of as syntacticsugar for map and filter operations, but they're actually morepowerful.
One reason is that you can write a multilevel list comprehension,which effectively iterates over multiple levels of lists. Take thecase where you have a list within a list and want to return all of thelow-