還有ICQ還有floppy的那一年
我看到一盒floppy。
你們記得那個年代嗎?
將它們逐一打開 (我的電腦竟還有floppy drive),有些空白,有些存有當年的功課。
其中一張,存著兩個text.doc ── History, History 1。
內裡全是icq history。
那個人已經
The robot logic of ZFS snapshots and quotas
One of the things that irritate me about ZFS is the interactionbetween snapshots and quotas, specifically that ZFS snapshots countagainst a filesystem's quota. I can only call this robot logic ; it is in a sense completely correct and itprobably simplifies the implementation, but it is not useful .
The problem is that snapshots are a system level thing; having themcount against user quotas is a problem waiting to happen. Considertrying to explain to a user that they have 'run out' of disk spacebecause the
敘事的破碎
前幾天在網上看寵物善終的資料,實在不成,覺得這事我做不來,打電話問L有沒有好介紹。忘了是怎麼說到,他說要做好心理準備、要接受。我不說話,他接連喂了幾聲,我才問,怎麼做好心理準備呢,我不明白。他
皮肉生涯原是夢
當Blackberry傳來bankers發出的「盡職調查安排備忘錄」,我正在北京東直門外大街,攜著沈甸甸的文件趕赴下一個會議,Eric的來電幾乎於同一時間響起。「Daisy,你快些comment那份備忘錄,快快快!」
「快?你以為我是劉翔?我五
A thought about Amazon's S3 and EC2
It amuses me how Amazon's EC2 and S3 services are a clever return to theera of timeshared mainframe computing. Not in what is being directlysupplied, but in its economics. Rather than the fixed monthly pricecommon these days, EC2 and S3 charge you a usage based fee for bothstorage and CPU, just as timesharing computing used to.
(Of course, some segments of timesharing computing used to charge youfor anything that moved and they could measure. And did so with ratesmuch
假如我的人工是$11000
花園酒店員工rap
繼續追尋
新一年
我有個宣布
這裡「豈能忘記」將會是個死blog
本年我需要投入死亡的工作
因為...$$$$$$$$$$$$$$$$
暫時...
放一下些....
有時間可以走到 「甜美生活」 去聽聽看~
祝繼續追尋~~~
Doctor's Attire
"Isn't it time to write about wearing white coats by doctors?" I talked to myself. Around two years ago, I read from the medical journal that patients and visitors to
The importance of killing processes with the right signal
Here is an important corollary to KillOrderImportance : when your systemis overloaded, you should always kill processes with ' kill -9 ' .
There are a fair number of sources that will tell you that you shouldalways kill processes with something besides kill -9 , unless theywon't die from lesser measures. In an overloaded situation this isterribly wrong: either the processes don't have a signal handler for thelesser signal, in which case the two are equivalent, or they do have asignal handler,