給全港師奶的信
這傢伙好幾年沒跟我聯絡,今次莫非想問我借錢?
「想麻煩你……幫我寫封信。」
「我只做 IPO,不幫人寫遺囑。」說罷,我用 napkin 印印嘴唇。Foie gras 已經吃到有點

Sorting out what 'passive ftp' is
(Because I keep forgetting this and having to straighten it out again inmy own head, it's time to write down the difference between regular ftpand passive ftp).
Ftp has to transport two different things: commands (and statusresponses to them), and the actual ftp data. In a modern protocol, thesetwo things would be multiplexed together over the same TCP connection,but ftp dates from when the Internet was both a much simpler environmentand a much more limited one, so it uses separate
看鄧小宙有感
鄧小宙的作品不多. 據悉推出過的, 只有博益出版的《故園風雪後》.
書名滄桑味濃. 是鄧小宙根據自己在哈佛大學唸書時的經歷改寫
又是“才女”fans的留言
ruby06183@yahoo.com.hk
https://www.facebook.com/profile.php?id=1395058531
“頂你個死八婆袁彌明..快d去死啦!!!!!!!話人蠢..?!
由2008年12 月1日至今升幅達153%的portfolio
《優質股發掘人》
https://greathkstocks.blogspot.com/
最新reccomend-BUY
Emperor International, 英皇國際 (163.HK)
Karrie International,嘉里國際 (1050.HK)
Silver Spoon Kid
Before I tell you what I mean by backfire, let me explain what I don't mean. I would not go so far as to say that
Undo is sometimes not good enough
There is a tendency in programming to consider any spiffy new generalfeature, such as a good infinite undo system, as the way to deal withmany of your program's problems. This is often a mistake, and undo makesa good illustration of why.
(It's easy to see how this happens; you have this powerful system thatyou've invested a lot of effort into, so it's natural to apply it on asmuch as possible. And programmers really like general solutions, because
One thing your mail-sending system should do
If you are for some reason absolutely forced to have a system that willsend email to user-entered addresses (given the principles of modernemail this is not a good idea ,but let's imagine that your management forces you), one of the thingsthat you should absolutely do is make your system so that it won't sendmail to certain user names. Spamming people is one thing; spamming abuse , postmaster , noc , security , and any number of otheradministrative user names is just carelessness.
The somewhat apocryphal history of comments in the Bourne shell
(This is the story as I heard it and learned it in the past. It may ormay not be actually accurate, but then a lot of Unix history is passedaround as folklore, and in some ways the folklore is more important andmore influential than the truth.)
In the beginning, in V7, the Bourne shell didn't actually havecomments. Instead, all it had was : , which is not quite a comment (you can see this for yourself in the V7 shmanpage