盛況空前
下機後開啟手提電話。
嘩。
收到四個不同男人發出的短訊。
中英法日俱全。
發生了甚麼事?
近來香港女人很缺貨嗎?
題外話。
世上最錯的事就是當男人打電話給你你認不出他的聲音還用另一個男人的名字喚他。
主耶穌基督
What do Unix errno values mean?
Here's a philosophical question: what do Unix errno values mean?
One possible meaning is that they are hints about why your systemcall failed. Another possible meaning is that they specify what wentwrong; in the extreme, a system call can only fail for certain specificreasons, each of which is associated with a specific errno value.
Errno as a hint is essentially the traditional Unix view. V7 Unix didn'teven document specific error returns for system calls, and Bell Labstook it to the logical
四月25日,皇后碼頭凌晨停用
跑馬
嘉賓: 劉美兒
這集雖然應該不是說話最快的一集,但肯定是提到書本數量最多的一集。
完了吃飯,本來兩人都盤算著談生意,好不成熟穩重工於心計,但一下子不知為什麼談到靚仔的問題上去了。在粉絲的
咬到砂礫
城市哦~之「大爺 吃早餐了」
RPC is surprisingly expensive
Once, long ago, I did a distributed computing project course where Itried to speed up a drawing program by moving its expensive floatingpoint calculations (I believe it needed to calculate square roots forsomething) to a machine with a much faster CPU and floating point. Weused Sun's RPC/XDR for this because it was both a great match for whatwe were doing and the obvious choice at the time, among other reasons.
Rather to our surprise the drawing program just didn't get much faster
Extra security systems for Unix should be explicit, not implicit
I'm no fan of SELinux, but in stumbling over it a few times I've come tosome theories about why I don't think it works. One of them, perhaps themost important one, is this:
Extra Unix security stuff needs to be simple and explicit .
Extra Unix security stuff needs to be explicit because the effectivealternative is invisibility, since Unix already has one security systemand most people aren't going to do very well remembering a secondinvisible one.
(A great deal