四月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