In Contrast: Interview in well-written English


Speak up against the odds

Natalie Wong


THE YOUNG REPORTER (TYR)
Hong Kong Baptist University

Bringing glamorous revenue or glory to TVB, the largest local television broadcaster, may be the goal for many of its artists, but a former Miss Hong Kong contestant chose to expose its dark side that the other 4,000 staff members dare not to touch on.

TVB's senior executives considered the young lady a


五個一夜情

一夜情的原則是,玩樂過開心過,然後揮揮手bye bye。

盡興而回,但千萬別說再見。

從來沒有別的方式。

只可惜,我沒有成功抽身而退,總是一次又一次延續下去,最後註定落得傷心。









香港人網My Radio節目——《五個一夜情》,逢星

點滴

當我們問別人為甚麼不愛自己,

其實這跟「點解放假先o黎落雨」一樣,

是無法解釋的。







Neat

Confession time again. When I don't have time (that is, most of the time), I tend to turn my desk into a haven of messy work space. One desk, no filing cabinet, and countless documents, letters, and manuscripts bumping together, frantic as atoms. On many days, I simply pull books out of a jumble of messy documents. Well, my reputation of being a messy guy grows in proportion to the height of the piles on and around my desk. Usually, three

Backups versus redundancy

By now, everyone knows that redundancy, for example RAIDed disks, isnot the same thing as backups (or at least I hope they do). But I thinkit's worthwhile to talk about why, and thus the fundamental differencebetween the two.

(Note that there are a lot of ways of getting redundancy, far beyondmere RAID. If you are a large operation like Google or a bank, you'reinterested in redundancy across systems and even data centers.)

The two are quite similar


Lady First 專欄 (47)

《今期熱賣》翻生篇


有些產品實在太太太好用,一定要公諸同好,所以《今期熱賣》又翻生啦﹗


Bliss triple oxygen instant energyizing mask

超得意丫呢支o野,d gel要好快手塗上面,因為唔夠十秒佢就會變泡泡,成塊面都係form,有好香檸檬味,等五分鐘就可

記「路易威登:創意情感」觀後感

「小姐你係咪買LV展覽飛? 小姐你係咪買LV飛?.... 小姐你係咪買LV...?」我木然點頭. 點都好喇, 反正大家都是為了LV而來.

展覽不是展出LV 時裝手袋銀包. 路易威登堅持在場館放置歷年旅行手提箱, 以正視聽. 熱愛

What modern email is good for

Suppose that you are creating a service today. What can you reasonably andsensibly use email for, given modern email principles ?

My answer is that the only real use of email today is as a notificationsystem: you send your users email to tell them that there is somethingwaiting for them on your site (whether that is a message, a statechange, or whatever). This is a bit extreme, but I think it's thenecessary end result of the limits .

Since modern email is not reliable


An interesting bit of ssh and sshd behavior

We have a ssh keypair that's used to let an automated script have verylimited access to a remote system. As usual, we set up a whole hostof restrictions in the target account's authorized_keys ; we forcea specific command, we only accept the key from the host we expect itfrom, and we specify the whole raft of no-* options, including no-pty .The command that gets forced for this particular keypair reads variousthings that it needs from standard input (ie


The drawback of using a language with a good interface to the OS

Python generally has a great interface to Unix; through various modules(not just os , but also things like socket , select , and so on) itexposes almost all of the generally useful APIs and does so in a waythat is simultaneously Unixy and Pythonic. The best way of putting itis that everything just works, and just works the way you'd expect itto if you know the C-level API and Python.

(This is one reason that I have never been terribly energized aboutthe ctypes