椰子樹下
上司 Eric 呷一口減肥茶,蠱蠱惑惑地說:「Daisy,剛剛pitch到一單M&A,日本人要收購海南島一個度假區。知你喜歡陽光海灘,這單deal簡直為你度身訂造。」
我抗議:「Eric,我手頭上已經有兩單M&A和三單 IPO,有兩單還快
My view of what 'strongly typed' means
I was recently reading this slide from a presentation , which set me tothinking about the whole issue of what makes me consider something to be'strongly typed'.
In high-level languages, I have a pragmatic definition: if 2 + "3" succeeds, especially if it is 5, your language is weakly typed. Thus, awk and Perl are weakly typed but Python and Ruby are strongly typed.
(I have to restrict this to high-level languages because this works inC, although it does
近況
沒空寫blog,因為忙著男歡女愛。
沒空寫blog,因為去了東京都廳看夜景。
沒空寫blog,因為開心的時候我不會在家對著電腦發呆。
沒空寫blog,因為努力工作,賺錢去完成小小心願。
沒空寫blog,因為用不
When you don't want RAID-5
Here's a paradox that we only realized recently: in some situations,using RAID-5 can be less reliable overall than using no RAID at all.
This comes about because while RAID-5 preserves your data over asingle-drive failure, it loses all your data if there is ever a doubledrive failure.
Our specific case is a disk-based incremental backup system. Right now aday's backups take up about a third of a disk, and we have it set up soeach day
都喜歡聽蔡寶
嘉賓:蔡寶瓊
忙到沒有時間update,書當然也沒有看完。雅斯培的《大學的理念》裡面堅定的大學價值追求,現在看來像是天方夜譚,耳際不斷想起「out左!不實際!」的諷嘲——可是,若100年不到的理念就已經
明報世紀版隔週二:自尋短見
年輕三種
所謂年輕的末梢,意思是全間卡拉ok裡最老
Features that I wish ZFS had
This is not counting features that Sun has already said they are goingto put in someday, like the ability to remove vdevs from a ZFS pool.The motivation for many of these wishes is good long term storagemanagement , something that ZFS iscurrently weak at.
- the ability to migrate a filesystem from storage pool to storagepool (on the same system) without user-visible downtime or lockups.In theory this ought to be doable, since ZFS is abstracting everythinganyways.
- the ability to control and change what vdevs
Where to find specifications on HTTP POST behavior
Some IP addresses (probably not friendly ones) have recently taken tomaking POST submissions to various 'write comments' URLs here witha Content-Type of 'application/x-www-form-urlencoded; charset=UTF-8'.These get rejected by DWiki , because I was quite paranoid when I wrotethe POST handling code and so DWiki is quite conservative on what itwill accept.
While I was pretty certain that I wasn't losing anything by rejectingthese requests, I did get curious to