愛在海嘯怒吼時

愛在海嘯怒吼時

初四第一天開工收到風,有間大型律師行牛年第一件事就是裁員!「女皇」按傳統巡迴公司派利是,辦公室裡隨著她那高跟鞋的咯咯聲而昇起了一種白色恐怖,不知她要派的究竟是紅信封還是大信封。

雖說那是第

報應

多年以來,聖誕或新年倒數時,我常常在各舊區的狹小雞籠公園,就著昏黃的燈光看書,與公園裡的老人作伴,或者只得我一個人。非常怡然自得。走在街上,背向節日的人潮,人像擺脫線軸的鳶子一樣泠然清醒。

有咁耐風流。

到底有誰能夠告訴我

為何即月期金是$34.54,下月卻是$42.29。揸長倉的我,轉倉的話不就是白白不見了$7.5?
不是7個半,
是$7500,
美金。

Video on acid/alkaline on CNN


The accumulator mini-pattern and .setdefault()

What I'm going to call the accumulator (mini-)pattern is a commonoperation when summarizing a stream of data: you have some keys, whichcan repeat, and you want to accumulate some data each time each keycomes up, to count it or sum it all up or keep a list of all of the datafor each key.

In pretty much every language that has them, this pattern is done withdictionaries (or hashes or the language's equivalent). In Python, thiscreates


梁文道本新書好睇到爆


幾日前在邊度有書買了梁文道的"常識"
真的非常好看
有視野有深度更厲害的是有理想
讀了幾篇已經不停叫好
絕對值得向喜歡讀書喜歡思考喜歡分析社會問題的朋友推薦
廢話少說
總之這本書真係好睇到爆啦


大娛樂家-(第35集)-鹹豬手 /黄長發


https://www.hkreporter.com/myradio/channel_list.php?channelid=101

桂綸鎂與貴倫美

(後來再看文章,好像過了呂某一戙……沒有辦法,對無法得到手的靚仔詩人,難免心懷恨意…)

台灣新偶像桂綸鎂被形容為「蒸餾水般的學生情人」。據說男生都喜歡桂綸鎂。為了解行情,我訪問青年詩人呂永佳,他為什麼喜

更開放的態度

下載「色情無罪.查禁無理」: https:// leslovestudy.com/porn_not_ harmful.pdf

小書內容包括:
反色情陣營其實最愛色情、
色情查禁抵觸言論自由已有先例、
把兒童色情拉入淫審條例檢討並不正確、
衛道之士對色情文化所知甚少、
反色情會傷

Recognizing non-interactive shells and 'shell levels'

The issue of when bash sources your .bashrc does raisethe obvious question of how you can tell in your .bashrc what caseyou're dealing with, so that you can do different things in each ofthem.

The traditional approach to do this is to set environment variables tosignal what state you're in and how many things have been initialized.One traditional 'have I been initialized' variable is $PS1 , but thishas the tiny weakness that su 'ing to the account from another account