未看波兒,先看了這篇文章 — ,文章主要談到的是日本學者佐藤健志提出的「宮崎駿的論理之死」,提出宮崎駿近年作品說故事不合邏輯,卻越來越受歡迎,被人不斷發掘「意義」,與及日本成人觀眾永遠不想長大的逃避心態。
媽媽
在這個不可開電視、不可發出任何聲音、不可開燈的晚上,有點話想跟你說。
如今,除了工作需要,我已經不會回這個家的了,你有必要那樣對我嗎?
我不是朝九晚六的OL,也有freelance工作尚未完成,不可能晚上十一時就關燈
待遇
Why high availability NFS requires shared storage
Suppose that you have a situation where you need transparent highavailability NFS for something that is read-only and updated onlyinfrequently. Instead of going to the expense and bother of settingup real shared storage, it's tempting to try to implement this bysetting up a number of fileservers with local copies of the filesystem,synchronizing it from a master machine with rsync , and then using aslight variant of the basic HA NFS setup .
Unfortunately, the tempting easy way doesn't work; you can't
The inner life of NFS filehandles
The NFS protocol uses something called a 'file handle' to identifywhat file a given operation applies to; this is sort of analogous tohow a traditional Unix system internally identifies files by theirinode number (well, their device plus their inode number).
In theory a NFS filehandle is opaque and an NFS server can use anyscheme it wants in order to uniquely identify files. In practice thereare a number of constraints on how a NFS server can form filehandles,based on preserving as many Unix semantics as possible
