20050916網摘 – 任天堂革命控制器

革命的控制器

網絡


我愛奇諾奧 – 由機械殼回到人殼

hinokio

我愛奇諾奧 Hinokio 》 講是一個自閉小子靠著機械人 Hinokio 打開心窗的故事。雖然有機械人,但故事並不科幻,也沒有什麼 A.I. 的探討,而是充滿人情味的故事。

故事主角岩本在一次交通意外中痛失母親,然後就封閉了自己起來。父


Getting a list of all objects in Python

One of the most 'interesting' issues in most garbage collectedlanguages is memory usage analysis: figuring out why your program isusing so much memory, and where. Often this winds up enmeshed intricky issues of object lifetime, retained references, and so on.

One of the first steps in this sort of work is simply figuring outwhat live objects you have in memory and what they are. Jonathan Ellis recently ran into this issue and wound up asking an interesting question: how do you get a list ofall


Web browsers make bad text editors

As editors web browsers have all sorts of problems, such as a narrowview of the text (squeezed into a small to tiny text box), only (very)basic editing operations, and a severe lack of features. Some of thefeatures can be somewhat fixed up by the website, like spellcheckingand saving drafts in progress, but even then they tend to be awkward.(You can read one person's grumbles about the problem in the contextof blogging here .)

This makes it puzzling that more


Efficiently distributing huge files to lots of workstations

CQUEST 's workstations have a pieceof software that needs a read only 5+ gigabyte set of datafiles. Naturally we put the dataset on the local workstation disks,which works great. (These days it's hard to buy machines with lessthan 40 gigabyte disks, which leaves about 30 gigabytes free even witha generous Linux installation. We don't put user data on workstationsfor all the obvious reasons.)

However, every so often the dataset changes and we need to propagateall 5


20050915網摘 – 什麼是 Web 3.0?

IT

Developer


Google 推出 Blog Search 功能

gbs

Google 推出了新的 Blog Search 功能,大家可以直接在各大 Blogosphere 裏找資料了。有龐大的 Google 後盾,這個 Blog Search 的速度比起 Technorati 更快反應,而且其 Search Result 也有 RSS /Atom 的導出功能,大家可以在 RSS Reader 訂閱自己有興趣 Keywords 又或者用 link:url 去看對外連結。

不過,以自


兩個新的 Tab 介面 – Office 12 與 Yahoo! Mail

今日朝早和今天晚上,看到兩個新的軟體有新介面新抓圖可以看,分別是 Office 12 Yahoo! Mail ,而不約而同地,它們都使用了 Tab 為他們的新介面。

ofc12

先看 Office 12 的工具列,已經完全放棄了 File | Edit | View … 這些 Drop down menu ,取而代之的,是幾個

Continue reading...

Why I really dislike the Singleton design pattern

To quote Glyph Lefkowitz (from here ):

Aah, the singleton. Global variables for the new millennium.

I'm not against global variables, but I am against misleading peopleabout them. The Singleton pattern lies about them; it looks like youhave a normal object, but you really have a global variable withoutknowing it.

(And if everyone knows you have a faux global variable, you are justtarting up a global variable in 'object-oriented' clothes. This islike respecting the letter of


20050914網摘 – Mario 生日快樂!

IT 新聞/評論