腩!
由於身形日久失修,又缺少運動,肚上的肥肉越長越大,形成一個肥美的腩。
相比起其他人,我的腩其實不算嚴重,至少在外觀上不太「凸」出。但有苦自己知,當你平常穿的褲子開始勒住肚皮,就知道已經到了警界線。我
One of the infamous trivial bugs in C code is accidentally writing' = ' instead of ' == ' in conditional expressions; you get assignmentinstead of equality checking. One common piece of advice for avoidingthis is to reverse the order of the check, putting the constant first.This way, if you accidentally write ' NULL = foo ' instead of the == version, you'll get a compile time error.
I can't stand to write this version, because it looks wrong to me.
腩!
由於身形日久失修,又缺少運動,肚上的肥肉越長越大,形成一個肥美的腩。
相比起其他人,我的腩其實不算嚴重,至少在外觀上不太「凸」出。但有苦自己知,當你平常穿的褲子開始勒住肚皮,就知道已經到了警界線。我
Once again, I'm leading with Hotmail's stats to highlight their spam problem :
Gilat-Satcom is a serious problem here; it
我發覺自己可能有一舖「看數學戲癮」。原因是今天看了《情來‧算盡愛 Proof 》,此片,演員還算有吸引力:Gwyneth Paltrow、Anthony Hopkins 和 Jake Gyllenhaal ,但除此之外則不算得上很吸引,不過在看過故事簡介後,還是進場了。
關於數學的電影,前前後後看
Here's how to give a system administrator a heart attack: the defaultSolaris 9 sendmail configuration apparently allows other machines thatyour Solaris machine thinks are in your local domain to relay throughyou. I say 'apparently' because there's nothing in the sendmail.mc aboutthis, and nothing clear in the generated /etc/mail/sendmail.cf either.
In other fun discoveries, the default sendmail configuration is alsoset up to relay all your mail through a machine called 'mailhost' inyour domain

I'll start by quoting Glyph Lefkowitz from a recent article (okay, recent for my techblog writing):
Metaprogramming is hard, and dress it up however you like, that'swhat using SQL is. Your code is generating other code, andevaluating its results.
Because metaprogramming is so hard, it is almost exclusively theprovince of frameworks, environments and operating systems. For goodreason, too. Whenever code generates other code, there arepotentially very serious mistakes that can get made. [..